@font-face {
  font-family: Alibaba PuHuiTiR;
  src: url(../ttf/ALIBABA-PUHUITI-REGULAR.OTF);
}

@font-face {
  font-family: AlimamaShuHeiTi-Bold;
  src: url(../ttf/Alimama_ShuHeiTi_Bold.ttf);
}

* {
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}

.no-margin {
  margin: 0 !important;
}

#contact .mapShow {
  height: 425px;
}

#contact .text_box.all_icon_color {
  min-height: 230px;
  padding: 10px 32px 0px 32px;
}

@media (min-width: 576px) {
  .mapShow {
    height: 350px;
  }
  .scanQR {
    height: 425px;
  }
}

.blog-inner .blog-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

body {
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
  position: relative;
  background: #eef1fa;
  overflow: hidden;
}

body.mobile {
  min-width: unset;
}

.container-80.w-1200 {
  width: 1200px;
}

.meanclose {
  position: relative;
}

@media (max-width: 1200px) {
  .container-80, .container-80.w-1200 {
    width: 90%;
    margin: 0 auto;
  }
}

#productSwiper {
  width: 100%;
  overflow: hidden;
}

#productSwiper .swiper-slide {
  overflow: hidden;
  display: block;
}

#productSwiper .wirt_detail_title h2 div {
  color: #333;
  font-size: 20px;
}

.wirt_text_boxi {
  padding: 26px 20px 40px;
}

#topSwiper .swiper-slide {
  height: 700px;
}

#topSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

#topSwiper .service_top, .swiper-css .service_top {
  position: relative;
}

#topSwiper .slick-prev, .swiper-css .slick-prev {
  left: 60px;
}

#topSwiper .slick-next, .swiper-css .slick-next {
  right: 60px;
}

#topSwiper .slick-prev, #topSwiper .slick-next, .swiper-css .slick-prev, .swiper-css .slick-next {
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index {
  width: 1920px;
  height: 1080px;
  position: absolute;
  transform-origin: top left;
  transition: all 0.3s ease-in-out;
  background: url(../img/background.png) no-repeat center;
  background-size: 100% 100%;
}

.changeLang {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  cursor: pointer;
}

.hisfull_menu {
  display: flex;
  align-items: center;
}

.header {
  width: 100%;
  height: 89px;
  padding: 0 15px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/header.png) no-repeat center;
  background-size: 100% 100%;
}

.header .header-left {
  display: flex;
  align-items: center;
}

.header .header-left img {
  width: 55px;
  height: 50px;
  margin-right: 15px;
}

.header .header-left span {
  font-family: AlimamaShuHeiTi-Bold;
  font-size: 42px;
  color: #005fd4;
  font-style: italic;
  letter-spacing: 0.2em;
}

.header .header-tab {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header .header-tab > div {
  width: 151px;
  height: 37px;
  background: url(../img/tab.png) no-repeat center;
  background-size: 100% 100%;
  color: #005fd4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.header .header-tab > div.active {
  background: url(../img/tab-act.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.header .header-right {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header .header-right span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}

.header .header-right .header-user {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .header-right .line {
  margin: 0 15px 0 20px;
  width: 1px;
  height: 34px;
  background: rgba(0, 95, 212, 0.2);
}

.header .header-right .header-btn {
  cursor: pointer;
}

.index-topList {
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 0px;
}

.index-topList > div {
  height: 48px;
  display: flex;
  align-items: center;
}

.index-topList > div img {
  width: 48px;
  height: 48px;
  margin-right: 13px;
}

.index-topList > div .name {
  font-size: 14px;
  color: #333333;
}

.index-topList > div .text {
  font-weight: bold;
  font-size: 24px;
}

.index-view1 {
  width: 100%;
  height: 120px;
  margin: 20px 0 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-view1 > div {
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: #ffffff;
}

.index-view1 > div img {
  width: 80px;
  height: 80px;
  margin-right: 19px;
}

.index-view1 > div .name {
  font-size: 16px;
  color: #5c6166;
}

.index-view1 > div .text {
  font-weight: bold;
  font-size: 32px;
}

.view-content {
  width: 100%;
  height: calc(100% - 42px);
}

.view-content .view-number {
  font-size: 16px;
  color: #475566;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.view-content #charts-bar1 {
  height: calc(100% - 50px);
}

.index-view2 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 500px;
  justify-content: space-between;
}

.index-view3 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 430px;
  justify-content: space-between;
}

.index-view2 .main-title,
.index-view3 .main-title {
  width: 100%;
  height: 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-view2 .main-title .background,
.index-view3 .main-title .background {
  width: calc((100% - 100px) / 3);
  height: 100%;
  background: url(../img/main-title.png) no-repeat;
  background-position: center center;
  background-size: 460px 42px;
  overflow-x: hidden;
}

.index-view2 .main-title .background-left,
.index-view3 .main-title .background-left {
  width: 50px;
  height: 100%;
  background: url(../img/main-title.png) no-repeat;
  background-position: 0 center;
  background-size: 460px 42px;
}

.index-view2 .main-title .background-right,
.index-view3 .main-title .background-right {
  width: 50px;
  height: 100%;
  background: url(../img/main-title.png) no-repeat;
  background-position: right center;
  background-size: 460px 42px;
}

.index-view2 .main-title .text,
.index-view3 .main-title .text {
  position: absolute;
  left: 47px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}

.index-view2 .main-title .time-sel,
.index-view3 .main-title .time-sel {
  position: absolute;
  right: 10px;
  height: 30px;
}

.index-view2 .main-title .time-sel .el-date-editor.el-input,
.index-view3 .main-title .time-sel .el-date-editor.el-input {
  width: 180px;
}

.index-view2 .main-title .time-sel .el-input__inner,
.index-view3 .main-title .time-sel .el-input__inner {
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}

.index-view2 .main-title .time-sel .el-input__icon,
.index-view3 .main-title .time-sel .el-input__icon {
  height: 30px;
  line-height: 30px;
}

.index-view2 .main-title .time-sel .el-input__prefix,
.index-view3 .main-title .time-sel .el-input__prefix {
  display: none;
}

.index-view2 > div,
.index-view3 > div {
  height: 100%;
  background: #ffffff;
}

.index-view2 > div.view-460,
.index-view3 > div.view-460 {
  width: 460px;
}

.index-view2 > div.view-450,
.index-view3 > div.view-450 {
  width: 450px;
}

.index-view2 > div.view-920,
.index-view3 > div.view-920 {
  width: 920px;
}
