@charset "UTF-8";
/* 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;
}

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 {
  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;
}

/* 当前位置位置 */
html,
body {
  height: 100%;
}

body {
  min-width: 1200px;
  overflow: auto;
}

.header-top {
  background: url("../images/header_top.jpg") center no-repeat;
  background-size: cover;
}
.header-top > div {
  height: 109px;
  display: flex;
  align-items: center;
}
.header-top .logo {
  color: #1F6DE8;
  font-size: 27px;
  font-weight: 700;
}
.header-top .search-box {
  margin-left: auto;
  height: 48px;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid #fff;
  width: 346px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.65);
}
.header-top .search-btn {
  width: 71px;
  height: 45px;
  border-radius: 23px;
  flex-shrink: 0;
  cursor: pointer;
  background: url("../images/search_ico.svg") center no-repeat #1f6de8;
}
.header-top .search-input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: transparent;
}
.header-top .search-input::-moz-placeholder {
  color: #666666;
}
.header-top .search-input::placeholder {
  color: #666666;
}
.header-banner {
  background-color: #1F6DE8;
}
.header-banner .banner-list {
  height: 64px;
  display: flex;
  justify-content: space-between;
}
.header-banner .banner-link {
  text-align: center;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  color: #fff;
  width: 100%;
  transition: all 0.3s ease;
}
.header-banner .banner-link:hover, .header-banner .banner-link.current {
  background-color: #4AA9FF;
  font-weight: 700;
}

.footer {
  background-color: #1D2736;
  padding: 20px 0;
}
.footer-info {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  height: 21px;
  line-height: 21px;
  gap: 30px;
}
.footer-info-item {
  display: flex;
  height: 21px;
  align-items: center;
}
.footer-info-item,
.footer-info-item * {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0px 4px 20px rgba(40, 79, 139, 0.1));
  border-radius: 0px 0px 3px 3px;
}
.sidebar-item {
  position: relative;
  border-top: 1px solid rgba(52, 114, 215, 0.08);
}
.sidebar-item:nth-child(1) {
  border: none;
}
.sidebar-item:hover .sidebar-item-more {
  display: block;
}
.sidebar-item:hover .sidebar-item-link {
  background: linear-gradient(0deg, #3098F7 0%, #62BAFF 100%);
  color: #fff;
}
.sidebar-item:hover .sidebar-item-link .ico-box:nth-child(1) {
  display: none;
}
.sidebar-item:hover .sidebar-item-link .ico-box:nth-child(2) {
  display: flex;
}
.sidebar-item:nth-child(1) .sidebar-item-link {
  border-radius: 4px 4px 0 0;
}
.sidebar-item:last-child .sidebar-item-link, .sidebar-item.last-radius .sidebar-item-link {
  border-radius: 0 0 4px 4px;
}
.sidebar-item-link {
  width: 90px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  overflow: hidden;
}
.sidebar-item-link .ico-box {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  margin: 12px auto 10px auto;
}
.sidebar-item-link .ico-box:nth-child(1) {
  display: flex;
}
.sidebar-item-link .name {
  line-height: 21px;
  text-align: center;
}
.sidebar-item-more {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
  padding-right: 8px;
  color: #fff;
  display: none;
}
.sidebar-item-more .content {
  padding: 20px;
  background: linear-gradient(0deg, #3098F7 0%, #62BAFF 100%);
}
.sidebar-item-more .tel p {
  word-break: keep-all;
  white-space: nowrap;
}