﻿ .e_FlowCommonStyleBox-001{  width: 100%; height: auto; width-uint:%; }  .e_FlowCommonStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; float: right; vertical-align: middle; margin-right: 15px; } .e_FlowCommonStyleBox-001 .stylebox_link:hover{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_link:active{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: #1890FF; } .e_FlowCommonStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size: medium; } .e_FlowCommonStyleBox-001 .title_icon::before{ content: ""; } .e_FlowCommonStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_FlowCommonStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_FlowCommonStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: #1890FF; padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; } .e_FlowCommonStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_FlowCommonStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_FlowCommonStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_FlowCommonStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_FlowCommonStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; width-uint:%; } .e_FlowCommonStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_IndexOrdinaryStyleBox-001{  width: 100%; height: auto; width-uint:%; }  .e_IndexOrdinaryStyleBox-001 .stylebox_top{ background-color: transparent; }  .e_IndexOrdinaryStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; } .e_IndexOrdinaryStyleBox-001 .stylebox_link:hover{ color: rgba(101,190,186,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_link:active{ color: rgba(101,190,186,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_top{ width: auto; height: 40px; } .e_IndexOrdinaryStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size:medium; } .e_IndexOrdinaryStyleBox-001 .title_icon::before{ content: ""; } .e_IndexOrdinaryStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_IndexOrdinaryStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_IndexOrdinaryStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: rgba(101, 190, 186, 1); padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; } .e_IndexOrdinaryStyleBox-001 .stylebox_link{ float: right; vertical-align: middle; margin-right: 15px; } .e_IndexOrdinaryStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_IndexOrdinaryStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_IndexOrdinaryStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_IndexOrdinaryStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; height: calc(100% - 48px); width-uint:%; } .e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }#allmap { position:relative; height:480px; opacity: 0.6; overflow: hidden; } #allmap .BMapLib_nav_tab_content td{ display:inline-block; width: auto !important; } #allmap .BMap_stdMpCtrl{ display:none !important; } .BMap_Marker div >img{ animation-delay: 0ms; animation-duration: 2000ms; animation-iteration-count: infinite; animation-name: scales; animation-play-state: running; animation-timing-function: linear; } @keyframes scales { 0% { opacity: 0.2; transform: scale(0.6); } 33% { opacity: 0.5; transform:scale(0.8); } 66% { opacity: 1; transform:scale(1); } 100% { opacity: 0.6; transform:scale(0.6); } } #scrolltop{ position: absolute; right: 0px; top: -20px; cursor: pointer; height: 48px; width: 48px; text-align: center; display: block; background-color: #049; } #scrolltop span { padding-top: 12px; display: block; text-align: center; color: rgba(255, 255, 255, 1); font-size: 12px; } #scrolltop span:after { display: block; margin: 7px auto 0; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; width: 12px; content: ''; -webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite; animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite; } @keyframes mouse-top { from { opacity: 0; } 33% { opacity: 1; } to { transform: translateY(-5px); -webkit-transform: translateY(-5px); opacity: 0; } } @-webkit-keyframes mouse-top { from { opacity: 0; } 33% { opacity: 1; } to { transform: translateY(-5px); -webkit-transform: translateY(-5px); opacity: 0; } } .cpfl { font-size: 14px; line-height: 1.8; } .cpfl a { font-size: 14px; line-height: 1.8; color: #96c7e4;} .cpfl sup { font-size: 12px; padding:0px 4px; } .note{ height: 60px; width: 100%; background: rgba(65, 174, 193, 1); position: fixed; bottom: 0px; z-index: 99; left: 0px; border: none; animation-name: fadeInUp; animation-duration: 0.5s; animation-delay: 1.2s; animation-fill-mode: both; } .cookies_k { width: 94%; max-width: 1480px; min-width: 0px; height: 60px; max-height: none; min-height: 0px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding-top: 0px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px; display: flex; align-items: center; } .guanbi { display: inline-block; width: 100px; text-align: center; margin: auto; margin-right: 0px; padding: 0px 20px; background: #fff; font-size: 13px; line-height: 32px; color: #222; white-space:nowrap; border-radius: 30px;} .guanbi.ju { margin-right:30px; margin-left:50px; } .ysnr { font-size: 13px; line-height:20px; color: #fff;} .ysnr .gdtk {font-weight: bold; color: #fff; padding-left: 10px; text-decoration: underline;} .yyfnfl { text-align: center; } .yyfnfl .yy_an{ font-size: 15px; line-height: 48px; width: 200px; color: #fff; margin: 0 30px; text-align: center; display: inline-block; background-color: #1080c2; } #swiper-history { width: 100%; position: relative; } #swiper-history .swiper-container { height: 160px; margin: 0 40px; } #swiper-history .short-line { height: 79px; border-bottom: 2px dashed #007aff; width: 30px; position: absolute; top: 0px; } #swiper-history .long-line { height: 79px; border-bottom: 2px solid #d7000e; width: calc(100% - 30px); position: absolute; top: 0px; left: 30px; } #swiper-history .swiper-slide span { display: block; width: 100%; text-align: center; position: absolute; transition: 700ms; } #swiper-history .swiper-slide .detail { height: auto; line-height: 20px; bottom: 110px; color: #222; opacity: 0; font-size: 16px; } #swiper-history .swiper-slide .date { color: #d7000e; position: absolute; bottom: 0px; height: 40px; opacity: 0; font-size: 24px; text-align: center; } #swiper-history .swiper-slide .date .sjz{ font-size: 28px; display: inline-block; font-weight: bold; background: linear-gradient(to right, #41aec1, #d7000e); -webkit-background-clip: text; color: transparent; } #swiper-history .swiper-slide-active span { transition: 700ms 700ms; } #swiper-history .swiper-pagination-bullets { white-space: nowrap; width: auto; bottom: 72px; height: 20px; line-height: 20px; transition: 700ms; box-sizing: content-box; } #swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; } #swiper-history .swiper-pagination-bullet { width: 16px; height: 16px; display: inline-block; background: #fff; border: 2px solid #41aec1; border-radius: 100%; opacity: 1; box-sizing: content-box; box-shadow: 0 0 0 3px rgba(255,255,255,0.8), 0 0 0 0px #888; } #swiper-history .swiper-pagination-bullet-active { background: #d7000e; border: 2px solid #d7000e; opacity: 1; box-shadow: 0 0 0 3px #fff, 0 0 0 0px #888; } #swiper-history .swiper-button-next, #swiper-history .swiper-button-prev { background-size: 20px auto; } #shuzi { height: 160px; margin: 0px 0px; padding: 30px; } #shuzi .sz{ display: inline-block; float: left; height: 100px; border-left: solid 1px #eee; text-align: center; width: calc((100% - 0px) / 4); padding-left: 0px; } #shuzi .sz:first-of-type { border-left:none; padding-left: 0px; } #video .video{ width: 100%; } #video:after{ content: ''; position: absolute; width: 100%; bottom: -1px; height: 17px; left: 0%; background-color: #000000; filter: blur(6px); opacity: 0.07; } #video:before{ content: ''; position: absolute; width: 100%; height: 100px; opacity: 0.2; -webkit-filter: blur(18.2px); filter: blur(18.2px); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05) 53%, rgba(255, 255, 255, 0)); bottom: -79px; left: 0%; } #shuzi:before, #shuzi:after{ content:''; height: 0px; display: block; clear:both; } #shuzi .sz_sz { display: inline-block; position: relative; line-height: 60px; height: 60px; } #shuzi .sz_wz { color: #222; font-size: 16px; line-height: 40px; height: 40px; } #shuzi .sz .counter { font-size: 48px; line-height: 60px; font-weight: bold; height: 60px; color: #d00; font-family: "iconfont"; } #shuzi .sz sup.dw { font-size: 16px; color: #333; padding-left: 6px; height: 20px; margin-top: 10px; top: 0px; position: relative; display: inline-block; line-height: 20px; } #shuzi .sz sup.jiahao { top: -20px; position: relative; font-size: 26px; font-weight: bold; padding-left: 4px; color: #d00; height: 30px; line-height: 30px; } #at4-follow-label, #at4-share-label, #at4-whatsnext-label, .at4-recommended-label.hidden{ padding: 0; border: none; background: none; position: absolute; top: 0; left: 0; height: 0; width: 0; overflow: hidden; text-indent: -9999em; } #at4-share, #at4-soc{ top: 25% !important; bottom: auto; } .slideInDown.addthis-animated, .slideInLeft.addthis-animated, .slideInRight.addthis-animated, .slideInUp.addthis-animated, .slideOutDown.addthis-animated, .slideOutLeft.addthis-animated, .slideOutRight.addthis-animated, .slideOutUp.addthis-animated{ -webkit-animation-duration: .4s; animation-duration: .4s; } .slideInLeft{ -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } .addthis-animated{ -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-timing-function: ease-out; -webkit-animation-duration: .3s; animation-duration: .3s; } .atss-left{ left: 0; float: left; right: auto; } .atss{ position: fixed; top: 20%; width: 3pc; z-index: 100020; background: none; } .atss .at-share-btn, .atss a{ position: relative; display: block; width: 3pc; margin: 0; outline-offset: -1px; text-align: center; float: left; transition: width .15s ease-in-out; overflow: hidden; background: #e8e8e8; z-index: 100030; cursor: pointer; } .at4-visually-hidden{ position: absolute; clip: rect(1px,1px,1px,1px); padding: 0; border: 0; overflow: hidden; } .at-icon-wrapper{ display: inline-block; overflow: hidden; } a .at-icon-wrapper{ cursor: pointer; } .atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{ display: block; padding: 8px 0; } .addthis_32x32_style .at-icon{ width: 2pc; height: 2pc; } .atss .at-share-btn span .at-icon, .atss a span .at-icon{ position: relative; top: 0; left: 0; display: block; background-repeat: no-repeat; background-position: 50% 50%; width: 2pc; height: 2pc; line-height: 2pc; border: none; padding: 0; margin: 0 auto; overflow: hidden; cursor: pointer; } .atss .at-share-btn span .at-icon-google_plusone_share, .atss a span .at-icon-google_plusone_share{ position: relative; top: 0; left: 0; display: block; background-repeat: no-repeat; background-position: 50% 50%; width: 1.6pc; height: 2pc; line-height: 2pc; border: none; padding: 0; margin: 0 auto; overflow: hidden; cursor: pointer; } title { display: none; } .at4-share .at4-share-count-container{ position: absolute; left: 0; right: auto; top: auto; bottom: 0; width: 100%; color: #fff; background: inherit; } .at4-share .at4-share-count, .at4-share .at4-share-count-container{ line-height: 1pc; font-size: 10px; } .at4-share .at4-share-count{ text-indent: 0; font-family: Arial,Helvetica Neue,Helvetica,sans-serif; font-weight: 200; width: 100%; height: 1pc; } .at-share-close-control{ position: relative; width: 3pc; overflow: auto; } .at4-show{ display: block!important; opacity: 1!important; } .at4-hide-content{ opacity: 0!important; visibility: hidden; } .atss .at-share-btn:focus, .atss .at-share-btn:hover, .atss a:focus, .atss a:hover{ width: 4pc; } @media only screen and (max-width: 768px){  .c_portalResPublic_codeContainer-01001{ min-height:20px; width:100%; } } @media only screen and (min-width: 769px){  .c_portalResPublic_codeContainer-01001{ min-height:20px; width:100%; } #swiper-history .swiper-container { height: 200px; margin: 0 40px; } #swiper-history .swiper-slide .detail { height: auto; line-height: 30px; bottom: 160px; color: #222; opacity: 0; font-size: 24px; } #swiper-history .short-line { height:100px; border-bottom: 1px solid rgba(17, 128, 194, 1); width: calc(100% - 0px); position: absolute; top: 0px; } #swiper-history .long-line { height: 102px; border-bottom: 5px dotted rgba(17, 128, 194, 0.8); width: calc(100% - 0px); position: absolute; top: 0px; left: 0px; } #swiper-history .swiper-pagination-bullets { white-space: nowrap; width: auto; bottom: 91px; height: 20px; line-height: 20px; transition: 700ms; box-sizing: content-box; } #swiper-history .swiper-slide .date .sjz { font-size: 30px; display: inline-block; font-weight: bold; background: linear-gradient(to right, #41aec1, #d7000e); -webkit-background-clip: text; color: transparent; } } @media only screen and (max-width: 1024px) and (min-width: 769px){  } @keyframes slide{ from { background-position: 0 0; } to { background-position: -200px 0; } } @-webkit-keyframes slide{ from { background-position: 0 0; } to { background-position: -200px 0; } } .separator{ position:relative; width:60px; height:14px; background-position:center; animation:slide 10s linear infinite; -webkit-animation:slide 10s linear infinite; background-image:url(../image/separator.png); }  .accordion-box{ position:relative; } .accordion-box .block{ position: relative; padding:12px 0px; margin-bottom:10px; border:1px solid #e1e1e1; background-color:#ffffff; } .accordion-box .block .acc-btn{ position:relative; font-size:18px; cursor:pointer; line-height:30px; color:#000000; font-weight:700; padding:0px 10px 0px 64px; transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; } .accordion-box .block .icon-outer{ position:absolute; left:14px; top:0px; font-size:18px; color: #ffaa00; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .accordion-box .block .icon-outer .icon{ position: absolute; width: 28px; height: 28px; font-size: 16px; font-weight: 300; text-align: center; } .accordion-box .block .icon-outer .icon-plus{ opacity:1; } .accordion-box .block .icon-outer .icon-minus{ opacity:0; font-weight:300; } .fa-plus:before { content: '\e633'; } .fa-minus:before { content: '\e690'; } .accordion-box .block .acc-btn.active .icon-outer .icon-minus{ opacity:1; color:#ffffff !important; background-color:#ffaa00; } .accordion-box .block .acc-btn.active .icon-outer .icon-plus{ opacity:0; } .accordion-box .block .acc-content{ position:relative; display:none; } .accordion-box .block .acc-content .content-text{ padding-bottom:6px; } .accordion-box .block .acc-content.current{ display:block; } .accordion-box .block .content{ position:relative; font-size:14px; margin-bottom:0px; padding:10px 30px 10px 30px; } .accordion-box .block .content .text{ margin-bottom:20px; line-height:1.8em; font-size:15px; color:#8e8d8d; font-family: 'Open Sans', sans-serif; } .accordion-box .block .content p:last-child{ margin-bottom:0px; } @media only screen and (max-width: 768px){ .note{ height:auto; width: 100%; background: rgba(65, 174, 193, 1); position: fixed; bottom: 0px; z-index: 99; left: 0px; border: none; animation-name: fadeInUp; animation-duration: 0.5s; animation-delay: 1.2s; animation-fill-mode: both; } .cookies_k { width: 94%; max-width: 1480px; min-width: 0px; height: auto; max-height: none; min-height: 0px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; display: inline-block; align-items: center; } .guanbi { display: inline-block; text-align: center; margin-top: 10px; padding: 0px 20px; background: #fff; font-size: 13px; line-height: 32px; color: #222; white-space:nowrap; border-radius: 30px;} #shuzi { height: auto; margin: 30px 0px; padding: 0px 10px; } #shuzi .sz{ display: inline-block; float: left; height: 90px; border-left: none; text-align: center; width: calc((100% - 0px) / 2); } #shuzi .sz_sz { display: inline-block; position: relative; color: #d7000e; line-height: 40px; height: 40px; } #shuzi .sz .counter { font-size: 26px; line-height: 40px; font-weight: bold; height: 40px; } #shuzi .sz_wz { color: #222; font-size: 12px; line-height: 40px; height: 40px; } #shuzi .sz sup.jiahao { top: -20px; position: relative; font-size: 16px; font-weight: bold; padding-left: 4px; color: #d00; height: 30px; line-height: 30px; } } .zcfdcd { position:fixed; right:0; margin-right:0px; top:40%; z-index:99; } .zcfdcd .btn{ width:48px; height:48px; display: block; margin-bottom:0px; cursor:pointer; position:relative; box-shadow: 0 0 20px rgba(0,0,0,0.1); border-radius: 0px; padding: 0px; line-height: 48px; border: none; align-items: center; display: flex; } .zcfdcd .btn .yctb{ display: block; width: 2pc; height: 2pc; line-height: 2pc; border: none; padding: 0; margin: 0 auto; overflow: hidden; cursor: pointer; fill: rgb(255, 255, 255); } .zcfdcd .btn-ly{ background-color: rgba(1, 64, 153, 1); } .zcfdcd .btn-ly .yctb{ width:1.6pc; height: 1.6pc; line-height:1.6pc;} .zcfdcd .btn-ly:hover{ background-color: rgba(221, 0, 0, 1); } .zcfdcd a.btn-ly,.izl-rmenu a.btn-ly:visited{ text-decoration:none; } .zcfdcd .btn-qq{ background-color: rgba(1, 64, 153, 1); } .zcfdcd .btn-qq:hover{ background-color: rgba(221, 0, 0, 1); } .zcfdcd .btn-qq .yctb{ width:1.6pc; height: 1.6pc; line-height:1.6pc;} .zcfdcd a.btn-qq,.izl-rmenu a.btn-qq:visited{ background-color: rgba(1, 64, 153, 1); } .zcfdcd .btn-wx{ background-color: rgba(1, 64, 153, 1); } .zcfdcd .btn-wx:hover{ background-color: rgba(221, 0, 0, 1); } .zcfdcd .btn-wx .pic{ position:absolute; left:-250px; top:-46px; display:none; width:250px; height:130px; } .zcfdcd .btn-phone{ background-color: rgba(1, 64, 153, 1); } .zcfdcd .btn-phone .yctb{ width:1.6pc; height: 1.6pc; line-height:1.6pc;} .zcfdcd .btn-phone:hover{ background-color: rgba(221, 0, 0, 1); } .zcfdcd .btn-phone .phone{ background-color: rgba(1, 64, 153, 1); position:absolute; width:160px; left:-160px; top:0px; line-height:48px; color:#FFF; font-size:18px; text-align:center; display:none; } .zcfdcd .btn-phone .phone.dh { background-color: rgba(221, 0, 0, 1); position: absolute; width: 160px; left: -160px; top: 0px; line-height: 48px; color: #FFF; padding: 0px 0px; font-size: 18px; text-align: center;} .zcfdcd .btn-phone .phone a{ color:#FFF; } .zcfdcd .btn-top{ background-color: rgba(221, 0, 0, 1); display:none; padding-top: 6px; } .zcfdcd .btn-top:hover{ background-color: rgba(51, 51, 51, 1); }@media only screen and (max-width: 768px){ .c_portalResEbizads_banner-01001 .p_prompt{ width: auto; height: auto; text-align: center; background-color: inherit; font-size: 16px; border:1px solid #E4E4E4; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ display: inline-table; padding: 0 30px; height: 100%; min-height: 260px; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before { content: ""; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first{ height: auto; display: table-cell; font-size: 36px; margin-right: 10px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 10px 0; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before{ content: "\e6b4"; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ font-size: 24px; text-align: left; color: rgba(51,51,51,1); font-weight: bold; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font{ display: table-cell; line-height: normal; vertical-align: middle; } .c_portalResEbizads_banner-01001 .p_prompt .promptbox{ width: auto; height: 100%; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_content { font-size: 18px; color: rgba(105, 105, 105,1); padding-left: 65px; }  .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .font{ display:table; width:inherit; height:inherit; pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .font{ display:table; width:inherit; height:inherit; pointer-events:none; } .c_portalResEbizads_banner-01001 .p_ListNumBtn{ display:inline-table; height:30px; width:30px; background-color:#67b8b4; border-width:1px; border-color:transparent; color:#999999; font-size: 12px; font-family:'Microsoft YaHei'; } .c_portalResEbizads_banner-01001 .p_ListNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_ListNumBtn .shape{ display:table-cell; width:inherit; height:inherit; text-align:center; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_ListNumBtn:active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active { color:rgba(255,255,255,1); }  .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ display:inline-block; height:10px; width:100px; padding:0; background-color:#f2f2f2; border-width:1px; border-color:transparent; font-size: 12px; font-family:'Microsoft YaHei'; text-align:center; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape{ text-indent:-9999em; width:inherit; height:inherit; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn:active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active { background-color:#67b8b4; }  .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ width:15px; height:15px; display: inline-table; background-color:rgba(228,228,228,1); color:rgba(153,153,153,1); font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; text-align: center; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn .shape{ width:inherit; height:inherit; text-indent: -99999px; display: table-cell; vertical-align: middle; border-radius: inherit; -moz-border-radius: inherit; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn:active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active { background-color:rgba(105,192,188,1); }  .c_portalResEbizads_banner-01001 .p_NumBtn{ width:150px; height:66px; border-color:rgba(242,242,242,1); border-width:2px; border-style:solid; } .c_portalResEbizads_banner-01001 .p_NumBtn .shape{ display:none; } .c_portalResEbizads_banner-01001 .p_NumBtn:active{ border-color:rgba(103,184,180,1); } .c_portalResEbizads_banner-01001 .p_NumBtn.active{ border-color:rgba(103,184,180,1); }  .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width: inherit; height: auto; background-color: transparent; overflow: hidden; }  .c_portalResEbizads_banner-01001 .p_ImgSummary{ text-align:justify; vertical-align:top; word-break:break-all; } .c_portalResEbizads_banner-01001 .p_ImgHead{ display:inline-table; margin:0; padding:0; color:#323232; font-size:30px; font-weight:400; text-align:left; white-space:nowrap; overflow:visible; } .c_portalResEbizads_banner-01001 .p_ImgHead .font{ display:table-cell; vertical-align:top; line-height: 30px; } .c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before{ content:""; } .c_portalResEbizads_banner-01001 .p_TitleBox{ width: inherit; height: auto; overflow: hidden; }   .c_portalResEbizads_banner-01001 .p_SummaryBox{ width: inherit; height: auto; border-width:1px; border-style:none; border-color:rgba(228,228,228,0); background-color:rgba(179, 179, 179,1); overflow: visible; }  .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .font{ display:table; width:inherit; height:inherit;  pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); } .c_portalResEbizads_banner-01001 .p_interactionB{ width: inherit; height: auto; background-color: transparent; overflow: hidden; }  .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .font{ display:table; width:inherit; height:inherit;  pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; right: 4px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); } .c_portalResEbizads_banner-01001 .p_interactionA{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_interactionA + .p_interactionA { left: initial; right: 0; }  .c_portalResEbizads_banner-01001 .p_imageA{ width: auto; height: auto; overflow: hidden; }   .c_portalResEbizads_banner-01001 .p_images{ width: inherit; height: auto; background-color: transparent; overflow: hidden; }  .c_portalResEbizads_banner-01001 .p_banner{ width: inherit; height:auto; border-width:1px; border-style:none; border-color:rgba(255, 255, 255,1); background-color:transparent; overflow: visible; } .c_portalResEbizads_banner-01001{ min-width: 300px; overflow:auto; } .c_portalResEbizads_banner-01001 .p_banner{ width:100%; height:100%; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_images{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionB{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_TitleBox{ border-width: 0; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .c_banner{ width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_images{ width:inherit; height:inherit; box-sizing:border-box; -moz-box-sizing:border-box; } .c_portalResEbizads_banner-01001 .p_LinkA{ width:inherit; height:inherit; display: block; position: relative; } .c_portalResEbizads_banner-01001 .p_imageA{ vertical-align:baseline; text-align:center; width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_imageA:hover{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_imageA:hover:after{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_interactionA{ cursor: pointer; left: 0; height: 100%; position: absolute; top: 0; z-index:99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_interactionB{ cursor: pointer; right: 0; height:100%; position: absolute; top: 0; z-index: 99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ position: absolute; top: 50%; margin-top: -37px; padding-top: 10px; color:rgb(187, 182, 182); left: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ position: absolute; top: 50%; margin-top: -37px; right: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; padding-top: 10px; color:rgb(187, 182, 182); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SummaryBox{ width:100%; position:absolute; bottom:0; left:0; z-index:5; height:70px; background-color: transparent; display: none; } .c_portalResEbizads_banner-01001 .p_SummaryBox:hover{ background-color: transparent; } .c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB{ display: block; background-color: rgba(0,0,0,0.5); } .c_portalResEbizads_banner-01001 .p_TitleBox { width: 100%; height: auto; height: 60px; line-height: 60px; padding: 0 10px; position: absolute; bottom: 0; left: 0; z-index: 999; font-weight: bold; } .c_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span{ display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span { color: #fff; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:100%; height:inherit; padding-left:20px; padding-right:20px; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ position:absolute; text-align:center; font-size:0; z-index:6; overflow:hidden; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ padding-right: 30px; padding-left: 30px; width: 100%; position: absolute; right: 0; bottom: 0; text-align: right; font-size: 0; z-index: 6; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child{ margin-left: 0; } .c_portalResEbizads_banner-01001 .p_NumBtn{ margin-right:6px; font-size:0; width: 90px; height: auto; display: inline-block; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ position:absolute; top: 50%; left: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ position:absolute; top: 50%; right: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn, .c_portalResEbizads_banner-01001 .p_SquareNumBtn, .c_portalResEbizads_banner-01001 .p_ListNumBtn{ margin-top:20px; margin-bottom:20px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ width:98px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: "\e6ae"; font-size: 30px; } .c_portalResEbizads_banner-01001 .p_ImgSummary{ font-weight: normal; white-space: normal; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_NumBtn:hover{ border-color: rgba(103,184,180,1); }  .c_portalResEbizads_banner-01001 .swiper-container1 { margin: 0 auto; position: relative; overflow: hidden;  z-index: 1; height: 100%; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; } .c_portalResEbizads_banner-01001 .p_MatteIcon:before{content:'\e752';.} .c_portalResEbizads_banner-01001 .widther img{ width: auto!important; } .c_portalResEbizads_banner-01001 .swiper-pagination { position: absolute; z-index: 20; bottom: 65px; width: 100%; text-align: center; } .c_portalResEbizads_banner-01001 .dot{ width: 20px; height: 20px; } .c_portalResEbizads_banner-01001 .swiper-pagination span{ display: inline-block; margin-right: 4px; } .c_portalResEbizads_banner-01001 .background_default{ display: inline-block; width: 27px; height: 27px; border-radius: 50%; margin: 0 5px; opacity: 0.8; cursor: pointer; } .c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img { transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; max-width: 100%; } .c_portalResEbizads_banner-01001 .background_default{ width: 17px; height: 17px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ display: none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ display: none; } } @media only screen and (min-width: 769px){ .c_portalResEbizads_banner-01001 .p_prompt{ width: auto; height: auto; text-align: center; background-color: inherit; font-size: 16px; border:1px solid #E4E4E4; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ display: inline-table; padding: 0 30px; height: 100%; min-height: 260px; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before { content: ""; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first{ height: auto; display: table-cell; font-size: 36px; margin-right: 10px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 10px 0; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before{ content: "\e6b4"; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ font-size: 24px; text-align: left; color: rgba(51,51,51,1); font-weight: bold; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font{ display: table-cell; line-height: normal; vertical-align: middle; } .c_portalResEbizads_banner-01001 .p_prompt .promptbox{ width: auto; height: 100%; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_content { font-size: 18px; color: rgba(105, 105, 105,1); padding-left: 65px; }  .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .font{ display:table; width:inherit; height:inherit; pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .font{ display:table; width:inherit; height:inherit; pointer-events:none; } .c_portalResEbizads_banner-01001 .p_ListNumBtn{ display:inline-table; height:30px; width:30px; background-color:#67b8b4; border-width:1px; border-color:transparent; color:#999999; font-size: 12px; font-family:'Microsoft YaHei'; } .c_portalResEbizads_banner-01001 .p_ListNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_ListNumBtn .shape{ display:table-cell; width:inherit; height:inherit; text-align:center; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_ListNumBtn:active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active { color:rgba(255,255,255,1); }  .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ display:inline-block; height:10px; width:100px; padding:0; background-color:#f2f2f2; border-width:1px; border-color:transparent; font-size: 12px; font-family:'Microsoft YaHei'; text-align:center; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape{ text-indent:-9999em; width:inherit; height:inherit; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn:active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active { background-color:#67b8b4; }  .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ width:15px; height:15px; display: inline-table; background-color:rgba(228,228,228,1); color:rgba(153,153,153,1); font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; text-align: center; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn .shape{ width:inherit; height:inherit; text-indent: -99999px; display: table-cell; vertical-align: middle; border-radius: inherit; -moz-border-radius: inherit; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn:active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active { background-color:rgba(105,192,188,1); }  .c_portalResEbizads_banner-01001 .p_NumBtn{ width:150px; height:66px; border-color:rgba(242,242,242,1); border-width:2px; border-style:solid; } .c_portalResEbizads_banner-01001 .p_NumBtn .shape{ display:none; } .c_portalResEbizads_banner-01001 .p_NumBtn:active{ border-color:rgba(103,184,180,1); } .c_portalResEbizads_banner-01001 .p_NumBtn.active{ border-color:rgba(103,184,180,1); }  .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width: inherit; height: auto; background-color: transparent; overflow: hidden; }  .c_portalResEbizads_banner-01001 .p_ImgSummary{ text-align:justify; vertical-align:top; word-break:break-all; } .c_portalResEbizads_banner-01001 .p_ImgHead{ display:inline-table; margin:0; padding:0; color:#323232; font-size:30px; font-weight:400; text-align:left; white-space:nowrap; overflow:visible; } .c_portalResEbizads_banner-01001 .p_ImgHead .font{ display:table-cell; vertical-align:top; line-height: 30px; } .c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before{ content:""; } .c_portalResEbizads_banner-01001 .p_TitleBox{ width: inherit; height: auto; overflow: hidden; }   .c_portalResEbizads_banner-01001 .p_SummaryBox{ width: inherit; height: auto; border-width:1px; border-style:none; border-color:rgba(228,228,228,0); background-color:rgba(179, 179, 179,1); overflow: visible; }  .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .font{ display:table; width:inherit; height:inherit;  pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); } .c_portalResEbizads_banner-01001 .p_interactionB{ width: inherit; height: auto; background-color: transparent; overflow: hidden; }  .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .font{ display:table; width:inherit; height:inherit;  pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; right: 4px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); } .c_portalResEbizads_banner-01001 .p_interactionA{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_interactionA + .p_interactionA { left: initial; right: 0; }  .c_portalResEbizads_banner-01001 .p_imageA{ width: auto; height: auto; overflow: hidden; }   .c_portalResEbizads_banner-01001 .p_images{ width: inherit; height: auto; background-color: transparent; overflow: hidden; }  .c_portalResEbizads_banner-01001 .p_banner{ width: inherit; height:auto; border-width:1px; border-style:none; border-color:rgba(255, 255, 255,1); background-color:transparent; overflow: visible; } .c_portalResEbizads_banner-01001{ min-width: 300px; overflow:auto; } .c_portalResEbizads_banner-01001 .p_banner{ width:100%; height:100%; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_images{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionB{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_TitleBox{ border-width: 0; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .c_banner{ width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_images{ width:inherit; height:inherit; box-sizing:border-box; -moz-box-sizing:border-box; } .c_portalResEbizads_banner-01001 .p_LinkA{ width:inherit; height:inherit; display: block; position: relative; } .c_portalResEbizads_banner-01001 .p_imageA{ vertical-align:baseline; text-align:center; width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_imageA:hover{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_imageA:hover:after{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_interactionA{ cursor: pointer; left: 0; height: 100%; position: absolute; top: 0; z-index:99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_interactionB{ cursor: pointer; right: 0; height:100%; position: absolute; top: 0; z-index: 99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ position: absolute; top: 50%; margin-top: -37px; padding-top: 10px; color:rgb(187, 182, 182); left: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ position: absolute; top: 50%; margin-top: -37px; right: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; padding-top: 10px; color:rgb(187, 182, 182); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SummaryBox{ width:100%; position:absolute; bottom:0; left:0; z-index:5; height:70px; background-color: transparent; display: none; } .c_portalResEbizads_banner-01001 .p_SummaryBox:hover{ background-color: transparent; } .c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB{ display: block; background-color: rgba(0,0,0,0.5); } .c_portalResEbizads_banner-01001 .p_TitleBox { width: 100%; height: auto; height: 80px; padding: 10px; position: absolute; bottom: 0; left: 0; z-index: 999; font-weight: bold; } .c_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span{ display: block; height: 25px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 15px; } .c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span { color: #fff; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:100%; height:inherit; padding-left:20px; padding-right:20px; } .c_portalResEbizads_banner-01001 .p_ImgHead{ padding-top:10px; padding-bottom:12px; font-size: 30px; font-weight: normal; font-family: "黑体"; color: #fff; white-space: normal; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ position:absolute; text-align:center; font-size:0; z-index:6; overflow:hidden; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ padding-right: 30px; padding-left: 30px; width: 100%; position: absolute; right: 0; bottom: 0; text-align: right; font-size: 0; z-index: 6; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child{ margin-left: 0; } .c_portalResEbizads_banner-01001 .p_NumBtn{ margin-right:6px; font-size:0; width: 90px; height: auto; display: inline-block; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ position:absolute; top: 50%; left: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ position:absolute; top: 50%; right: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn, .c_portalResEbizads_banner-01001 .p_SquareNumBtn, .c_portalResEbizads_banner-01001 .p_ListNumBtn{ margin-top:20px; margin-bottom:20px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ width:98px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: "\e6ae"; font-size: 30px; } .c_portalResEbizads_banner-01001 .p_ImgSummary{ font-weight: normal; white-space: normal; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_NumBtn:hover{ border-color: rgba(103,184,180,1); }  .c_portalResEbizads_banner-01001 .swiper-container1 { margin: 0 auto; position: relative; overflow: hidden;  z-index: 1; height: 100%; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; } .c_portalResEbizads_banner-01001 .p_MatteIcon:before{content:'\e752';.} .c_portalResEbizads_banner-01001 .widther img{ width: auto!important; } .c_portalResEbizads_banner-01001 .swiper-pagination { position: absolute; z-index: 20; bottom: 80px; width: 100%; text-align: center; } .c_portalResEbizads_banner-01001 .swiper-pagination span{ display: inline-block; margin-right: 4px; } .c_portalResEbizads_banner-01001 .background_default{ display: inline-block; width: 27px; height: 27px; border-radius: 50%; margin: 0 5px; opacity: 0.8; cursor: pointer; } .c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img { transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; max-width: 100%; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @keyframes move_wave{ from { background-position: 0 0; } to { background-position: -200px 0; } } @-webkit-keyframes move_wave{ from { background-position: 0 0; } to { background-position: -200px 0; } } .w_fimg-000 .p_title{ display:inline-table; margin:0; min-width:37px; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; cursor:pointer; } .w_fimg-000 .p_title .font{ vertical-align:middle; line-height: 21px; } .w_fimg-000 .p_title:hover{ color:rgba(87,177,173,1); } .w_fimg-000 .p_title:active{ color:rgba(69,165,161,1); } .w_fimg-000 .p_title .iconfont:before{ display: inline-block; content:""; } .w_fimg-000{ position:relative; width:100%; height:auto; min-height: 200px; } .w_fimg-000 .animated{ width:100%; height:100%; position: relative; min-height: inherit; } .w_fimg-000 .font { white-space: nowrap; } .w_fimg-000 .p_link001{ width:100%; height:100%; } .w_fimg-000 .p_link002{ width:100%; height:30px; } .w_fimg-000 .p_box{ width: 100%; height: 100%; text-align:center; position: static; } .w_fimg-000 .p_dimage{ height: inherit; overflow: hidden; font-size: 0; } .w_fimg-000 .e_image:hover:after { background: transparent; } .w_fimg-000 .p_dimage:empty{ width: 100%; height: 100%; top: 0; left: 0; position:absolute; background: #f2f2f2 url(../image/camera.png) no-repeat center; }.c_portalResIntro_category-01001 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; margin-top: 6px; } .c_portalResIntro_category-01001 .nav ul{ padding: 0; } .c_portalResIntro_category-01001 .nav ul li{ float:left; } .c_portalResIntro_category-01001 .nav ul li a{ display:block; z-index: 1; padding: 0 40px; line-height:50px; position: relative; color:#222; font-size: 16px; } .c_portalResIntro_category-01001 .nav ul li a.gl { color: #dd0000; } .c_portalResIntro_category-01001 .nav ul li a:after { content: ""; position: absolute; right: 0px; top: 30%; width: 1px; height: 40%; display: block; background-color: rgba(0, 0, 0, 0.2); } .c_portalResIntro_category-01001 .nav ul li:last-child a:after { display: none; } .c_portalResIntro_category-01001 .nav ul li a:hover{ color:#fff; } .c_portalResIntro_category-01001 .nav ul li a:hover{ background-color: #fff; color:#dc1414; } @media only screen and (max-width: 768px){ .c_portalResIntro_category-01001 .nav ul li a:after { display: none; } .c_portalResIntro_category-01001 .btn { border: none; width: 100%; line-height: 50px; border-radius: 0; background-color: #d92121; padding:0; } .c_portalResIntro_category-01001 .js_categoryBox { background: #fff; } .c_portalResIntro_category-01001 .nav ul li { display: block; border-bottom: 1px solid #eee; float: none; } .c_portalResIntro_category-01001 .nav ul li a { color: #666; } .c_portalResIntro_category-01001 .nav ul li a:hover { background-color: #dc1414; color: #fff; } .c_portalResIntro_category-01001 .nav .p_btn-hide { background: rgba(0,0,0,.5); } .c_portalResIntro_category-01001 .nav .p_btn-hide .p_c-fff { background: #dc1414; } } @media only screen and (min-width: 769px) { .c_portalResIntro_category-01001 .nav ul{ padding:0; text-align: left; padding-left: 280px; } .c_portalResIntro_category-01001 .nav ul li{ float:none; display: inline-flex; } .c_portalResIntro_category-01001 .p_btn-show,.c_portalResIntro_category-01001 .p_btn-hide{ display: none; } .c_portalResIntro_category-01001 { height: auto; width: 280px; overflow: visible; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ }.w_grid-001{ margin-left: auto; margin-right: auto; max-width: 1180px; min-height: 12rem; width: 100%; } #w_grid-1594261022766 >.w_grid >.p_gridbox>.p_gridCell:last-child>.w_fimg-000{ position: absolute !important; bottom: 0 !important; max-width: 100% !important; } .w_grid-001 > .w_grid{ width: 100%; position: relative; } .w_grid-001 > div > .p_gridbox{ width: 100%; overflow: hidden; position: static; } .w_grid-001 > div > .p_gridbox > .p_gridCell{ float: left; position: static; } .w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before{ content:''; height: 0.1px; display: block; } .w_grid-001 > div > .p_gridbox > .p_gridCell:first-child{ margin-left: 0; clear: left; } #w_grid-001 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left: 0; clear: left; } @media only screen and (max-width: 768px){ .w_grid-001 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } #w_grid-1561367732595{ padding-left: 0px !important; } } @media only screen and (min-width: 769px){ .w_grid-001 > div > .p_gridbox > .p_gridCell{ width: 49.5%; margin-left: 1%; margin-top: 0.6rem; margin-bottom: 0.6rem; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ }.c_portalResEbizads_banner-01001003 .p_MatteIcon .iconfont:before{ content:'\e602'; } .c_portalResEbizads_banner-01001003 >div{ animation-fill-mode:both; } .c_portalResEbizads_banner-01001003 .subpage_ad{ position:relative; height:400px; margin-top:0px; background-color: rgba(0, 0, 0, 1); } .c_portalResEbizads_banner-01001003 .subpage_ad .ban_tp{ width: 100%; height: inherit; display: block; overflow: hidden; position: relative; } .c_portalResEbizads_banner-01001003 .bgimg{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; overflow: hidden; opacity:0.7; display: flex; align-items: center; } .c_portalResEbizads_banner-01001003 .bgimg .banPic{ width: 100%; height: auto; } .c_portalResEbizads_banner-01001003 .mobitem{ display:none; } .c_portalResEbizads_banner-01001003 .subpage_ad .text{ position:absolute; width:100%; color:#fff; text-align:center; bottom: 0%; left: 0px; line-height:1.6; transform:translate(0, 0); z-index:4; } .c_portalResEbizads_banner-01001003 .subpage_ad .wenzi { width: 94%; max-width: 1480px; margin: 0 auto; padding: 0px 20px; text-align: left; -webkit-animation-name: "fadeInUp"; -webkit-animation-duration: 0.5s; -webkit-animation-iteration-count: 0.5s; } .c_portalResEbizads_banner-01001003 .subpage_ad .wenzi .ban_wz { width: 280px; display: inline-block; height: auto; padding: 30px; background-color: rgba(0, 68, 153, 0.98); position: absolute; bottom: -82px; left: 0px; } .c_portalResEbizads_banner-01001003 .capitalize{ text-transform:capitalize; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit{ font-size: 32px; line-height: 40px; font-weight: normal; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-line{ height:2px; width: 40px; background:rgba(255, 255, 255, 0.6); margin: 20px 0px; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum{ font-size:28px; line-height:30px; font-weight:normal; text-transform:Uppercase; font-family: "iconfont"; color: rgba(255, 255, 255, 0.8); } @media only screen and (max-width: 1600px) and (min-width: 1201px){ .c_portalResEbizads_banner-01001003 .subpage_ad { height: 310px; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit { font-size: 30px; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum { font-size: 16px; } } @media only screen and (max-width: 1200px) and (min-width: 1025px){ .c_portalResEbizads_banner-01001003 .subpage_ad { height: 280px; margin-top:0px; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit { font-size: 30px; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum { font-size: 16px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ .c_portalResEbizads_banner-01001003 .subpage_ad { height: 280px; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit { font-size: 30px; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum { font-size: 16px; } } @media only screen and (max-width: 768px){ .c_portalResEbizads_banner-01001003 .bgimg .banPic { width: 100%; object-fit: cover; height: 100%; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-line { height: 2px; width: 3%; background: #fff; margin: 0px auto; } .c_portalResEbizads_banner-01001003 .subpage_ad { height:20vh; max-height: 180px; margin-top:0px; } .c_portalResEbizads_banner-01001003 .subpage_ad .wenzi .ban_wz { width: 100%; display: inline-block; height: auto; padding: 0px; background-color: rgba(0, 68, 153, 0); position: absolute; top: 0px; text-align: center; left: 0px; } .c_portalResEbizads_banner-01001003 .pcitem { display: none !important; } .c_portalResEbizads_banner-01001003 .mobitem { display: block; } .c_portalResEbizads_banner-01001003 .subpage_ad .text { top: 30%; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-tit { font-size: 22px; font-weight:normal; } .c_portalResEbizads_banner-01001003 .subpage_ad .ad-sum { font-size: 12px; line-height: 30px; } } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translateY(20px); } to { opacity: 1; -webkit-transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translateY(20px); } to { opacity: 1; -webkit-transform: translateY(0); } } @-webkit-keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { -webkit-transform: scale(1); transform: scale(1); } } @keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { -webkit-transform: scale(1); transform: scale(1); } }#w_grid-1590200382192> div > .p_gridbox:before { content: ''; height: 100%; width: 50%; position: absolute; top: 0px; left: 0px; background: #f7f7f7; display: block; clear: both; } #w_grid-1590206232293> div > .p_gridbox:before { content: ''; height: 100%; width: 50%; position: absolute; top: 0px; left: 0px; background: #f7f7f7; display: block; clear: both; } #w_grid-1590223675692 > div > .p_gridbox:before { content: ''; height: 100%; width: 50%; position: absolute; top: 0px; left: 0px; background: #fff; display: block; clear: both; } #w_grid-1590204422223 > div > .p_gridbox { display: flex; align-items: center; } #w_grid-1590206273592 > div > .p_gridbox { display: flex; align-items: center; } #w_grid-1590200461492 > div > .p_gridbox { display: flex; align-items: center; } #w_grid-1590205969700 > div > .p_gridbox { display: flex; align-items: center; } #w_grid-1590223675706 > div > .p_gridbox { display: flex; align-items: center; } .w_grid-000{ margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; } .w_grid-000 > .w_grid{ width: 100%; position: relative; } .w_grid-000 > div > .p_gridbox{ width: 100%; overflow: hidden; position: static; } .w_grid-000 > div > div > .p_gridCell{ float: left; position: static; } .w_grid-000 > div > div:before{ content:''; height: 0px; display: block; clear:both; } .w_grid-000 > div > div:after{ content:''; height: 0px; display: block; clear:both; } .w_grid-000 > div > div > .p_gridCell:not(:empty):before{ content:''; height: 0px; display: block; } .w_grid-000 > .w_grid.signal{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell{ min-height: inherit; } .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ margin-left: 0; clear: left; } #w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left: 0; clear: left; } @media only screen and (max-width: 768px){ .w_grid-000 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } .w_grid-000 > div > div > .p_gridCell{ float: left; position: static; } } @media only screen and (min-width: 769px){ .w_grid-000 > div > div > .p_gridCell{ position: static; } .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ width: 100%; margin-left:0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } .w_fbtn-001{ display: block; width: 100%; height: 100%; max-width:150px; min-height:20px; max-height:0; text-align: center; margin: 0 auto; font-size: 0; } .w_fbtn-001 .p_CommonBtn{ width: 100%; height: inherit; padding:0; } .w_fbtn-001 .p_CommonBtn .font{ text-align: center; display: inline-block; vertical-align: middle; width: 100%; font-size: 14px; height: auto; } .w_fbtn-001 .animated{ width:100%; height:100%; min-height: inherit; } .w_fbtn-001 .p_link{ min-height: inherit; display: block; } .w_fbtn-001 .p_CommonBtn{ border-style: solid; } .w_fbtn-001 .p_CommonBtn{ width: 100%; height:20px; color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:transparent; background-color:rgba(255, 102, 0, 1); padding-top:0; padding-right:10px; padding-left:10px; text-align: center; min-height: inherit; } .w_fbtn-001 .p_CommonBtn:before{ content: ''; width: 0; height: 100%; display: inline-block; vertical-align: middle; }.w_fline-001 .p_FLine{ width: 100%; border-top-width: 1px; border-top-style: solid; border-top-color:#f0f0f0; opacity:1; filter:alpha(opacity:100); display: inline-block; vertical-align: middle; } .w_fline-001{ width:100%; min-height:20px; display: block; margin: 0 auto; } .w_fline-001 .w_fline{ width:100%; min-height: inherit; font-size: 0; } .w_fline-001 .w_fline:before{ content: ""; display: inline-block; vertical-align: middle; min-height: inherit; width: 0; }.w_grid-003{ margin-left: auto; margin-right: auto; max-width: 1180px; min-height: 12rem; width: 100%; } .w_grid-003 > .w_grid{ width: 100%; position: relative; } .w_grid-003 > div > .p_gridbox{ width: 100%; overflow: hidden; position: static; } .w_grid-003 > div > .p_gridbox > .p_gridCell{ float: left; position: static; } .w_grid-003 > div > div:before{ content:''; height: 0px; display: block; clear:both; } .w_grid-003 > div > div:after{ content:''; height: 0px; display: block; clear:both; } .w_grid-003 > div > .p_gridbox > .p_gridCell:not(:empty):before{ content:''; height: 0px; display: block; } .w_grid-003 > div > .p_gridbox > .p_gridCell:first-child{ margin-left: 0; clear: left; } #w_grid-003 > div > .p_gridbox > .p_gridCell:nth-child(3n+1){ margin-left: 0; clear: left; } @media only screen and (max-width: 768px){ .w_grid-003 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (min-width: 769px){ .w_grid-003 > div > .p_gridbox > .p_gridCell{ width: 32.66%; margin-left: 1%; margin-top: 0.6rem; margin-bottom: 0.6rem; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }.pagebox,#-remove--flag{}body,#-remove--flag{} @keyframes slide{from { background-position: 0 0; } to { background-position: -200px 0; } } to { background-position: -200px 0; } } to { background-position: -200px 0; } } @-webkit-keyframes slide{from { background-position: 0 0; } to { background-position: -200px 0; } } to { background-position: -200px 0; } } to { background-position: -200px 0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @-webkit-keyframes gradient{ 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @-moz-keyframes gradient{ 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes gradient{ 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #c_portalResEbizads_banner-1601177845379 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResEbizads_banner-1601177845379 >div{ animation-fill-mode:both; } #c_portalResEbizads_banner-1601177845379{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResIntro_category-1601177845384 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResIntro_category-1601177845384 >div{ animation-fill-mode:both; } #c_portalResIntro_category-1601177845384{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:50px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #c_portalResEbizads_banner-16011868146080506 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResEbizads_banner-16011868146080506 >div{ animation-fill-mode:both; } #c_portalResEbizads_banner-16011868146080506 .bannerBox{ position:relative; width:100%; overflow:hidden; } #c_portalResEbizads_banner-16011868146080506 .swiper-button{ position:absolute; top:50%; transform:translateY(-50%); text-align:center; color:#fff; background:rgba(0, 0, 0, 0.3); border-radius:50%; cursor:pointer; overflow:hidden; z-index:99; transition:all .5s ease .5s; } #c_portalResEbizads_banner-16011868146080506 .btn-prev{ left:5%; } #c_portalResEbizads_banner-16011868146080506 .btn-next{ right:5%; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination{ position:absolute; left:0px; margin:0px; width:100%; text-align:center; overflow:hidden; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination .swiper-pagination-bullet{ position:relative; margin:0 3px; display:inline-block; width:16px; height:16px; border:1px solid #fff; overflow:hidden; z-index:99; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination .swiper-pagination-bullet::before{ content:''; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); display:block; width:6px; height:6px; border-radius:50%; background:#c6c6c6; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet::before{ background:#fff; } #c_portalResEbizads_banner-16011868146080506 .content{ width:100%; height:100%; display:flex; justify-content:center; align-items:center; overflow:hidden; } #c_portalResEbizads_banner-16011868146080506 .swiper-slide{ overflow:hidden; } #c_portalResEbizads_banner-16011868146080506 .scalePic{ position:relative; left:auto; top:auto; transform:translate(0) scale(1.08); width:100%; max-width:none; transition:all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); } #c_portalResEbizads_banner-16011868146080506 .swiper-slide.swiper-slide-active .scalePic{ transform:translate(0) scale(1); } @media (max-width: 767px){ #c_portalResEbizads_banner-16011868146080506 .pc_pic{ display:none; } #c_portalResEbizads_banner-16011868146080506 .swiper-button { width: 30px; height: 30px; line-height: 30px; font-size: 18px; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination{ bottom: 5px !important; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination .swiper-pagination-bullet { width: 10px; height: 10px; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination .swiper-pagination-bullet::before { width: 5px; height: 5px; } } @media (min-width: 768px){ #c_portalResEbizads_banner-16011868146080506 .mo_pic { display:none; } #c_portalResEbizads_banner-16011868146080506 .swiper-button { width: 50px; height: 50px; line-height: 50px; font-size: 24px; } #c_portalResEbizads_banner-16011868146080506 .banner-pagination{ bottom: 10px !important; } } #c_portalResEbizads_banner-16011868146080506{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-16011889765705486{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:120px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601177845339 > div > .p_gridbox{ background-image:url(../image/gybj.png); background-color:rgba(255, 255, 255, 1); } #w_grid-1601177845339 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601177845339 >div{ animation-fill-mode:both; } #w_grid-1601177845339 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601177845339> div > .p_gridbox > .p_gridCell{ margin-bottom:1rem; margin-top:1rem; margin-left:0; } #w_grid-1601177845339> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1601177845339> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (min-width: 769px){ #w_grid-1601177845339> div > .p_gridbox > .p_gridCell{ margin-bottom:1rem; margin-top:1rem; margin-left:0px; } #w_grid-1601177845339> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601177845339> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601177845339 .p_gridbox{ background-position:center center; } #w_grid-1601177845349 > div > .p_gridbox{ background-image: ; } #w_grid-1601177845349 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601177845349 >div{ animation-fill-mode:both; } #w_grid-1601177845349 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (min-width: 769px){ #w_grid-1601177845349> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1601177845349> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601177845349> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601177845349> div > .p_gridbox > .p_gridCell{ margin-bottom:3rem; margin-top:3rem; margin-left:0; } #w_grid-1601177845349> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1601177845349> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1601177845359 > div > .p_gridbox{ background-image: ; } #w_grid-1601177845359 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601177845359 >div{ animation-fill-mode:both; } #w_grid-1601177845359 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601177845359> div > .p_gridbox > .p_gridCell{ margin-bottom:2rem; margin-top:2rem; margin-left:0px; } #w_grid-1601177845359> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601177845359> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (min-width: 769px){ #w_grid-1601177845359> div > .p_gridbox > .p_gridCell{ margin-bottom:3rem; margin-top:3rem; margin-left:0px; } #w_grid-1601177845359> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601177845359> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601177845359> div > .p_gridbox > .p_gridCell{ margin-bottom:3rem; margin-top:3rem; margin-left:0px; } #w_grid-1601177845359> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601177845359> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } #w_grid-1601177845359 .p_gridbox{ background-position:bottom center; background-repeat:no-repeat; } #w_grid-1601177845369 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601177845369 >div{ animation-fill-mode:both; } #w_grid-1601177845369 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (min-width: 769px){ #w_grid-1601177845369> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1601177845369> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0%; margin-right:0px; clear:none; } #w_grid-1601177845369> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 768px){ #w_grid-1601177845369> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1601177845369> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0%; margin-right:0px; clear:none; } #w_grid-1601177845369> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601177845369> div > .p_gridbox > .p_gridCell{ margin-bottom:3rem; margin-top:3rem; margin-left:0; } #w_grid-1601177845369> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1601177845369> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1601185822013 > div > .p_gridbox{ display:flex; align-items:center; } #w_grid-1601185822013 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601185822013 >div{ animation-fill-mode:both; } #w_grid-1601185822013 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601185822013 > div > .p_gridbox{ display: flex; align-items: center; flex-direction: column; margin-bottom:2rem; margin-top:1rem; } #w_grid-1601185822013> div > .p_gridbox > .p_gridCell:nth-child(1){ margin-bottom:0px; } #w_grid-1601185822013> div > .p_gridbox { margin-bottom:1rem; margin-top:1rem; margin-left:0%; } } @media only screen and (min-width: 769px){ #w_grid-1601185822013> div > .p_gridbox > .p_gridCell{ margin-bottom:3rem; margin-top:3rem; margin-left:3%; } #w_grid-1601185822013> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:47.336%; margin-left:3%; margin-right:0px; clear:none; } #w_grid-1601185822013> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:49.664%; } #w_grid-1601185822013> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601185822013> div > .p_gridbox > .p_gridCell{ margin-bottom:3rem; margin-top:3rem; margin-left:4%; } #w_grid-1601185822013> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:48%; margin-left:4%; margin-right:0px; clear:none; } #w_grid-1601185822013> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:48%; } #w_grid-1601185822013> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } #w_grid-1601185822022 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } #w_grid-1601185822022 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(1){ font-family:'Oswald', sans-serif; } @media only screen and (max-width: 768px){ #w_grid-1601185822022 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(1) span{ font-size:22px !important; } #w_grid-1601185822022 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(2) span{ font-size:14px !important; } }  @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601185822022 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(1) span{ font-size:30px !important; } #w_grid-1601185822022 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(2) span{ font-size:20px !important; } } #w_common_text-1601185822040 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_common_text-1601185822040 >div{ animation-fill-mode:both; } #w_common_text-1601185822040 .p_link001{ height:calc(100%); } #w_fline-1601185822043 .p_FLine{ border-top-color:rgba(197, 39, 48, 1); border-top-width:2px; } #w_fline-1601185822043 .w_fline .p_FLine{ border-top-style:solid; } #w_fline-1601185822043 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fline-1601185822043 >div{ animation-fill-mode:both; } #w_common_text-1601185822046 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_common_text-1601185822046 >div{ animation-fill-mode:both; } #w_common_text-1601185822046 .p_link001{ height:calc(100%); } #w_grid-1601185822049 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601185822049 >div{ animation-fill-mode:both; } #w_grid-1601185822049 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1601185822049> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1601185822049> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601185822049> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601186814293 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601186126002 > div > .p_gridbox{ background-image:url(../image/tianfuxingtong09.png); background-color:rgba(4, 69, 153, 1); } #w_grid-1601186126002 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601186126002 >div{ animation-fill-mode:both; } #w_grid-1601186126002 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1601186126002> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1601186126002> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601186126002> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601186126013 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601186126013 >div{ animation-fill-mode:both; } #w_grid-1601186126013 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601186126013> div > .p_gridbox > .p_gridCell{ margin-bottom:1.8rem; margin-top:1.8rem; margin-left:0; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (min-width: 769px){ #w_grid-1601186126013> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:1%; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(5n+0){ width:19.2%; margin-left:1%; margin-right:0; clear:none; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(5n+1){ margin-left:0; clear:left; margin-right:0; width:19.2%; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(5n+2){ width:19.2%; margin-left:1%; margin-right:0; clear:none; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(5n+3){ width:19.2%; margin-left:1%; margin-right:0; clear:none; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(5n+4){ width:19.2%; margin-left:1%; margin-right:0; clear:none; } #w_grid-1601186126013> div > .p_gridbox > .p_gridCell:nth-child(5n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601186126019 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601186126023 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601186126031 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601186126036 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601187339498 > div > .p_gridbox{ background-image:url(../image/65awdajkwuid.jpg); background-position:top center; } #w_grid-1601187339498 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601187339498 >div{ animation-fill-mode:both; } #w_grid-1601187339498 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1601187339498> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1601187339498> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601187339498> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601187339498> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1601187339498> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601187339498> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } #w_grid-1601187339512 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601290537265 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601290537265 >div{ animation-fill-mode:both; } #w_grid-1601290537265 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601290537265> div > .p_gridbox { margin-bottom:0rem; margin-top:2rem; margin-left:0; } } @media only screen and (min-width: 769px){ #w_grid-1601290537265> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:3rem; margin-left:0; } #w_grid-1601290537265> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1601290537265> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601187339526 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601187339526 >div{ animation-fill-mode:both; } #w_grid-1601187339526 > div > .p_gridbox > .p_gridCell:nth-child(3n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601187339526> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+0){ width:38.64%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+1){ margin-left:0px; clear:left; margin-right:0px; width:38.2%; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+2){ width:23.150000000000002%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n){ margin-right:0px; } } @media only screen and (min-width: 769px){ #w_grid-1601187339526> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+0){ width:38.64%; margin-left:0%; margin-right:0px; clear:none; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+1){ margin-left:0px; clear:left; margin-right:0px; width:38.24%; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+2){ width:23.11%; margin-left:0%; margin-right:0px; clear:none; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601187339526> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+0){ width:38.64%; margin-left:0%; margin-right:0; clear:none; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+1){ margin-left:0; clear:left; margin-right:0; width:38.24%; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n+2){ width:23.11%; margin-left:0%; margin-right:0; clear:none; } #w_grid-1601187339526> div > .p_gridbox > .p_gridCell:nth-child(3n){ margin-right:0; } } #w_fline-1601187339544 .p_FLine{ border-top-color:rgba(221, 221, 221, 1); } #w_fline-1601187339544 .w_fline .p_FLine{ border-top-style:solid; } #w_fline-1601187339544 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fline-1601187339544 >div{ animation-fill-mode:both; } #w_fline-1601187339552 .p_FLine{ border-top-color:rgba(221, 221, 221, 1); } #w_fline-1601187339552 .w_fline .p_FLine{ border-top-style:solid; } #w_fline-1601187339552 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fline-1601187339552 >div{ animation-fill-mode:both; } #w_grid-1601187339537 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } #w_grid-1601187339537 > .w_grid.signal > .p_gridbox{ border:2px solid #ddd; overflow:visible; } @media only screen and (min-width: 769px){ #w_grid-1601187339537 > .w_grid.signal > .p_gridbox{ height: 400px; } #w_grid-1601187339537 >div > .p_gridbox > .p_gridCell:nth-child(n+1) { } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601187339537 > .w_grid.signal > .p_gridbox{ height: 430px; } } @media only screen and (max-width: 768px){ #w_grid-1601187339537 > .w_grid.signal > .p_gridbox{ height: 430px; } } #w_fbtn-1601187339556 .p_CommonBtn{ background-color:#dc0000; } #w_fbtn-1601187339556 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fbtn-1601187339556 >div{ animation-fill-mode:both; } #w_fbtn-1601187339556 .p_link{ margin:0px; } #w_grid-1601187339560 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601187339560 >div{ animation-fill-mode:both; } @media only screen and (min-width: 769px){ #w_grid-1601187339560> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:5%; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+0){ width:21.25%; margin-left:5%; margin-right:0px; clear:none; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+1){ margin-left:0px; clear:left; margin-right:0px; width:21.25%; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+2){ width:21.25%; margin-left:5%; margin-right:0px; clear:none; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+3){ width:21.25%; margin-left:5%; margin-right:0px; clear:none; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601187339560> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:5%; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+0){ width:21.25%; margin-left:5%; margin-right:0; clear:none; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+1){ margin-left:0; clear:left; margin-right:0; width:21.25%; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+2){ width:21.25%; margin-left:5%; margin-right:0; clear:none; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n+3){ width:21.25%; margin-left:5%; margin-right:0; clear:none; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(4n){ margin-right:0; } } @media only screen and (max-width: 768px){ #w_grid-1601187339560> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:50%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:50%; } #w_grid-1601187339560> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } #w_fimg-1601187339564 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fimg-1601187339564 >div{ animation-fill-mode:both; } #w_fimg-1601187339569 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fimg-1601187339569 >div{ animation-fill-mode:both; } #w_fimg-1601187339574 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fimg-1601187339574 >div{ animation-fill-mode:both; } #w_fimg-1601187339580 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fimg-1601187339580 >div{ animation-fill-mode:both; } #w_grid-1601187749569 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601187749569 >div{ animation-fill-mode:both; } #w_grid-1601187749569 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601187749569> div > .p_gridbox > .p_gridCell{ margin-bottom:2rem; margin-top:2rem; margin-left:0; } #w_grid-1601187749569> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1601187749569> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (min-width: 769px){ #w_grid-1601187749569> div > .p_gridbox > .p_gridCell{ margin-bottom:2.5rem; margin-top:2.5rem; margin-left:0; } #w_grid-1601187749569> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1601187749569> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601187749583 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1601187749583 >div{ animation-fill-mode:both; } #w_grid-1601187749583 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1601187749583> div > .p_gridbox{ display: -webkit-flex; display: flex; color: #282828; align-items: center; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:2%; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:46.6088%; margin-left:2%; margin-right:0px; clear:none; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:51.3912%; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1601187749583 > div > .p_gridbox { display: flex; align-items: center; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:58.97%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:41.03%; } #w_grid-1601187749583> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } #w_grid-1601187749602 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1601187749602 > .w_grid.signal > .p_gridbox { margin-top: 20px; } }  @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1601177845339{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:20px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601177845349{ width:94%; max-width:1480px; min-width:0px; height:auto; max-height:none; min-height:10px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601177845359{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601177845369{ width:94%; max-width:1480px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:40px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601185822013{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:434px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601185822022{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601185822040{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601188315321{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fline-1601185822043{ width:100%; max-width:50px; min-width:0px; height:auto; max-height:none; min-height:36px; margin-top:0px; margin-left:0px; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601185822046{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601185822049{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601186814293{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1606457948122{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601186126002{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601186126013{ width:100%; max-width:1400px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:60px; margin-left:auto; margin-right:auto; margin-bottom:60px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601186126019{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186126040{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186126043{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601186126023{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186317121{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186321310{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601186126031{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186370060{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186366216{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601186126036{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186413057{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186410693{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186459134{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601186456615{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187339498{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187339512{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:20px; padding-right:20px; padding-bottom:0px; } #w_grid-1601290537265{ width:92%; max-width:1280px; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339519{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339523{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187339526{ width:100%; max-width:150px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:20px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fline-1601187339544{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:20px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339548{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fline-1601187339552{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:20px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339533{ width:auto; max-width:1240px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:30px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187339537{ width:92%; max-width:1240px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:80px; margin-left:auto; margin-right:auto; margin-bottom:30px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fbtn-1601187339556{ width:100%; max-width:150px; min-width:0px; height:100%; max-height:0px; min-height:42px; margin-top:-20px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187339560{ width:100%; max-width:1240px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:5%; margin-left:auto; margin-right:auto; margin-bottom:5%; padding-top:0px; padding-left:20px; padding-right:20px; padding-bottom:0px; } #w_fimg-1601187339564{ width:100%; max-width:80px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:30px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339584{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:20px; margin-left:auto; margin-right:auto; margin-bottom:30px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fimg-1601187339569{ width:100%; max-width:80px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:30px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339587{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:20px; margin-left:auto; margin-right:auto; margin-bottom:30px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fimg-1601187339574{ width:100%; max-width:80px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:30px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339590{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:21px; margin-top:20px; margin-left:auto; margin-right:auto; margin-bottom:30px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fimg-1601187339580{ width:100%; max-width:80px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:30px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187339596{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:20px; margin-left:auto; margin-right:auto; margin-bottom:30px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187749569{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187749583{ width:92%; max-width:1480px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1601187749602{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187749613{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:20px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187788846{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1601187749629{ width:auto; max-width:1240px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:30px; margin-left:auto; margin-right:auto; margin-bottom:10px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; }