@charset "UTF-8";
.con_center {
  width: 1200px;
  margin: 0 auto;
}

/* 轮播图 */
html, body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  left: 10px;
}

.swiper-wrapper .img-fluid {
  height: auto;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.swiper-pagination-bullet-active {
  height: 20px;
  border-radius: 20px;
  transition: all .5s ease-in-out;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 13px 0;
  background-color: #fff;
}

/* 导航 */
nav {
  width: 100%;
  height: 145px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
}

.navigation {
  height: 145px;
}

.nav-item a {
  font-size: 18px;
  color: #333;
  font-family: "siyuanlight";
}

.nav-item a:hover {
  color: #01C2F2;
}

.nav-item .active {
  color: #01C2F2;
}

/* menu */
.menu {
  background-color: #fff;
  min-height: 418px;
  border-top: 2px solid #e5e5e5;
  padding-top: 54px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  display: none;
}

.menu .integration h3 a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  font-family: "siyuanlight";
  margin-bottom: 21px;
  text-decoration: none;
}

.menu ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #969696;
}

/* 底部 */
footer {
  width: 100%;
  min-height: 363px;
  background-color: #303234;
}

.bottom .logo {
  padding-top: 48px;
}

.bottom .address {
  margin-bottom: 38px;
  display: flex;
}

.bottom .address .foot1 {
  margin-right: 37px;
}

.bottom p {
  color: #808080;
  font-family: "unilight";
}

.bottom .copy {
  font-size: 12px;
  letter-spacing: 1px;
}

.bottom .get {
  margin: 42px 0 26px;
}

.bottom ul li {
  color: #C9C9C9;
  font-family: "siyuanlight";
  font-size: 14px;
  display: block;
}

.bottom .link,
.bottom .code {
  padding-top: 125px;
}

.bottom a {
  text-decoration: none;
  color: #C9C9C9;
  font-family: "siyuanlight";
  font-size: 14px;
}

.bottom .wxword,
.bottom .wbword {
  margin-top: 16px;
  width: 104px;
  height: 22px;
  border: 1px solid #808080;
  border-radius: 20px;
}

.bottom .wxword span,
.bottom .wbword span {
  color: #808080;
  font-size: 12px;
  font-family: "siyuanlight";
}

.footer_bottom {
  display: flex;
}

.footer_bottom .bottom_left {
  margin-right: 102px;
}

.footer_bottom .bottom_center {
  margin-right: 102px;
}

.footer_bottom .bottom_right .code1 {
  margin-right: 13px;
}

.footer_bottom .bottom_center .among {
  display: flex;
}

.bottom_center .among .middle1,
.bottom_center .among .middle2 {
  margin-right: 50px;
}

/* 侧边栏 */
aside {
  width: 60px;
  height: 179px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 50;
}

aside ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

aside ul li {
  flex: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

aside ul li p {
  color: #717171;
  font-size: 12px;
}

aside ul li:hover .aside_item {
  width: 140px;
}

.aside_item {
  width: 0;
  height: 100%;
  position: absolute;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-106px);
  overflow: hidden;
  transition: all 0.2s;
}

.aside_phone {
  white-space: nowrap;
}

.aside_wx, .aside_qq {
  height: 135px;
}

.aside_wx img, .aside_qq img {
  height: 100%;
}

.sidebar {
  background-color: #fff;
  width: 21%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
  padding-top: 102px;
  display: none;
}

.sidebar .sidelink ul .brand {
  display: flex;
  justify-content: space-between;
  padding-right: 43px;
}

.sidebar .sidelink ul .brand .side_close {
  display: inline-block;
}

.sidebar .sidelink ul .brand .side_close img {
  cursor: pointer;
  width: 100%;
}

.sidebar .sidelink ul li {
  display: block;
  border-bottom: 2px solid #f2f2f2;
  padding-left: 66px;
  height: 59px;
  line-height: 59px;
}

.sidebar .sidelink ul li a {
  text-decoration: none;
  color: #808080;
  letter-spacing: 1px;
}

.sidebar .sidelink ul li a:hover {
  color: #01C2F2;
}
