@charset "UTF-8";
@font-face {
  font-family: "OPPOSans-M";
  src: url("./fonts/OPPOSans-M/OPPOSans-M.woff") format("woff"), url("./fonts/OPPOSans-M/OPPOSans-M.ttf") format("truetype"), url("./fonts/OPPOSans-M/OPPOSans-M.eot") format("embedded-opentype");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #f5f6f8;
  min-width: 1212px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

.footer-container {
  width: 1212px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

/* 顶部 */
#header {
  min-height: 351px;
}

.header {
  height: 36px;
}

.top-bar {
  line-height: 36px;
  font-size: 12px;
  color: #999;
}

.top-banner {
  height: 250px;
  background: url("../images/banner v3.png") top center no-repeat;
}

.page-logo {
  padding-top: 69px;
  text-align: center;
}

.search-box {
  display: flex;
  width: 500px;
  margin: 40px auto 0;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.search-box input {
  box-sizing: border-box;
  padding: 0 15px;
  width: calc(100% - 80px);
  color: #aaa;
  font-size: 16px;
}
.search-box input::placeholder {
  color: #aaa;
}
.search-box > button {
  flex-shrink: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 80px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ff8822 0%, #fecf4b 100%);
}
.search-box > button .search-ico {
  display: inline-block;
  line-height: 40px;
  padding-left: 23px;
  font-size: 16px;
  color: #fff;
  background: url("../images/search_ico.png") left center no-repeat;
}
.search-box > button:hover {
  background: linear-gradient(90deg, #fecf4b 0%, #ff8822 100%);
}

.nav-box {
  background-color: #008ecd;
}
.nav-box .nav-list {
  display: flex;
}
.nav-box .nav-list > li {
  line-height: 65px;
  flex: 1;
}
.nav-box .nav-list > li > a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.nav-box .nav-list > li:hover > a, .nav-box .nav-list > li.current > a {
  background: #02a7f0;
}

.slide {
  position: fixed;
  right: -310px;
  top: 50%;
  transition: right 0.3s ease-in-out;
  transform: translateY(-50%);
  z-index: 152;
  border-radius: 8px;
  width: 354px;
  height: 200px;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
}
.slide:hover {
  right: 3px;
}
.slide .slide-title {
  flex-shrink: 0;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(249.86deg, #1fbaff 1.62%, #009de2 98.84%);
}
.slide .slide-title > .slide-title-txt {
  box-sizing: border-box;
  padding: 34px 15px 0;
  line-height: 18px;
  display: block;
  text-align: center;
  color: #fff;
  background: url("../images/tel_ico.png") center 0 no-repeat;
}

.slide-info {
  flex: 1;
  line-height: 18px;
  padding: 10px;
}
.slide-info .info-title {
  color: #666;
}
.slide-info .info-txt {
  font-weight: 700;
  color: #02a7f0;
}

.slide-table {
  width: 100%;
  table-layout: fixed;
}
.slide-table td {
  text-align: center;
  height: 29px;
  border: 1px solid #D7E4EA;
}

/* 底部 */
.footer {
  margin-top: 10px;
  padding-bottom: 40px;
  background-color: #48575e;
}

.links-items {
  display: flex;
  padding-top: 20px;
}
.links-items > li {
  margin-top: 20px;
  flex: 1;
}
.links-items > li:not(:first-child) {
  margin-left: 20px;
}

.links-sel {
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
}

.chosen-container-single .chosen-single {
  height: 38px;
  line-height: 38px;
  border: 0;
  color: #666;
  font-size: 16px;
}

.chosen-container-single .chosen-single div b {
  background-position: 0 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 10px;
}

.footer-info {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.footer-info .footer-content {
  margin-right: 10px;
  flex: 1;
  color: #fff;
  line-height: 21px;
}
.footer-info a {
  color: #fff;
}

.footer-txt {
  display: flex;
  flex-wrap: wrap;
}
.footer-txt + .footer-txt {
  margin-top: 8px;
}
.footer-txt > p:not(:first-child) {
  margin-left: 32px;
}

.footer-ewm {
  margin-top: 18px;
}

.module-box {
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

/* 面包屑 */
.route-info {
  padding: 18px 0 18px 23px;
  line-height: 21px;
  background: url("../images/route_ico.png") left center no-repeat;
}
.route-info a {
  color: #A8B6C1;
}
.route-info > span {
  margin: 0 8px;
  color: #A8B6C1;
}
.route-info > span.last {
  margin: 0;
  color: #02A7F0;
}

/* 分页 */
.pagination {
  padding-top: 24px;
  text-align: center;
}

.m-pagination-info {
  float: left;
}

.m-pagination-info > span {
  font-weight: normal;
}

.m-pagination-page > li > a {
  border-radius: 1px;
  height: 28px;
  line-height: 28px;
  border: 2px solid #ECEDF2;
}

.m-pagination-group > input {
  height: 30px;
}

.m-pagination-group > button,
.m-pagination-size > select {
  height: 32px;
}

.m-pagination-info {
  height: 32px;
  line-height: 32px;
}

.m-pagination-page > li.active > a {
  border-color: #02A7F0;
  color: #02A7F0;
  background-color: #fff;
}

/* 2025-3-28 */
body {
  background: #fff;
}

#header {
  background-color: #F7F7F7;
}

.top-bar {
  color: #505050;
}

.top-banner-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-logo {
  padding-top: 55px;
}

.search-box {
  margin: 72px 0 0;
  width: 303px;
  box-sizing: border-box;
  border-radius: 27px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.63);
  backdrop-filter: blur(14.3000001907px);
}
.search-box input {
  width: calc(100% - 51px);
  padding: 0 23px;
  height: 52px;
  line-height: 52px;
  background: none;
  color: #333;
}
.search-box input::placeholder {
  color: #6E7E8D;
}
.search-box > button {
  margin-right: 3px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url("../images/new_btn_ico.png") center center no-repeat #F97D10;
}
.search-box > button:hover {
  background: url("../images/new_btn_ico.png") center center no-repeat #F97D10;
}

.nav-box {
  background-color: #F97D10;
}
.nav-box .nav-list > li > a {
  font-size: 20px;
}
.nav-box .nav-list > li:hover > a, .nav-box .nav-list > li.current > a {
  font-weight: bold;
  background: rgba(255, 170, 54, 0.89);
}

.slide {
  box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
}
.slide .slide-title {
  background: linear-gradient(249.86deg, #F97D10 1.62%, #FFB855 98.84%);
}

.slide-info .info-txt {
  color: #F97D10;
}

.footer {
  background-color: #252D38;
}

.module-box {
  border-radius: 0;
  box-shadow: none;
}


/* 2025-4-10 */
.route-info > span.last {
  color: #FEA632;
}

.m-pagination-page > li.active > a {
  border-color: #FEA632;
  color: #FEA632; 
}

.m-pagination-info > span {
 color: #FEA632; 
}

.m-pagination-page>li:hover>a, .m-pagination-group>button:hover {
    border-color: #FEA632;
   color: #FEA632; 
}