body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
input,
button {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  font-family: 'Microsoft YaHei', '微软雅黑', Arial, sans-serif
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*H5新标签*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

/*去掉mac safari浏览器input右边的小图标/小按钮*/
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i,
em,
strong {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img,
input,
select {
  vertical-align: middle;
  outline: none;
  border: none;
}

button,
input,
textarea {
  outline: none;
}

button {
  border: none;
  background-color: #fff;
}

a {
  color: #333333;
  text-decoration: none;
}

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

/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*清除浮动*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*父级元素相对定位*/
.posR {
  position: relative;
}

/*拖拽父级*/
.pullF {
  overflow: hidden;
}

/*省略号显示*/
.points {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*绝对定位*/
.abs {
  position: absolute;
}

/*相对定位*/
.rel {
  position: relative;
}


.banner-top-wraper {
  width: 100%;
  height: 600px;
  background: #0a0a65;
  position: relative;
}

.banner-top-wraper .swiper-container {
  height: 600px;
}

.banner-top-wraper .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner-top-wraper .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-top-wraper .swiper-container .swiper-slide .item {
  width: 100%;
  height: 100%;
  /* static/images/bj1.png */
  background: url(../images/bj1.png) no-repeat center;
  background-size: cover;
}

.banner-top-wraper .swiper-container .swiper-slide .img2 {
  background-image: url(../images/bj1.png);
}

.banner-top-wraper .swiper-container .swiper-slide .img3 {
  /* background-image: url(../images/banner3.jpg); */
}

.banner-top-wraper .swiper-container .swiper-pagination {
  bottom: 50px;
}

.banner-top-wraper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 44px;
  height: 6px;
  background: #fff;
  opacity: .2;
  border-radius: 0;
}

.banner-top-wraper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #30C8C6;
  opacity: 1;
}