
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative;}
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; /*解决ie6缓动 background-attachment: fixed;*/ 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;}
.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;}
.view.style_01.text>.view_contents{ word-break: break-word; }
.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 .old_page a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc;vertical-align: top;}
.page_btn .old_page a.cur,.page_btn .old_page a:hover{border:1px solid #4c4c4c;}
.old_page .prev_btn,.old_page .next_btn{ border: 0 !important; font-family: '黑体';}
.no_page{border: 0 !important;}

/* 新分页 */
.page_btn .new_page .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;}
.page_btn .new_page .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
.page_btn .new_page .cur{ background:red; color:white; cursor:pointer;}
.page_btn .new_page .page:hover{ background:red; color:white; cursor:pointer;}
.page_btn .new_page{clear: both; margin-top: 20px; width: 100%; text-align: center;font-size:14px;}
.page_btn .new_page 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 .new_page a:nth-child(n+12){display: none;}
.page_btn .new_page a:nth-last-child(1),.page_btn .new_page a:nth-last-child(2),.page_btn .new_page a:nth-last-child(3){display: inline-block !important;}
.page_btn .new_page .prev_btn,.page_btn .new_page .next_btn{font-family: '黑体' !important; border: 0 !important;}
.page_btn .new_page .no_page{border: 0 !important;}
.page_btn .new_page a:nth-child(n+10){display: none;}
.page_btn .new_page .all_page{ display:inline-block; margin:0 10px; }
.submit_div{ display: inline-block; }
.page_btn .new_page .submit_div input{ width:50px; margin:0 5px;}
.page_btn .new_page .submit_div input:hover{ cursor:default; background:white; color:#333;}
.page_btn .new_page .page_submit{margin-left:5px;}
.page_btn .new_page .page.sty04{margin: 0 -1px 12px;border-radius: 0px;line-height: 32px;z-index: 3;}
.page_btn .new_page .sty04.cur{ border-color: red #e5e5e5;border-left-color:#e5e5e5!important;border-right-color:#e5e5e5!important;z-index: 5;}
.page_btn .new_page .sty04 .page:hover{ border-color: red #e5e5e5;}
.page_btn .new_page .sty04.new_prev_btn{border-radius: 200px 0px 0px 200px !important;font-family: '黑体';vertical-align: top;}
.page_btn .new_page .sty04.new_next_btn{border-radius: 0px 200px 200px 0px !important;font-family: '黑体';vertical-align: top;}
@media screen and (max-width:1200px) {
    .page_btn .new_page .page{margin: 0 3px 10px;padding: 0px 12px;line-height: 32px;}
}
@media screen and (max-width:640px) {
    .page_btn .new_page .page{margin: 0 2px 10px;padding: 0px 10px;line-height: 28px;}
    .page_btn .new_page .page.sty02{padding: 0px 7px;}
	.page_btn .new_page .page.sty04{padding: 0px 11px;margin-bottom: 0;line-height: 28px;}
    .page_btn .new_page{ font-size:12px; }
    .page_btn .new_page .submit_div{ display:none; }
}

/*图片放大样式*/
.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;}
}

body{ background-position:left top; }


 #div_blank_new01_1575337039653{width:100%;height:46px;position:absolute;top:0%;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1575337039653{}}   @media screen and (max-width:640px) {#div_blank_new01_1575337039653{width:96%;height:50px;top:0px;left:2%;display:none;}}  #div_blank_new01_1575337039653  {box-sizing:border-box;background:#333333;} #div_blank_new01_1575337039653 .modSet {background:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1575337039653  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1575337039653  {box-sizing:border-box;}}


 #searchbox_style_02_1575337182632{width:254px;position:absolute;top:10px;left:calc(100% - 254px);}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_02_1575337182632{z-index:2;left:calc(100% - 254px);top:10px;}}   @media screen and (max-width:640px) {#searchbox_style_02_1575337182632{display:none;}} #searchbox_style_02_1575337182632 > .view_contents{overflow:visible;}  #searchbox_style_02_1575337182632 .inputSet {border-radius:initial;font-size:14px;height:26px;} #searchbox_style_02_1575337182632 .btnaSet {background-color:#c9960b;color:#ffffff;font-size:20px;height:26px;}

 #image_logo_1575336945986{width:33.666666666666664%;height:43px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1575336945986{z-index:2;width:287px;}}   @media screen and (max-width:640px) {#image_logo_1575336945986{width:283px;height:33px;left:2%;top:20px;}} 

 #dh_style_36_1575338566806{width:57.91666666666667%;z-index:999;position:absolute;left:42.083333333333336%;top:70px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_36_1575338566806{z-index:1;width:530px;left:41.533149171270715%;}}   @media screen and (max-width:640px) {#dh_style_36_1575338566806{width:14.521452145214523%;z-index:999;top:14.5px;left:85.6%;}} #dh_style_36_1575338566806 > .view_contents{overflow:visible;}  #dh_style_36_1575338566806 .mainMenuSet {background:transparent;color:#333333;border-top:none !important;border-right:none !important;border-left:none !important;border-width:2px;border-style:solid;border-color:transparent;line-height:41px;margin-left:27px;margin-right:27px;} #dh_style_36_1575338566806 .mainMenuSet:hover {background:transparent;color:#333333;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#c9960b;border-width:2px;border-style:solid;padding-left:0px;margin-left:27px;margin-right:27px;} #dh_style_36_1575338566806 #hot>a {background:transparent;color:#333333;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#c9960b;border-width:2px;border-style:solid;padding-left:0px;margin-left:27px;margin-right:27px;} #dh_style_36_1575338566806 .subMenuSet {line-height:41px;background:transparent;border-bottom:none !important;border-left:none !important;border-right:none !important;border-top:none !important;border-width:0px;border-style:none;border-color:transparent;text-align:left;} #dh_style_36_1575338566806 .thrMenuSet {line-height:41px;} #dh_style_36_1575338566806 .subMenuSet:hover {color:#c9960b;border-color:#c9960b;} #dh_style_36_1575338566806 .subCurSet {color:#c9960b;border-color:#c9960b;} #dh_style_36_1575338566806 .thrMenuSet:hover {color:#c9960b;} #dh_style_36_1575338566806 .thrCurSet {color:#c9960b;} #dh_style_36_1575338566806 .dhAreaSet {background:transparent;} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_36_1575338566806 .mainMenuSet {margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_36_1575338566806 .mainMenuSet:hover {margin-left:0px;margin-right:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #dh_style_36_1575338566806 #hot>a {margin-left:0px;margin-right:0px;}} @media screen and (max-width:640px) { #dh_style_36_1575338566806 .dhAreaSet {background:#ffffff;}} @media screen and (max-width:640px) { #dh_style_36_1575338566806 .mainMenuSet {margin-left:0px;margin-right:0px;}} @media screen and (max-width:640px) { #dh_style_36_1575338566806 .mainMenuSet:hover {margin-left:0px;margin-right:0px;}} @media screen and (max-width:640px) { #dh_style_36_1575338566806 #hot>a {margin-left:0px;margin-right:0px;}} @media screen and (max-width:640px) { #dh_style_36_1575338566806 .subMenuSet {padding-left:10px;}}
 #div_a_includeBlock_1575337302708{width:1200px;height:135px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1575337302708{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1575337302708{width:100%;height:82.5px;top:0px;left:0%;}} #div_a_includeBlock_1575337302708 > .view_contents{overflow:visible;}  #comm_layout_header{height:135px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:149px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:82.5px;}} #comm_layout_header > .view_contents{overflow:visible;} 
 #layout_1717048973178{height:360px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1717048973178{height:260px;}}   @media screen and (max-width:640px) {#layout_1717048973178{height:140px;}} #layout_1717048973178 > .view_contents{max-width:1200px;overflow:visible;}  #layout_1717048973178  {background: url(https://cdn.yun.sooce.cn/2/70355/jpg/171704136296516c569eeee7b341b1544d2fec62a83dc.jpg?version=1717041365);background-position:50% 50% !important;background-size:cover;}


 #titleText_style_08_1717049061482{width:40%;position:absolute;top:50px;left:30%;}   @media screen and (min-width:641px) and (max-width:1200px) {#titleText_style_08_1717049061482{}}   @media screen and (max-width:640px) {#titleText_style_08_1717049061482{width:96%;position:absolute;top:20px;left:2%;}}  #titleText_style_08_1717049061482 .bigtitsSet {font-size:36px;line-height:1.75em;font-weight:normal;border-width:0px;border-style:none;} #titleText_style_08_1717049061482 .minititsSet {line-height:1.75em;color:#cccccc;font-size:20px;padding-top:11px;} #titleText_style_08_1717049061482 .circledotSet {background:transparent;} #titleText_style_08_1717049061482 .lineshapeSet {height:1px;color:#999999;background:#cccccc;border-color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #titleText_style_08_1717049061482 .bigtitsSet {font-size:28px;}} @media screen and (max-width:640px) { #titleText_style_08_1717049061482 .bigtitsSet {font-size:20px;line-height:2em;margin-left:10px;margin-right:10px;padding-left:20px;padding-right:20px;}} @media screen and (max-width:640px) { #titleText_style_08_1717049061482 .minititsSet {font-size:14px;line-height:2em;padding-top:8px;}} @media screen and (max-width:640px) { #titleText_style_08_1717049061482 .lineshapeSet {margin-left:20px;margin-right:20px;}} #layout_1717049061479{height:159px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1717049061479{height:145px;}}   @media screen and (max-width:640px) {#layout_1717049061479{height:114px;}} #layout_1717049061479 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1717049061479  {background:#ffffff;}


 #map_style_01_1575429922634{width:70%;height:250px;position:absolute;top:50px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#map_style_01_1575429922634{width:68%;left:2.0247879109225875%;top:50px;}}   @media screen and (max-width:640px) {#map_style_01_1575429922634{width:96%;height:200px;top:10px;left:2%;z-index:1;}} 

 #div_blank_new01_1575429943718{width:30%;height:250px;position:absolute;top:50px;left:70%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1575429943718{width:28%;left:70.05235949098622%;top:50px;}}   @media screen and (max-width:640px) {#div_blank_new01_1575429943718{width:96%;height:135px;top:219px;left:2%;z-index:3;}}  #div_blank_new01_1575429943718  {box-sizing:border-box;background:#c9960b;} #div_blank_new01_1575429943718 .modSet {background:#c9960b;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1575429943718  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1575429943718  {box-sizing:border-box;}}

 #text_style_01_1575430059167{width:25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:75px;left:73.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1575430059167{left:71.5369830328738%;top:75px;}}   @media screen and (max-width:640px) {#text_style_01_1575430059167{width:90%;font-size:12px;color:#333;line-height:1.6;top:226.5px;left:5%;z-index:3;}}  #text_style_01_1575430059167>.view_contents {color:#ffffff;line-height:50px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1575430059167>.view_contents {font-size:16px;line-height:40px;}} @media screen and (max-width:640px) { #text_style_01_1575430059167>.view_contents {line-height:30px;}}

 #liuyanban_style_01_1575430134657{width:100%;position:absolute;top:339px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1575430134657{width:96%;left:2%;top:320px;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1575430134657{width:96%;top:370px;left:2%;z-index:1;}}  #liuyanban_style_01_1575430134657 .btnaSet {background:#c9960b;} #liuyanban_style_01_1575430134657 .userInfoSet {background:#f5f5f5;} #liuyanban_style_01_1575430134657 .messageBoardSet {background:#f5f5f5;} @media screen and (max-width:640px) { #liuyanban_style_01_1575430134657 .titSet {font-size:16px;}} #layout_1575370533075{height:853px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1575370533075{height:843px;}}   @media screen and (max-width:640px) {#layout_1575370533075{height:833px;}} #layout_1575370533075 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_13_1_1575341294474{width:84.75%;position:absolute;top:40px;left:8.625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1575341294474{width:96%;left:3.1813361611876987%;top:35px;}}   @media screen and (max-width:640px) {#image_style_13_1_1575341294474{width:94%;top:0px;left:3%;display:none;}} #image_style_13_1_1575341294474 > .view_contents{overflow:visible;}  #image_style_13_1_1575341294474 .titleSet {color:#ffffff;font-size:16px;margin-top:-4px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1575341294474 .titleSet {font-size:14px;}}

 #dh_style_36_1575342041010{width:44.333333333333336%;z-index:999;position:absolute;left:27.833333333333332%;top:105px;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_36_1575342041010{z-index:999;left:24.496288441145282%;width:51.007423117709436%;top:105px;}}   @media screen and (max-width:640px) {#dh_style_36_1575342041010{width:80px;z-index:999;top:0px;left:36.7986798679868%;display:none;}} #dh_style_36_1575342041010 > .view_contents{overflow:visible;}  #dh_style_36_1575342041010 .mainMenuSet {background:transparent;color:#ffffff;border-top:none !important;border-width:1px;border-style:solid;border-color:#ffffff;line-height:16px;margin-left:0px;margin-right:0px;font-size:16px;border-bottom:none !important;border-left:none !important;} #dh_style_36_1575342041010 .mainMenuSet:hover {background:transparent;color:#c9960b;border-top:none !important;border-color:#ffffff;border-width:1px;border-style:solid;padding-left:0px;margin-left:0px;margin-right:0px;font-size:16px;border-bottom:none !important;border-left:none !important;} #dh_style_36_1575342041010 #hot>a {background:transparent;color:#c9960b;border-top:none !important;border-color:#ffffff;border-width:1px;border-style:solid;padding-left:0px;margin-left:0px;margin-right:0px;font-size:16px;border-bottom:none !important;border-left:none !important;} #dh_style_36_1575342041010 .subMenuSet {line-height:16px;background:transparent;} #dh_style_36_1575342041010 .thrMenuSet {line-height:16px;} #dh_style_36_1575342041010 .subMenuSet:hover {color:#c9960b;} #dh_style_36_1575342041010 .subCurSet {color:#c9960b;} #dh_style_36_1575342041010 .thrMenuSet:hover {color:#c9960b;} #dh_style_36_1575342041010 .thrCurSet {color:#c9960b;} #dh_style_36_1575342041010 .dhAreaSet {background:transparent;}

 #copyright_style_01_1717039581712{width:83.33333333333334%;position:absolute;top:164px;left:9.708333333333332%;}   @media screen and (min-width:641px) and (max-width:1200px) {#copyright_style_01_1717039581712{left:2.014846235418876%;top:164px;width:96%;}}   @media screen and (max-width:640px) {#copyright_style_01_1717039581712{width:96%;top:24px;left:2%;}} #copyright_style_01_1717039581712 > .view_contents{overflow:visible;}  #copyright_style_01_1717039581712 .modSet {color:#ffffff;} #comm_layout_footer{height:217px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:230px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:91px;}} #comm_layout_footer > .view_contents{overflow:visible;max-width:1200px;}  #comm_layout_footer  {background:#333333;}
.blank_new01_tb{width:100%;height:100%;}
.blank_new01_tb .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	.searchStyle_2_tb{position: relative; min-width: 200px;}
.searchStyle_2_tb *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;-moz-appearance:none ;appearance: none;}
.searchStyle_2_tb .searchForm{width: 100%; border-radius: 0;box-sizing: border-box; position: relative;}
.searchStyle_2_tb .searchForm .search-btn{ background-image:url(/webapp/Model/views/searchbox/style_02_tb/v9Res/searchp.png)!important;background-color: transparent; background-repeat: no-repeat!important;background-position:50% 50%!important;background-size: auto 20px!important;width:60px; text-align: center; border: 0; height: 40px; font-size: 16px;color: #666;  outline: none; cursor: pointer; position: absolute; right:0; top: 0;}
.searchStyle_2_tb .searchForm .search_input{padding-top: 0!important;padding-bottom: 0!important; background: #fff;width: 100%;border: 0; border-radius:20px; outline: none; padding-right:65px; padding-left: 1em; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;}

.searchStyle_2_tb .searchForm .search-btn, .searchStyle_2_tb .searchForm .search_input{height: 32px;}



    #searchbox_style_02_1575337182632 ::-webkit-input-placeholder{color:#cccccc;}
    #searchbox_style_02_1575337182632 :-moz-placeholder{color:#cccccc;}  //firefox 18-
    #searchbox_style_02_1575337182632 ::-moz-placeholder{color:#cccccc;} //firefox 18+
    #searchbox_style_02_1575337182632 ::-ms-input-placeholder{color:#cccccc;}
    #searchbox_style_02_1575337182632 ::-o-placeholder{color:#cccccc;}
		/* 按钮宽度 */
		    .imgStyle{font-size:0;}
	#image_logo_1575336945986 .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_logo_1575336945986 .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_logo_1575336945986 .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 { 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_36 .imgIco{ margin-right:10px;}
.menuStyle_36 .menuUl,
.menuStyle_36 .menuUl_box {display:none;}
.menuStyle_36 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_36 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_36 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_36 .miniMenu .leftBox{height: 100%;}
.menuStyle_36 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_36 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_36 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_36 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li.thrMenuSet#thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_36 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_36 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_36 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}




.titleStyle_8 .title_top_view{display: flex;align-items: center;}
.titleStyle_8 .title_top_view .line{flex: 1;position: relative;box-sizing: border-box;height: 2px;background: #005CB2;}
.titleStyle_8 .title_top_view .circle{position: relative;width: 6px;height: 6px;border-radius: 100%;background: #005CB2;}
.titleStyle_8 .title_top_view .titletop{position: relative;text-align: center;white-space: nowrap;overflow: hidden;width: auto;font-size: 16px;padding: 0 24px;}
.titleStyle_8 .titlebottom{position: relative; text-align: center; padding: 0 10px;font-size: 16px;}
        .blank_new01_tb{width:100%;height:100%;}
.blank_new01_tb .roundcs{width:100%;height:100%;background:rgba(7,126,244,0.7);box-sizing: border-box;}
	/*留言板样式*/
.gformStyle_1{width:100%; box-sizing: border-box;}
.gformStyle_1 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_1 form{}
.gformStyle_1 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_1 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_1 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_1 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_1 .gformList textarea.gf_message{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; padding:0 8px; color:#333; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{height:34px; width:100%; min-width:300px;}
.gformStyle_1 .gformList textarea.gf_message{height:123px;}
.gformStyle_1 .gbt{background:#EC8C14; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto;}

.gformStyle_1 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_1 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_1 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_1 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_1 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_1 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_1 .gb_replay b{padding-left:50px; }
.gformStyle_1 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_1 .gb_info{float:right; color:#666;}
.gformStyle_1 .gb_nickname{}

@media screen and (max-width:991px){
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_1{padding:15px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_1 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_1{padding:10px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformStyle_1 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_1 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_1 .gb_nickname,.gformStyle_1 .gb_nickname b{font-size:14px;}
}

/*程序修改的颜色*/
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput,.gformStyle_1 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_1 .modFontColor{color:#333;}
.gformStyle_1 .modBorderColor{border-color:#f5f5f5 !important;}
/* 输入框失焦时检测 */
#liuyanban_style_01_1575430134657 .error{ color: #f00 !important;}
#liuyanban_style_01_1575430134657 .lybbtn{text-align: center;}
#liuyanban_style_01_1575430134657 .gbt{width:%;}

.imgStyle_13{ width:100%; }
.imgStyle_13 *{ font-size:'微软雅黑'; }
.imgStyle_13 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13 li{ width: 32%;}
.imgStyle_13 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%; width: 100%;}
.imgStyle_13 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13 .name{  font-size:16px; line-height:2.5; padding-left:10px;}
.imgStyle_13 .subName{ font-size:12px; color:#666; padding-left:10px;white-space: pre-wrap;}
.imgStyle_13 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}
.imgStyle_13 .cont .btn{padding-left: 10px;}
.imgStyle_13 .cont .btnSet{width: auto;height: 25px;line-height: 25px;display: block;border: 1px solid #7d7d7d;color: #333;text-align: center;margin-right: 40%;margin-top: 10px;word-break: break-all;overflow: hidden;}
.imgStyle_13 .imgTBox .bbx-new-font{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.imgStyle_13 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13 .imgTBox>img{ width:100%;height: 100%; }
	.imgStyle_13 .cont{width: calc(100% - 130px);}
	.imgStyle_13 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1575341294474  ul li{width: 24.99925%;}
        #image_style_13_1_1575341294474  ul li.imgTextLi{margin-bottom:0.001%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1575341294474  ul li{width: 24.99925%;}
        #image_style_13_1_1575341294474  ul li.imgTextLi{margin-bottom:0.001%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1575341294474  ul li{width: 100%;}
        #image_style_13_1_1575341294474  ul li.imgTextLi{margin-bottom:2%;}
        }
									/*pc*/
					#image_style_13_1_1575341294474  ul li.imgTextLi .left{width: 130px;}
					#image_style_13_1_1575341294474  ul li.imgTextLi .cont{width: calc(100% - 130px);}
					@media screen and (max-width: 1024px){/*ipad*/
						#image_style_13_1_1575341294474  ul li.imgTextLi .left{width: 130px;}
						#image_style_13_1_1575341294474  ul li.imgTextLi .cont{width: calc(100% - 130px);}
					}
					@media screen and (max-width: 768px){/*mobi*/
													#image_style_13_1_1575341294474 ul li.imgTextLi .left{width: 130px;}
							#image_style_13_1_1575341294474 ul li.imgTextLi .cont{width: calc(100% - 130px);}
											}
				    .menuStyle_36 .imgIco{ margin-right:10px;}
.menuStyle_36 .menuUl,
.menuStyle_36 .menuUl_box {display:none;}
.menuStyle_36 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_36 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_36 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_36 .miniMenu .leftBox{height: 100%;}
.menuStyle_36 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_36 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_36 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_36 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li.thrMenuSet#thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_36 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_36 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_36 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}




.copyrightStyle01{text-align: center;color:#999;font-size: 12px;line-height: 1.75;font-family: "Microsoft YaHei",微软雅黑;}
.copyrightStyle01 .copyright_view{display: inline;padding-right: 10px;}
				.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;padding-top:0!important;}
				.bottomMenu ul li a{display: inline-block;width: 100%;height: 100%;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuItem.iconTxt{top:5%;}
				.bottomMenu ul li .menuItem.txt{top: 50%;-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
				.bottomMenu ul li .menuItem.icon{top: 20%;}
				.bottomMenu ul li .menuIco{width: auto; height: 26px; overflow: hidden; margin: 0 auto 4px;padding-top:2px;box-sizing:border-box;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;box-sizing:border-box;object-fit: scale-down;}
				.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:50px!important;}
				}
				