@charset "UTF-8";
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

a {
  color: #fefcfc;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

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

p {
  word-wrap: break-word;
}

input,
button {
  outline: none;
  border: none;
}

.headers {
  width: 100%;
  height: 30px;
  background-color: yellowgreen;
}

.display-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.flex-1 {
  flex: 1;
}

.flex-1-ie {
  flex: 1 1 auto;
}

.clea {
  overflow: hidden;
}

.antes-button {
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
  cursor: pointer;
}

.antes-button + .antes-button {
  margin-left: 10px;
}

.antes-button[type=primary] {
  background: #4183d0;
  color: #fff;
}

.antes-button[type=cancel] {
  border: 1px solid #4183d0;
  color: #4183d0;
}

.left-width-50 {
  margin-left: 50px;
}

.page-top-search {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  line-height: 60px;
  align-items: center;
}

.center-left-ul {
  font-size: 14px;
}

.center-left-ul-li {
  padding: 10px 0;
  display: block;
  color: #000;
  /* line-height: ; */
  cursor: pointer;
}

.center-left-ul-li.select {
  color: #fb8434;
  background: #dfe1e6;
}

.center-left-ul-li.select a {
  color: #fb8434;
}

.zl {
  text-align: center;
  font-size: 16px;
}

.center-left-ul-ch {
  text-align: left;
  text-indent: 105px;
}

.center-left-ul-title {
  font-size: 16px;
  text-indent: 70px;
  padding: 10px 0;
}

.rotate-90 {
  transform: rotate(90deg);
}

.center-left {
  min-width: 254px;
  border-right: 1px solid #dfe1e6;
  min-height: calc(100vh - 50px);
}

.page-top-title {
  line-height: 60px;
  border-bottom: 1px solid #dfe1e6;
  background: #fff;
  text-align: center;
}

.page-top-search {
  background: #fff;
}

.actual-html {
  background: #f5f6f6;
  min-height: calc(100vh - 50px);
}

.table_column {
  padding: 12px 0;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
  overflow: hidden;
  user-select: none;
  background-color: #fff;
  text-align: center;
}

.antes-table {
  width: 100%;
}

.antes-table tr {
  width: 100%;
}

.hsbt th {
  background: #c6ccd2;
  border-right: 2px solid #fff;
}

.stripe tr:nth-child(2n+0) td {
  background: #f0f0f0;
}

.table-border td {
  border-bottom: 1px solid #f5f6f6;
}

.color-yellow {
  color: #1a68ff;
}

.color-blue {
  color: #4183d0;
}

.none {
  display: none !important;
}

@keyframes scrollVisible {
  from {
    opacity: 0;
    z-index: 99;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.scroll-visible {
  animation: scrollVisible 1s 1;
}

.page-center {
  margin: 20px;
}

.rmhyliimg {
  transition: all ease-in-out 0.5s;
}

.solution-img {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.solution .row .left:hover .rmhyliimg {
  transform: scale(1.2);
}

.rmanli {
  display: none;
  opacity: 0;
}

.rmanli.active {
  animation: showrm 0.5s 1;
  opacity: 1;
  display: block;
}

@keyframes showrm {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.table_center th {
  text-align: center;
}

.table_center td {
  padding: 12px 0;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
  overflow: hidden;
  user-select: none;
  background-color: #fff;
  text-align: center;
}

.hse-botton {
  padding: 0 25px;
  line-height: 35px;
  background: #1a68ff;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 99999999999999;
}

.news-detai .banner {
  height: 104px;
}
.news-detai .banner img {
  height: 104px;
}

.swiper-button- .swiper-button-next,
.swiper-button- .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 17px;
  height: 24px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 17px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
