
@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_1563953267703{width:100%;height:40px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new01_1563953267703{}}   @media screen and (max-width:640px) {#div_blank_new01_1563953267703{width:96%;height:50px;top:0px;left:2%;display:none;}}  #div_blank_new01_1563953267703  {box-sizing:border-box;} #div_blank_new01_1563953267703 .modSet {background:#f6f6f6;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new01_1563953267703  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new01_1563953267703  {box-sizing:border-box;}}


 #image_logo_1749463034791{width:14.249999999999998%;height:56px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1749463034791{width:185px;}}   @media screen and (max-width:640px) {#image_logo_1749463034791{width:37.77777777777778%;height:41px;top:27px;left:0%;}} 

 #dh_style_28_1749463034794{width:60%;z-index:999;position:absolute;top:40.5px;left:40%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_28_1749463034794{z-index:999;width:68.37663485330505%;left:31.60220994475138%;}}   @media screen and (max-width:640px) {#dh_style_28_1749463034794{width:12%;z-index:999;top:28px;left:88.05555555555556%;}} #dh_style_28_1749463034794 > .view_contents{overflow:visible;}  #dh_style_28_1749463034794 .mainMenuSet {font-size:16px;color:#333333;font-weight:normal;line-height:112px;border-style:none;border-top:none !important;border-right:none !important;border-left:none !important;border-color:#000000;border-width:3px;} #dh_style_28_1749463034794 .mainMenuSet:hover {color:#c7802b;font-size:16px;font-weight:normal;border-style:solid;border-width:3px;text-decoration:none;border-color:#c7802b;border-top:none !important;border-right:none !important;border-left:none !important;} #dh_style_28_1749463034794 #hot>a {color:#c7802b;font-size:16px;font-weight:normal;border-style:solid;border-width:3px;text-decoration:none;border-color:#c7802b;border-top:none !important;border-right:none !important;border-left:none !important;} @media screen and (max-width:640px) { #dh_style_28_1749463034794 .mainMenuSet {color:#999999;line-height:50px;height:50px;}}

 #image_style_13_1_1749463034795{width:55.08333333333333%;position:absolute;top:9px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1749463034795{width:575px;}}   @media screen and (max-width:640px) {#image_style_13_1_1749463034795{width:100%;top:0px;left:0%;display:none;}} #image_style_13_1_1749463034795 > .view_contents{overflow:visible;}  #image_style_13_1_1749463034795 .titleSet {font-size:14px;line-height:22px;color:#999999;}
 #div_a_includeBlock_1749463034748{width:1200px;height:155.5px;box-sizing:border-box;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1749463034748{box-sizing:border-box;width:96%;left:2%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1749463034748{width:96%;height:100px;box-sizing:border-box;top:0px;left:2%;}} #div_a_includeBlock_1749463034748 > .view_contents{overflow:visible;}  #comm_layout_header{height:155.5px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:156px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:100px;}} #comm_layout_header > .view_contents{overflow:visible;} 


 #banner_style_01_1563956147595{width:2880px;height:705px;position:absolute;top:-1px;left:calc(50% - 1440px);}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1563956147595{height:560px;}}   @media screen and (max-width:640px) {#banner_style_01_1563956147595{width:100%;height:236px;top:0px;left:0%;}} 

 #text_style_15_1749463250713{width:92.16666666666666%;position:absolute;top:298px;left:4.041666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_15_1749463250713{left:2%;top:225.5px;width:96%;}}   @media screen and (max-width:640px) {#text_style_15_1749463250713{width:96%;top:90.5px;left:2%;}} #text_style_15_1749463250713 > .view_contents{overflow:visible;}  #text_style_15_1749463250713 .infoTextSet {padding-bottom:0px;font-size:22px;color:#c7802b;} #text_style_15_1749463250713 .titleSet {font-size:44px;font-weight:normal;} @media screen and (max-width:640px) { #text_style_15_1749463250713 .titleSet {font-size:20px;text-align:center;}} @media screen and (max-width:640px) { #text_style_15_1749463250713 .infoTextSet {font-size:14px;text-align:center;}} #layout_diy_1563950725{height:705px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1563950725{height:559.0056762695312px;}}   @media screen and (max-width:640px) {#layout_diy_1563950725{height:236px;}} #layout_diy_1563950725 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1563957030120{height:101px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563957030120{height:71px;}}   @media screen and (max-width:640px) {#layout_1563957030120{height:41px;}} #layout_1563957030120 > .view_contents{overflow:visible;max-width:1200px;} 




 #image_style_01_1563957950097{width:587px;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563957950097{left:0%;width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1563957950097{width:96%;height:360px;top:0px;left:2%;}} #image_style_01_1563957950097 > .view_contents{overflow:visible;} 

 #text_style_01_1563958126417{width:30.884808013355592%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.918196994991646%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563958126417{left:49.42052769608319%;width:47.57174392935982%;top:107.8835220336914px;}}   @media screen and (max-width:640px) {#text_style_01_1563958126417{width:96%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1563958126417>.view_contents {font-size:20px;color:#333333;}

 #text_style_01_1563958156625{width:48.580968280467445%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.918196994991646%;top:202px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563958156625{left:49.4612919047442%;width:50.27624309392266%;top:162.7698745727539px;}}   @media screen and (max-width:640px) {#text_style_01_1563958156625{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:2%;}}  #text_style_01_1563958156625>.view_contents {color:#c7802b;font-size:14px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1563958156625>.view_contents {line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1563958156625>.view_contents {line-height:25px;}}

 #image_style_11_1563958621584{width:585px;position:absolute;top:425px;left:calc(100% - 585px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1563958621584{width:459px;left:calc(100% - 459px);top:320.9886112213135px;}}   @media screen and (max-width:640px) {#image_style_11_1563958621584{width:96%;top:530px;left:1.866666666666667%;}} #image_style_11_1563958621584 > .view_contents{overflow:visible;} 

 #text_style_01_1564018098171{width:39.81636060100167%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.9%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564018098171{width:38.63134657836645%;left:49.4%;top:107.8px;}}   @media screen and (max-width:640px) {#text_style_01_1564018098171{width:96%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1564018098171>.view_contents {font-size:20px;color:#333333;}

 #image_style_01_1564018131816{width:48.9983305509182%;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564018131816{width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1564018131816{width:96%;height:361px;top:0px;left:2%;}} #image_style_01_1564018131816 > .view_contents{overflow:visible;} 

 #image_style_11_1564018143858{width:48.83138564273789%;position:absolute;top:425px;left:51.1686143572621%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1564018143858{left:calc(100% - 458px);top:320.9px;width:459px;}}   @media screen and (max-width:640px) {#image_style_11_1564018143858{width:96%;top:530px;left:2%;}} #image_style_11_1564018143858 > .view_contents{overflow:visible;} 

 #text_style_01_1564018115721{width:48.664440734557594%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.899937395659435%;top:202px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564018115721{width:50%;left:49.4%;top:162.7px;}}   @media screen and (max-width:640px) {#text_style_01_1564018115721{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:2%;}}  #text_style_01_1564018115721>.view_contents {color:#c7802b;font-size:14px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1564018115721>.view_contents {line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1564018115721>.view_contents {line-height:25px;}}

 #image_style_01_1564018705627{width:48.9983305509182%;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564018705627{width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1564018705627{width:96%;height:362px;top:0px;left:2%;}} #image_style_01_1564018705627 > .view_contents{overflow:visible;} 

 #text_style_01_1564018724762{width:39.81636060100167%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.9%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564018724762{width:50%;left:49.4%;top:107.8px;}}   @media screen and (max-width:640px) {#text_style_01_1564018724762{width:96%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1564018724762>.view_contents {font-size:20px;color:#333333;}

 #text_style_01_1564018759214{width:48.9983305509182%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.9%;top:202px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564018759214{width:50%;left:49.4%;top:162.7px;}}   @media screen and (max-width:640px) {#text_style_01_1564018759214{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:1.9999998728434245%;}}  #text_style_01_1564018759214>.view_contents {color:#c7802b;font-size:14px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1564018759214>.view_contents {line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1564018759214>.view_contents {line-height:25px;}}

 #image_style_11_1564018840845{width:48.83138564273789%;position:absolute;top:425px;left:51.1686143572621%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1564018840845{width:459px;left:calc(100% - 459px);top:320.9px;}}   @media screen and (max-width:640px) {#image_style_11_1564018840845{width:96%;top:530px;left:2%;}} #image_style_11_1564018840845 > .view_contents{overflow:visible;} 

 #image_style_01_1564018859318{width:48.9983305509182%;height:587px;position:absolute;left:0%;top:50px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564018859318{width:430px;height:430px;}}   @media screen and (max-width:640px) {#image_style_01_1564018859318{width:96%;height:361px;top:0px;left:2%;}} #image_style_01_1564018859318 > .view_contents{overflow:visible;} 

 #image_style_11_1564018976536{width:48.83138564273789%;position:absolute;top:425px;left:51.1686143572621%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_11_1564018976536{width:459px;left:calc(100% - 459px);top:320.9px;}}   @media screen and (max-width:640px) {#image_style_11_1564018976536{width:96%;top:530px;left:1.9999998728434245%;}} #image_style_11_1564018976536 > .view_contents{overflow:visible;} 

 #text_style_01_1564018872866{width:39.81636060100167%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.9%;top:130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564018872866{width:50%;top:107.8px;left:49.4%;}}   @media screen and (max-width:640px) {#text_style_01_1564018872866{width:82.93333333333334%;font-size:12px;color:#333;line-height:1.6;top:370px;left:2%;}}  #text_style_01_1564018872866>.view_contents {font-size:20px;color:#333333;}

 #text_style_01_1564018899826{width:48.9983305509182%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:50.9%;top:202px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1564018899826{width:50%;left:49.4%;top:162.8px;}}   @media screen and (max-width:640px) {#text_style_01_1564018899826{width:96%;font-size:12px;color:#333;line-height:1.6;top:412px;left:1.9999998728434245%;}}  #text_style_01_1564018899826>.view_contents {color:#c7802b;font-size:14px;line-height:35px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1564018899826>.view_contents {line-height:30px;}} @media screen and (max-width:640px) { #text_style_01_1564018899826>.view_contents {line-height:25px;}} #tab_style_03_1563957513903{width:99.83333333333333%;height:688px;position:absolute;top:0px;left:0.08333333333333334%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1563957513903{left:2.0634920634920633%;top:0px;width:96%;height:535px;}}   @media screen and (max-width:640px) {#tab_style_03_1563957513903{width:100%;height:663px;top:50px;left:0%;}}  #tab_style_03_1563957513903 .tabItemSet {font-size:14px;color:#333333;background:transparent;} #tab_style_03_1563957513903 .tabItemSet.tabCurItem {color:#c7802b;} #tab_style_03_1563957513903 .tabconSet {background:transparent;}

 #titleText_style_05_1749465608987{width:100%;position:absolute;top:0px;left:0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#titleText_style_05_1749465608987{width:96%;left:2%;}}   @media screen and (max-width:640px) {#titleText_style_05_1749465608987{width:96%;top:0px;left:2%;}}  #titleText_style_05_1749465608987 .lineshapesecSet {background:transparent;} #titleText_style_05_1749465608987 .bigtitsSet {color:#333333;} #titleText_style_05_1749465608987 .lineshapeSet {background:#c7802b;} #layout_1563957028565{height:779px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563957028565{height:596px;}}   @media screen and (max-width:640px) {#layout_1563957028565{height:747.9772338867188px;}} #layout_1563957028565 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_03_1563960715802{width:386px;height:257px;position:absolute;top:110px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1563960715802{height:194px;width:290px;left:2%;top:109.99999809265137px;}}   @media screen and (max-width:640px) {#image_style_03_1563960715802{width:96%;height:240px;top:54px;left:2%;}} #image_style_03_1563960715802 > .view_contents{overflow:visible;}  #image_style_03_1563960715802 .tipsText {color:transparent;font-size:16px;text-align:center;} #image_style_03_1563960715802 .imgStyle_3:hover .tipsText {color:#ffffff;}

 #image_style_03_1563960822139{width:32.166666666666664%;height:257px;position:absolute;top:110px;left:33.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1563960822139{height:193px;width:290px;left:34.446396701550356%;}}   @media screen and (max-width:640px) {#image_style_03_1563960822139{width:96%;height:240px;top:306.5px;left:1.866666666666667%;}} #image_style_03_1563960822139 > .view_contents{overflow:visible;}  #image_style_03_1563960822139 .tipsText {font-size:16px;color:transparent;text-align:center;} #image_style_03_1563960822139 .imgStyle_3:hover .tipsText {color:#ffffff;font-size:16px;}

 #image_style_03_1563960832518{width:32.166666666666664%;height:257px;position:absolute;top:110px;left:67.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1563960832518{left:66.89513837218915%;height:195px;width:290px;top:109.99999809265137px;}}   @media screen and (max-width:640px) {#image_style_03_1563960832518{width:96%;height:240px;top:559.1px;left:2%;}} #image_style_03_1563960832518 > .view_contents{overflow:visible;}  #image_style_03_1563960832518 .tipsText {font-size:16px;}

 #image_style_03_1563960908918{width:32.166666666666664%;height:257px;position:absolute;top:390px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1563960908918{left:1.9886361984979537%;width:290px;top:324px;height:195px;}}   @media screen and (max-width:640px) {#image_style_03_1563960908918{width:96%;height:240px;top:811.7px;left:1.866666666666667%;}} #image_style_03_1563960908918 > .view_contents{overflow:visible;}  #image_style_03_1563960908918 .tipsText {font-size:16px;}

 #image_style_03_1563960919247{width:32.166666666666664%;height:257px;position:absolute;top:390.9999771118164px;left:33.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1563960919247{left:34.40806696654627%;top:323.99146270751953px;width:290px;height:195px;}}   @media screen and (max-width:640px) {#image_style_03_1563960919247{width:96%;height:240px;top:1064.3px;left:1.866666666666667%;}} #image_style_03_1563960919247 > .view_contents{overflow:visible;}  #image_style_03_1563960919247 .tipsText {font-size:16px;}

 #image_style_03_1563960928103{width:32.166666666666664%;height:257px;position:absolute;top:390.9999771118164px;left:67.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_03_1563960928103{left:66.82900080605158%;top:323.99146270751953px;width:290px;height:195px;}}   @media screen and (max-width:640px) {#image_style_03_1563960928103{width:96%;height:240px;top:1316.9px;left:2%;}} #image_style_03_1563960928103 > .view_contents{overflow:visible;}  #image_style_03_1563960928103 .tipsText {font-size:16px;}

 #titleText_style_05_1749465634260{width:100%;position:absolute;top:0px;left:0.04166666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#titleText_style_05_1749465634260{width:96%;left:2%;}}   @media screen and (max-width:640px) {#titleText_style_05_1749465634260{width:96%;top:0px;left:2%;}}  #titleText_style_05_1749465634260 .lineshapesecSet {background:transparent;} #titleText_style_05_1749465634260 .bigtitsSet {color:#333333;} #titleText_style_05_1749465634260 .lineshapeSet {background:#c7802b;} #layout_1563960101593{height:781px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563960101593{height:519px;}}   @media screen and (max-width:640px) {#layout_1563960101593{height:1604px;}} #layout_1563960101593 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1563961354970{width:64.83333333333333%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:240px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563961354970{left:1.991642543247768%;top:150.97443389892578px;width:629px;}}   @media screen and (max-width:640px) {#text_style_01_1563961354970{width:96%;font-size:12px;color:#333;line-height:1.6;top:87.96875px;left:2%;}}  #text_style_01_1563961354970>.view_contents {font-size:14px;color:#999999;line-height:30px;text-indent:2em;}

 #button_style_01_1563961432293{width:10.416666666666668%;position:absolute;top:455px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#button_style_01_1563961432293{left:1.993145614704758%;top:331.98011016845703px;}}   @media screen and (max-width:640px) {#button_style_01_1563961432293{width:26.400000000000002%;top:373.96875px;left:2%;}} #button_style_01_1563961432293 > .view_contents{overflow:visible;}  #button_style_01_1563961432293 .btnaSet {color:#999999;background:transparent;border-style:none;border-top:none !important;border-right:none !important;border-bottom:none !important;border-left:none !important;text-align:left;}

 #titleText_style_05_1749465651568{width:100%;position:absolute;top:152px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#titleText_style_05_1749465651568{width:96%;left:2%;top:72px;}}   @media screen and (max-width:640px) {#titleText_style_05_1749465651568{width:96%;top:33px;left:2%;}}  #titleText_style_05_1749465651568 .lineshapesecSet {background:transparent;} #titleText_style_05_1749465651568 .bigtitsSet {color:#333333;} #titleText_style_05_1749465651568 .lineshapeSet {background:#c7802b;} #layout_1563961152312{height:601px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563961152312{height:422.005682px;}}   @media screen and (max-width:640px) {#layout_1563961152312{height:439px;}} #layout_1563961152312 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1563961152312  {background: url(../img/upimages/wximg/pkgimg/banner/banner3.jpg);background-position:50% 50% !important;background-size:auto 100%;}
 #layout_1563961990180{height:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563961990180{height:71px;}}   @media screen and (max-width:640px) {#layout_1563961990180{height:41px;}} #layout_1563961990180 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1563961888882{width:497px;height:496px;position:absolute;top:0px;left:calc(100% - 497px);}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563961888882{height:357px;width:357px;left:60.05269088016967%;top:0px;}}   @media screen and (max-width:640px) {#image_style_01_1563961888882{width:96%;height:360px;top:35.181819915771484px;left:2%;}} #image_style_01_1563961888882 > .view_contents{overflow:visible;} 

 #image_style_01_1563961930376{width:261px;height:261px;position:absolute;top:235px;left:35.41666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563961930376{left:37.22163308589608%;top:154px;height:204px;width:201px;}}   @media screen and (max-width:640px) {#image_style_01_1563961930376{width:70.13333333333334%;height:264px;top:245px;left:2%;display:none;}} #image_style_01_1563961930376 > .view_contents{overflow:visible;} 

 #text_style_01_1563962068339{width:34.25%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:143.98861694335938px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563962068339{left:1.9901394717907777%;top:82.94601440429688px;}}   @media screen and (max-width:640px) {#text_style_01_1563962068339{width:96%;font-size:12px;color:#333;line-height:1.6;top:462.3067932128906px;left:2%;}}  #text_style_01_1563962068339>.view_contents {color:#999999;font-size:14px;line-height:30px;height:160px;} @media screen and (max-width:640px) { #text_style_01_1563962068339>.view_contents {font-size:14px;}}

 #text_style_01_1563962101537{width:34.91666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:325px;left:0.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563962101537{left:1.9961519594545718%;top:258.9886474609375px;}}   @media screen and (max-width:640px) {#text_style_01_1563962101537{width:96%;font-size:12px;color:#333;line-height:1.6;top:415.29827880859375px;left:1.9999998728434245%;}}  #text_style_01_1563962101537>.view_contents {font-size:26px;color:#666666;font-weight:bold;} @media screen and (max-width:640px) { #text_style_01_1563962101537>.view_contents {font-size:18px;}}

 #text_style_01_1563962126767{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:117px;left:43.20833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563962126767{left:41.59431336161188%;top:56.984375px;}}   @media screen and (max-width:640px) {#text_style_01_1563962126767{width:96%;font-size:12px;color:#333;line-height:1.6;top:416.32635814889335px;left:2%;display:none;}}  #text_style_01_1563962126767>.view_contents {font-size:30px;color:#666666;font-weight:bold;text-align:center;} @media screen and (max-width:640px) { #text_style_01_1563962126767>.view_contents {font-size:18px;}} #layout_1563961147524{height:619px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1563961147524{height:446px;}}   @media screen and (max-width:640px) {#layout_1563961147524{height:645px;}} #layout_1563961147524 > .view_contents{overflow:visible;max-width:1200px;} 


 #image_style_01_1564023631304{width:171px;height:56px;position:absolute;top:70px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564023631304{left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1564023631304{width:171px;height:56px;top:0px;left:27.200000000000003%;display:none;}} #image_style_01_1564023631304 > .view_contents{overflow:visible;} 

 #image_style_13_1_1749465772272{width:32.58333333333333%;position:absolute;top:152.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1749465772272{left:2%;}}   @media screen and (max-width:640px) {#image_style_13_1_1749465772272{width:96%;position:absolute;top:32.977294921875px;left:2%;display:none;}} #image_style_13_1_1749465772272 > .view_contents{overflow:visible;}  #image_style_13_1_1749465772272 .titleSet {color:#888888;line-height:22px;padding-left:14px;font-size:14px;} #image_style_13_1_1749465772272  {background:transparent;} #image_style_13_1_1749465772272 .modSet {padding-top:5px;padding-left:0px;padding-bottom:5px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1749465772272 .titleSet {font-size:14px;padding-bottom:0px;line-height:22px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1749465772272 .modSet {padding-bottom:5px;padding-top:5px;}} @media screen and (max-width:640px) { #image_style_13_1_1749465772272 .titleSet {font-size:12px;line-height:18px;}} @media screen and (max-width:640px) { #image_style_13_1_1749465772272 .modSet {padding-top:0px;padding-bottom:2px;padding-left:0px;}}

 #copyright_style_01_1749465970247{width:100%;position:absolute;top:252.5px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#copyright_style_01_1749465970247{width:96%;left:2%;}}   @media screen and (max-width:640px) {#copyright_style_01_1749465970247{width:96%;top:29px;left:2%;}} #copyright_style_01_1749465970247 > .view_contents{overflow:visible;}  #copyright_style_01_1749465970247 .modSet {color:#888888;}

 #image_style_01_1749520347559{width:9.166666666666666%;height:110px;position:absolute;top:93px;left:90.83333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1749520347559{}}   @media screen and (max-width:640px) {#image_style_01_1749520347559{width:23.733333333333334%;height:88px;top:50px;left:38.13333333333333%;display:none;}} #image_style_01_1749520347559 > .view_contents{overflow:visible;}  #comm_layout_footer{height:305px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{}}   @media screen and (max-width:640px) {#comm_layout_footer{height:79px;}} #comm_layout_footer > .view_contents{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;}
	.imgStyle{font-size:0;}
	#image_logo_1749463034791 .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_1749463034791 .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_1749463034791 .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_28 .imgIco{ margin-right:10px;} 
.menuStyle_28 .menuUl,
.menuStyle_28 .menuUl_box {display:none;}
.menuStyle_28 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_28 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_28 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_28 .miniMenu .leftBox{height: 100%;}
.menuStyle_28 .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_28 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_28 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_28 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit; text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);margin-left:0!important;margin-right:0!important;box-sizing: border-box;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_28 .miniMenu .leftBox .menuUlCopy li.thrMenuSet#thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_28 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_28 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_28 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}


.menuStyle_28 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_28 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}





.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_1749463034795  ul li{width: 49.9995%;}
        #image_style_13_1_1749463034795  ul li.imgTextLi{margin-bottom:0.001%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1749463034795  ul li{width: 49.9995%;}
        #image_style_13_1_1749463034795  ul li.imgTextLi{margin-bottom:0.001%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1749463034795  ul li{width: 100%;}
        #image_style_13_1_1749463034795  ul li.imgTextLi{margin-bottom:2%;}
        }
									/*pc*/
					#image_style_13_1_1749463034795  ul li.imgTextLi .left{width: 22px;}
					#image_style_13_1_1749463034795  ul li.imgTextLi .cont{width: calc(100% - 22px);}
					@media screen and (max-width: 1024px){/*ipad*/
						#image_style_13_1_1749463034795  ul li.imgTextLi .left{width: 22px;}
						#image_style_13_1_1749463034795  ul li.imgTextLi .cont{width: calc(100% - 22px);}
					}
					@media screen and (max-width: 768px){/*mobi*/
													#image_style_13_1_1749463034795 ul li.imgTextLi .left{width: 22px;}
							#image_style_13_1_1749463034795 ul li.imgTextLi .cont{width: calc(100% - 22px);}
											}
				    
/* 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%; text-align:center; }

.bannerStyle_1 div.flicking_con a{  background:none; display:inline-block; box-sizing:border-box;}
.bannerStyle_1 div.flicking_con a .dot{margin:0 3px; padding:5px; border:1px solid white; border-radius:100% ;}
.bannerStyle_1 div.flicking_con a.oncur .dot{background:white; border-color:white;}

/* 左右按钮 */
.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;}


/* 默认 动画效果 */
.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;background-position: center!important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}


        
    
		        

            #banner_style_01_1563956147595 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/wximg/pkgimg/banner/banner1.jpg') center top no-repeat;background-size:cover !important;}
                #banner_style_01_1563956147595 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/wximg/pkgimg/banner/banner2.jpg') center top no-repeat;background-size:cover !important;}
                #banner_style_01_1563956147595 .bannerStyle_1 .ground_glass{}
    .textList_default15 .title_view{overflow: hidden;}
.textList_default15 .title{font-size: 14px;font-weight: bold;padding-bottom: 4px;}
.textList_default15 .btn_view{max-width: 40px;float: right;}
.textList_default15 .listBtn{box-sizing: border-box;border: 1px solid #999;color: #999;line-height: 20px;padding: 0px 2px;text-align: center;font-size: 18px;}
.textList_default15 .listBtn .text{display: inline-block;width: 16px;line-height: inherit;}
.textList_default15 .listBtn .text i{line-height: inherit;}
.textList_default15 .info{font-size: 12px;padding-bottom: 16px;}
.textList_default15 .info p{color: inherit;font-family: inherit;font-size: inherit;font-weight: inherit;font-style:inherit;text-decoration: inherit;line-height:inherit;}

	ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tabStyle_3 .tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tabStyle_3 .tab_ul { text-align: left; font-size: 0;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tabStyle_3 .tab_li { margin:0; display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tabStyle_3 .tab_ul .tabCurItem { background: #eee;}
.tabStyle_3 .tab_img img { width: 18px; height: 14px;}
.tabStyle_3 .tab_img .bbx-new-font{
    width: 18px;
    height: 14px;
    min-width: 5px;
    min-height: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: 0;
    text-shadow: unset;
    text-indent: 0;
    text-decoration: unset;
}
.tabStyle_3 .tab_img { vertical-align: middle;}
.tabStyle_3 .tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tabStyle_3 .tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tabStyle_3 .tab_box { position: absolute; left: 0; z-index: 1;}
.tabStyle_3 .tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tabStyle_3 .tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tabStyle_3 .tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.tabStyle_3 .niceTabShow { display: block;}

/*选项卡左右箭头*/
.tabStyle_3 .tab_left_arrow,.tab_right_arrow {display: none; z-index: 11111;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);text-align: center;line-height: 32px;font-size: 24px;font-weight: bold;color: #999;padding: 0px 10px;font-family: simsun,'宋体'!important;margin: 0px;cursor: pointer;}
.tabStyle_3 .tab_right_arrow {right:0;} 
.tabStyle_3 .tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tabStyle_3 .tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tabStyle_3 .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tabStyle_3 .tab_ul_top {white-space: nowrap; min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tabStyle_3 .tab_li_top {padding: 0 1em;height: 100%;/*标签宽度可以随意设置*/}
.tabStyle_3 .tab_li_top:first-child {margin-left: 0!important;}
.tabStyle_3 .tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tabStyle_3 .tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tabStyle_3 .tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%; max-width: 100%;}
.tabStyle_3 .tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tabStyle_3 .tab_li_left {padding: 1em 0;  width: 100%; /*标签高度可以随意设置*/}
.tabStyle_3 .tab_li_left:first-child {margin-top: 0!important;}
.tabStyle_3 .tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tabStyle_3 .tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tabStyle_3 .tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tabStyle_3 .tab_ul_bottom {white-space: nowrap; min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tabStyle_3 .tab_li_bottom {padding: 0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tabStyle_3 .tab_li_bottom:first-child {margin-left: 0!important;}
.tabStyle_3 .tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tabStyle_3 .tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tabStyle_3 .tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%; max-width: 100%;}
.tabStyle_3 .tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tabStyle_3 .tab_li_right {padding: 1em 0;  width: 100%; /*标签高度可以随意设置*/}
.tabStyle_3 .tab_li_right:first-child {margin-top: 0!important;}
.tabStyle_3 .tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tabStyle_3 .tab_pos_r1 { /* padding:0 1em; */ position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tabStyle_3 .tab_pos_n {}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

.imgStyle{font-size:0;}
	#image_style_01_1563957950097 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563957950097 .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_1563957950097 .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;}
	
	.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li{width: 49%;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;background: #f6f6f6;}
.imgStyle_11 ul li .ratio{margin-top: 100%;float: left;}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;display: none!important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.imgStyle_11 ul li a  .bbx-new-font{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}
/*pc*/

#image_style_11_1563958621584  ul li{width: 30.666666666667%;}
#image_style_11_1563958621584  ul li.imgItems{margin-bottom:4%;}
.imgShowBox{position: fixed; z-index: 99999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 10px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 10vh; 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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1563958621584  ul li{width: 32%;}
	#image_style_11_1563958621584  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
		#image_style_11_1563958621584 ul li .ratio{margin-top: 67%; float: left;}
	#image_style_11_1563958621584  ul li{width: 32%;}
	#image_style_11_1563958621584  ul li.imgItems{margin-bottom:2%;}
}
.imgStyle{font-size:0;}
	#image_style_01_1564018131816 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1564018131816 .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_1564018131816 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

		.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
		.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
		.imgStyle img{box-sizing: border-box;}
	
	.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li{width: 49%;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;background: #f6f6f6;}
.imgStyle_11 ul li .ratio{margin-top: 100%;float: left;}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;display: none!important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.imgStyle_11 ul li a  .bbx-new-font{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}
/*pc*/

#image_style_11_1564018143858  ul li{width: 30.666666666667%;}
#image_style_11_1564018143858  ul li.imgItems{margin-bottom:4%;}
.imgShowBox{position: fixed; z-index: 99999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 10px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 10vh; 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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1564018143858  ul li{width: 32%;}
	#image_style_11_1564018143858  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
		#image_style_11_1564018143858 ul li .ratio{margin-top: 67%; float: left;}
	#image_style_11_1564018143858  ul li{width: 32%;}
	#image_style_11_1564018143858  ul li.imgItems{margin-bottom:2%;}
}
.imgStyle{font-size:0;}
	#image_style_01_1564018705627 .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_1564018705627 .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_1564018705627 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

		.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
		.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
		.imgStyle img{box-sizing: border-box;}
	
	.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li{width: 49%;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;background: #f6f6f6;}
.imgStyle_11 ul li .ratio{margin-top: 100%;float: left;}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;display: none!important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.imgStyle_11 ul li a  .bbx-new-font{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}
/*pc*/

#image_style_11_1564018840845  ul li{width: 30.666666666667%;}
#image_style_11_1564018840845  ul li.imgItems{margin-bottom:4%;}
.imgShowBox{position: fixed; z-index: 99999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 10px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 10vh; 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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1564018840845  ul li{width: 32%;}
	#image_style_11_1564018840845  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
		#image_style_11_1564018840845 ul li .ratio{margin-top: 67%; float: left;}
	#image_style_11_1564018840845  ul li{width: 32%;}
	#image_style_11_1564018840845  ul li.imgItems{margin-bottom:2%;}
}
.imgStyle{font-size:0;}
	#image_style_01_1564018859318 .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_1564018859318 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1564018859318 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

		.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
		.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
		.imgStyle img{box-sizing: border-box;}
	
	.imgStyle_11{position:relative; clear: both; width: 100%; height: 100%;}
.imgStyle_11 ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.imgStyle_11 ul li{width: 49%;}
.imgStyle_11 ul li.imgItems{position: relative; overflow: hidden !important; width: 19%; box-sizing:border-box; margin-bottom:10px;background: #f6f6f6;}
.imgStyle_11 ul li .ratio{margin-top: 100%;float: left;}
.imgStyle_11 ul li a img{position: absolute; width: auto; height: 100%; top: 50%; left: 50%;display: none!important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.imgStyle_11 ul li a  .bbx-new-font{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.imgStyle_11 .theimgtext{height:30px;line-height: 30px;font-size: 14px;color:black;width:100%;text-align: center;}
.imgStyle_11 .theimgdiv{width:100%;height:100%;background-repeat: no-repeat !important;background-position-x: 50% !important;background-position-y: 50% !important;background-size: auto 100% !important;}
/*pc*/

#image_style_11_1564018976536  ul li{width: 30.666666666667%;}
#image_style_11_1564018976536  ul li.imgItems{margin-bottom:4%;}
.imgShowBox{position: fixed; z-index: 99999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgShowBox img{ position: absolute; width: auto; max-width: 80%; border: 10px solid #fff;top: 50%; 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);}
.imgShowBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgShowBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgShowBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgShowBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgShowBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgShowBox.scroll img{top:5%; margin-bottom: 10vh; 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%;}
.imgButton{position: fixed; width: 70%; max-width: 400px; bottom: 15%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:nowrap; justify-content:space-between; align-items:center;}
.imgButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);}
.imgButton span:hover{opacity: .8;}
.imgButton span i{font-size: inherit; line-height: inherit; color:inherit;}
.imgButton span.prevImg, .imgButton span.nextImg, .imgButton span.closeShowPic{ font-size: 40px; width: 50px; height:50px; line-height: 50px;  border-radius: 100%;font-family: serif; background-color: #fff; text-align: center; box-sizing: border-box;}
.imgButton span.prevImg, .imgButton span.nextImg{font-size: 26px; width: 40px; height: 40px; line-height: 40px; text-align: center;}
@media screen and (max-width: 1024px){/*ipad*/
	#image_style_11_1564018976536  ul li{width: 32%;}
	#image_style_11_1564018976536  ul li.imgItems{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
		#image_style_11_1564018976536 ul li .ratio{margin-top: 67%; float: left;}
	#image_style_11_1564018976536  ul li{width: 32%;}
	#image_style_11_1564018976536  ul li.imgItems{margin-bottom:2%;}
}

#div_tab_style_03_1563957513903 .tab_right_arrow{display:none;}
#div_tab_style_03_1563957513903 .tab_left_arrow{display:none;}
#div_tab_style_03_1563957513903 .tab_img{display:none;}
#div_tab_style_03_1563957513903 .tab_ul{text-align:right;}
#div_tab_style_03_1563957513903 .tab_li{width:100px;}

    #tab_style_03_1563957513903 .tab_nav_box{
        height: 100%;
    }
    .titleStyle_5 .view_cont{position: relative;}
.titleStyle_5 .titletop{font-size: 18px;margin-bottom: 6px;position: relative;}
.titleStyle_5 .titlebottom{font-size: 12px;color: #999;margin-top: 6px;position: relative;}
.titleStyle_5 .btn_view {color: #333; display: inline-block;position: absolute;font-size: 12px;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.titleStyle_5 .line_view{position: relative;font-size: 0;}
.titleStyle_5 .line_view .linelong{background-color: #eaeaea;width: 100%; height: 1px;position: absolute;top: 1px;left: 0;z-index: 1;}
.titleStyle_5 .line_view .lineshort{background-color: #53841D;width: 0;padding: 0 20px;height: 2px;position: relative;z-index: 99;display: inline-block;vertical-align: top;}

                    
.imgStyle_03_2.CompatibleImg{width: 100%;height: 100%;}
.imgStyle_03_2.CompatibleImg img{border:none!important;}
.imgStyle_03_2.CompatibleImg a{width: 100%;height: 100%;overflow: hidden;}
.imgStyle_03_2 .tipsText {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;color: transparent;font-size: 12px;}
.imgStyle_03_2 .tipsText {position: absolute; top:100%; left: 0; width: 100%; height: 100%; font-size: 12px; display: block;background: rgba(0,0,0,.6); color: #fff;opacity: 1;top:0;}
.imgStyle_03_2>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_03_2 * {-webkit-transition: all linear .1s;-moz-transition: all linear .1s;-o-transition: all linear .1s;transition: all linear .1s;}
.imgStyle_03_2 .tipsText .content{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);transition: top 0.5s;-webkit-transition: top 0.5s;-o-transition: top 0.5s;-moz-transition: top 0.5s;-ms-transition: top 0.5s;top: 50%;}
.imgStyle_03_2 .tipsText .content span{display: block;color: inherit; }
.imgStyle_03_2 .tipsText .title{font-size: 16px;}
.imgStyle_03_2 .tipsText .detail{font-size: 14px;margin-top: 4px;white-space: pre-wrap;}
.imgStyle_03_2 .tipsText .content .btn{display: block;width: fit-content; line-height: 2;padding: 0 12px; font-size: 12px;margin: 12px auto 0;border: 1px solid #fff;}
	#image_style_03_1563960715802 .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_1563960715802 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1563960715802 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

	
.imgStyle_03_2.CompatibleImg{width: 100%;height: 100%;}
.imgStyle_03_2.CompatibleImg img{border:none!important;}
.imgStyle_03_2.CompatibleImg a{width: 100%;height: 100%;overflow: hidden;}
.imgStyle_03_2 .tipsText {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;color: transparent;font-size: 12px;}
.imgStyle_03_2 .tipsText {position: absolute; top:100%; left: 0; width: 100%; height: 100%; font-size: 12px; display: block;background: rgba(0,0,0,.6); color: #fff;opacity: 1;top:0;}
.imgStyle_03_2>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_03_2 * {-webkit-transition: all linear .1s;-moz-transition: all linear .1s;-o-transition: all linear .1s;transition: all linear .1s;}
.imgStyle_03_2 .tipsText .content{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);transition: top 0.5s;-webkit-transition: top 0.5s;-o-transition: top 0.5s;-moz-transition: top 0.5s;-ms-transition: top 0.5s;top: 50%;}
.imgStyle_03_2 .tipsText .content span{display: block;color: inherit; }
.imgStyle_03_2 .tipsText .title{font-size: 16px;}
.imgStyle_03_2 .tipsText .detail{font-size: 14px;margin-top: 4px;white-space: pre-wrap;}
.imgStyle_03_2 .tipsText .content .btn{display: block;width: fit-content; line-height: 2;padding: 0 12px; font-size: 12px;margin: 12px auto 0;border: 1px solid #fff;}
	#image_style_03_1563960822139 .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_1563960822139 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1563960822139 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

	
.imgStyle_03_2.CompatibleImg{width: 100%;height: 100%;}
.imgStyle_03_2.CompatibleImg img{border:none!important;}
.imgStyle_03_2.CompatibleImg a{width: 100%;height: 100%;overflow: hidden;}
.imgStyle_03_2 .tipsText {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;color: transparent;font-size: 12px;}
.imgStyle_03_2 .tipsText {position: absolute; top:100%; left: 0; width: 100%; height: 100%; font-size: 12px; display: block;background: rgba(0,0,0,.6); color: #fff;opacity: 1;top:0;}
.imgStyle_03_2>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_03_2 * {-webkit-transition: all linear .1s;-moz-transition: all linear .1s;-o-transition: all linear .1s;transition: all linear .1s;}
.imgStyle_03_2 .tipsText .content{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);transition: top 0.5s;-webkit-transition: top 0.5s;-o-transition: top 0.5s;-moz-transition: top 0.5s;-ms-transition: top 0.5s;top: 50%;}
.imgStyle_03_2 .tipsText .content span{display: block;color: inherit; }
.imgStyle_03_2 .tipsText .title{font-size: 16px;}
.imgStyle_03_2 .tipsText .detail{font-size: 14px;margin-top: 4px;white-space: pre-wrap;}
.imgStyle_03_2 .tipsText .content .btn{display: block;width: fit-content; line-height: 2;padding: 0 12px; font-size: 12px;margin: 12px auto 0;border: 1px solid #fff;}
	#image_style_03_1563960832518 .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_1563960832518 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1563960832518 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

	
.imgStyle_03_2.CompatibleImg{width: 100%;height: 100%;}
.imgStyle_03_2.CompatibleImg img{border:none!important;}
.imgStyle_03_2.CompatibleImg a{width: 100%;height: 100%;overflow: hidden;}
.imgStyle_03_2 .tipsText {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;color: transparent;font-size: 12px;}
.imgStyle_03_2 .tipsText {position: absolute; top:100%; left: 0; width: 100%; height: 100%; font-size: 12px; display: block;background: rgba(0,0,0,.6); color: #fff;opacity: 1;top:0;}
.imgStyle_03_2>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_03_2 * {-webkit-transition: all linear .1s;-moz-transition: all linear .1s;-o-transition: all linear .1s;transition: all linear .1s;}
.imgStyle_03_2 .tipsText .content{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);transition: top 0.5s;-webkit-transition: top 0.5s;-o-transition: top 0.5s;-moz-transition: top 0.5s;-ms-transition: top 0.5s;top: 50%;}
.imgStyle_03_2 .tipsText .content span{display: block;color: inherit; }
.imgStyle_03_2 .tipsText .title{font-size: 16px;}
.imgStyle_03_2 .tipsText .detail{font-size: 14px;margin-top: 4px;white-space: pre-wrap;}
.imgStyle_03_2 .tipsText .content .btn{display: block;width: fit-content; line-height: 2;padding: 0 12px; font-size: 12px;margin: 12px auto 0;border: 1px solid #fff;}
	#image_style_03_1563960908918 .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_1563960908918 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1563960908918 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

	
.imgStyle_03_2.CompatibleImg{width: 100%;height: 100%;}
.imgStyle_03_2.CompatibleImg img{border:none!important;}
.imgStyle_03_2.CompatibleImg a{width: 100%;height: 100%;overflow: hidden;}
.imgStyle_03_2 .tipsText {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;color: transparent;font-size: 12px;}
.imgStyle_03_2 .tipsText {position: absolute; top:100%; left: 0; width: 100%; height: 100%; font-size: 12px; display: block;background: rgba(0,0,0,.6); color: #fff;opacity: 1;top:0;}
.imgStyle_03_2>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_03_2 * {-webkit-transition: all linear .1s;-moz-transition: all linear .1s;-o-transition: all linear .1s;transition: all linear .1s;}
.imgStyle_03_2 .tipsText .content{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);transition: top 0.5s;-webkit-transition: top 0.5s;-o-transition: top 0.5s;-moz-transition: top 0.5s;-ms-transition: top 0.5s;top: 50%;}
.imgStyle_03_2 .tipsText .content span{display: block;color: inherit; }
.imgStyle_03_2 .tipsText .title{font-size: 16px;}
.imgStyle_03_2 .tipsText .detail{font-size: 14px;margin-top: 4px;white-space: pre-wrap;}
.imgStyle_03_2 .tipsText .content .btn{display: block;width: fit-content; line-height: 2;padding: 0 12px; font-size: 12px;margin: 12px auto 0;border: 1px solid #fff;}
	#image_style_03_1563960919247 .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_1563960919247 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1563960919247 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

	
.imgStyle_03_2.CompatibleImg{width: 100%;height: 100%;}
.imgStyle_03_2.CompatibleImg img{border:none!important;}
.imgStyle_03_2.CompatibleImg a{width: 100%;height: 100%;overflow: hidden;}
.imgStyle_03_2 .tipsText {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;color: transparent;font-size: 12px;}
.imgStyle_03_2 .tipsText {position: absolute; top:100%; left: 0; width: 100%; height: 100%; font-size: 12px; display: block;background: rgba(0,0,0,.6); color: #fff;opacity: 1;top:0;}
.imgStyle_03_2>a{overflow: visible; width: 100%; height: 100%;}
.imgStyle_03_2 * {-webkit-transition: all linear .1s;-moz-transition: all linear .1s;-o-transition: all linear .1s;transition: all linear .1s;}
.imgStyle_03_2 .tipsText .content{display: block; position: relative; width: 100%; text-align: center; box-sizing: border-box; padding: 0; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -o-transform: translate(0,-50%); -ms-transform: translate(0,-50%);transition: top 0.5s;-webkit-transition: top 0.5s;-o-transition: top 0.5s;-moz-transition: top 0.5s;-ms-transition: top 0.5s;top: 50%;}
.imgStyle_03_2 .tipsText .content span{display: block;color: inherit; }
.imgStyle_03_2 .tipsText .title{font-size: 16px;}
.imgStyle_03_2 .tipsText .detail{font-size: 14px;margin-top: 4px;white-space: pre-wrap;}
.imgStyle_03_2 .tipsText .content .btn{display: block;width: fit-content; line-height: 2;padding: 0 12px; font-size: 12px;margin: 12px auto 0;border: 1px solid #fff;}
	#image_style_03_1563960928103 .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_1563960928103 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_03_1563960928103 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

	.titleStyle_5 .view_cont{position: relative;}
.titleStyle_5 .titletop{font-size: 18px;margin-bottom: 6px;position: relative;}
.titleStyle_5 .titlebottom{font-size: 12px;color: #999;margin-top: 6px;position: relative;}
.titleStyle_5 .btn_view {color: #333; display: inline-block;position: absolute;font-size: 12px;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.titleStyle_5 .line_view{position: relative;font-size: 0;}
.titleStyle_5 .line_view .linelong{background-color: #eaeaea;width: 100%; height: 1px;position: absolute;top: 1px;left: 0;z-index: 1;}
.titleStyle_5 .line_view .lineshort{background-color: #53841D;width: 0;padding: 0 20px;height: 2px;position: relative;z-index: 99;display: inline-block;vertical-align: top;}

                    .button_default01 { width: 100%; height:40px;line-height:40px;background: #fff; color: #000; box-sizing: border-box; border: 1px solid #000; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.titleStyle_5 .view_cont{position: relative;}
.titleStyle_5 .titletop{font-size: 18px;margin-bottom: 6px;position: relative;}
.titleStyle_5 .titlebottom{font-size: 12px;color: #999;margin-top: 6px;position: relative;}
.titleStyle_5 .btn_view {color: #333; display: inline-block;position: absolute;font-size: 12px;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
.titleStyle_5 .line_view{position: relative;font-size: 0;}
.titleStyle_5 .line_view .linelong{background-color: #eaeaea;width: 100%; height: 1px;position: absolute;top: 1px;left: 0;z-index: 1;}
.titleStyle_5 .line_view .lineshort{background-color: #53841D;width: 0;padding: 0 20px;height: 2px;position: relative;z-index: 99;display: inline-block;vertical-align: top;}

                    .imgStyle{font-size:0;}
	#image_style_01_1563961888882 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1563961888882 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1563961888882 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}

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

		.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
		.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
		.imgStyle img{box-sizing: border-box;}
	
	.imgStyle{font-size:0;}
	#image_style_01_1564023631304 .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_1564023631304 .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_1564023631304 .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;}
	
	.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_1749465772272  ul li{width: 100%;}
        #image_style_13_1_1749465772272  ul li.imgTextLi{margin-bottom:0.0001%;}

        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1749465772272  ul li{width: 100%;}
        #image_style_13_1_1749465772272  ul li.imgTextLi{margin-bottom:0.0001%;}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1749465772272  ul li{width: 100%;}
        #image_style_13_1_1749465772272  ul li.imgTextLi{margin-bottom:2%;}
        }
									/*pc*/
					#image_style_13_1_1749465772272  ul li.imgTextLi .left{width: 16px;}
					#image_style_13_1_1749465772272  ul li.imgTextLi .cont{width: calc(100% - 16px);}
					@media screen and (max-width: 1024px){/*ipad*/
						#image_style_13_1_1749465772272  ul li.imgTextLi .left{width: 16px;}
						#image_style_13_1_1749465772272  ul li.imgTextLi .cont{width: calc(100% - 16px);}
					}
					@media screen and (max-width: 768px){/*mobi*/
													#image_style_13_1_1749465772272 ul li.imgTextLi .left{width: 16px;}
							#image_style_13_1_1749465772272 ul li.imgTextLi .cont{width: calc(100% - 16px);}
											}
				    .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;}.imgStyle{font-size:0;}
	#image_style_01_1749520347559 .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_1749520347559 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1749520347559 .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;}
	
	
				.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: contain;}
				.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;}
				}
				