﻿

html,
body {
  position: relative;
  height: 100%;
}

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

/*---------------banner PC-------------------*/
.bannerPc {
  text-align: center;
}

.bannerPc ul,
.bannerPc li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bannerPc a {
  display: block;
}

.bannerPc img {
  max-width: 100%;
  vertical-align: middle;
}



.banner-html5zoo {
  /*overflow:hidden;*/
}

.banner-html5zoo .html5zoo-arrow-left-0,
.banner-html5zoo .html5zoo-arrow-right-0 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../image/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}

.banner-html5zoo:hover .html5zoo-arrow-left-0,
.banner-html5zoo:hover .html5zoo-arrow-right-0 {
  visibility: visible;
}

.banner-html5zoo .html5zoo-arrow-left-0 {
  left: 50px !important;
  background-position: 0 0 !important;
}

.banner-html5zoo .html5zoo-arrow-right-0 {
  right: 50px !important;
  background-position: -40px 0 !important;
}

.banner-html5zoo .html5zoo-arrow-left-1,
.banner-html5zoo .html5zoo-arrow-right-1 {
  width: 40px !important;
  height: 60px !important;
  top: 50% !important;
  margin-top: -30px !important;
  background: url(../image/slide_bPc.png) no-repeat !important;
  display: block !important;
  visibility: hidden;
}

.banner-html5zoo:hover .html5zoo-arrow-left-1,
.banner-html5zoo:hover .html5zoo-arrow-right-1 {
  visibility: visible;
}

.banner-html5zoo .html5zoo-arrow-left-1 {
  left: 50px !important;
  background-position: 0 0 !important;
}

.banner-html5zoo .html5zoo-arrow-right-1 {
  right: 50px !important;
  background-position: -40px 0 !important;
}

.banner-html5zoo .html5zoo-nav {
  text-align: center;
}

.banner-html5zoo .html5zoo-bullet-span {
  width: 1em !important;
  height: 2px !important;
  float: none !important;
  display: inline-block;
  background: #fff !important;
  opacity: 0.5;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 5px !important;
  vertical-align: middle;
}

.banner-html5zoo .html5zoo-bullet-span.active {
  width: 1em !important;
  height: 1em !important;
  border: 2px solid #fff;
  background: none !important;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}