﻿.fa_htitle{ margin-bottom:5vw; } .fa_htitle h4{ color:#000; font-size:var(--f36); } .fa_htitle h3{ color:#999; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); font-family: 'Assistant', sans-serif; } @media only screen and (max-width: 768px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } } @media only screen and (min-width: 769px){  .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } .fa_Boxpic{ background:#000; position: relative; } .fa_Boxpic .fa_bg{ height: 60vh; max-height:1200px!important; background-attachment: fixed; opacity:0.85; width:100%; position: relative; background-size:100%; } .fa_Boxpic .fa_tit{ position:absolute; left:0; right:0; bottom: 15%; z-index:10; text-align:center; } .fa_Boxpic .fa_tit h6{ color:#fff; font-size:var(--f36); } .fa_Boxpic .fa_tit h3{ color:#fff; margin-bottom:15px; font-weight:700; text-transform:capitalize; font-size:var(--f50); } } @media only screen and (max-width: 1024px) and (min-width: 769px){  } @keyframes rotation { to { transform: rotate(1turn); } } @keyframes rotation_ { to { transform: rotate(-1turn); } } @media only screen and (min-width: 769px) { .fa_More a{ position: relative; font-size:14px; display:inline-block; line-height:40px; padding:0 20px; border-radius:5px; background: var(--main-color); color:#fff; transition:all 0.5s; overflow:hidden; } .fa_More a i{ margin-left:20px; transition:all 0.5s; position:relative; display:inline-block; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width: 50px; height: 50px; filter:blur(15px); background: var(--main2-color); transition:all 0.5s; opacity: 0; } .fa_More a:hover:before{ transform:scale(2); left:0; top:0; opacity:1; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a:hover i{ transform:translateX(-10px); } .fa_More a:hover{ color:#fff; } } @keyframes animateripper { 0% { transform: translate(-50%, -75%) rotate(0deg); } 100% { transform: translate(-50%, -75%) rotate(360deg); } }  .fa_pageNav{ border-bottom:#eee solid 1px; } .fa_pageNav .fa_list{ text-align:center; } .fa_pageNav .fa_list a{ display:inline-block; font-size:var(--f18); line-height:80px; color:#3e4a61; margin:0 2vw; position:relative; transition:all 0.5s; } .fa_pageNav .fa_list a:before{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); height:3px; background: var(--main-color); transition:all 0.8s; width:0; content:""; } .fa_pageNav .fa_list a:hover,.fa_pageNav .fa_list a.fa_navon{ color: var(--main-color); } .fa_pageNav .fa_list a:hover:before,.fa_pageNav .fa_list a.fa_navon:before{ width:100%; } @media screen and (max-width: 768px){ .fa_pageNav{ display:none!important; } .fa_pageNavmo{ background:#edf2fa; } .fa_pageNavmo>.btn-primary{ background:transparent!important; border:none!important; color:#999!important; width:100%; text-align:left; padding:0 20px; line-height:50px; font-size:14px; } .fa_More a { background:#092d74; color:#fff; display:inline-block; padding:10px 30px; border-radius:500px; position:relative; } .fa_More a:before{ content:""; position:absolute; left:-20px; top:-20px; width:40px; height:40px; filter:blur(15px); background:#d0333a; } .fa_More a span{ position:relative; display:inline-block; } .fa_More a i{ margin-left:10px; position:relative; display:inline-block; } } @keyframes FloatingReverse { 0%,100% { transform: translate3d(-10%, -10%, 0) scale(1.1) } 50% { transform: translate3d(45%, 15%, 0) scale(0.8) } } .fa_float2 { position: fixed; bottom: -100px; right: 20px; z-index: 99; transition: all 0.5s; background: rgba(255, 255, 255, 0); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0); border-radius: 500px; } .fa_float2>* { display: block; position: relative; margin-top: 2px; } .fa_float2>* .fa_icon { width: 40px; height: 40px; align-items: center; display: flex; justify-content: center; color: var(--main-color); border-radius: 2px; font-size: 26px; cursor: pointer; } .fa_float2>* .fa_icon i { display: block; } .fa_float2 .fa_info { position: absolute; top: 0; right: 45px; width: auto; min-width: 200px; background: linear-gradient(45deg,#fff,#d5e8ff,#fff); border: #fff solid 3px; opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 15px; width: 250px; box-shadow: 5px 5px 10px rgba(0,0,0,0.15); border-radius: 10px; } .fa_float2 .fa_wx_img { position: absolute; top: 0; right: 45px; width: auto; min-width: 120px; background: rgba(255, 255, 255, 0.95);  opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.6s ease; padding: 5px; } .fa_float2 .fa_box_img img { width: 100%; } .fa_float2>div:hover .fa_wx_img { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2>div:hover .fa_info { transition: all 0.6s ease; opacity: 1 !important; transform: translateY(0%) !important; visibility: visible !important; } .fa_float2 .fa_info .fa_wrap {  } .fa_float2 .fa_info .fa_tit { position: relative; } .fa_float2 .fa_info .fa_tit h3 { font-size: var(--f18); color: var(--main-color); font-weight: 500; } .fa_float2 .fa_info .fa_tit h3 a { color: var(--main-color); font-weight: inherit;  font-family: 'Barlow Condensed', sans-serif; word-wrap: break-word; } .fa_float2 .fa_info .fa_tit p { font-size: 14px; margin-top: 5px; } .fa_float2 .fa_info .fa_cnt { padding-top: 10px; margin-top: 10px; border-top: #eee solid 1px; } .fa_float2 .fa_info .fa_cnt h4 { font-size: 16px; margin-bottom: 10px; color: #333; } .fa_float2 .fa_info .fa_cnt h4 i { font-size: 14px; color: #fff; width: 20px; height: 20px; border-radius: 50%; line-height: 20px; text-align: center; background: var(--main-color); display: inline-block; margin-right: 10px; } .fa_float2 .fa_info .fa_cnt p { font-size: 14px; color: #333; line-height: 24px; font-weight: 6; } #fa_back{ border-top:#ddd solid 1px; } #fa_back .fa_icon { color: #333; } .fa_boximg img{ -webkit-animation: rotate3 4s linear infinite; animation: rotate3 4s linear infinite; -webkit-filter: blur(30px); filter: blur(30px); } @keyframes rotate3{ 0%{ rotate: 0deg; } 100%{ rotate: 360deg; } } @keyframes fa_span01_ani { 0% { width: 5px; } 100% { width: 48px; } } @keyframes fa_span02_ani { 0% { width: 48px; } 100% { width: 5px; } } @keyframes rangeScale22{ from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(1.5); } }.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%; display:flex; flex-wrap:wrap; justify-content:space-between; } .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; }  .reset_style h1, .reset_style h2, .reset_style h3, .reset_style h4, .reset_style h5, .reset_style h6 { font-weight: normal; } .reset_style h3 { text-transform: uppercase; } @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; } } @media only screen and (min-width: 769px){ .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ width: 100%; margin-left:0; margin-top: 0rem; margin-bottom: 0rem; } .p_page .pre,.p_page .next{ height: 40px; width: 40px; text-align: center; padding: 0 !important; border-radius: 2px; border:none!important; transition:all 0.5s; } .p_page .next .iconfont::before { float: none; } .p_page .pageNum{ height: 40px; width: 40px; padding: 0 !important; border-radius: 2px; text-align: center; border:none!important; line-height:40px; transition:all 0.5s; } .p_page .pageNum.active,.p_page .pageNum:hover,.p_page .pre:hover,.p_page .next:hover{ background:var(--main-color); } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 900px) { .reset_style h1 * { font-size:30px!important; } .reset_style h2 * { font-size: 16px!important; } .reset_style h3 * { font-size: 22px!important; } .reset_style h4 * { font-size: 18px!important; } .reset_style h5 * { font-size: 16px!important; } .reset_style h6 * { font-size: 14px!important; } .p_pagebox .num .iconfont{ display:none!important; } } @keyframes aline { 0% { width:10px; } 50% { width:50px; } 100% { width:10px; } } *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }.pagebox,#-remove--flag{}body,#-remove--flag{} #c_portalResPublic_codeContainer-1743650224211 .footer-contact{ border-top:1px solid #999; background-color:#DCFAFA; display:block; text-align:center; padding:40px; } #c_portalResPublic_codeContainer-1743650224211 .footer-contact .uk-text-right p a{ display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; width:360px; height:70px; background:linear-gradient(135deg, #00a89d 0%, #00e6e6 100%); font-size:20px; font-weight:500; color:#fff; } #c_portalResPublic_codeContainer-1743650224211 .footer-contact .uk-text-right{ display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; gap:40px; } #c_portalResPublic_codeContainer-1743650224211 .footer-contact h2{ margin-bottom:30px; font-size:32px; } #c_portalResPublic_codeContainer-1743650224211 .footer-contact h2 span{ margin-top:6px; display:block; font-weight:400; font-size:18px; } #c_portalResPublic_codeContainer-1743650224211 .footer-contact .uk-text-right p:first-child a::before{ content:""; display:block; width:27px; height:22px; background:url(../image/850bb7f9-73d9-469c-bad5-cfe13c21c4c3.svg) no-repeat center 0; background-size:cover; margin-right:20px; } #c_portalResPublic_codeContainer-1743650224211 .footer-contact .uk-text-right p:last-child a::before{ content:""; display:block; width:21px; height:23.5px; background:url(../image/2c6018c7-8c46-4e71-ae19-12afa61d3c7a.svg) no-repeat center 0; background-size:cover; margin-right:20px; } #c_portalResPublic_codeContainer-1743650224211{ width:100%; 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-1743650224196 .uk-container{ padding-left:40px; padding-right:40px; padding-top:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-1743650224196 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1743650224196 .ttl-h1{ color:#00A89D; font-size:36px; font-weight:500; margin-bottom:20px; } #c_portalResPublic_codeContainer-1743650224196 .uk-padding-bottom{ padding-bottom:20px; margin-bottom:40px !important; line-height:1.8; font-size:16px; color:#333; } #c_portalResPublic_codeContainer-1743650224196 .uk-flex{ display:flex; } #c_portalResPublic_codeContainer-1743650224196 .fa-chevron-down:before{ content:"\f078"; } #c_portalResPublic_codeContainer-1743650224196 .uk-grid>*{ margin-right:40px; } #c_portalResPublic_codeContainer-1743650224196 .textlink-hover{ color:#333; font-size:17px; } #c_portalResPublic_codeContainer-1743650224196 i{ font-style:normal; font-weight:900; font-family:微软雅黑; font-size:20px; } #c_portalResPublic_codeContainer-1743650224196 .textlink-hover:hover{ opacity:1 !important; color:#00A89D !important; text-decoration:none; } #c_portalResPublic_codeContainer-1743650224196 .uk-margin-large-bottom{ margin-bottom:70px !important; } #c_portalResPublic_codeContainer-1743650224196{ width:100%; 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-1743650224201 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1743650224201 .uk-padding-large-top{ padding-top:70px; padding-bottom:70px; } #c_portalResPublic_codeContainer-1743650224201 .uk-container-medium{ max-width:1024px; margin-bottom:70px; padding-left:40px; padding-right:40px; margin-left:auto; margin-right:auto; display:flow-root; box-sizing:content-box; } #c_portalResPublic_codeContainer-1743650224201 .ttl-h2-center{ font-size:34px; color:#333; font-weight:400; letter-spacing:2px; text-align:center; margin-bottom:70px; } #c_portalResPublic_codeContainer-1743650224201 .ttl-h2-center span{ letter-spacing:0; margin-top:1rem; display:block; font-weight:600; font-size:18px; } #c_portalResPublic_codeContainer-1743650224201 *+.uk-margin{ margin-top:20px !important; } #c_portalResPublic_codeContainer-1743650224201 .uk-margin{ margin-bottom:20px; } #c_portalResPublic_codeContainer-1743650224201 *+.uk-margin-medium{ margin-top:40px !important; } #c_portalResPublic_codeContainer-1743650224201 .uk-table-striped1{ border-top:2px solid #333; } #c_portalResPublic_codeContainer-1743650224201 .uk-table{ border-collapse:collapse; border-spacing:0; width:100%; margin-bottom:20px; } #c_portalResPublic_codeContainer-1743650224201 .uk-table-striped tbody tr:nth-of-type(odd){ background-color:transparent; border-color:#333; border-top:1px solid #333; border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1743650224201 .uk-table th{ padding:16px 12px; text-align:left; vertical-align:bottom; font-size:18px; font-weight:400; color:#333; text-transform:uppercase; } #c_portalResPublic_codeContainer-1743650224201 .uk-table td{ padding:16px 12px; vertical-align:top; font-size:18px; } #c_portalResPublic_codeContainer-1743650224201 .uk-table tbody tr{ transition:background-color .1s linear; } #c_portalResPublic_codeContainer-1743650224201 .uk-table-striped td .uk-table-striped tbody tr:first-child{ border-top:none; } #c_portalResPublic_codeContainer-1743650224201 .uk-table-striped td .uk-table-striped tbody tr:last-child{ border-bottom:none; } #c_portalResPublic_codeContainer-1743650224201 .uk-table th, .uk-table td{ vertical-align:top; } #c_portalResPublic_codeContainer-1743650224201 .uk-flex-wrap{ flex-wrap:wrap; display:flex; } #c_portalResPublic_codeContainer-1743650224201 .uk-table-striped tbody tr:nth-of-type(2n):last-child{ border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1743650224201 .uk-container{ display:flow-root; box-sizing:content-box; max-width:1200px; margin-left:auto; margin-right:auto; padding-left:40px; padding-right:40px; } #c_portalResPublic_codeContainer-1743650224201 .uk-child-width-1-3\@m>*{ width:calc(100%* 1 / 3.001); } #c_portalResPublic_codeContainer-1743650224201 .box{ padding-left:40px; } #c_portalResPublic_codeContainer-1743650224201 .box .img{ width:300px; height:300px; margin:0 auto; } #c_portalResPublic_codeContainer-1743650224201 .uk-flex-middle{ align-items:center; display:flex; justify-content:center; } #c_portalResPublic_codeContainer-1743650224201 .box .img h3 span{ display:block; font-size:1rem; } #c_portalResPublic_codeContainer-1743650224201 .box .img h3{ text-align:center; font-size:1.75rem; color:#fff; display:block; } #c_portalResPublic_codeContainer-1743650224201 p{ margin-top:20px; line-height:1.8; font-size:17px; } #c_portalResPublic_codeContainer-1743650224201 .uk-padding-large{ padding:70px; } #c_portalResPublic_codeContainer-1743650224201{ width:100%; 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-1743650224206 .border-bottom{ border-bottom:1px solid #999; } #c_portalResPublic_codeContainer-1743650224206 .uk-padding-large-top{ padding-top:70px; font-size:18px; } #c_portalResPublic_codeContainer-1743650224206 .ttl-h2-center{ font-size:34px; color:#333; font-weight:400; letter-spacing:2px; text-align:center; } #c_portalResPublic_codeContainer-1743650224206 .ttl-h2-center span{ letter-spacing:0; margin-top:1rem; display:block; font-weight:600; font-size:18px; } #c_portalResPublic_codeContainer-1743650224206 .uk-container-medium{ max-width:1024px; margin-top:70px !important; padding-left:40px; padding-right:40px; margin-left:auto; display:flow-root; box-sizing:content-box; margin-right:auto; } #c_portalResPublic_codeContainer-1743650224206 .uk-margin{ margin-bottom:20px; } #c_portalResPublic_codeContainer-1743650224206 .uk-table th{ padding:16px 12px; text-align:left; vertical-align:bottom; font-size:18px; font-weight:400; color:#333; text-transform:uppercase; } #c_portalResPublic_codeContainer-1743650224206 .uk-table-striped1{ border-top:2px solid #333; } #c_portalResPublic_codeContainer-1743650224206 .uk-table{ border-collapse:collapse; border-spacing:0; width:100%; margin-bottom:20px; } #c_portalResPublic_codeContainer-1743650224206 .uk-table-striped tbody tr:nth-of-type(odd){ background-color:transparent; border-color:#333; border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1743650224206 .uk-table th, .uk-table td{ vertical-align:top; } #c_portalResPublic_codeContainer-1743650224206 .uk-table-striped td .uk-table-striped tbody tr:last-child{ border-bottom:none; } #c_portalResPublic_codeContainer-1743650224206 .uk-padding-remove-top{ padding-top:0 !important; } #c_portalResPublic_codeContainer-1743650224206 .uk-table td{ padding:16px 12px; vertical-align:top; font-size:18px; } #c_portalResPublic_codeContainer-1743650224206 .uk-table-striped tbody tr:nth-of-type(2n){ border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1743650224206 .uk-margin-medium{ margin-bottom:40px; } #c_portalResPublic_codeContainer-1743650224206 .ttl-h3{ font-size:1.5rem; font-weight:600; color:#00A89D; padding-bottom:10px; border-bottom:2px solid #333; margin-bottom:20px; } #c_portalResPublic_codeContainer-1743650224206 .c-green{ color:#00A89D; text-align:center !important; margin-top:40px; margin-bottom:20px; } #c_portalResPublic_codeContainer-1743650224206 .uk-container{ padding-left:40px; padding-right:40px; display:flow-root; box-sizing:content-box; max-width:1160px; margin-left:auto; margin-right:auto; } #c_portalResPublic_codeContainer-1743650224206 .imagemap{ position:relative; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area01{ width:120px; height:120px; left:122px; top:27px; } #c_portalResPublic_codeContainer-1743650224206 .imagemap a{ display:block; position:absolute; border-radius:100%; } #c_portalResPublic_codeContainer-1743650224206 .imagemap a:hover{ background-color:rgba(255, 255, 255, 0.3); -webkit-transition:0.3s ease background-color; transition:0.3s ease background-color; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area02{ width:85px; height:85px; left:287px; top:-3px; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area03{ width:86px; height:86px; left:205px; top:132px; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area04{ width:86px; height:86px; left:359px; top:132px; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area05{ width:96px; height:96px; left:81px; top:249px; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area06{ width:104px; height:104px; left:491px; bottom:41px; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area07{ width:86px; height:86px; right:255px; top:78px; } #c_portalResPublic_codeContainer-1743650224206 .imagemap .area08{ width:87px; height:87px; right:157px; bottom:194px; } @media (min-width: 960px){ #c_portalResPublic_codeContainer-1743650224206 .uk-hidden\@m { display: none !important; } } #c_portalResPublic_codeContainer-1743650224206 .scroll-hint-icon-wrap{ position:absolute; top:0; left:0; width:100%; height:100%; max-height:100%; pointer-events:none; } #c_portalResPublic_codeContainer-1743650224206 .scroll-hint-text{ font-size:10px; color:#FFF; margin-top:5px; } #c_portalResPublic_codeContainer-1743650224206 .uk-table-divider tbody tr{ border-bottom:1px solid #333; } #c_portalResPublic_codeContainer-1743650224206 .uk-text-bold{ font-weight:700; } #c_portalResPublic_codeContainer-1743650224206 .uk-text-link, .uk-link-text{ color:#00A89D; text-decoration:none; margin-top:30px; display:block; } #c_portalResPublic_codeContainer-1743650224206 a:hover{ color:#666; text-decoration:underline; opacity:0.6; -webkit-transition:0.3s opacity ease; transition:0.3s opacity ease; } #c_portalResPublic_codeContainer-1743650224206 .uk-table-divider tr:last-child{ border-bottom:none; } #c_portalResPublic_codeContainer-1743650224206 .uk-padding-large-bottom{ padding-bottom:70px; } #c_portalResPublic_codeContainer-1743650224206 .anchor-ttl::before{ display:block; height:6rem; margin-top:-6rem; content:""; } #c_portalResPublic_codeContainer-1743650224206 *+.uk-margin-large{ margin-top:70px !important; } #c_portalResPublic_codeContainer-1743650224206{ 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-1743650224156 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); padding-top:0px; padding-bottom:0px; } #w_grid-1743650224156 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1743650224156 >div{ animation-fill-mode:both; } #w_grid-1743650224156 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1743650224156> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1743650224156> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1743650224156> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1743650224156> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1743650224156> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1743650224156> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1743650224166 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1743650224166 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1743650224166 >div{ animation-fill-mode:both; } #w_grid-1743650224166 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1743650224166> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1743650224166> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1743650224166> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1743650224176 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1743650224176 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1743650224176 >div{ animation-fill-mode:both; } #w_grid-1743650224176 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1743650224176> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1743650224176> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1743650224176> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1743650224186 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } @media only screen and (max-width: 768px){ } @media only screen and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1743650224156{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:80px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1743650224166{ 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-1743650224176{ 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-1743650224186{ 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; }