@charset "UTF-8";
body * {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
}

body * {
  outline: none;
}

html,
body {
  position: relative;
}

body {
  font-family: Arimo, Arimo, Arial, Microsoft YaHei !important;
  height: 100%;
  background: #fff;
  font-size: 14px;
  color: #333;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

/* 样式初始化 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

td {
  border: 1px solid #999;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out 0s !important;
}

input:-internal-autofill-selected {
  transition: background-color 5000s ease-in-out 0s !important;
  background-color: transparent !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 0px transparent inset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

img {
  object-fit: cover;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 初始化Bootstrap 样式 */
.navbar-default .navbar-nav > li > a {
  color: #333333;
  font-size: 14px;
}

.dom-hidden {
  overflow: hidden;
}

.text-hidden {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-hidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-hidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hidetitle {
  display: none;
}

.text-center {
  font-size: 24px;
  color: #333333;
}

.slide-body {
  position: relative;
}

.slide-body .slide-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(45, 103, 78, 0.9) 7%, rgba(45, 103, 78, 0.2) 65%);
  display: flex;
  align-items: center;
  padding-left: 340px;
}

.slide-body .slide-mask .mask-title {
  font-size: 49px;
  color: #FFFFFF;
  line-height: 56px;
}

.slide-body .sy-box .sy-controls {
  display: none !important;
}

.slide-body .sy-box .sy-pager {
  bottom: 18px;
  display: flex;
  justify-content: center;
}

.slide-body .sy-box .sy-pager li {
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.slide-body .sy-box .sy-pager li a {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.55);
  transition: width 0.3s ease-in-out;
}

.slide-body .sy-box .sy-pager li.sy-active a {
  border-radius: 6px;
  width: 20px;
  height: 6px;
  background: #FFF;
}

.video_layer {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.video_layer video {
  width: 100%;
}

.handle_share {
  display: flex;
  align-items: center;
  margin-right: 100px;
}

.handle_share ul {
  display: flex;
  align-items: center;
}

.handle_share ul li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 6px;
  cursor: pointer;
}

.handle_share ul li.qr {
  position: relative;
}

.handle_share ul li.qr:hover .code {
  display: block;
}

.handle_share ul li.qr .code {
  display: none;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  z-index: 100;
  position: absolute;
  background-color: #fff;
  padding: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.handle_share ul li.qr .code img {
  width: 140px;
}

.glyphicon {
  top: 0;
}

@media screen and (max-width: 1600px) {
  .slide-body .slide-mask {
    padding: 0 200px;
  }
  .slide-body .slide-mask .mask-title {
    width: 100%;
    font-size: 46px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .slide-body .slide-mask {
    padding: 0 120px;
  }
  .slide-body .slide-mask .mask-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .slide-body .slide-mask {
    padding: 0 60px;
  }
  .slide-body .slide-mask .mask-title {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .slide-body .slide-mask {
    padding: 0 24rem;
  }
  .slide-body .slide-mask .mask-title {
    font-size: 24rem;
    line-height: 30rem;
  }
  .video_layer {
    padding: 16rem;
  }
}
