* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

html {
  font-size: 100px;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}

.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dx {
  text-transform: uppercase;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

* {
  box-sizing: border-box;
}

.textdq {
  text-align: justify;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banner {
  width: 90%;
  margin: 0.3rem auto;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.banner .swiper-pagination-bullet-active {
  background: #ff690d;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.mbanner {
  display: none;
}

.mbanner img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* .banner  .swiper-slide{
  width: 100% !important;
} */


.bannerL {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  left: 30px;
  background: url(../images/bannerL.png) no-repeat center;
  z-index: 99999999;
  cursor: pointer;
  
}


.bannerR {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  right:40px;
  background: url(../images/bannerR.png) no-repeat center;
  z-index: 99999999;
  cursor: pointer;
}



@media (max-width: 768px) {
  .banner {
    display: none;
  }

  .mbanner {
    display: block;
    position: fixed;
    top: 0;
  }

  .foot-box {
    height: auto;
    background: url(../images/di.jpg) repeat center;
  }

  .foot-wx {
    display: none;
  }

  .foot-tell {
    margin-left: 0;
  }
}