
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}
/*----------------------电脑板式样式----------------------*/
.bannerStyle_1 .main_image li span{background-size: 100% 100% !important;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-color:#ffffff; }
body{ background-position:left top; }



 #dh_style_01_1482989704976{width:66.66666666666666%;z-index:99999;position:absolute;top:13.5px;left:29.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482989704976{z-index:999;left:37.96394485683987%;width:62.03605514316013%;top:12.5px;}}   @media screen and (max-width:640px) {#dh_style_01_1482989704976{width:12.631578947368421%;z-index:999;top:5.5px;left:87.36842105263159%;}} #dh_style_01_1482989704976 > .view_contents{overflow:visible;}  #dh_style_01_1482989704976 .mainMenuSet {line-height:50px;height:50px;color:#006cdb;background:transparent;font-size:16px;} #dh_style_01_1482989704976 #hot>a {background:#0056ae;color:#ffffff;} #dh_style_01_1482989704976 .mainMenuSet:hover {background:#0056ae;color:#ffffff;} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .icoMenuSet {color:#006cdb;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 #hot>a {background:#006cdb;color:#ffffff;padding-left:40px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .mainMenuSet:hover {background:#006cdb;color:#ffffff;padding-left:40px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .columnSet:hover {}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .mainMenuSet {background:transparent;padding-left:20px;color:#ffffff;font-size:14px;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .columnSet {}} @media screen and (max-width:640px) { #dh_style_01_1482989704976  {}}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1482989704976{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1482989704976{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:0!important;}
}

 #image_logo_1492482937469{width:29.666666666666668%;height:69px;position:absolute;top:11px;left:0.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1492482937469{left:0.8483563096500532%;width:36.37327677624602%;top:7.5px;}}   @media screen and (max-width:640px) {#image_logo_1492482937469{width:336px;height:63px;top:3px;left:0%;display:block;}} 
 #div_includeBlock_1482994065145{width:1200px;height:99.5px;position:absolute;top:0px;left:calc(50% - 600px);z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482994065145{left:0%;width:100%;top:0px;height:84px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1482994065145{width:100%;height:73px;top:0px;left:0%;}} #div_includeBlock_1482994065145 > .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_includeBlock_1482994065145  {background:#ffffff;}} #comm_layout_header{height:100px;z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:84px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:73px;z-index:1000;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #banner_style_01_1482394346074{width:100%;height:517px;position:absolute;left:0%;top:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1482394346074{width:100%;height:379px;left:0%;top:0px;}}   @media screen and (max-width:640px) {#banner_style_01_1482394346074{width:100%;height:172px;left:0%;top:0px;}}  #layout_1482283871514{height:517px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482283871514{height:379px;}}   @media screen and (max-width:640px) {#layout_1482283871514{height:174px;}} #layout_1482283871514 > .view_contents{overflow:visible;} 


 #image_style_03_1482903418594{width:153px;height:145px;position:absolute;left:0%;top:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1482903418594{width:15.058324496288442%;height:142px;left:1.7745890774125133%;top:155px;}}   @media screen and (max-width:640px) {#image_style_03_1482903418594{width:71px;height:67px;left:0.8717105263157894%;top:84px;}} #image_style_03_1482903418594 > .view_contents{overflow:visible;}  #image_style_03_1482903418594 .imgSet {border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:150px;border-bottom-right-radius:150px;border-top-color:#dedede;border-right-color:#dedede;border-bottom-color:#dedede;border-left-color:#dedede;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #image_style_03_1482903418594 .tipsText {background:rgba(0, 0, 0,0.6);border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:0px;border-bottom-right-radius:150px;font-size:30px;color:#ffffff;} #image_style_03_1482903418594 .imgStyle_3:hover .tipsText {background:transparent;color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1482903418594 .tipsText {font-size:25px;}} @media screen and (max-width:640px) { #image_style_03_1482903418594 .tipsText {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482903418594{
	
}
#image_style_03_1482903418594 .imgStyle_3 .tipsText{transform: scale(1);}
#image_style_03_1482903418594 .imgStyle_3 .tipsText:hover{transform: scale(0);}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1482903418594{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_03_1482903418594{
		
	}
}

 #div_blank_1482903694022{width:5.25%;height:3px;position:absolute;left:47.375%;top:135px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1482903694022{width:6%;height:3px;left:47.03125%;top:119px;}}   @media screen and (max-width:640px) {#div_blank_1482903694022{width:20.263157894736842%;height:3px;left:39.86842105263158%;top:82px;display:none;}} #div_blank_1482903694022 > .view_contents{overflow:visible;}  #div_blank_1482903694022  {box-sizing:border-box;background:#d12929;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1482903694022  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1482903694022  {box-sizing:border-box;}}

 #text_style_02_1482916156743{width:31.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:34.16666666666667%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482916156743{width:38.54166666666667%;left:30.75291622481442%;top:31px;}}   @media screen and (max-width:640px) {#text_style_02_1482916156743{width:97.3%;left:1.3157894736842104%;top:18px;}}  #text_style_02_1482916156743>.view_contents {box-sizing:border-box;color:#006cdb;font-size:40px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482916156743>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1482916156743>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;font-weight:normal;}}

 #text_style_02_1482916278492{width:30.833333333333336%;font-size:18px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:34.58333333333333%;top:95px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482916278492{width:16.25%;left:41.875%;top:81px;}}   @media screen and (max-width:640px) {#text_style_02_1482916278492{width:97.36842105263158%;left:1.3157894736842104%;top:42px;}}  #text_style_02_1482916278492>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:30px;color:#a0a0a0;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482916278492>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482916278492>.view_contents {box-sizing:border-box;font-size:12px;}}

 #image_style_03_1482904028369{width:11.75%;height:134px;position:absolute;left:63.74999999999999%;top:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1482904028369{width:15%;height:142px;left:62.945718451749734%;top:155px;}}   @media screen and (max-width:640px) {#image_style_03_1482904028369{width:72px;height:65px;left:75.72368421052632%;top:79px;}} #image_style_03_1482904028369 > .view_contents{overflow:visible;}  #image_style_03_1482904028369 .imgSet {border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:150px;border-bottom-right-radius:150px;border-top-color:#dedede;border-right-color:#dedede;border-bottom-color:#dedede;border-left-color:#dedede;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #image_style_03_1482904028369 .tipsText {background:rgba(0,0,0,0.6);border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:0px;border-bottom-right-radius:150px;font-size:30px;color:#ffffff;} #image_style_03_1482904028369 .imgStyle_3:hover .tipsText {background:transparent;color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1482904028369 .tipsText {font-size:25px;}} @media screen and (max-width:640px) { #image_style_03_1482904028369 .tipsText {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482904028369{
	
}
#image_style_03_1482904028369 .imgStyle_3 .tipsText{transform: scale(1);}
#image_style_03_1482904028369 .imgStyle_3 .tipsText:hover{transform: scale(0);}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1482904028369{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_03_1482904028369{
		
	}
}

 #image_style_03_1482897140347{width:13.083333333333332%;height:145px;position:absolute;left:21.25%;top:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1482897140347{width:15.0%;height:142px;left:22.16496553552492%;top:155px;}}   @media screen and (max-width:640px) {#image_style_03_1482897140347{width:70px;height:64px;left:26.052631578947366%;top:84px;}} #image_style_03_1482897140347 > .view_contents{overflow:visible;}  #image_style_03_1482897140347 .imgSet {border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:150px;border-bottom-right-radius:150px;border-top-color:#dedede;border-right-color:#dedede;border-bottom-color:#dedede;border-left-color:#dedede;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #image_style_03_1482897140347 .tipsText {background:rgba(0,0,0,0.6);border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:0px;border-bottom-right-radius:150px;font-size:30px;color:#ffffff;} #image_style_03_1482897140347 .imgStyle_3:hover .tipsText {background:transparent;color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1482897140347 .tipsText {font-size:25px;}} @media screen and (max-width:640px) { #image_style_03_1482897140347 .tipsText {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482897140347{
	
}
#image_style_03_1482897140347 .imgStyle_3 .tipsText{transform: scale(1);}
#image_style_03_1482897140347 .imgStyle_3 .tipsText:hover{transform: scale(0);}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1482897140347{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_03_1482897140347{
		
	}
}

 #image_style_03_1482896358701{width:12.833333333333332%;height:144px;position:absolute;left:42.5%;top:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1482896358701{width:15%;height:142px;left:42.55534199363733%;top:155px;}}   @media screen and (max-width:640px) {#image_style_03_1482896358701{width:71px;height:66px;left:51.73519736842105%;top:84px;}} #image_style_03_1482896358701 > .view_contents{overflow:visible;}  #image_style_03_1482896358701 .imgSet {border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:150px;border-bottom-right-radius:150px;} #image_style_03_1482896358701 .tipsText {border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:0px;border-bottom-right-radius:150px;background:rgba(0,0,0,0.6);opacity:1;color:#ffffff;font-size:30px;} #image_style_03_1482896358701:hover {background:transparent;color:transparent;} #image_style_03_1482896358701  {background:transparent;} #image_style_03_1482896358701 .imgStyle_3:hover .tipsText {background:transparent;color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1482896358701 .tipsText {font-size:25px;}} @media screen and (max-width:640px) { #image_style_03_1482896358701 .tipsText {font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482896358701{
	
}
#image_style_03_1482896358701 .imgStyle_3 .tipsText{transform: scale(1);}
#image_style_03_1482896358701 .imgStyle_3 .tipsText:hover{transform: scale(0);}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1482896358701{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_03_1482896358701{
		
	}
}

 #image_style_03_1482904032662{width:12.5%;height:138px;position:absolute;left:85%;top:205px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1482904032662{width:15%;height:142px;left:83.33609490986214%;top:155px;}}   @media screen and (max-width:640px) {#image_style_03_1482904032662{width:23.157894736842106%;height:82px;left:76.84210526315789%;top:72px;display:none;}} #image_style_03_1482904032662 > .view_contents{overflow:visible;}  #image_style_03_1482904032662 .imgSet {border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:150px;border-bottom-right-radius:150px;border-top-color:#dedede;border-right-color:#dedede;border-bottom-color:#dedede;border-left-color:#dedede;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;} #image_style_03_1482904032662 .tipsText {background:rgba(0,0,0,0.6);border-top-left-radius:150px;border-bottom-left-radius:150px;border-top-right-radius:0px;border-bottom-right-radius:150px;font-size:30px;color:#ffffff;} #image_style_03_1482904032662 .imgStyle_3:hover .tipsText {background:transparent;color:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_03_1482904032662 .tipsText {font-size:25px;}}
/*----------------------电脑板式样式----------------------*/
#image_style_03_1482904032662{
	
}
#image_style_03_1482904032662 .imgStyle_3 .tipsText{transform: scale(1);}
#image_style_03_1482904032662 .imgStyle_3 .tipsText:hover{transform: scale(0);}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#image_style_03_1482904032662{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#image_style_03_1482904032662{
		
	}
} #layout_1482903622169{height:372px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482903622169{height:312px;}}   @media screen and (max-width:640px) {#layout_1482903622169{height:167px;}} #layout_1482903622169 > .view_contents{max-width:1200px;}  #layout_1482903622169  {background:#ffffff;}


 #text_style_02_1492498678544{width:31.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:34.16666666666667%;top:79px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492498678544{width:422px;left:calc(50% - 211px);}}   @media screen and (max-width:640px) {#text_style_02_1492498678544{width:97.30000000000001%;left:1.3157894736842104%;top:39px;}}  #text_style_02_1492498678544>.view_contents {box-sizing:border-box;color:#ffffff;font-size:16px;font-weight:normal;text-align:center;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492498678544>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1492498678544>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492498583097{width:31.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:34.166666666666664%;top:29px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492498583097{left:34.146341463414636%;}}   @media screen and (max-width:640px) {#text_style_02_1492498583097{width:97.30000000000001%;left:1.3157894736842104%;top:5px;}}  #text_style_02_1492498583097>.view_contents {box-sizing:border-box;color:#ffffff;font-size:30px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492498583097>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1492498583097>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492504776310{width:79.08333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:109px;left:11.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492504776310{left:calc(50% - 368px);top:125px;}}   @media screen and (max-width:640px) {#text_style_02_1492504776310{width:93.15789473684211%;top:77px;left:3.421052631578945%;}}  #text_style_02_1492504776310>.view_contents {box-sizing:border-box;color:#ffffff;font-size:24px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492504776310>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1492504776310>.view_contents {box-sizing:border-box;font-size:18px;line-height:39px;}}

 #text_style_02_1492505170993{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:271px;left:44.291666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492505170993{width:130px;left:calc(50% - 65.5px);top:237px;}}   @media screen and (max-width:640px) {#text_style_02_1492505170993{width:35.78947368421053%;top:283px;left:32.10526315789474%;}}  #text_style_02_1492505170993>.view_contents {box-sizing:border-box;color:#006cdb;font-size:18px;background:#ffffff;text-align:center;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;line-height:40px;height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492505170993>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1492505170993>.view_contents {box-sizing:border-box;}} #layout_1482905506959{height:345px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482905506959{height:310px;}}   @media screen and (max-width:640px) {#layout_1482905506959{height:339px;}} #layout_1482905506959 > .view_contents{max-width:1200px;}  #layout_1482905506959  {background:#006cdb;background-repeat:no-repeat;background-size:cover;}


 #text_style_02_1482920601722{width:30.833333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:166px;display:none;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482920601722{width:38.54166666666667%;left:0%;top:166px;display:none;}}   @media screen and (max-width:640px) {#text_style_02_1482920601722{width:7.368421052631578%;left:3.6802685950413223%;top:649px;display:none;}}  #text_style_02_1482920601722>.view_contents {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482920601722>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482920601722>.view_contents {box-sizing:border-box;background:#1abc95;color:#ffffff;font-size:20px;text-align:center;border-top-left-radius:14px;border-bottom-left-radius:14px;border-top-right-radius:14px;border-bottom-right-radius:14px;line-height:28px;height:28px;}}

 #text_style_02_1492506340525{width:31.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:34.16666666666667%;top:32px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492506340525{}}   @media screen and (max-width:640px) {#text_style_02_1492506340525{width:97.30000000000001%;left:1.3157894736842104%;top:10px;}}  #text_style_02_1492506340525>.view_contents {box-sizing:border-box;color:#006cdb;font-size:40px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492506340525>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1492506340525>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492506380864{width:30.833333333333336%;font-size:18px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:34.58333333333333%;top:89px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492506380864{}}   @media screen and (max-width:640px) {#text_style_02_1492506380864{width:97.36842105263158%;left:1.3157894736842124%;top:40px;}}  #text_style_02_1492506380864>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:30px;color:#a0a0a0;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492506380864>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1492506380864>.view_contents {box-sizing:border-box;font-size:12px;}}

 #div_blank_1492506409465{width:5.25%;height:3px;position:absolute;left:47.375%;top:126px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1492506409465{}}   @media screen and (max-width:640px) {#div_blank_1492506409465{width:20.263157894736842%;height:3px;left:39.868421052631575%;top:1361px;display:none;}} #div_blank_1492506409465 > .view_contents{overflow:visible;}  #div_blank_1492506409465  {box-sizing:border-box;background:#d12929;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1492506409465  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1492506409465  {box-sizing:border-box;}}

 #newsList_style_04_1492506585014{width:98%;position:absolute;top:362px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1492506585014{left:calc(50% - 462px);top:335px;}}   @media screen and (max-width:640px) {#newsList_style_04_1492506585014{width:98%;top:212px;left:1%;}}  #newsList_style_04_1492506585014 .imgSet {border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;} #newsList_style_04_1492506585014 .timesSet {background:#5cccf2;color:#ffffff;padding-top:6px;padding-bottom:6px;padding-left:6px;padding-right:6px;font-family:Verdana;height:12px;} #newsList_style_04_1492506585014 .sortSet {background:#0056ae;padding-top:8px;padding-bottom:8px;padding-left:8px;padding-right:8px;} #newsList_style_04_1492506585014 .detailSet {border-bottom-width:0px;} #newsList_style_04_1492506585014 .modSet {background:transparent;}

 #image_style_01_1519385039722{width:15.833333333333332%;height:188px;position:absolute;top:143px;left:2.7083333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385039722{height:158px;}}   @media screen and (max-width:640px) {#image_style_01_1519385039722{width:103px;height:124px;top:70px;left:0.5263157894736842%;}} #image_style_01_1519385039722 > .view_contents{overflow:visible;} 

 #image_style_01_1519385063325{width:15.833333333333332%;height:188px;position:absolute;top:148px;left:24.708333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385063325{height:155px;}}   @media screen and (max-width:640px) {#image_style_01_1519385063325{width:108px;height:118px;top:70px;left:46.8421052631579%;}} #image_style_01_1519385063325 > .view_contents{overflow:visible;} 

 #image_style_01_1519385075641{width:15.833333333333332%;height:188px;position:absolute;top:143px;left:47.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385075641{height:161px;}}   @media screen and (max-width:640px) {#image_style_01_1519385075641{width:99px;height:121px;top:70px;left:23.42105263157895%;}} #image_style_01_1519385075641 > .view_contents{overflow:visible;} 

 #image_style_01_1519385085092{width:15.833333333333332%;height:188px;position:absolute;top:143px;left:73.04166666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385085092{height:155px;}}   @media screen and (max-width:640px) {#image_style_01_1519385085092{width:100px;height:119px;top:70px;left:72.578125%;}} #image_style_01_1519385085092 > .view_contents{overflow:visible;}  #layout_1482906884219{height:512px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482906884219{height:478px;}}   @media screen and (max-width:640px) {#layout_1482906884219{height:499px;}} #layout_1482906884219 > .view_contents{max-width:1200px;} 


 #image_style_01_1492508331608{width:100%;height:250px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492508331608{}}   @media screen and (max-width:640px) {#image_style_01_1492508331608{width:100%;height:200px;top:0px;left:0%;}} #image_style_01_1492508331608 > .view_contents{overflow:visible;} 

 #text_style_02_1492508488950{width:26.704146170063247%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:36.64792691496837%;top:12px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492508488950{}}   @media screen and (max-width:640px) {#text_style_02_1492508488950{width:97.30000000000001%;left:1.3499999999999943%;top:9px;}}  #text_style_02_1492508488950>.view_contents {box-sizing:border-box;color:#ffffff;font-size:30px;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492508488950>.view_contents {box-sizing:border-box;font-size:30px;}} @media screen and (max-width:640px) { #text_style_02_1492508488950>.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;font-weight:normal;}}

 #text_style_02_1492508712019{width:65.84680252986648%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:142px;left:17.07659873506676%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492508712019{}}   @media screen and (max-width:640px) {#text_style_02_1492508712019{width:93.15789473684211%;top:75px;left:3.421052631578948%;}}  #text_style_02_1492508712019>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;text-align:center;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492508712019>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1492508712019>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1492508642171{width:65.84680252986648%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:66px;left:17.07659873506676%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492508642171{}}   @media screen and (max-width:640px) {#text_style_02_1492508642171{width:93.15789473684211%;top:105px;left:3.421052631578945%;}}  #text_style_02_1492508642171>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;text-align:center;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492508642171>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1492508642171>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1492508707043{width:65.84680252986648%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:104px;left:17.07659873506676%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492508707043{}}   @media screen and (max-width:640px) {#text_style_02_1492508707043{width:91.84210526315789%;top:45px;left:4.078947368421053%;}}  #text_style_02_1492508707043>.view_contents {box-sizing:border-box;color:#ffffff;font-size:18px;text-align:center;line-height:30px;height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492508707043>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_02_1492508707043>.view_contents {box-sizing:border-box;font-size:12px;}}

 #text_style_02_1492508578578{width:9.557273366127898%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:45.221363316936056%;top:187px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1492508578578{width:130px;left:calc(50% - 65px);}}   @media screen and (max-width:640px) {#text_style_02_1492508578578{width:35.78947368421053%;left:32.10526315789474%;top:147px;}}  #text_style_02_1492508578578>.view_contents {box-sizing:border-box;color:#007dab;font-size:18px;text-align:center;line-height:40px;height:40px;} #text_style_02_1492508578578  {background:#ffffff;border-top-left-radius:100px;border-bottom-left-radius:100px;border-top-right-radius:100px;border-bottom-right-radius:100px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492508578578>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;height:40px;font-family:Microsoft YaHei;color:#007caa;}} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1492508578578  {background:#ffffff;}} @media screen and (max-width:640px) { #text_style_02_1492508578578>.view_contents {box-sizing:border-box;font-size:16px;line-height:40px;height:40px;color:#007caa;}} @media screen and (max-width:640px) { #text_style_02_1492508578578  {background:#ffffff;}} #layout_1492508310547{height:250px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1492508310547{height:250px;}}   @media screen and (max-width:640px) {#layout_1492508310547{height:210px;}} #layout_1492508310547 > .view_contents{overflow:visible;} 


 #div_blank_1482909966082{width:5.25%;height:3px;position:absolute;left:37.20833333333333%;top:151px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1482909966082{width:9.479166666666666%;height:3px;left:40.8271474019088%;top:112px;}}   @media screen and (max-width:640px) {#div_blank_1482909966082{width:78.94736842105263%;height:200px;left:21.05263157894737%;top:175px;display:none;}} #div_blank_1482909966082 > .view_contents{overflow:visible;}  #div_blank_1482909966082  {box-sizing:border-box;background:#d12929;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1482909966082  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1482909966082  {box-sizing:border-box;}}

 #text_style_02_1482918614991{width:11.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:36.375%;top:58px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482918614991{width:22.375397667020145%;left:34.78260869565217%;top:39px;}}   @media screen and (max-width:640px) {#text_style_02_1482918614991{width:97.36842105263158%;left:1.3157894736842104%;top:10px;}}  #text_style_02_1482918614991>.view_contents {box-sizing:border-box;font-size:31px;color:#006cdb;font-weight:bold;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482918614991>.view_contents {box-sizing:border-box;font-size:25px;}} @media screen and (max-width:640px) { #text_style_02_1482918614991>.view_contents {box-sizing:border-box;font-size:20px;font-weight:normal;}}

 #text_style_02_1482918686555{width:7.916666666666666%;font-size:18px!important;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:35.95833333333333%;top:108px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482918686555{width:38.54166666666667%;left:25.344644750795336%;top:80px;}}   @media screen and (max-width:640px) {#text_style_02_1482918686555{width:97.36842105263158%;left:1.3157894736842124%;top:48px;}}  #text_style_02_1482918686555>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;line-height:30px;color:#a0a0a0;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482918686555>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482918686555>.view_contents {box-sizing:border-box;color:#a0a0a0;}}

 #image_style_01_1482909749562{width:379px;height:272px;position:absolute;left:0%;top:154px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1482909749562{width:36.47932131495228%;height:249px;left:2.3048117709437963%;top:53px;}}   @media screen and (max-width:640px) {#image_style_01_1482909749562{width:52.63157894736842%;height:200px;left:0%;top:95px;display:none;}} #image_style_01_1482909749562 > .view_contents{overflow:visible;} 

 #text_style_02_1482918777203{width:62.25000000000001%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:36.375%;top:164px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482918777203{width:58.006362672322375%;left:41.19333244962885%;top:128px;}}   @media screen and (max-width:640px) {#text_style_02_1482918777203{width:95%;left:2.5%;top:78px;}}  #text_style_02_1482918777203>.view_contents {box-sizing:border-box;color:#666666;font-size:16px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482918777203>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_02_1482918777203>.view_contents {box-sizing:border-box;}} #layout_1482908503317{height:501px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482908503317{height:520px;}}   @media screen and (max-width:640px) {#layout_1482908503317{height:682px;display:block;}} #layout_1482908503317 > .view_contents{max-width:1200px;} 


 #text_style_02_1495704180291{width:16.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:23.25%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495704180291{display:block;left:25.33304612937434%;top:25px;width:182px;}}   @media screen and (max-width:640px) {#text_style_02_1495704180291{width:54.78723404255319%;top:62.986114501953125px;left:10.75465425531915%;display:block;}}  #text_style_02_1495704180291>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495704180291>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495704180291>.view_contents {box-sizing:border-box;}}

 #image_style_01_1495704623247{width:2.4166666666666665%;height:32px;position:absolute;top:22px;left:3.0833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495704623247{display:block;left:3.7181866383881235%;top:17.5px;}}   @media screen and (max-width:640px) {#image_style_01_1495704623247{width:8.68421052631579%;height:30px;top:23.975692749023438px;left:2.247709923602165%;display:block;}} #image_style_01_1495704623247 > .view_contents{overflow:visible;} 

 #text_style_02_1495704155772{width:14.583333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:5.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495704155772{left:6.157211028632025%;top:25px;width:163px;}}   @media screen and (max-width:640px) {#text_style_02_1495704155772{width:32.10526315789474%;top:23.986114501953125px;left:10.77220084819388%;}}  #text_style_02_1495704155772>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495704155772>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495704155772>.view_contents {box-sizing:border-box;}}

 #image_style_01_1495704636815{width:2.166666666666667%;height:25px;position:absolute;top:24.5px;left:20.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495704636815{left:22.045665429480383%;top:21px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1495704636815{width:10%;height:24px;top:62.986114501953125px;left:0.8994538733299742%;display:block;}} #image_style_01_1495704636815 > .view_contents{overflow:visible;} 

 #image_style_01_1495704643997{width:3%;height:24px;position:absolute;top:22px;left:42.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495704643997{display:block;left:48.46235418875928%;top:27px;}}   @media screen and (max-width:640px) {#image_style_01_1495704643997{width:6.578947368421052%;height:23px;top:103.95834350585938px;left:3.2773715384463045%;display:block;}} #image_style_01_1495704643997 > .view_contents{overflow:visible;} 

 #text_style_02_1495704226960{width:16.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:16px;left:45.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495704226960{display:block;left:51.855779427359494%;top:24px;width:159px;}}   @media screen and (max-width:640px) {#text_style_02_1495704226960{width:45%;top:103.95834350585938px;left:10.739879405244867%;display:block;}}  #text_style_02_1495704226960>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495704226960>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495704226960>.view_contents {box-sizing:border-box;}}

 #text_style_02_1495704246903{width:31.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:19px;left:65.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1495704246903{display:block;left:72.32237539766702%;top:24px;width:256px;}}   @media screen and (max-width:640px) {#text_style_02_1495704246903{width:87.89473684210526%;top:133.95834350585938px;left:9.84873670212766%;display:block;}}  #text_style_02_1495704246903>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1495704246903>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1495704246903>.view_contents {box-sizing:border-box;}}

 #image_style_01_1495704650996{width:2.666666666666667%;height:35px;position:absolute;top:16px;left:63%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495704650996{display:block;left:69.4591728525981%;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1495704650996{width:9.210526315789473%;height:29px;top:133.95834350585938px;left:1.697326213755506%;display:block;}} #image_style_01_1495704650996 > .view_contents{overflow:visible;} 

 #text_style_02_1482990428197{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:154px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482990428197{left:0%;width:100%;top:110px;}}   @media screen and (max-width:640px) {#text_style_02_1482990428197{width:100%;top:211.9965362548828px;left:0%;}}  #text_style_02_1482990428197>.view_contents {box-sizing:border-box;color:#888888;font-size:12px;text-align:center;line-height:25px;border-top-color:#111111;border-top-style:solid;border-top-width:1px;box-shadow:#3b3b3b 0px 1px 2px inset;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482990428197>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482990428197>.view_contents {box-sizing:border-box;}}


 #image_style_01_1492504357088{width:2.666666666666667%;height:35px;position:absolute;top:16px;left:63%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357088{display:block;left:69.4591728525981%;top:21px;}}   @media screen and (max-width:640px) {#image_style_01_1492504357088{width:52.892561983471076%;height:200px;top:2218px;left:23.553719008264462%;display:block;}} #image_style_01_1492504357088 > .view_contents{overflow:visible;} 

 #text_style_02_1483000572160{width:16.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:19px;left:46.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000572160{display:block;left:51.855779427359494%;top:24px;width:159px;}}   @media screen and (max-width:640px) {#text_style_02_1483000572160{width:95%;top:600px;left:2.5%;display:none;}}  #text_style_02_1483000572160>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000572160>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000572160>.view_contents {box-sizing:border-box;}}

 #text_style_02_1483000563265{width:14.583333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:5.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000563265{left:6.157211028632025%;top:25px;width:163px;}}   @media screen and (max-width:640px) {#text_style_02_1483000563265{width:95%;top:0px;left:2.5%;}}  #text_style_02_1483000563265>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000563265>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000563265>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492504357130{width:3%;height:24px;position:absolute;top:22px;left:42.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357130{display:block;left:48.46235418875928%;top:27px;}}   @media screen and (max-width:640px) {#image_style_01_1492504357130{width:52.892561983471076%;height:200px;top:2018px;left:23.553719008264462%;display:block;}} #image_style_01_1492504357130 > .view_contents{overflow:visible;} 

 #text_style_02_1483000736889{width:31.666666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:19px;left:65.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000736889{display:block;left:72.32237539766702%;top:24px;width:256px;}}   @media screen and (max-width:640px) {#text_style_02_1483000736889{width:95%;top:684px;left:2.5%;display:none;}}  #text_style_02_1483000736889>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000736889>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000736889>.view_contents {box-sizing:border-box;}}

 #dh_style_01_1492503604225{width:47%;z-index:999;position:absolute;top:80px;left:26.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1492503604225{z-index:999;top:66px;left:calc(50% - 221.5px);}}   @media screen and (max-width:640px) {#dh_style_01_1492503604225{width:12.121212121212121%;z-index:999;top:1200px;left:43.93939393939394%;display:block;}} #dh_style_01_1492503604225 > .view_contents{overflow:visible;}  #dh_style_01_1492503604225 #hot>a {color:#ffffff;} #dh_style_01_1492503604225 .mainMenuSet {color:#ffffff;}

 #image_style_01_1492504357103{width:2.166666666666667%;height:25px;position:absolute;top:24.5px;left:20.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357103{left:22.045665429480383%;top:21px;display:block;}}   @media screen and (max-width:640px) {#image_style_01_1492504357103{width:52.892561983471076%;height:200px;top:1818px;left:23.553719008264462%;display:block;}} #image_style_01_1492504357103 > .view_contents{overflow:visible;} 

 #text_style_02_1483000493958{width:16.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:22px;left:23.25%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1483000493958{display:block;left:25.33304612937434%;top:25px;width:182px;}}   @media screen and (max-width:640px) {#text_style_02_1483000493958{width:95%;top:300px;left:2.5%;display:block;}}  #text_style_02_1483000493958>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1483000493958>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1483000493958>.view_contents {box-sizing:border-box;}}

 #image_style_01_1492504357114{width:2.4166666666666665%;height:32px;position:absolute;top:22px;left:3.0833333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1492504357114{display:block;left:3.7181866383881235%;top:17.5px;}}   @media screen and (max-width:640px) {#image_style_01_1492504357114{width:52.892561983471076%;height:200px;top:1618px;left:23.553719008264462%;display:block;}} #image_style_01_1492504357114 > .view_contents{overflow:visible;} 
 #div_includeBlock_1492503974801{width:1301px;height:124px;position:absolute;top:30px;left:calc(50% - 650.5px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1492503974801{left:0%;top:0px;width:100%;height:110px;}}   @media screen and (max-width:640px) {#div_includeBlock_1492503974801{width:100%;height:930px;top:1308px;left:0%;display:none;z-index:9999;}} 

 #image_style_01_1519385848313{width:9.191994069681247%;height:112px;position:absolute;top:110px;left:81.0229799851742%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385848313{width:89px;left:89.18345705196182%;top:92px;height:84px;}}   @media screen and (max-width:640px) {#image_style_01_1519385848313{width:101px;height:95px;top:23.958328247070312px;left:65.79307089460656%;}} #image_style_01_1519385848313 > .view_contents{overflow:visible;}  #comm_layout_footer{height:254.01041700000002px;z-index:99;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:236px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:359.9965362548828px;display:block;}} #comm_layout_footer > .view_contents{overflow:visible;}  #comm_layout_footer  {background:#282828;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1482989704976 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	    
    
            #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/2tt.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20170523184911310.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item .img_2{background: url('../img/upimages/pkgimg/7418/banner3.jpg') center top no-repeat;}
                #banner_style_01_1482394346074 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1482394346074 .bannerStyle_1 .main_image .img-item span{}    }

	#image_style_03_1482903418594 .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_03_1482903418594 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_03_1482903418594 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_03_1482903418594 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1482904028369 .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_03_1482904028369 .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_03_1482904028369 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_03_1482904028369 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1482897140347 .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_03_1482897140347 .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_03_1482897140347 .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);}}
.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1482896358701 .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_03_1482896358701 .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_03_1482896358701 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_03_1482896358701 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}

	#image_style_03_1482904032662 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1482904032662 .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_03_1482904032662 .CompatibleImg img{width:100%; height:100%}}
#image_style_03_1482904032662 a{
	cursor: default;
}

.imgStyle_3 { height:100%; width:100%; overflow: visible; box-sizing: border-box;}
.imgStyle_3 img{ box-sizing: border-box;}
.imgStyle_3 *{-webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
.imgStyle_3>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_3 .tipsText{position: absolute; top:0; left: 0; width: 100%; height: 100%; background: transparent; color: transparent; font-size: 12px; transform: scale(.85); }
.imgStyle_3:hover .tipsText{background: rgba(0,0,0,.6); color: #fff; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1);}
.imgStyle_3 .tipsText span{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0 10%; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);}
/*新闻列表样式*/
.boxNewsListStyle_4{width:100%; clear: both;}
.boxNewsListStyle_4 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_4 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.boxNewsListStyle_4 .sumary_list{list-style:none; background:#fff;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .newPic{width:100%; min-width:100px; overflow:hidden; position:relative; box-sizing:border-box; background: #eee;}
.boxNewsListStyle_4 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_4 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_4 .sumary_list .newCont{width:100%;position: relative;z-index: 999;}
.boxNewsListStyle_4 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_4 .sumary_list .newName a{text-decoration:none; color: #333; line-height:1.1; font-size:14px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0;}
.boxNewsListStyle_4 .sumary_list .newB{width:100%; line-height:2; padding-top: 5px;}
.boxNewsListStyle_4 .sumary_list .newSort{color:#fff; background-color: #498D9C; font-size:12px; white-space: nowrap; padding:.5em 1em; margin-right:5px;}
.boxNewsListStyle_4 .sumary_list .newsTime{text-align:right;color:#666; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_4 .sumary_list .newsTime span.nTime{display:none;}
.boxNewsListStyle_4 .sumary_list .newDetail{width:100%; margin:0; color:#999; font-size:12px; line-height:1.6;border-bottom:1px solid #eee;}
.boxNewsListStyle_4 .sumary_list .newDetail span{display: block;margin-bottom: 6px;overflow: hidden;}
.boxNewsListStyle_4 .sumary_list .show_all{width:100%; margin-top:.5em;}
.boxNewsListStyle_4 .sumary_list .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em; font-size:12px;  color:#666; }
/* 分页 */
.boxNewsListStyle_4 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_4 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_4 .page:hover{ background:red; color:white; cursor:pointer;}
@media screen and (max-width:768px){
/*分页*/
.boxNewsListStyle_4 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_4 .page_btn a:nth-last-child(1),.boxNewsListStyle_4 .page_btn a:nth-last-child(2),.boxNewsListStyle_4 .page_btn a:nth-last-child(3){display: inline-block !important;}
}
	#newsList_style_04_1492506585014 .newDetail.pc {display:block;}
	#newsList_style_04_1492506585014 .newDetail.pad, #newsList_style_04_1492506585014 .newDetail.mobile {display:none;}
	#newsList_style_04_1492506585014 .newTitle.pc {display:block;}
	#newsList_style_04_1492506585014 .newTitle.pad, #newsList_style_04_1492506585014 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1492506585014 .newDetail.pad {display:block;}
		#newsList_style_04_1492506585014 .newDetail.pc, #newsList_style_04_1492506585014 .newDetail.mobile {display:none;}
		#newsList_style_04_1492506585014 .newTitle.pad {display:block;}
		#newsList_style_04_1492506585014 .newTitle.pc, #newsList_style_04_1492506585014 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1492506585014 .newDetail.mobile {display:block;}
		#newsList_style_04_1492506585014 .newDetail.pc, #newsList_style_04_1492506585014 .newDetail.pad {display:none;}
		#newsList_style_04_1492506585014 .newTitle.mobile {display:block;}
		#newsList_style_04_1492506585014 .newTitle.pc, #newsList_style_04_1492506585014 .newTitle.pad {display:none;}
	}

/*pc*/
#newsList_style_04_1492506585014 li{width: 24.25%;}
#newsList_style_04_1492506585014 li.sumary_list{margin-bottom:1%;}
@media screen and (max-width: 1024px){/*ipad*/
	#newsList_style_04_1492506585014 li{width: 24.25%;}
	#newsList_style_04_1492506585014 li.sumary_list{margin-bottom:1%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#newsList_style_04_1492506585014  li{width: 49.5%;}
	#newsList_style_04_1492506585014  li.sumary_list{margin-bottom:1%;}
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1492506585014 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1492506585014 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1492506585014 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1492506585014 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1492506585014 .submit_div{ display: inline-block; }

#newsList_style_04_1492506585014 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1492506585014 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1492506585014 .page_submit{margin-left:5px;}
#newsList_style_04_1492506585014 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_04_1492506585014 .page_btn{ font-size:12px; }
		#newsList_style_04_1492506585014 .submit_div{ display:none; }
	}

	#newsList_style_04_1492506585014 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1492506585014 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1519385039722 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385039722 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1519385039722 .CompatibleImg img{width:100%; height:100%}}
.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_1519385063325 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385063325 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1519385063325 .CompatibleImg img{width:100%; height:100%}}
.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_1519385075641 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385075641 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1519385075641 .CompatibleImg img{width:100%; height:100%}}
.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_1519385085092 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385085092 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1519385085092 .CompatibleImg img{width:100%; height:100%}}
.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_1492508331608 .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_1492508331608 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1492508331608 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1492508331608 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_1482909749562 .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_1482909749562 .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_1482909749562 .CompatibleImg img{width:100%; height:100%}}
.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_1495704623247 .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_1495704623247 .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_1495704623247 .CompatibleImg img{null}}
#image_style_01_1495704623247 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_1495704636815 .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_1495704636815 .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_1495704636815 .CompatibleImg img{null}}
#image_style_01_1495704636815 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_1495704643997 .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_1495704643997 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1495704643997 .CompatibleImg img{null}}
#image_style_01_1495704643997 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_1495704650996 .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_1495704650996 .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_1495704650996 .CompatibleImg img{null}}
#image_style_01_1495704650996 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_1492504357088 .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_1492504357088 .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_1492504357088 .CompatibleImg img{null}}
#image_style_01_1492504357088 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_1492504357130 .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_1492504357130 .CompatibleImg img{null}}@media screen and (max-width:640px) {#image_style_01_1492504357130 .CompatibleImg img{null}}
#image_style_01_1492504357130 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1492503604225 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	#image_style_01_1492504357103 .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_1492504357103 .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_1492504357103 .CompatibleImg img{null}}
#image_style_01_1492504357103 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_1492504357114 .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_1492504357114 .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_1492504357114 .CompatibleImg img{null}}
#image_style_01_1492504357114 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_1519385848313 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1519385848313 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1519385848313 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1519385848313 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;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); 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;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				