@charset "UTF-8";
@font-face {
  font-family: "AlimamaFangYuanTiVF-Thin";
  src: url("./fonts/AlimamaFangYuanTiVF-Thin/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
}
/* 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;
  min-width: 1400px;
}

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: 1400px;
  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: 362px;
}

.header {
  position: relative;
  height: 362px;
}
.header > .container {
  position: relative;
  z-index: 100;
}

.header-top {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  box-shadow: 0 4px 10px 0 rgba(53, 131, 197, 0.15);
  z-index: 100;
}

.header-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 0 7px;
  height: 25px;
  line-height: 25px;
  color: #fff;
}

.header-link {
  display: block;
  height: 25px;
  border-radius: 4px;
  background-color: #0652c2;
  padding: 0 8px;
  color: #fff;
}
.header-link + .header-link {
  margin-left: 8px;
}

.header-date,
.header-login {
  margin-right: 34px;
}

.header-date > span {
  font-weight: 700;
}
.header-date > span + span {
  margin-left: 12px;
}

.header-login a {
  color: #fff;
}

.logo-search {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 263px;
  overflow: hidden;
}

.logo-name {
  margin-top: 84px;
}
.logo-name > p {
  color: #fff;
}
.logo-name > p:first-child {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}
.logo-name > p:nth-child(2) {
  margin-top: 4px;
  font-size: 34px;
  font-weight: 700;
  height: 51px;
  line-height: 51px;
}

.search-area {
  margin-top: 97px;
  width: 389px;
}

.search-wrap {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 20px 0px rgba(65, 65, 65, 0.1);
}

.search-input {
  flex: 1;
  padding: 0 15px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  color: rgba(109, 133, 168, 0.6);
}
.search-input::placeholder {
  color: rgba(109, 133, 168, 0.6);
}

.search-btn {
  flex-shrink: 0;
  width: 72px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  padding: 0;
  text-align: left;
  background: linear-gradient(180deg, #ffd14b 0%, #ff8721 100%);
  box-shadow: 0px 4px 10px 0px rgba(77, 181, 255, 0.2);
}
.search-btn > i {
  display: block;
  font-style: normal;
  padding-left: 35px;
  background: url("../images/search_ico.png") 13px 50% no-repeat;
}

.hot-search {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
}
.hot-search .hot-icon {
  margin-top: 2px;
  flex-shrink: 0;
}
.hot-search .hot-icon img {
  vertical-align: top;
}

.hot-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 8px;
}
.hot-items .hot-item {
  margin-right: 16px;
  margin-bottom: 2px;
}
.hot-items .hot-item > a {
  display: block;
  border-radius: 13px;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  color: #076dff;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.9);
}

/* 菜单 */
.nav {
  position: relative;
  background: rgba(0, 104, 255, 0.89);
  backdrop-filter: blur(41.3px);
  z-index: 100;
}

.nav-items {
  display: flex;
  justify-content: space-between;
}
.nav-items .nav-item {
  position: relative;
  width: 218px;
}
.nav-items .nav-item > a {
  display: block;
  font-size: 18px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
}
.nav-items .nav-item > a > span {
  display: inline-block;
  vertical-align: top;
}
.nav-items .nav-item.has-child > a > span {
  padding-right: 24px;
  background: url("../images/nav_down2.png") right center no-repeat;
}
.nav-items .nav-item.has-child:hover > a > span {
  background-image: url("../images/nav_down.png");
}
.nav-items .nav-item.has-child:hover .sub-wrap {
  display: block;
}
.nav-items .nav-item.current {
  background: linear-gradient(180deg, #fcbc04 0%, #ff9629 100%);
}
.nav-items .nav-item:hover {
  background-color: rgba(36, 36, 36, 0.12);
}

.sub-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 53px;
  padding-top: 7px;
  display: none;
}
.sub-wrap .sub-nav {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #eff4fa;
}
.sub-wrap .sub-nav .sub-nav-item {
  position: relative;
}
.sub-wrap .sub-nav .sub-nav-item > a {
  display: block;
  padding: 10px;
  line-height: 18px;
  font-size: 12px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-wrap .sub-nav .sub-nav-item > a:hover {
  color: #076dff;
}
.sub-wrap .sub-nav .sub-nav-item:not(:last-child):before {
  position: absolute;
  content: "";
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 1px;
  background-color: #f2f2f2;
}

.home-main {
  padding-bottom: 24px;
  background-color: #eff4fa;
}

.banner-swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner-swiper .swiper-slide {
  text-align: center;
}

/* 底部 */
.footer {
  padding: 23px 0 18px;
  color: #fff;
  background-color: #1f324e;
}

.select-wrap {
  display: flex;
}
.select-wrap .select-item {
  flex: 1;
}
.select-wrap .select-item + .select-item {
  margin-left: 19px;
}
.select-wrap .chosen-container-single .chosen-single {
  height: 38px;
  border: 0;
  color: #757575;
  line-height: 38px;
}
.select-wrap .chosen-container-single .chosen-single div b {
  background-position: 0px 9px;
}

.footer-links {
  margin-top: 18px;
  line-height: 21px;
  height: 21px;
  text-align: center;
  font-size: 0;
}
.footer-links a {
  position: relative;
  font-size: 14px;
  color: #fff;
}
.footer-links a + a {
  margin-left: 24px;
}
.footer-links a:not(:first-child):before {
  content: "";
  position: absolute;
  top: 9px;
  left: -12px;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  background-color: #fff;
}

.footer-info {
  display: flex;
  justify-content: space-between;
}

.footer-info-item {
  display: flex;
}
.footer-info-item > p + p {
  margin-left: 25px;
}
.footer-info-item > p > span + span {
  margin-left: 13px;
}
.footer-info-item a {
  color: #fff;
}
.footer-info-item + .footer-info-item {
  margin-top: 10px;
}
.footer-info-item:first-child {
  margin-top: 16px;
}

.footer-info-img {
  display: flex;
  align-items: center;
}
.footer-info-img > a + a {
  margin-left: 24px;
}

/* 2025-10-21 */
.container {
  width: 1280px;
}

.sub-wrap .sub-nav .sub-nav-item > a {
  overflow: visible;
  white-space: normal;
}