.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; } } .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; }.fa_Logo a{ display:block; width: 338px; max-width: 100%; } .fa_Logo a img{ max-width:100%; max-height:100%; } .fa_Header{ width:100%; transition:all 0.5s; z-index:800; background: rgba(255,255,255,0); position:fixed!important; top:0; left:0; border-bottom: rgba(255,255,255,0.2) solid 0px; right:0; } .fa_Header.fa_Headeron{ background:rgba(255,255,255,0.95); box-shadow:0 5px 20px rgba(0,0,0,0.2); } @media only screen and (min-width: 1201px) { .fa_NavMo{ display:none; } .fa_Headerwrap{ display:flex; justify-content: space-between; height: 100px; transition:all 0.5s; } .fa_Header.fa_Headeron .fa_Headerwrap{ height: 80px; } .fa_Logo{ width: 5%; transition:all 0.5s; } .fa_NavPc{ width: calc(80% - 16px); } .fa_NavPc ul{ width:100%; } .fa_NavPc .fa_yjnav a{ display: block; } .fa_NavPc .fa_yjlist{ text-align:center; text-transform: uppercase; transition: all 0.5s; overflow:hidden; } .fa_NavPc .fa_yjlist span{ position: relative; display: block; color: #fff; font-size: 20px; transition: all .5s ease; padding: 0 1.5vw; font-weight: 500; } .fa_NavPc .fa_yjnav:hover .fa_yjlist span{ color:var(--main-color) !important; } .fa_BtnNav{ display:none!important; } .div_navlink { width: auto; text-align: right; } .div_navlink>*{ display:inline-block; vertical-align: middle; color:var(--main-color); line-height:30px; } .div_navlink .fa_lan{ position:relative; display: inline-block; position:relative; } .div_navlink .fa_lan .fa_lili{ font-size: 14px; text-align: right; justify-content: center; font-weight: 500; color: #fff; cursor: pointer; text-transform: uppercase; padding: 5px 20px; border: var(--main-color) solid 2px; border-radius: 500px; transition:all 0.5s; background: var(--main-color); } .div_navlink .fa_lan:hover .fa_lili{ background:none; color:var(--main-color); } .div_navlink .fa_lan .fa_lilist{ position:absolute; left:0; right:0; top:100%; margin-top:5px; background:rgba(206,0,13,0.8); border-radius:5px; overflow:hidden; visibility:hidden; transition:all 0.5s; opacity:0; transform:scaleY(0); transform-origin:top center; } .div_navlink .fa_lan .fa_lilist a{ display:block; padding: 5px 10px; text-align:center; border-bottom:rgba(255,255,255,0.2) solid 1px; color:#fff; font-size:14px; line-height: 1.5; } .div_navlink .fa_lan:hover .fa_lilist{ visibility:visible!important; opacity:1; transform:scaleY(1); } .div_navlink .fa_lan .fa_lili i{ font-size: 18px; display: inline-block; } .div_navlink .fa_BtnSearch{ display: inline-block; font-size:24px; margin-right: 20px; color:#fff; margin-left:20px; padding-left:20px; border-left:#eee solid 0px; cursor:pointer; } .fa_Header .fa_NavPc .fa_ejnav{ overflow:hidden; position:absolute; transition:all 0.8s; top:100%; left:0%; right:0%; width:auto; background:linear-gradient(#ddd, #f7f7f7); z-index:-990; margin:0 -100%; padding:0 100%; box-shadow: 0 10px 10px rgb(0 0 0 / 10%); opacity:0; transform:translateY(30px); visibility:hidden; } .fa_Header .fa_NavPc .fa_yjnav:hover .fa_ejnav{ opacity:1!important; transform:translateY(-0)!important; visibility:visible!important; z-index:990!important; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap{ max-width:var(--wrapper); margin:auto; padding:30px 10px; width:96%; display:flex; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left{ width:200px; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left h3{ font-size:var(--f30); text-transform:uppercase; color:#666; font-family: 'Barlow Condensed', sans-serif; font-weight:600; opacity:0.8; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left h5{ font-size:var(--f24); margin:20px 0; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_left .fa_line span{ width:3px; background:var(--main-color); height:50px; display:block; margin-left:5px ; animation: fa_naviine_ani 3s linear infinite; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right{ width:calc(100% - 200px); padding-left:2vw; display:flex; flex-wrap:wrap; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li{ position:relative; display:block; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit{ position:absolute; left:0; right:0; bottom:0; padding:15px; transition:all 0.5s; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit h3{ font-size:var(--f18); color:#fff; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_tit p{ font-size:12px; color:#fff; opacity:0.2; margin-top:10px; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li:hover .fa_tit{ padding:25px; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_Img{ padding-bottom:60%; background:#000; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_Img img{ opacity:0.7; } .fa_Header .fa_NavPc .fa_yjnav .fa_ejnav .fa_wrap .fa_right .fa_li:hover .fa_Img img{ opacity:0.5; } .fa_lanmo{ display:none; } } @media only screen and (max-width: 1200px) { .fa_Header{ background:#fff; } .div_navlink{ display:none!important; } .fa_NavMo{ display:block; position:fixed; top:0; left:0; right:0; background:rgba(0,0,0,0.75); background-image:url(https://static601.yun300.cn/img/monavbg.jpg?tenantId=365155&viewType=1&v=1735629392000); background-repeat:no-repeat; background-size:cover; height:0%; width:100%; overflow:hidden; z-index:9999; transition: all 0.5s; } .fa_NavPc{ display:none!important; } .fa_BtnSearch{ display:none!important; } .fa_Logo{ text-align:left; width: 21% !important; } .fa_Logo a{ height: 50px; } .fa_NavMo ul{ padding:70px 10% 20px; position:relative; height: 100%; overflow-y: scroll; } .fa_NavMo>span{ font-size:24px; color:#fff; position:absolute; top:30px; right:20px; z-index:9991; } .fa_myjnav{ display:block; opacity:0; transform: translateY(30px); transition: all 0.5s; position:relative; border-bottom: rgba(255,255,255,0.2) 1px dotted; } .fa_mejnav{ overflow:hidden; max-height:0; transition: all 0.5s; } .fa_myjlist>*{ display:inline-block!important; } .fa_NavMo .fa_mejnav a{ font-size:14px; color:#fff; opacity: 0.7; } .fa_myjlist{ font-size:16px; margin:10px 0; text-align:left; padding-right:30px; position:relative; } .fa_myjlist i{ font-size:20px; color:#fff; position:absolute; top:50%; transform: translateY(-50%); right:10px; } .fa_mejnavon .fa_myjlist i{ transform: translateY(-50%) rotate(90deg); } .fa_mejnavon .fa_mejnav{ max-height:1000px; } .fa_BtnNav{ position:absolute; top:50%; transform:translateY(-50%); right: 20px; color: var(--main-color); font-size: 24px;  width: 40%; text-align: right; } .fa_myjnav a{ display:block; text-align:left; color:#fff; padding:10px 0; text-transform: uppercase; } .fa_NavMo_on{ height:100%; bottom:0; } .fa_NavMo_on .fa_myjnav{ transform: translateY(0); opacity:1; } .fa_NavMo a:hover, .fa_NavMo a:focus { color: #fff; } .fa_Headerwrap{ height: 70px; padding: 0!important; } .fa_BtnNav .fa-globe{  margin-right: 10px; } .fa_lanmo{ display:flex; align-items:center; justify-content:center; position:fixed; top: 70px; left:0; right:0; display:none; width:100%; background:rgba(0,0,0,0.6); z-index:999; bottom:0; } .fa_lanmo>div{ padding:20px; background: rgba(255,255,255,0.95); } .fa_lanmo a{ display:block; padding:10px 20px; border-bottom:#ddd solid 1px; text-align:center; } .fa_lanmo .fa_lanclosr{ background:var(--main-color); color:#fff; padding:10px 20px; text-align:center; } } .fa_Headerwrap{ display:flex; align-items:center; justify-content: space-between; margin:auto; width:96%; padding: 0 10px; } @keyframes fa_naviine_ani { from { height: 40px; } to { height: 10px; } } .fa_Header:hover{ background: rgba(255, 255, 255, 0.9); } .fa_Header:hover .fa_NavPc .fa_yjlist span{ color:#000; } .fa_Header:hover .div_navlink .fa_BtnSearch{ color:#666; } .fa_Header.fa_Headeron .fa_NavPc .fa_yjlist span{ color:#000; } .fa_Header.fa_Headeron .div_navlink .fa_BtnSearch{ color:#666; } .fa_Header.fa_Headeron .fa_Logo { width: 4%; } .fa_Header:hover .div_navlink .fa_BtnSearch a{ color:#666 !important; } .fa_Header.fa_Headeron .div_navlink .fa_BtnSearch a{ color:#666 !important; } .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); }.w_grid-000 > div > .p_gridbox{ overflow:visible!important; } .p_gridbox:after{ content: ""; display: block; height: 0; clear:both; visibility: hidden; } .p_gridbox{ *zoom: 1; } @media (max-width: 768px) {  .c_portalResnav_main-01001 .p_problemCategory { display: block; } .c_portalResnav_main-01001 .p_navPc { display: none; } .c_portalResnav_main-01001 .p_linkBox { display: none; } .c_portalResnav_main-01001 .p_parent { display: block; } .c_portalResnav_main-01001 .p_categoryBtn:before {  } .c_portalResnav_main-01001 .icon-arrow_up:before { content: "\e69a"; } .c_portalResnav_main-01001 .icon-arrow_down:before { content: "\e69c"; } .c_portalResnav_main-01001 .p_btn-show { color: #fff; background:#7F7F7F; } .c_portalResnav_main-01001 .p_btn-hide { width: 10%; height: 100%; float: left; background-color: #7F7F7F; } .c_portalResnav_main-01001 .p_category { width: 100%; height: 100%; position: fixed; top: 0; left: 100%; } .c_portalResnav_main-01001 .p_parent { width: auto; height: auto; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 0 0 5px; } .c_portalResnav_main-01001 .p_categoryBox { overflow-y: auto; width: 90%; height: 100%; float: left; background-color: rgb(239,239,245); } .c_portalResnav_main-01001 .p_categoryBox > .p_parentBox{ background-color: #FFFFFE!important; padding-left: 0px; } .c_portalResnav_main-01001 .p_parentBox{ width: auto; height: auto; color: #fff; } .c_portalResnav_main-01001 .p_parentBox { width: auto; height: auto; color: #fff; background-color: rgb(239,239,245); padding-left: 20px; } .c_portalResnav_main-01001 .p_childBox .p_parent{ border-bottom: 1px solid #c0c0c0; } .c_portalResnav_main-01001 .p_c-fff { display: inline-block; margin-top: 10px; margin-bottom: 10px; color: #fff; } .c_portalResnav_main-01001 .p_categoryBtn { display: block; margin: 12px 5px 10px 0; color: #000000; font-size: 12px; } .c_portalResnav_main-01001 .p_link { height: auto; vertical-align: middle; width: initial; margin: 10px 0; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; display: block; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -ms-flex; display: flex; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; display: -webkit-box; color: #000; } .c_portalResnav_main-01001 { width: 640px; } } @media (min-width: 769px){ .c_portalResnav_main-01001 .p_problemCategory{ display: none; } .c_portalResnav_main-01001 .p_parent{ display: none; } .c_portalResnav_main-01001 .p_navPc{ display: block; } .c_portalResnav_main-01001 .p_linkBox{ display: block; } .c_portalResnav_main-01001 { width: auto; height: auto; overflow: visible; }  .c_portalResnav_main-01001 .p_category { height: 100%; width: 100%; position: relative; background-color: #FFFFFE; z-index: 10; } .clearfix:before, .clearfix:after { content: ""; display: block; clear: both; width: 0; height: 0; visibility: hidden; font-size: 0; } .c_portalResnav_main-01001 .p_categoryBox{ line-height:24px; width: auto; float: left; } .c_portalResnav_main-01001 .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;  } .c_portalResnav_main-01001 .p_categoryBox > .p_parentBox:hover { border-top: 3px solid rgb(64,143,244); } .c_portalResnav_main-01001 .p_categoryBox .p_title{ height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; display: block; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .c_portalResnav_main-01001 .p_categoryBox .p_title:hover{ color:rgb(64,143,244); } .c_portalResnav_main-01001 .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:rgb(64,143,244); height:auto; width:14px; margin: 0 4px 0 0; padding:0; position:static; text-align: center; color:rgba(217,217,217,1); } .c_portalResnav_main-01001 .p_categoryBtn:hover{ border-width: 0; border-style: solid; color:rgb(64,143,244); border-color:rgba(255,255,255,0); background-color:rgba(255,255,255,0); box-shadow:none; } .c_portalResnav_main-01001 .p_categoryBtn:active{ border-width: 0; border-style: solid; color:rgb(64,143,244); border-color:rgba(255,255,255,0); background-color:rgba(255,255,255,0); box-shadow:none; } .c_portalResnav_main-01001 .p_linkBox .iconfont:before{ content:''; } .c_portalResnav_main-01001 .p_childBox .p_linkBox .icon-duduyinleappicon1401:before{ content:'\e65f'; color:rgb(64,143,244); font-size:10px } .c_portalResnav_main-01001 .p_categoryBox .p_childBox { border:1px solid rgba(240,240,240,1); box-shadow: 2px 1px 2px #c0c0c0;  z-index: 9; background-color: #fff; } .c_portalResnav_main-01001 .p_categoryBox .p_parentBox{ position:relative; width: 200px;  height: 40px; float: left; text-align: center; } .c_portalResnav_main-01001 .p_categoryBox .p_parentBox .p_parentBox{float:none;} .c_portalResnav_main-01001 .p_parentBox:last-child .p_linkBox { border-bottom:0 none; }  .c_portalResnav_main-01001 .p_categoryBox>.p_parentBox>.p_childBox{ position: fixed; left: auto; top: auto; width: auto; z-index: 10; } .c_portalResnav_main-01001 .p_categoryBox .slideOut{ position: absolute; left: 100%; top: 0; width: 100%; height: auto; } } @media (max-width: 1024px) and (min-width: 769px){  } .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); } } .w_fbtn-001{ display: block; width: 100%; height: 100%; max-width:150px; min-height:36px; 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: table-cell; 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:36px; color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:transparent; background-color:var(--main-color); padding-top:0; padding-right:20px; padding-left:20px; text-align: center; min-height: inherit; border-radius:500px; } .w_fbtn-001 .p_CommonBtn:before{ content: ''; width: 0; height: 100%; display: inline-block; vertical-align: middle; } .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); }@media only screen and (max-width: 768px){ .c_portalResPublic_codeContainer-01001001{ min-height:500px; width:100%; } } @media only screen and (min-width: 769px){ .c_portalResPublic_codeContainer-01001001{ min-height:500px; width:100%; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } .c_portalResPublic_codeContainer-01001001 .fa_Beian{ text-align:center; color:#cacaca; line-height:24px; font-size:14px; opacity:0.5; } .c_portalResPublic_codeContainer-01001001 .fa_Beian a{ color:inherit; } @media only screen and (min-width: 769px){ .c_portalResPublic_codeContainer-01001001 .fa_Beian span { display: inline-block; margin: 0 10px; } } @media only screen and (max-width: 768px){ .c_portalResPublic_codeContainer-01001001 .fa_Beian span { display: block; } .c_portalResPublic_codeContainer-01001001 .fa_Beian { text-align: center; } .c_portalResPublic_codeContainer-01001001 .fa_Beian>div { width: 100%; } } *{ padding: 0; margin: 0; } .pagebox{ width: 100%; margin: 0px auto; }.pagebox,#-remove--flag{}body,#-remove--flag{} #c_portalResPublic_codeContainer-16691219884518785{ 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-16716360605874349 .fa_float2{ position:fixed; bottom:30%; right:5px; z-index:99; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2>div{ display:block; position:relative; margin-top:5px; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2>div .fa_icon{ width:40px; height:40px; align-items:center; display:flex; justify-content:center; color:#fff; background:var(--main-color); border-radius:5px; font-size:20px; cursor:pointer; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2>div .fa_icon i{ display:block; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info{ position:absolute; top:0; right:55px; width:auto; min-width:250px; background:rgba(245,249,255,0.95); border-top:var(--main-color) solid 2px; opacity:0; visibility:hidden; transform:translateY(100%); transition:all 0.6s ease; padding:15px; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_wx_img{ position:absolute; top:0; right:55px; width:auto; min-width:120px; background:rgba(255,255,255,0.95); border-top:var(--main-color) solid 2px; opacity:0; visibility:hidden; transform:translateY(100%); transition:all 0.6s ease; padding:5px; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_box_img img{ width:100%; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2>div:hover .fa_wx_img{ transition:all 0.6s ease; opacity:1 !important; transform:translateY(0%)!important; visibility:visible !important; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2>div:hover .fa_info{ transition:all 0.6s ease; opacity:1 !important; transform:translateY(0%)!important; visibility:visible !important; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info .fa_tit{ position:relative; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info .fa_tit h3{ font-size:20px; color:var(--main-color); font-weight:bold; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info .fa_tit h3 a{ color:var(--main-color); } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info .fa_tit p{ font-size:14px; margin-top:5px; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info .fa_cnt{ padding-top:10px; margin-top:10px; border-top:#eee solid 1px; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info .fa_cnt h4{ font-size:16px; margin-bottom:10px; color:#333; } #c_portalResPublic_codeContainer-16716360605874349 .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; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float2 .fa_info .fa_cnt p{ font-size:14px; color:#333; line-height:24px; } #c_portalResPublic_codeContainer-16716360605874349 #fa_back .fa_icon{ background:#eaa334; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float3{ position:fixed; z-index:80; left:0; right:0; bottom:0; display:flex; background:var(--main-color); } #c_portalResPublic_codeContainer-16716360605874349 .fa_float3 a{ display:block; width:25%; text-align:center; color:#fff; border-right:rgba(255,255,255,0.3) solid 1px; border-left:rgba(216,111,155,0.5) solid 1px; padding:10px; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float3 a h3{ font-size:24px; } #c_portalResPublic_codeContainer-16716360605874349 .fa_float3 a p{ font-size:14px; margin-top:5px; } #c_portalResPublic_codeContainer-16716360605874349{ 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; } @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_portalResnav_main-17189380208225952 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResnav_main-17189380208225952 >div{ animation-fill-mode:both; } #c_portalResnav_main-17189380208225952 .bnav{ width:100%; height:auto; overflow:hidden; padding:0rem; } #c_portalResnav_main-17189380208225952 .box{ width:100%; height:auto; overflow:hidden; margin:0 auto; display:flex; flex-wrap:wrap; } #c_portalResnav_main-17189380208225952 .botUl{ margin:0rem 0; padding:0 0rem; width:20%; } #c_portalResnav_main-17189380208225952 .botDt{ font-size:1rem; } #c_portalResnav_main-17189380208225952 .sbotDd{ font-size:16px; padding-left:0rem; } #c_portalResnav_main-17189380208225952 .blink{ display:block; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } #c_portalResnav_main-17189380208225952 .botLink{ color:#222; height:3.5rem; line-height:3.5rem; font-size:20px; } #c_portalResnav_main-17189380208225952 .botLinkS{ color:rgb(158, 158, 158); height:2.5rem; line-height:2.5rem; } @media only screen and (min-width: 769px){ #c_portalResnav_main-17189380208225952 .box{ max-width:1200px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #c_portalResnav_main-17189380208225952 .box { max-width:900px; } } @media only screen and (max-width: 768px){ #c_portalResnav_main-17189380208225952 .box { min-width:300px; max-width:700px; } #c_portalResnav_main-17189380208225952 .botUl { width:50%; } #c_portalResnav_main-17189380208225952 .sbotDd { display:none; } #c_portalResnav_main-17189380208225952 .botLink { height: 2.5rem; line-height: 2.5rem; } } #c_portalResnav_main-17189380208225952 .botUl:nth-child(1){ display:none; } #c_portalResnav_main-17189380208225952{ 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_portalResnav_main-16691110429128651 .fa_flex_Xcenter{ -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:flex-end; } #c_portalResnav_main-16691110429128651{ 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-17249818563479356 .footer-social{ position:relative; text-align:right; } #c_portalResPublic_codeContainer-17249818563479356 .footer-social img.icon{ width:40px; } #c_portalResPublic_codeContainer-17249818563479356 .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-17249818563479356 .footer-social a span{ font-size:14px; display:none; width:100px; } #c_portalResPublic_codeContainer-17249818563479356 .footer-social a:hover span{ display:block; position:absolute; z-index:1; bottom:55px; left:-28px; box-shadow:0 2px 10px #d1d1d1; } #c_portalResPublic_codeContainer-17249818563479356 .footer-social a:hover .wx_code img{ width:100px; } #c_portalResPublic_codeContainer-17249818563479356{ 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; } #w_grid-1669111290814 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1669111290814 > div{ background:#fff; height:70px; } }  @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1669111292131 > 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-1669111293790 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } #w_grid-1669111293790 >div{ background:#f5f5f5; } @media only screen and (max-width: 768px){ #w_grid-1669111293790 >div{ padding-bottom:100px; } }  @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1669122032867 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } #w_grid-1669122032867 >div > .p_gridbox{ animation-fill-mode:both; max-width:var(--wrapper); width:96%; margin:0 auto; padding:var(--f30) 10px; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1669122586570 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1669122586570 >div{ border-bottom:#ddd solid 1px; padding-bottom:30px; margin-bottom:30px; } #w_grid-1669122586570 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1669122586570> div > .p_gridbox{ align-items: center; } #w_grid-1669122586570> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1669122586570> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:50%; margin-left:0; margin-right:0; clear:none; } #w_grid-1669122586570> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0; clear:left; margin-right:0; width:50%; } #w_grid-1669122586570> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_fimg-1669122411517 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fimg-1669122411517 >div{ animation-fill-mode:both; } #w_grid-1669122378178 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1669122378178 >div{ animation-fill-mode:both; } #w_grid-1669122378178 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ #w_grid-1669122378178> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ display:none; } } @media only screen and (min-width: 769px){ #w_grid-1669122378178> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1669122378178> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:30%; margin-left:0; margin-right:0; clear:none; max-width:270px; } #w_grid-1669122378178> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0; clear:left; margin-right:0; width:70%; } #w_grid-1669122378178> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1718938019606 > 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_fbtn-1669123149812 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fbtn-1669123149812 >div{ animation-fill-mode:both; } #w_grid-1669122030092 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } #w_grid-1669122030092 >div{ border-top:#ddd solid 1px; } #w_grid-1669122030092 >div > .p_gridbox{ animation-fill-mode:both; max-width:var(--wrapper); width:96%; margin:0 auto; padding:20px 10px; }   @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1669111290814{ 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-1669111292131{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:700px; 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-1669111293790{ 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-1669122032867{ 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-1669122586570{ 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_fimg-1669122411517{ width:100%; max-width:80px; 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-1669122378178{ 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-1718938019606{ 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-1669122656985{ 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:10px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1669122430666{ 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_fbtn-1669123149812{ width:100%; max-width:150px; min-width:0px; height:100%; max-height:0px; min-height:36px; margin-top:20px; margin-left:0px; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1669122030092{ 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; }