* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #333;
}
@font-face{
  font-family: siyuan;
  src: url('../fonts/sy.otf');
  font-family: siyuan;
  font-weight: 500;
}
html {
  font-size: 100%;
  font-family:siyuan;
  color: #666;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
li {
  list-style: none;
  overflow: hidden;
}
div,
section,
li,
figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background-size: cover;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon {
  width: 1rem;
  height: 1rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
html {
  font-size: 100%;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img{
  border: none
}
.pages{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-bottom: 25px;
  margin-top: 25px;
}
.pages a{
  display: inline-block;
    padding: 8px 16px 8px 16px;
    border: 1px solid #eee;
    color: #888;
    font-size: 12px;
}
.page_active{
  background-color: #3486DA !important;
  color: #fff !important;
}

.pages a:hover{
  background-color: #3486DA;
  color: #fff;
}

.social-share > a:nth-of-type(7),
.social-share > a:nth-of-type(4),
.social-share > a:nth-of-type(8){
    display: none
}

.side {
  position: fixed;
  width: 150px;
  height: 300px;
  right: 0;
  top: 50%;
  margin-top: -150px;
  z-index: 100;
  background: url(../imgs/side.png) top no-repeat;
}

.QRcode_contact {
  position: relative;
  top: 110px;
  left: 9px;
}
