/*初始化内外边距*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
em,
i {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
button {
  cursor: pointer;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #c81623;
}
.hide,
.none {
  display: none;
}
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: '.';
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.text-center {
  text-align: center;
}
.no-margin {
  margin: 0 !important;
}
html,
body {
  height: auto !important;
  font-size: 12px;
  font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, 'Lantinghei SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}
.self-row {
  display: block;
}
.self-row .self-col {
  display: inline-block;
  float: left\9;
}
.self-row .self-col-1 {
  width: 100%;
}
.self-row .self-col-2 {
  width: 50%;
}
.self-row .self-col-3 {
  width: 33.33%;
}
.self-row .self-col-4 {
  width: 25%;
}
.self-row .self-col-5 {
  width: 20%;
}
.self-row .self-col-6 {
  width: 16.66%;
}
.self-row .self-col-7 {
  width: 14.28%;
}
.self-row .self-col-8 {
  width: 12.5%;
}
.self-row .self-col-9 {
  width: 11.11%;
}
.self-row .self-col-10 {
  width: 10%;
}
.self-row .self-col-12 {
  width: 8.33%;
}
.self-row .self-col-14 {
  width: 7.14%;
}
.self-row .self-col-16 {
  width: 6.25%;
}
.self-row .self-col-18 {
  width: 5.55%;
}
.self-row .self-col-20 {
  width: 5%;
}
.self-row .self-col-25 {
  width: 4%;
}
.self-tabs {
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  outline: none;
}
.self-tabs .self-tab-item {
  padding: 0 20px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
  cursor: pointer;
}
.self-tabs .self-tab-item.active {
  color: #409eff;
}
.self-tabs el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.self-tabs .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.self-tabs .el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.self-tabs .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
  padding-left: 0;
}
/* 页脚 */
.page-footer {
  width: 100%;
  padding: 36px 0;
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 23px;
}
/* header */
.header {
  height: auto;
  _height: 300px;
}
/* 菜单导航 */
.navbar {
  position: relative;
  margin-bottom: 10px;
  z-index: 9;
  top: -10px;
  _top: -30px;
}
.bg-content {
  position: relative;
}
.bg-content img {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: auto;
}
.self-breadcrumb .layui-breadcrumb span[lay-separator] {
  margin: 0 5px;
}
.self-breadcrumb .layui-breadcrumb a:hover,
.self-breadcrumb .layui-breadcrumb a.active {
  color: #0070cb !important;
}
.paging .layui-laypage a,
.paging .layui-laypage .layui-laypage-curr,
.paging .layui-laypage .layui-laypage-spr {
  width: 36px;
  height: 36px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  color: #999;
  border: 1px solid #d2d2d2;
}
.paging .layui-laypage a:hover,
.paging .layui-laypage .layui-laypage-curr :hover {
  color: #0074d3;
}
.paging .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #0074d3;
  border-radius: 2px;
}
.paging .layui-laypage .layui-laypage-prev,
.paging .layui-laypage .layui-laypage-next {
  width: 100px;
}
.paging .layui-laypage .layui-laypage-skip {
  line-height: 36px;
}
.paging .layui-laypage input.layui-input {
  width: 36px;
  height: 36px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  border: 1px solid #d2d2d2;
}
.paging .layui-laypage input.layui-input:focus,
.paging .layui-laypage input.layui-input:visited,
.paging .layui-laypage input.layui-input:active {
  border-color: #0074d3 !important;
}
.paging .layui-laypage .layui-laypage-btn {
  width: 80px;
  height: 36px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  border: 1px solid #d2d2d2;
}
#slide {
  overflow: hidden;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
#slide .slideul1 {
  width: 3999px;
}
#slide .slideul1 li {
  float: left;
  display: inline;
}
.layui-carousel-ind li {
  transform: skew(-25deg);
  margin: 0 6px;
  width: 30px;
  margin-top: 0%;
  /* background:url() no-repeat; */
  background-size: cover;
  border-radius: 0%;
  background-image: url(../../assets/img/circleh.png) no-repeat;
  z-index: 99;
  background-color: #066595;
}
.layui-carousel-ind li.layui-this {
  /* background:url() no-repeat; */
  background-image: url(../../assets/img/circle.png) no-repeat;
}
.layui-carousel-ind ul {
  display: contents;
}
:root {
  --gentle-wave1: rgba(255, 255, 255, 0.7);
  --gentle-wave2: rgba(255, 255, 255, 0.5);
  --gentle-wave3: rgba(255, 255, 255, 0.3);
  --gentle-wave: #fff;
}
.preview-overlay {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
}
.preview-overlay .preview-waves {
  /* position:relative; */
  width: 100%;
  height: 0;
  margin-bottom: -8px;
  min-height: 100px;
  max-height: 150px;
}
@media (max-width: 768px) {
  .preview-overlay .preview-waves {
    height: 40px;
    min-height: 40px;
  }
}
.preview-overlay .preview-parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.preview-overlay .preview-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.preview-overlay .preview-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.preview-overlay .preview-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.preview-overlay .preview-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@-moz-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@-o-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
