@charset "UTF-8";
@font-face {
  font-family: elementIconsWoff;
  src: url("element-ui/fonts/element-icons.woff");
}
@font-face {
  font-family: elementIconsTtf;
  src: url("element-ui/fonts/element-icons.ttf");
}
/*base css start*/
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

/*大于等于0的设备屏幕 默认*/
@media screen and (min-width: 0px) {
  body {
    min-height: 100vh;
  }
  body #app_head {
    width: 100%;
    height: 39.984px;
    background: rgba(255, 255, 255, 0.5);
  }
  body #app_head .logo-div {
    height: 100%;
    display: flex;
    align-items: center;
  }
  body #app_head .logo-div .logo {
    width: 69.139px;
    height: 18.326px;
    margin-top: 0;
  }
  body #app_head .logo-div .line {
    height: 15.827px;
    border-radius: 8.33px 8.33px 8.33px 8.33px;
    width: 1.666px;
    background-color: #003377;
    margin-right: 8.33px;
    margin-left: 8.33px;
  }
  body #app_head .logo-div .title {
    font-size: 16.66px;
    font-weight: bold;
    color: #003377;
  }
  body #app_head nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 18.326px 0 18.326px;
  }
  body #app_head nav div:first-of-type {
    display: flex;
    height: 100%;
  }
  body #app_head nav .nav-item {
    margin-top: 0;
    margin-left: 20.825px;
  }
  body #app_head nav .nav-item a {
    width: 46.648px;
    line-height: 39.984px;
    font-size: 11.662px;
    font-weight: 500;
    color: #232323;
    padding: 0 13.328px;
  }
  body #app_head nav .nav-item a:hover, body #app_head nav .nav-item a:active {
    color: #0166F3 !important;
    background-color: transparent !important;
  }
  body #app_head nav .nav-item .el-link.is-underline:hover:after {
    border-bottom: none;
  }
  body #app_head .contact-us .el-button--primary {
    background: #0166F3;
    border-color: #0166F3;
    color: #FFF;
    padding: 0 13.328px;
    font-size: 11.662px;
    height: 24.157px;
    line-height: 24.157px;
  }
  body #app_head .contact-us .el-button--primary:focus, body #app_head .contact-us .el-button--primary:hover {
    background: rgba(1, 102, 243, 0.8);
    border-color: rgba(1, 102, 243, 0.8);
    color: #FFF;
  }
  body #app {
    height: 100%;
  }
  body #app footer {
    width: 100%;
    max-width: 100%;
    background: #F4F8FF;
    height: max-content;
    padding: 58.31px 0 8.33px 0;
  }
  body #app footer .footer-container {
    display: flex;
    justify-content: center;
  }
  body #app footer .footer-container .foot-list {
    display: flex;
    align-items: center;
  }
  body #app footer .footer-container .foot-list .title {
    font-size: 14.994px;
    font-weight: bold;
    color: #707481;
    padding-bottom: 16.66px;
  }
  body #app footer .footer-container .foot-list .text {
    font-size: 14.994px;
    font-weight: 400;
    color: #707481;
    padding-bottom: 13.328px;
  }
  body #app footer .footer-container .foot-tencent-isux {
    margin: 0 66.64px;
  }
  body #app footer .footer-container .foot-tencent-isux img {
    width: 166.6px;
    height: 166.6px;
  }
  body #app footer .footer-container .foot-tencent-isux-list {
    display: flex;
    align-items: center;
  }
  body #app footer .footer-container .foot-tencent-isux-list .text {
    font-size: 14.994px;
    font-weight: 400;
    color: #707481;
    text-align: center;
    padding-bottom: 8.33px;
  }
  body #app footer .bottom {
    font-size: 11.662px;
    font-weight: 500;
    color: #232323;
    text-align: center;
    line-height: 19.992px;
    position: relative;
    width: 100%;
    margin-top: 41.65px;
  }
  body #app footer .bottom img {
    width: 19.992px;
    object-fit: cover;
  }
  body #app footer .bottom a {
    color: #232323;
    text-decoration: none;
  }
  .relation-dialog {
    padding: 0 3.332px;
  }
  .relation-dialog div {
    margin-bottom: 6.664px;
  }
  .relation-dialog div:last-child {
    margin-bottom: 1.666px;
  }
  .relation-dialog .text {
    font-size: 13.328px;
    font-weight: 400;
    color: #777777;
  }
  .relation-dialog .phone {
    font-size: 19.992px;
    font-weight: bold;
    color: #0166F3;
  }
  .relation-dialog .time {
    font-size: 11.662px;
    font-weight: 400;
    color: #898989;
  }
  .banner {
    height: 399.84px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .banner .search-bar {
    padding: 93.296px 0px 0;
    width: 100%;
    max-width: 1066.24px;
  }
  .banner .search-bar .title {
    font-size: 33.32px;
    font-weight: 500;
  }
  .banner .search-bar .explain {
    margin-bottom: 33.32px;
    font-size: 13.328px;
    color: #707481;
    font-weight: 600;
  }
  .banner .search-bar .search-div .search {
    max-width: 408.17px;
    min-height: 33.32px;
  }
  .banner .search-bar .search-div .search .el-input__inner {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
  }
  .banner .search-bar .search-div .search .el-link--inner {
    height: 13.328px;
    height: 33.32px;
  }
  .banner .search-bar .search-div .search .el-input-group__append {
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    border: none;
  }
  .banner .search-bar .search-div .search .el-input-group__append img {
    width: 13.328px;
    height: 13.328px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*大于等于1440的设备屏幕*/
@media screen and (min-width: 1440px) {
  body {
    min-height: 100vh;
  }
  body #app_head {
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.5);
  }
  body #app_head .logo-div {
    height: 100%;
    display: flex;
    align-items: center;
  }
  body #app_head .logo-div .logo {
    width: 83px;
    height: 22px;
    margin-top: 0;
  }
  body #app_head .logo-div .line {
    height: 19px;
    border-radius: 10px 10px 10px 10px;
    width: 2px;
    background-color: #003377;
    margin-right: 10px;
    margin-left: 10px;
  }
  body #app_head .logo-div .title {
    font-size: 20px;
    font-weight: bold;
    color: #003377;
  }
  body #app_head nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px 0 22px;
  }
  body #app_head nav div:first-of-type {
    display: flex;
    height: 100%;
  }
  body #app_head nav .nav-item {
    margin-top: 0;
    margin-left: 25px;
  }
  body #app_head nav .nav-item a {
    width: 56px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    padding: 0 16px;
  }
  body #app_head nav .nav-item a:hover, body #app_head nav .nav-item a:active {
    color: #0166F3 !important;
    background-color: transparent !important;
  }
  body #app_head nav .nav-item .el-link.is-underline:hover:after {
    border-bottom: none;
  }
  body #app_head .contact-us .el-button--primary {
    background: #0166F3;
    border-color: #0166F3;
    color: #FFF;
    padding: 0 16px;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
  }
  body #app_head .contact-us .el-button--primary:focus, body #app_head .contact-us .el-button--primary:hover {
    background: rgba(1, 102, 243, 0.8);
    border-color: rgba(1, 102, 243, 0.8);
    color: #FFF;
  }
  body #app {
    height: 100%;
  }
  body #app footer {
    width: 100%;
    max-width: 100%;
    background: #F4F8FF;
    height: max-content;
    padding: 70px 0 10px 0;
  }
  body #app footer .footer-container {
    display: flex;
    justify-content: center;
  }
  body #app footer .footer-container .foot-list {
    display: flex;
    align-items: center;
  }
  body #app footer .footer-container .foot-list .title {
    font-size: 18px;
    font-weight: bold;
    color: #707481;
    padding-bottom: 20px;
  }
  body #app footer .footer-container .foot-list .text {
    font-size: 18px;
    font-weight: 400;
    color: #707481;
    padding-bottom: 16px;
  }
  body #app footer .footer-container .foot-tencent-isux {
    margin: 0 80px;
  }
  body #app footer .footer-container .foot-tencent-isux img {
    width: 200px;
    height: 200px;
  }
  body #app footer .footer-container .foot-tencent-isux-list {
    display: flex;
    align-items: center;
  }
  body #app footer .footer-container .foot-tencent-isux-list .text {
    font-size: 18px;
    font-weight: 400;
    color: #707481;
    text-align: center;
    padding-bottom: 10px;
  }
  body #app footer .bottom {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    text-align: center;
    line-height: 24px;
    position: relative;
    width: 100%;
    margin-top: 50px;
  }
  body #app footer .bottom img {
    width: 24px;
    object-fit: cover;
  }
  body #app footer .bottom a {
    color: #232323;
    text-decoration: none;
  }
  .relation-dialog {
    padding: 0 4px;
  }
  .relation-dialog div {
    margin-bottom: 8px;
  }
  .relation-dialog div:last-child {
    margin-bottom: 2px;
  }
  .relation-dialog .text {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
  }
  .relation-dialog .phone {
    font-size: 24px;
    font-weight: bold;
    color: #0166F3;
  }
  .relation-dialog .time {
    font-size: 14px;
    font-weight: 400;
    color: #898989;
  }
  .banner {
    height: 480px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .banner .search-bar {
    padding: 112px 0px 0;
    width: 100%;
    max-width: 1280px;
  }
  .banner .search-bar .title {
    font-size: 40px;
    font-weight: 500;
  }
  .banner .search-bar .explain {
    margin-bottom: 40px;
    font-size: 16px;
    color: #707481;
    font-weight: 600;
  }
  .banner .search-bar .search-div .search {
    max-width: 490px;
    min-height: 40px;
  }
  .banner .search-bar .search-div .search .el-input__inner {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
  }
  .banner .search-bar .search-div .search .el-link--inner {
    height: 16px;
    height: 40px;
  }
  .banner .search-bar .search-div .search .el-input-group__append {
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    border: none;
  }
  .banner .search-bar .search-div .search .el-input-group__append img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*大于等于1680的设备屏幕*/
@media screen and (min-width: 1880px) {
  body {
    min-height: 100vh;
  }
  body #app_head {
    width: 100%;
    height: 55.68px;
    background: rgba(255, 255, 255, 0.5);
  }
  body #app_head .logo-div {
    height: 100%;
    display: flex;
    align-items: center;
  }
  body #app_head .logo-div .logo {
    width: 96.28px;
    height: 25.52px;
    margin-top: 0;
  }
  body #app_head .logo-div .line {
    height: 22.04px;
    border-radius: 11.6px 11.6px 11.6px 11.6px;
    width: 2.32px;
    background-color: #003377;
    margin-right: 11.6px;
    margin-left: 11.6px;
  }
  body #app_head .logo-div .title {
    font-size: 23.2px;
    font-weight: bold;
    color: #003377;
  }
  body #app_head nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 25.52px 0 25.52px;
  }
  body #app_head nav div:first-of-type {
    display: flex;
    height: 100%;
  }
  body #app_head nav .nav-item {
    margin-top: 0;
    margin-left: 29px;
  }
  body #app_head nav .nav-item a {
    width: 64.96px;
    line-height: 55.68px;
    font-size: 16.24px;
    font-weight: 500;
    color: #232323;
    padding: 0 18.56px;
  }
  body #app_head nav .nav-item a:hover, body #app_head nav .nav-item a:active {
    color: #0166F3 !important;
    background-color: transparent !important;
  }
  body #app_head nav .nav-item .el-link.is-underline:hover:after {
    border-bottom: none;
  }
  body #app_head .contact-us .el-button--primary {
    background: #0166F3;
    border-color: #0166F3;
    color: #FFF;
    padding: 0 18.56px;
    font-size: 16.24px;
    height: 33.64px;
    line-height: 33.64px;
  }
  body #app_head .contact-us .el-button--primary:focus, body #app_head .contact-us .el-button--primary:hover {
    background: rgba(1, 102, 243, 0.8);
    border-color: rgba(1, 102, 243, 0.8);
    color: #FFF;
  }
  body #app {
    height: 100%;
  }
  body #app footer {
    width: 100%;
    max-width: 100%;
    background: #F4F8FF;
    height: max-content;
    padding: 81.2px 0 11.6px 0;
  }
  body #app footer .footer-container {
    display: flex;
    justify-content: center;
  }
  body #app footer .footer-container .foot-list {
    display: flex;
    align-items: center;
  }
  body #app footer .footer-container .foot-list .title {
    font-size: 20.88px;
    font-weight: bold;
    color: #707481;
    padding-bottom: 23.2px;
  }
  body #app footer .footer-container .foot-list .text {
    font-size: 20.88px;
    font-weight: 400;
    color: #707481;
    padding-bottom: 18.56px;
  }
  body #app footer .footer-container .foot-tencent-isux {
    margin: 0 92.8px;
  }
  body #app footer .footer-container .foot-tencent-isux img {
    width: 232px;
    height: 232px;
  }
  body #app footer .footer-container .foot-tencent-isux-list {
    display: flex;
    align-items: center;
  }
  body #app footer .footer-container .foot-tencent-isux-list .text {
    font-size: 20.88px;
    font-weight: 400;
    color: #707481;
    text-align: center;
    padding-bottom: 11.6px;
  }
  body #app footer .bottom {
    font-size: 16.24px;
    font-weight: 500;
    color: #232323;
    text-align: center;
    line-height: 27.84px;
    position: relative;
    width: 100%;
    margin-top: 58px;
  }
  body #app footer .bottom img {
    width: 27.84px;
    object-fit: cover;
  }
  body #app footer .bottom a {
    color: #232323;
    text-decoration: none;
  }
  .relation-dialog {
    padding: 0 4.64px;
  }
  .relation-dialog div {
    margin-bottom: 9.28px;
  }
  .relation-dialog div:last-child {
    margin-bottom: 2.32px;
  }
  .relation-dialog .text {
    font-size: 18.56px;
    font-weight: 400;
    color: #777777;
  }
  .relation-dialog .phone {
    font-size: 27.84px;
    font-weight: bold;
    color: #0166F3;
  }
  .relation-dialog .time {
    font-size: 16.24px;
    font-weight: 400;
    color: #898989;
  }
  .banner {
    height: 556.8px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .banner .search-bar {
    padding: 129.92px 0px 0;
    width: 100%;
    max-width: 1484.8px;
  }
  .banner .search-bar .title {
    font-size: 46.4px;
    font-weight: 500;
  }
  .banner .search-bar .explain {
    margin-bottom: 46.4px;
    font-size: 18.56px;
    color: #707481;
    font-weight: 600;
  }
  .banner .search-bar .search-div .search {
    max-width: 568.4px;
    min-height: 46.4px;
  }
  .banner .search-bar .search-div .search .el-input__inner {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
  }
  .banner .search-bar .search-div .search .el-link--inner {
    height: 18.56px;
    height: 46.4px;
  }
  .banner .search-bar .search-div .search .el-input-group__append {
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    border: none;
  }
  .banner .search-bar .search-div .search .el-input-group__append img {
    width: 18.56px;
    height: 18.56px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.flex {
  display: flex;
  width: 100%;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

/*# sourceMappingURL=public.css.map */
