
/*----------------------电脑板式样式----------------------*/
#identifier-pannel{
display: none ! important;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-color:#ffffff; }
body{ background-position:left top; }




 #image_style_01_1581740623202{width:99.08637873754152%;height:1631px;position:absolute;left:0.12458471760797342%;top:2px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581740623202{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1581740623202{width:317px;height:134px;top:0px;left:0%;}} #image_style_01_1581740623202 > .view_contents{overflow:visible;} 

 #image_style_01_1581740672505{width:99.16943521594685%;height:583px;position:absolute;left:0.206343438538206%;top:1633px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581740672505{left:0%;width:100%;}}   @media screen and (max-width:640px) {#image_style_01_1581740672505{width:317px;height:134px;top:0px;left:0%;}} #image_style_01_1581740672505 > .view_contents{overflow:visible;}  #tab_style_03_1581738928567{width:100.33333333333334%;height:6147px;position:absolute;top:2px;left:0.08333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1581738928567{}}   @media screen and (max-width:640px) {#tab_style_03_1581738928567{width:92%;height:300px;top:0px;left:4%;}}  #tab_style_03_1581738928567 .tabItemSet {font-size:18px;color:#999999;} #layout_1481159436328{height:6157px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1481159436328{height:925px;}}   @media screen and (max-width:640px) {#layout_1481159436328{height:923px;}} #layout_1481159436328 > .view_contents{max-width:1200px;} 
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}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px; min-width: 5px; min-height: 5px;}
.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;
}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1; }
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/
/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
/* .tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);} */
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_top::-webkit-scrollbar { display: none;}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_left::-webkit-scrollbar { display: none;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {padding:1em 0; width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_bottom::-webkit-scrollbar { display: none;}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom {padding:0 1em; height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: 100%; height: 100%;scrollbar-width: none;}
.tab_scroll_right::-webkit-scrollbar { display: none;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {padding:1em 0;width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  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%);}

#image_style_01_1581740623202 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581740623202 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1581740623202 .CompatibleImg img{width:100%; height:100%}}	#image_style_01_1581740623202 a{
		cursor: default;
	}
	.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
	.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
	.imgStyle img{box-sizing: border-box;}
	@media screen and (max-width:1200px) {
			}
	@media screen and (max-width:767px) {
			}

#image_style_01_1581740672505 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1581740672505 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1581740672505 .CompatibleImg img{width:100%; height:100%}}	#image_style_01_1581740672505 a{
		cursor: default;
	}
	.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
	.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
	.imgStyle img{box-sizing: border-box;}
	@media screen and (max-width:1200px) {
			}
	@media screen and (max-width:767px) {
			}


#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_img{display:none;}
#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_ul{text-align:center}
#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_nav{display:block !important;}
#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_li{width:200px;}
#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_img img{width:0px;}
#tab_style_03_1581738928567 #div_tab_style_03_1581738928567 .tab_img .bbx-new-font{width:0px;}

    #tab_style_03_1581738928567 .tab_ul.tab_ul_top,#tab_style_03_1581738928567 .tab_ul.tab_ul_bottom{white-space: nowrap;}
    #tab_style_03_1581738928567 .layout_mask_showName {position: absolute;width: 100%;height: 80px;line-height: 80px;left: 0px;top: 50%;margin-top: -40px;text-align: center;color: rgba(142, 142, 142, 0.63);font-size: 30px;}
        @media screen and (max-width:640px) {
        ::-webkit-scrollbar { width: 0px;}
    }
    #tab_style_03_1581738928567 .tab_nav_box{
          height: 100%;
      }
    