@charset "utf-8";
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #666666;
  min-width: 1280px;
  overflow-x: hidden;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
select,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  outline: none;
  resize: none;
  font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
b {
  font-style: normal;
}
.clearfix {
  zoom: 1;
  /*这个属性是为了兼容IE*/
}
.clearfix:after {
  display: block;
  content: "";
  /*设置为空或者“.”都可以*/
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@keyframes zoomIn1 {
  0% {
    opacity: 0;
    transform: scale3d(0.9, 0.9, 0.9);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.zoomIn1 {
  animation-name: zoomIn1;
}
@keyframes slideInUp1 {
  0% {
    transform: translate3d(0, 5vw, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInUp1 {
  animation-name: slideInUp1;
}
@keyframes slideInDown1 {
  0% {
    transform: translate3d(0, -5vw, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInDown1 {
  animation-name: slideInDown1;
}
@keyframes slideInLeft1 {
  0% {
    transform: translate3d(-5vw, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInLeft1 {
  animation-name: slideInLeft1;
}
@keyframes slideInRight1 {
  0% {
    transform: translate3d(5vw, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInRight1 {
  animation-name: slideInRight1;
}
/*修改input的placeholder颜色*/
.com-input::-webkit-input-placeholder {
  color: #ffffff;
}
.com-input::-moz-placeholder {
  color: #ffffff;
}
.com-input:-moz-placeholder {
  color: #ffffff;
}
.com-input:-ms-input-placeholder {
  color: #ffffff;
}
/*改变滚动条*/
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}
.com-bjq * {
  max-width: 100%;
}
.com-blo {
  position: relative;
  font-size: 0;
}
.com-101 {
  width: 101%;
  margin: 0 0 0 -0.5%;
}
.com-102 {
  width: 102%;
  margin: 0 0 0 -1%;
}
.com-104 {
  width: 104%;
  margin: 0 0 0 -2%;
}
.blo-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
}
.main {
  width: 100%;
  position: relative;
}
