 .e_SideMajorStyleBox-001{  width: 100%; height: auto; width-uint:%; }  .e_SideMajorStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; float: right; vertical-align: middle; margin-right: 15px; } .e_SideMajorStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: rgba(101, 190, 186, 1); } .e_SideMajorStyleBox-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_SideMajorStyleBox-001 .title_icon::before{ content: ""; } .e_SideMajorStyleBox-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_SideMajorStyleBox-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_SideMajorStyleBox-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_SideMajorStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_SideMajorStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_SideMajorStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_SideMajorStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_SideMajorStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; width-uint:%; } .e_SideMajorStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); } .fa_hTitle{ overflow:hidden; position:relative; } .fa_hTitle h3{ color:var(--main-color); font-size:var(--f20); font-weight:700; font-family: 'Oswald', sans-serif!important; text-transform:uppercase; } .fa_hTitle h4{ color:#000; font-size:var(--f50); margin:15px 0; } .fa_hTitle.fa_text_w h3{ color:#fff; } .fa_hTitle.fa_text_w h4{ color:#fff; } .fa_hTitle.fa_text_w p span{ background:#fff; } .fa_hTitle p span{ display: inline-block; margin: 3px; background: var(--main-color); height:5px; border-radius: 200px; } .fa_hTitle p span:nth-child(1){ width: 5px; animation: fa_span01_ani 1.5s ease infinite alternate; } .fa_hTitle p span:nth-child(2){ width: 30px; animation: fa_span02_ani 1.5s ease infinite alternate; }  @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_More a{ background: var(--main-color); width: 210px; height: 60px; display: inline-flex; cursor: pointer; align-items: Center;   justify-content: space-around; overflow: hidden; position: relative; } .fa_More a:before { content: ''; display: block; width: 120%; height: 110%; background: rgba(0,0,0,0.1); position: absolute; left: -120%; top: -5%; transition: all 0.6s; } .fa_More a:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1.1); border: 2px solid var(--main-color); transition: all 0.6s; } .fa_More a em { display: block; width: 24px; height: 24px; border-radius: 50%; border: 1px solid #fff; position: relative; } .fa_More a em:before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .fa_More a em:after{ content: ''; display: block; width: 45px; height: 1px; background: #fff; top: 50%; right: 12px; position: absolute; transform: translateY(-50%); } .fa_More a span { font-size: 14px; color: #fff; } .fa_More a:hover:before { left: 0; } .fa_More a:hover em:before { content: ''; display: block; width: 10px; height: 10px; transition: all 0.6s ease; } .fa_More a:hover em:after { width: 0px; transition: all 0.6s ease; } .fa_More a:hover:after { transform: translate(-50%,-50%) scale(1); } .fa_More a:hover { background: var(--main-color); transition: all 0.6s ease; } } @media only screen and (max-width: 1024px) and (min-width: 769px){  } .fa_Morebtn i { margin-left: -5px; animation: iconop 1.5s infinite; margin-left: -5px; font-size: 12px; vertical-align: bottom; display: inline-block; } .fa_Morebtn i:nth-child(2) { animation-delay: 0.1s; } .fa_Morebtn i:nth-child(3) { animation-delay: 0.2s; } @keyframes iconop { 0% { opacity: 0.2; } 100% { opacity: 1; } } @keyframes fa_span01_ani { 0% { width: 5px; } 100% { width: 30px; } } @keyframes fa_span02_ani { 0% { width: 30px; } 100% { width: 5px; } } @-webkit-keyframes halo { 0% { opacity: 0; -webkit-transform: scale(0.1); } 50% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(1.2); } } @-moz-keyframes halo { 0% { opacity: 0; -moz-transform: scale(0.1); } 50% { opacity: 1; } 100% { opacity: 0; -moz-transform: scale(1.2); } } @-ms-keyframes halo { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes halo { 0% { opacity: 0; -o-transform: scale(0.1); } 50% { opacity: 1; } 100% { opacity: 0; -o-transform: scale(1.2); } } @keyframes halo { 0% { opacity: 0; transform: scale(0.1); } 50% { opacity: 1; } 100% { opacity: 0; transform: scale(1.2); } }.c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox .p_linkBox:hover{ background: #e6f7ff; } @media only screen and (max-width:768px) { .c_portalResProduct_category-01001003 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001003 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } .c_portalResProduct_category-01001003 .p_categoryBox { line-height: 24px; } .c_portalResProduct_category-01001003 .p_btn-show { display: inline-block; } .c_portalResProduct_category-01001003 .p_title { font-size: 16px; } .c_portalResProduct_category-01001003 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox { width: 100%; } .c_portalResProduct_category-01001003 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001003 .p_childBox .p_parentBox { background: #FFFFFF; } .c_portalResProduct_category-01001003 .p_childBox .p_parentBox .p_linkBox { background: #EFEFF4; width: 100%; border-bottom: 1px solid #d5d5d6; } .c_portalResProduct_category-01001003 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001003 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001003 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001003 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001003 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001003 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001003 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001003 .p_num { color: #ccc; } .c_portalResProduct_category-01001003 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001003 .p_childBox { background: #efeff4; } .c_portalResProduct_category-01001003 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001003 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001003 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } .c_portalResProduct_category-01001003 .p_categoryBox { line-height: 24px; background: #fff; } .c_portalResProduct_category-01001003 .p_title { font-size: 16px; } .c_portalResProduct_category-01001003 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; height: 50px; } .c_portalResProduct_category-01001003 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001003 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001003 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_up:before { content: '\e69a'; color: #7B7B7E; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_down:before { content: '\e69c'; color: #7B7B7E; } .c_portalResProduct_category-01001003 .p_categoryBox .p_childBox { padding-left: 20px; width: 100%; } .c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001003 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001003 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001003 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001003 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001003 .p_num { color: #ccc; } .c_portalResProduct_category-01001003 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001003 .p_childBox { background: #efeff4; } .c_portalResProduct_category-01001003 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001003 .p_btn-show .p_c-fff { color: #fff; } .c_portalResProduct_category-01001003 .p_btn-show .p_c-fff { margin: 0 0 0 10px; vertical-align: middle; width: auto; float: right; line-height: 50px; } .c_portalResProduct_category-01001003 .p_categoryBox { overflow-y: auto; height: 100%; float: left; } } @media only screen and (min-width:769px) and (max-width: 1024px) { .c_portalResProduct_category-01001003 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001003 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } .c_portalResProduct_category-01001003 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001003 .p_categoryBox { line-height: 24px; } .c_portalResProduct_category-01001003 .p_btn-show { display: none; } .e_title .p_title { font-size: 16px; } .c_portalResProduct_category-01001003 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001003 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001003 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001003 .p_childBox .p_parentBox { width: 100%; } .c_portalResProduct_category-01001003 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_up:before { content: '\e6c9'; color: #7B7B7E; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; color: #7B7B7E; } .c_portalResProduct_category-01001003 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001003 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001003 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001003 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001003 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001003 .p_num { color: #ccc; } .c_portalResProduct_category-01001003 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001003 .p_btn-hide { width: 10%; height: 100%; display: none; } .c_portalResProduct_category-01001003 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001003 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001003 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } .c_portalResProduct_category-01001003 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001003 .p_categoryBox { line-height: 24px; } .e_title .p_title { font-size: 16px; } .c_portalResProduct_category-01001003 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001003 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001003 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001003 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001003 .p_linkBox .iconfont:before { } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_up:before { content: '\e6c9'; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; } .c_portalResProduct_category-01001003 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001003 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001003 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001003 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001003 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001003 .p_num { color: #ccc; } .c_portalResProduct_category-01001003 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001003 .p_parentBox { background: #fff; color: #000; } } @media only screen and (min-width:1024px) { .c_portalResProduct_category-01001003 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001003 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } .c_portalResProduct_category-01001003 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001003 .p_categoryBox { line-height: 24px; } .e_title .p_title { font-size: 16px; } .c_portalResProduct_category-01001003 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001003 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001003 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001003 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_up:before { content: '\e6c9'; color: #7B7B7E; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; color: #7B7B7E; } .c_portalResProduct_category-01001003 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001003 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001003 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001003 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001003 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001003 .p_num { color: #ccc; } .c_portalResProduct_category-01001003 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001003 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001003 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001003 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } .c_portalResProduct_category-01001003 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001003 .p_categoryBox { line-height: 24px; } .c_portalResProduct_category-01001003 .p_btn-show { display: none; } .c_portalResProduct_category-01001003 .p_title { font-size: 16px; } .c_portalResProduct_category-01001003 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001003 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001003 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001003 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001003 .p_linkBox .c { content: '\e6c9'; } .c_portalResProduct_category-01001003 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; } .c_portalResProduct_category-01001003 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001003 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001003 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001003 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001003 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001003 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001003 .p_num { color: #ccc; } .c_portalResProduct_category-01001003 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001003 .p_btn-hide { width: 10%; height: 100%; background-color: #7F7F7F; display: none; } .c_portalResProduct_category-01001003 .p_parentBox { background: #fff; color: #000; } } .c_portalResProduct_category-01001003 .p_MatteIcon .iconfont:before{content:'\e602'; } .c_portalResProduct_category-01001003 >div{animation-fill-mode:both; } .c_portalResProduct_category-01001003 .NavList_a1{ text-transform:capitalize; } .c_portalResProduct_category-01001003 .NavList_a1 ul{ text-align:center; display:block; font-size:0px; } .c_portalResProduct_category-01001003 .NavList_a1 a{ position: relative; font-size: 20px; height: 55px; line-height: 55px; padding: 0px 30px; color: #555; display: block; transition: 0.3s ease 0s; margin: 0 30px; } .c_portalResProduct_category-01001003 .NavList_a1 .more:after{ content:""; position:absolute; width:0px; height:15px; display:block; background:#ccc; top:50%; margin-top:-7px; right:0px; } .c_portalResProduct_category-01001003 .NavList_a1 a:before{ position:absolute; content:''; left:50%; bottom:0px; width:0%; height:3px; background-color:none; transition:all .3s; } .c_portalResProduct_category-01001003 .NavList_a1 a:hover:before{ width:80%; left:10%; background-color:#e60012; } .c_portalResProduct_category-01001003 .NavList_a1 li{ position:static; display:inline-block; color:#fff; width:auto; vertical-align:top; } .c_portalResProduct_category-01001003 .menu-slide{ z-index:-1; position:absolute; background:#e60012; bottom:0px; display:none; transition:0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s; } .c_portalResProduct_category-01001003 .swiper-container .swiper-notification{ position:absolute; left:0px; top:0px; pointer-events:none; opacity:0; z-index:-1000; } @media screen and (min-width: 769px){ .c_portalResProduct_category-01001003 .NavList_a1 a:hover{ color:#e60012; } } @media screen and (max-width: 1400px){ .c_portalResProduct_category-01001003 .NavList_a1 a { padding: 0px 30px; } } @media screen and (max-width: 1200px){ .c_portalResProduct_category-01001003 .NavList_a1 a { padding: 0px 30px; font-size: 14px; } } @media screen and (max-width: 1024px){ .c_portalResProduct_category-01001003 .NavList_a1{ border-bottom:1px solid #ddd; } .c_portalResProduct_category-01001003 .NavList_a1 a { padding: 0px 30px; font-size: 14px; } .c_portalResProduct_category-01001003 .menu-slide { display: none; } } @media screen and (max-width: 768px){ .c_portalResProduct_category-01001003 .NavList_a1{ border-bottom:1px solid #ddd; } .c_portalResProduct_category-01001003 .NavList_a1 ul { text-align: left; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 0; } .c_portalResProduct_category-01001003 .NavList_a1 a { padding: 0px 20px; font-size: 14px; height:62px; line-height:62px; } .c_portalResProduct_category-01001003 .NavList_a1 a:hover { color: #e60012; } .c_portalResProduct_category-01001003 .NavList_a1 a:active { color: #e60012; } }.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; } .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; } } @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; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } .reset_style h2{ text-transform:uppercase; font-family: 'Krona One', sans-serif; } .reset_style h2 *{ font-family:inherit!important; } .reset_style h1, .reset_style h2, .reset_style h3, .reset_style h4, .reset_style h5, .reset_style h6{ font-weight:normal; } @media only screen and (max-width: 900px){ .reset_style h1 *{ font-size:30px!important; } .reset_style h2 *{ font-size:24px!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; } } @keyframes beijing { from { ; transform: scale(1); } to { transform: scale(1.1); } } @keyframes txt-line-anime { 0% { transform: scaleX(1); transform-origin: right center; } 50% { transform: scaleX(0); transform-origin: right center; } 51% { transform: scaleX(0); transform-origin: left center; } 100% { transform: scaleX(1); transform-origin: left center; } } *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }.pagebox,#-remove--flag{}body,#-remove--flag{} #c_portalResProduct_category-17249224919048104 img{ width:60px; margin-bottom:0px; display:block; } #c_portalResProduct_category-17249224919048104 li .tu{ display:block; height:auto; } #c_portalResProduct_category-17249224919048104 .NavList_a1 .tu:hover:before{ width:0%; left:10%; background-color:#e60012; } #c_portalResProduct_category-17249224919048104 .NavList_a1 a{ position:relative; font-size:18px; height:50px; line-height:50px; padding:0px 30px; color:#555; display:block; transition:0.3s ease 0s; margin:0 30px; } #c_portalResProduct_category-17249224919048104{ width:90%; max-width:1600px; 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; } #c_portalResPublic_codeContainer-17249226530856198 .footer-social{ position:relative; text-align:center; } #c_portalResPublic_codeContainer-17249226530856198 .footer-social img.icon{ width:160px; margin:0 30px; transition:all 0.5s; } #c_portalResPublic_codeContainer-17249226530856198 .footer-social img.icon:hover{ transform:translateY(-15px); } #c_portalResPublic_codeContainer-17249226530856198 .footer-social a{ color:#fff; display:inline-grid; align-content:center; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; position:relative; } #c_portalResPublic_codeContainer-17249226530856198 .footer-social a span{ font-size:14px; display:none; width:100px; } #c_portalResPublic_codeContainer-17249226530856198 .footer-social a:hover span{ display:block; position:absolute; z-index:1; bottom:192px; left:44px; box-shadow:0 2px 10px #d1d1d1; } #c_portalResPublic_codeContainer-17249226530856198 .footer-social a:hover .wx_code img{ width:130px; } #c_portalResPublic_codeContainer-17249226530856198{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:10%; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1724922211911 > 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-1724922251843 > div > .p_gridbox{ background-color:rgba(196, 196, 196, 1); } #w_grid-1724922251843 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1724922251843 >div{ animation-fill-mode:both; } #w_grid-1724922251843 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1724922251843> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1724922251843> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1724922251843> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1724922485735 > div > .p_gridbox{ background:var(--listbg); border-bottom:var(--border); } #w_grid-1724922485735 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1724922485735 >div{ animation-fill-mode:both; } #w_grid-1724922485735 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1724922485735> div > .p_gridbox > .p_gridCell{ margin-bottom:1rem; margin-top:1rem; margin-left:0px; } #w_grid-1724922485735> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1724922485735> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1724922485735> div > .p_gridbox > .p_gridCell{ margin-bottom:1rem; margin-top:1rem; margin-left:0; } #w_grid-1724922485735> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1724922485735> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1724922285695 > div > .p_gridbox{ background-image:url(../image/bh52.jpg); } #w_grid-1724922285695 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1724922285695 >div{ animation-fill-mode:both; } #w_grid-1724922285695 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1724922285695> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1724922285695> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1724922285695> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1724922285695> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1724922285695> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1724922285695> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1724922285695 .p_gridbox{ background-repeat:no-repeat; background-position:bottom center; } #w_grid-1724922211911{ 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-1724922251843{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:100px; 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-1724922485735{ 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-1724922285695{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:674px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; }