.w_grid-000{ margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; } .w_grid-000 > .w_grid{ width: 100%; position: relative; } .w_grid-000 > div > .p_gridbox{ width: 100%; overflow: hidden; position: static; } .w_grid-000 > div > div > .p_gridCell{ float: left; position: static; } .w_grid-000 > div > div > .p_gridCell:not(:empty):before{ content:''; height: 0.1px; display: block; } .w_grid-000 > .w_grid.signal{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell{ min-height: inherit; } .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ margin-left: 0; clear: left; } #w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left: 0; clear: left; } @media only screen and (max-width: 768px){ .w_grid-000 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @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){ }.onlineBox { position: fixed; right: 5px; bottom: 50px; z-index: 22; width: 50px; } .onlineBox ul { background: #fff; border-radius: 5px; box-shadow: 0 0 15px rgba(0,0,0,0.1); margin-bottom: 10px; } .onlineBox ul li { display: block; border-bottom: 1px #eee solid; margin: 0; } .onlineBox ul li:last-child { border: none; } .onlineBox ul li a { display: flex; align-items: center; width: 100%; height: 50px; line-height: 50px; text-align: center; justify-content: center; position: relative; } .onlineBox ul li a svg { fill: #666; } .onlineBox ul li a p { position: absolute; right: 58px; background: #e00000; padding: 5px 15px; border-radius: 5px; top: 50%; transform: translate(-50px,-50%); color: #fff; width: max-content; font-size: 14px; line-height: 30px; opacity: 0; visibility: hidden; transition: all 0.6s; } .onlineBox ul li a p:after { content: ""; display: block; width: 0; height: 0; border-top: 5px solid transparent; border-left: 10px solid #e00000; border-bottom: 5px solid transparent; position: absolute; right: -8px; top: 50%; transform: translate(0,-50%); } .onlineBox ul li.weixin a p { padding: 5px; background: #fff; } .onlineBox ul li.weixin a p:after { border-left: 10px solid #fff; } .onlineBox ul li a p img { width: 130px; } .onlineBox ul li a:hover svg { fill: #e00000; } .onlineBox ul li a:hover p { transform: translate(0,-50%); opacity: 1; visibility: visible; } @media only screen and (max-width: 768px){ .onlineBox {display:none;} } @media only screen and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ }header {width:100%; height:auto; position:fixed; left:0; top:0; z-index:20; transition:all 0.5s;} header.on {background:linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);} header .navBar {display: flex; padding: 50px 80px; position:relative;z-index:2; transition:all 0.5s;} header.on .navBar {padding: 30px 80px;} header .navBar .logoBox {flex: 1; padding: 0;} header .navBar .logoBox a {float:left;} header .navBar .logoBox svg {height: 50px;} header .navBar .logoBox span {font-size:24px; line-height:50px; display:inline-block; font-family:cnfont; padding-left:5px;color:#dec272;} header .navBar .menuBtn {display: flex; cursor: pointer;} header .navBar .menuBtn .navToggle {width:50px; height:50px;position:relative;cursor: pointer; } header .navBar .menuBtn .navToggle span {display:block; width:30px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:2px; background:#fff;border-radius:2px; -webkit-transition:background-color 0.3s ease-out 0.1s; -moz-transition:background-color 0.3s ease-out 0.1s; -o-transition:background-color 0.3s ease-out 0.1s; -ms-transition:background-color 0.3s ease-out 0.1s; transition:background-color 0.3s ease-out 0.1s; } header .navBar .menuBtn .navToggle span:before {content:"";display:block; width:30px; position:absolute; left:0; top:-8px; height:2px; background:#fff;border-radius:2px; -webkit-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -moz-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -o-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -ms-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } header .navBar .menuBtn .navToggle span:after {content:"";display:block; width:30px; position:absolute; left:0; top:8px; height:2px; background:#fff;border-radius:2px; -webkit-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -moz-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -o-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -ms-transition:transform 0.3s ease-out,top 0.5s ease 0.4s; transition:transform 0.3s ease-out,top 0.5s ease 0.4s; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } header .navBar .menuBtn .navToggle.closeThis span{ background-color: transparent;} header .navBar .menuBtn .navToggle.closeThis span:before{ -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -moz-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -o-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -ms-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -webkit-transform: rotate(45deg);top: 0px; -moz-transform: rotate(45deg);top: 0px; -o-transform: rotate(45deg);top: 0px; -ms-transform: rotate(45deg);top: 0px; transform: rotate(45deg);top: 0px; } header .navBar .menuBtn .navToggle.closeThis span:after{ -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -moz-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -o-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -ms-transition: top 0.5s ease, transform 0.3s ease-out 0.4s; transition: top 0.5s ease, transform 0.3s ease-out 0.4s; -webkit-transform: rotate(-45deg);top: 0px; -moz-transform: rotate(-45deg);top: 0px; -o-transform: rotate(-45deg);top: 0px; -ms-transform: rotate(-45deg);top: 0px; transform: rotate(-45deg);top: 0px; } header .menuBox {position:fixed; left:0; top:0; width:0; height:100%; overflow:hidden; transition:all 0.6s; z-index:1; display:flex; align-items:center;} header .menuBox:before{content:"";display:block; width:0px; height:100%; position:absolute; left:0; top:0; background:#333 url(../img/4995b5cf-1543-43c9-9073-052b21593338.svg) left top no-repeat;background-size:cover; z-index:2; transition:all 0.5s ease 0.2s;} header .menuBox .hideBg {content:"";display:block; position:absolute; width:0px; height:100%; background:#E9C0A4; opacity:0.95; left:0; top:0; z-index:1; transition:all 0.5s; cursor: pointer;} header .menuBox .menuRim {width:70%; height:100%; display:flex; align-items:center; padding:0 80px;position:relative; z-index:3;} header .menuBox .menuRim ul {display:flex; flex-wrap:wrap;width:100%; counter-reset: figure;} header .menuBox .menuRim ul li {display:block; width:33.333%; overflow:hidden; opacity:0; padding:20px 0;} header .menuBox .menuRim ul li a { text-transform:uppercase; position:relative;color:#e7c0a4; overflow:hidden;display:inline-block; padding:0 5px;text-indent:0; transform:translateY(100px); transition:all 0.5s; } header .menuBox .menuRim ul li a:after { counter-increment: figure; content: counter(figure, decimal-leading-zero); font-size:14px; color:#fff; font-family:times;} header .menuBox .menuRim ul li a p {font-size:16px; font-family:times;} header .menuBox .menuRim ul li a h3 {font-size:30px; } header .menuBox .menuRim ul li a:before{content:"";display:block; width:0; height:10px; background:#e00000; position:absolute; right:0; top:50%; margin-top:-5px; transition:all 0.5s; opacity:0.5;} header .menuBox .menuRim ul li a:hover:before {width:100%; right:auto; left:0;} header .menuBox .menuRim ul li a:hover {color:#fff; } header .menuRim .contactRim {display:flex; flex-wrap:wrap; max-width:800px; padding:50px 0 0; margin:0 -15px;} header .menuRim .contactRim .col-sm-6 {padding:15px; color:#fff; opacity:0;} header .menuRim .contactRim .col-sm-6 h3 {padding-bottom:10px;} header .menuRim .contactRim .col-sm-6 p {line-height:24px;} header .menuRim .contactRim .col-sm-6 p a {display:block; color:#fff;} header .copyright__box {padding:20px 0 0; border-top:1px rgba(255,255,255,0.5) solid; color:#ccc; font-size:13px; line-height:20px; transform:translateY(100px); opacity:0; text-transform:uppercase; position:absolute; bottom:80px; left:80px; right:80px;} header .copyright__box p{ font-family:times;} header .copyright__box a {color:#ccc; display:inline-block;} header .copyright__box a:hover {color:#ffff;} header .menuBox.showmenu {width:100%; } header .menuBox.showmenu .menuRim ul li { opacity:1; transition:all 0.5s ease 0.8s;} header .menuBox.showmenu .menuRim ul li a {transform:translateY(0); transition: transform 0.5s ease 0.9s;} header .menuBox.showmenu .menuRim ul li a:hover {transition:all 0.6s;} header .menuBox.showmenu:before {width:70%;} header .menuBox.showmenu .hideBg {width:100%;} header .menuBox.showmenu .menuRim .contactRim .col-sm-6 {opacity:1;transition:all 0.5s ease 1.2s;} header .menuBox.showmenu .copyright__box {transform:translateY(0); opacity:1; transition:all 0.5s ease 1.5s;} @media only screen and (max-width: 768px) { header {background:linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);} header .navBar {padding:20px 15px;} header.on .navBar {padding: 20px 15px;} header .menuBox.showmenu:before {width:100%;} header .menuBox .menuRim {padding:100px 15px ; width:100%;} header .menuBox .menuRim ul li {width:50%;} header .copyright,header .menuRim .contactRim {padding:20px 0 0;} header .copyright__box {left:15px; right:15px; bottom:40px;} } @media only screen and (min-width: 769px) { } @media only screen and (max-width: 1024px) and (min-width: 769px) { header .menuBox .menuRim {padding:0 20px } } .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); }.footNav { width:100%; padding:15px 0;} .footNav .fNav {width:100%; padding-bottom:10px;} .footNav .fNav ul { display:flex;flex-wrap:wrap; } .footNav .fNav ul li {width:100%; padding:5px 0;} .footNav .fNav ul li a.FLink {display:block; font-size:16px; color:#ccc; margin-bottom:5px;} .footNav .fNav ul li a.FLink p {font-size:16px; line-height:1.2; font-family:times; text-transform:uppercase;} .footNav .fNav ul li a.FLink p.en {font-size:12px;} .footNav .fNav ul li .dropdown_menu {} .footNav .fNav ul li .dropdown_menu a.SLink {display:block; font-size:14px; line-height:30px; color:#999;} .footNav .fNav ul li a:hover {color:#fff;} .footNav .fNav ul li .dropdown_menu a.SLink:hover {color:#fff;} @media only screen and (max-width: 768px) { .footNav .fNav ul {justify-content: left; margin: 0 -5px;} .footNav .fNav ul li {width:50%; padding:5px; flex:none;} .footNav .fNav ul li a.FLink {border:1px rgba(255,255,255,0.2) solid; background:none; padding:10px 15px; font-weight:normal; color:#ccc;} .footNav .fNav ul li a.FLink:hover {border-color:#e00000;color:#fff;background:#e00000;} .footNav .fNav ul li .dropdown_menu {display:none;} } .e_FlowCommonStyleBox-001{  width: 100%; height: auto; width-uint:%; }  .e_FlowCommonStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; float: right; vertical-align: middle; margin-right: 15px; } .e_FlowCommonStyleBox-001 .stylebox_link:hover{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_link:active{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: #1890FF; } .e_FlowCommonStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size: medium; } .e_FlowCommonStyleBox-001 .title_icon::before{ content: ""; } .e_FlowCommonStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_FlowCommonStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_FlowCommonStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: #1890FF; padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; } .e_FlowCommonStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_FlowCommonStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_FlowCommonStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_FlowCommonStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_FlowCommonStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; width-uint:%; } .e_FlowCommonStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }.f_contact {width:100%; padding:20px 0;} .f_contact .p_articles {color:#ccc;} .f_contact .p_articles p {padding:5px 0; line-height:1.6; font-size:12px; font-family:times;} .f_contact .p_articles p a {color:#ccc; display:inline-block;} .f_contact .p_articles p a span{font-family:times;} .f_contact .p_articles p a:hover {color:#fff;} .f_copyright {width:100%; padding:20px 0;} .f_copyright .p_articles {color:#ccc;} .f_copyright .p_articles p {padding:5px 0; line-height:1.6; font-size:14px; font-family:times; text-transform:uppercase;} .f_copyright .p_articles p a {color:#ccc; display:inline-block;} .f_copyright .p_articles p a span{font-family:times;} .f_copyright .p_articles p a:hover {color:#fff;} .contactBox {padding:100px 80px; position:relative; display:flex; flex-wrap:wrap;} .contactBox .p_contact {width:50%; position:relative;z-index:5;} .contactBox .p_contact .p_articles p {padding:5px 0; font-family:times;} .contactBox .p_contact .p_articles p a { display:inline-block; font-family:times;} .contactBox .p_contact .p_articles p a span{font-family:times;} .dituContent {width:50%; border:1px #ccc solid; min-height:300px;}  @media only screen and (max-width: 768px) { .contactBox {padding:40px 15px;} .contactBox .p_contact {width:100%; padding-bottom:30px;} .dituContent {width:100%;} }  @media only screen and (min-width:769px) { }  @media only screen and (min-width:769px) and (max-width:1024px) { }.c_portalResPublic_credible-01001{ width: 100%; height: auto; overflow: hidden; margin-right: auto; margin-left: auto; max-height: 192px; max-width: 1180px; } .c_portalResPublic_credible-01001 img {width:120px; border-radius:5px;} @media only screen and (max-width: 768px){ .c_portalResPublic_credible-01001 .content{ width: 100%; height: 100px; } .c_portalResPublic_credible-01001 .content img { display: inline-block; width: 100%; height: auto; } } @media only screen and (min-width: 769px){ .c_portalResPublic_credible-01001 .content{ width: 100%; height: 100px; } .c_portalResPublic_credible-01001 .content img { display: inline-block; width: 100%; height: auto; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ }@CHARSET "UTF-8"; *{ padding: 0; margin: 0; } .pagebox{ width: 100%; margin: 0px auto; }.pagebox,#-remove--flag{}body,#-remove--flag{}#c_portalResnav_main-16503797859150349{ 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_portalResComplaintPage_detail-16505880434264612{ 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_portalResComplaintPage_detail-16505886302543228{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:322px; 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-16505890468317042{ 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_credible-16509693408887930{ width:100%; max-width:1180px; min-width:0px; height:auto; max-height:192px; 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:40px; } #w_grid-1650379842322 > 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-1650380234938 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1650380234938 >div{ animation-fill-mode:both; } #w_grid-1650380234938 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } @media only screen and (max-width: 768px){ } @media only screen and (min-width: 769px){ #w_grid-1650380234938> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1650380234938> div > .p_gridbox > .p_gridCell:nth-child(3n+0){ width:33.33333333333333%; margin-left:0; margin-right:0; clear:none; } #w_grid-1650380234938> div > .p_gridbox > .p_gridCell:nth-child(3n+1){ margin-left:0; clear:left; margin-right:0; width:33.33333333333333%; } #w_grid-1650380234938> div > .p_gridbox > .p_gridCell:nth-child(3n+2){ width:33.33333333333333%; margin-left:0; margin-right:0; clear:none; } #w_grid-1650380234938> div > .p_gridbox > .p_gridCell:nth-child(3n){ margin-right:0; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1650379842322{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:300px; 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-1650380234938{ 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:80px; padding-right:80px; padding-bottom:0px; } #c_portalResPublic_codeContainer-16509705123584071{ 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; }