/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  min-width: 1280px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}
img,
a,
span {
  display: block;
}
img {
  max-width: 100%;
}
hr {
  border: none;
}
.page {
  width: 92%;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input,
textarea,
button {
  font-family: inherit;
  display: block;
}
button {
  background-color: transparent;
  border: none;
}
html,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei";
  color: #333;
}
.iconfont {
  user-select: none;
}
.icon-remen {
  color: #e83417;
}
.swiper-btn {
  width: 100%;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.swiper-btn .iconfont {
  cursor: pointer;
}
.bs_con {
  line-height: 1.75;
  padding: 25px 0;
}
.bs_con p {
  font-weight: lighter;
  text-indent: 2rem;
}
.bs_con img {
  margin: 0 auto;
  height: auto !important;
}
p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline;
}
h1 {
  font-size: 45px;
  font-weight: bold;
}
h2 {
  font-size: 36px;
  font-weight: bold;
}
.wz-bt {
  font-size: 48px;
  line-height: 1.75;
}
p {
  line-height: 1.75;
}
p.sm {
  font-weight: lighter;
}
p[style] img {
  display: inline-block;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  width: auto !important;
}
video {
  display: block;
  max-width: 100%;
  height: auto !important;
}
/* 幻灯片 */
.index_banner {
  position: relative;
  overflow: hidden;
}
.index_banner img {
  width: 100%;
}
.index_banner .swiper-btn {
  transition: 0.3s all ease-in-out;
}
.index_banner .swiper-btn .iconfont {
  width: 50px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 50px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.index_banner .swiper-btn .iconfont:hover {
  opacity: 0.6 !important;
}
.index_banner .swiper-btn .banner-next {
  transform: scaleX(-1);
}
.index_banner:hover .swiper-btn {
  padding: 0 20px;
}
.index_banner:hover .swiper-btn .iconfont {
  opacity: 0.3;
}
.banner2 img {
  width: 100%;
  display: block;
}
div.video-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: url(../image/video-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 11;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.mask .video-box {
  height: 60vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mask .video-box video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.more {
  width: 175px;
  height: 47px;
  line-height: 45px;
  border-radius: 45px;
  border: 1px solid #ccc;
  padding-left: 33px;
  font-size: 15px;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.more::before,
.more::after {
  content: '';
  width: 19px;
  height: 12px;
  position: absolute;
  top: 40%;
  right: 23px;
  z-index: 1;
  transition: all 0.2s linear;
}
.more::before {
  background: url(../image/arrowRight.png);
  right: 100%;
  opacity: 0;
}
.more::after {
  background: url(../image/arrowRight-h.png);
  right: 23px;
}
.more:hover {
  color: #fff;
  background-color: #34bce4;
  transition: all 0.2s linear;
}
.more:hover::before {
  right: 23px;
  opacity: 1;
  transition: all 0.2s linear;
}
.more:hover::after {
  right: -50%;
  opacity: 0;
  transition: all 0.2s linear;
}
.more[class*="on"] {
  color: #fff;
  background-color: #34bce4;
  margin: 30px 0 45px;
}
.more[class*="on"]::before {
  right: 23px;
  opacity: 1;
}
.more[class*="on"]::after {
  display: none;
}
.more[class*="op"]::before {
  background: url(../image/arrowRight-h.png);
}
.more[class*="op"]::after {
  background: url(../image/arrowRight.png);
}
.more[class*="op"]:hover {
  background-color: #fff;
  color: #34bce4;
}
.viewer-container {
  z-index: 9999999 !important;
}
.viewer-container .viewer-close {
  top: -75px;
  right: -75px;
  width: 150px;
  height: 150px;
}
.viewer-container .viewer-close::before {
  bottom: 32px;
  left: 34px;
  width: 26px;
  height: 26px;
  background: url(../image/close.png) no-repeat center;
  background-size: cover;
}
