body {
  background: url(../images/bg-main.jpg) no-repeat;
  background-size: 100% 100vh;
  background-attachment: fixed;
}
html {
  font-family: STXihei, "Microsoft YaHei";
  font-family: STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑";
}
.index-banner-box .left {
  height: 440px;
  padding: 5px;
  background: #fff;
}
.index-banner-box .right > div {
  margin-left: 15px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
.index-banner-box .right > div > h1 {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-left: 10px;
  border-bottom: 1px solid #dadada;
}
.index-banner-box .right > div > .news {
  width: 100%;
  height: 380px;
  overflow-y: auto;
}
.index-banner-box .right > div > .news .last-m {
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500px;
}
.index-banner-box .right > div > .news a {
  overflow: hidden;
  display: block;
  height: 75px;
  margin: 0 10px;
  border-bottom: 1px solid #dadada;
}
.index-banner-box .right > div > .news a > div:nth-child(1) {
  float: left;
  width: 100px;
  height: 65px;
  margin: 5px 0;
  overflow: hidden;
}
.index-banner-box .right > div > .news a > div:nth-child(1) > img {
  width: 100%;
  height: 100%;
  transform: all 0.5s;
}
.index-banner-box .right > div > .news a > div:nth-child(1) > img:hover {
  transform: scale(1.04);
  opacity: 0.7;
}
.index-banner-box .right > div > .news a > div:nth-child(2) {
  width: calc(100% - 110px);
  float: right;
  line-height: 35px;
  font-size: 16px;
  color: #333;
}
.index-banner-box .right > div > .news a > div:nth-child(2) p {
  text-align: right;
  font-size: 14px;
  color: #666;
}
.index-content-box1,
.index-content-box2 {
  width: 100%;
}
.index-content-box1 .title,
.index-content-box2 .title {
  width: 100%;
  height: 60px;
  padding: 30px 0;
}
.index-content-box1 .title > div,
.index-content-box2 .title > div {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
.index-content-box1 .title > div > div:nth-child(1),
.index-content-box2 .title > div > div:nth-child(1) {
  border-bottom: 2px solid #333;
  position: relative;
}
.index-content-box1 .title > div > div:nth-child(1)::before,
.index-content-box2 .title > div > div:nth-child(1)::before,
.index-content-box1 .title > div > div:nth-child(1)::after,
.index-content-box2 .title > div > div:nth-child(1)::after {
  content: " ";
  position: absolute;
  bottom: -6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #333;
}
.index-content-box1 .title > div > div:nth-child(1)::before,
.index-content-box2 .title > div > div:nth-child(1)::before {
  right: -10px;
}
.index-content-box1 .title > div > div:nth-child(1)::after,
.index-content-box2 .title > div > div:nth-child(1)::after {
  left: -10px;
}
.index-content-box1 .content-list > .row,
.index-content-box2 .content-list > .row {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.index-content-box1 .content-list > .row > .col-md3-xxx,
.index-content-box2 .content-list > .row > .col-md3-xxx {
  flex: 0 0 20%;
  float: left;
  width: 20%;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .show-to-info,
.index-content-box2 .content-list > .row > .col-md3-xxx .show-to-info {
  display: block;
  text-decoration: none;
  margin: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .show-to-info:hover,
.index-content-box2 .content-list > .row > .col-md3-xxx .show-to-info:hover {
  background: #fff;
  box-shadow: 2px 2px 20px #666;
  margin-top: 7px;
  border-radius: 0px;
  border: 0 dotted #dadada;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .show-to-info P,
.index-content-box2 .content-list > .row > .col-md3-xxx .show-to-info P {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #999;
  line-height: 340px;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link,
.index-content-box2 .content-list > .row > .col-md3-xxx .link {
  margin: 10px;
  text-decoration: none;
  display: block;
  transition: all 0.6s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .mBox,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .mBox {
  height: 240px;
  width: 100%;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  position: relative;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .mBox::before,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .mBox::before {
  transition: all 0.6s ease-in-out;
  content: " ";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background: url(../images/icon-vplay.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 99;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .mBox::after,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .mBox::after {
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba(0, 0, 0, 0);
  content: " ";
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .mBox span,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .mBox span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  z-index: 99;
  color: #000;
  font-weight: 400;
  border-radius: 30px;
  background: #ffd350;
}
.index-content-box1
  .content-list
  > .row
  > .col-md3-xxx
  .link
  .mBox
  span::before,
.index-content-box2
  .content-list
  > .row
  > .col-md3-xxx
  .link
  .mBox
  span::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #000;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .mBox > .imgMax,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .mBox > .imgMax {
  transition: all 0.6s ease-in-out;
  height: 100%;
  width: 100%;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .tBox,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .tBox {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .tBox p,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .tBox p {
  padding: 0 10px 0px;
  text-align: left;
  line-height: 25px;
  font-size: 18px;
  color: #333;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .tBox p i,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .tBox p i {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  font-style: normal;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .tBox p > span,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .tBox p > span {
  color: #ffd350;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  margin: 0 4px;
  z-index: 99;
  color: #333;
  border-radius: 30px;
  border: 1px solid #dadada;
  margin-top: 10px;
  float: left;
  font-weight: 400;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .tBox p > img,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .tBox p > img {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.index-content-box1
  .content-list
  > .row
  > .col-md3-xxx
  .link
  .tBox
  p
  span:last-child,
.index-content-box2
  .content-list
  > .row
  > .col-md3-xxx
  .link
  .tBox
  p
  span:last-child {
  float: right;
  color: red;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link .tBox .username,
.index-content-box2 .content-list > .row > .col-md3-xxx .link .tBox .username {
  color: #999;
}
.index-content-box1
  .content-list
  > .row
  > .col-md3-xxx
  .link
  .tBox
  p:nth-child(1),
.index-content-box2
  .content-list
  > .row
  > .col-md3-xxx
  .link
  .tBox
  p:nth-child(1) {
  margin-top: 10px;
}
.index-content-box1 .content-list > .row > .col-md3-xxx .link:hover,
.index-content-box2 .content-list > .row > .col-md3-xxx .link:hover {
  background: #fff;
  box-shadow: 2px 2px 20px #666;
  margin-top: 7px;
}
.index-content-box1
  .content-list
  > .row
  > .col-md3-xxx
  .link:hover
  .mBox:hover::before,
.index-content-box2
  .content-list
  > .row
  > .col-md3-xxx
  .link:hover
  .mBox:hover::before {
  width: 100px;
  height: 100px;
}
.index-content-box1
  .content-list
  > .row
  > .col-md3-xxx
  .link:hover
  .mBox:hover::after,
.index-content-box2
  .content-list
  > .row
  > .col-md3-xxx
  .link:hover
  .mBox:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.index-content-box1
  .content-list
  > .row
  > .col-md3-xxx
  .link:hover
  .mBox:hover
  .imgMax:hover,
.index-content-box2
  .content-list
  > .row
  > .col-md3-xxx
  .link:hover
  .mBox:hover
  .imgMax:hover {
  transform: scale(1.05);
}
.index-content-box2 .item-lists {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  background: #fff;
}
.index-content-box2 .item-lists .item3 {
  flex: 0 0 20%;
  width: 20%;
}
.index-content-box2 .item-lists .item3 .item {
  cursor: pointer;
  padding: 8px;
  transition: all 0.6s ease-in-out;
}
.index-content-box2 .item-lists .item3 .item .img-max-box {
  position: relative;
  width: 100%;
  height: 240px;
}
.index-content-box2 .item-lists .item3 .item .img-max-box::before {
  transition: all 0.6s ease-in-out;
  content: " ";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background: url(../images/icon-vplay.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 99;
}
.index-content-box2 .item-lists .item3 .item .img-max-box::after {
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba(0, 0, 0, 0);
  content: " ";
}
.index-content-box2 .item-lists .item3 .item .img-max-box > span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  z-index: 99;
  color: #000;
  border-radius: 30px;
  background: #ffd350;
  font-weight: 400;
}
.index-content-box2 .item-lists .item3 .item .img-max-box > span::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #000;
}
.index-content-box2 .item-lists .item3 .item .img-max-box > .img-max {
  width: 100%;
  height: 240px;
  display: block;
  margin: 0px auto 20px;
  position: relative;
}
.index-content-box2 .item-lists .item3 .item > .username {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.index-content-box2 .item-lists .item3 .item > .username > p:first-child {
  border-radius: 20px;
  border: 1px solid #333;
  height: 35px;
  line-height: 35px;
  width: 60px;
  display: block;
  margin: 0 auto;
}
.index-content-box2 .item-lists .item3 .item > .username > p:last-child {
  margin: 20px 0;
}
.index-content-box2 .item-lists .item3 .item:hover {
  background: #fff;
  box-shadow: 2px 2px 20px #666;
  margin-top: -6px;
}
.index-content-box2 .item-lists .item3 .item:hover .img-max-box:hover::before {
  width: 100px;
  height: 100px;
}
.index-content-box2 .item-lists .item3 .item:hover .img-max-box:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.index-content-banner {
  width: 100%;
  height: 400px;
  position: relative;
  opacity: 0.8;
}
.index-content-banner > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.index-content-banner > img:nth-child(2) {
  width: 700px;
  height: 360px;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: #ffffff85;
}
.footer-box {
  background: #fff;
  box-shadow: 1px 1px 10px #dadada;
  position: relative;
  z-index: 9;
  padding: 35px;
}
.footer-box .layui-row > div:last-child h1,
.footer-box .layui-row > div:last-child a {
  margin-left: 90px;
}
.footer-box .layui-row > div {
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.footer-box .layui-row > div h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.footer-box .layui-row > div a {
  text-decoration: none;
  display: block;
  color: #333;
  font-weight: 400;
  line-height: 35px;
}
.footer-box .layui-row > div a:hover {
  color: red;
}
.footer-box .footer-bottom {
  padding: 10px 0 0;
  margin-top: 15px;
  border-top: 1px solid #666;
}
.footer-box .footer-bottom a {
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: 400;
  color: #333;
  line-height: 60px;
}
.footer-box .footer-bottom a > img {
  width: 160px;
  height: 60px;
}
.footer-box .footer-bottom a:hover {
  color: red;
}
.home-record-play .videoPB {
  margin: 0px auto 40px;
}
.home-record-play .videoPB .author {
  padding: 10x;
  border-bottom: 2px solid #fff;
  background: #333;
}
.home-record-play .videoPB .author > img {
  border-radius: 50%;
  border: 2px solid #dadada;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 10px 15px;
}
.home-record-play .videoPB .author > h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  width: 500px;
}
@keyframes spring-show {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  95% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.newZ-X-XW {
  height: 370px;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.newZ-X-XW > img {
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.newZ-X-XW .l-row {
  width: 1050px;
  height: 320px;
  position: relative;
  z-index: 9;
  padding: 20px;
  margin: 0px auto;
  overflow: ß;
}
.newZ-X-XW .l-row::before {
  content: " ";
  position: absolute;
  z-index: -1;
  border: 4px solid #dadada;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: rgba(206, 229, 255, 0.86);
}
.newZ-X-XW .l-row h1 {
  margin: 16px auto;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.newZ-X-XW .l-row .md6 {
  width: 50%;
  float: left;
}
.newZ-X-XW .l-row .md6 a {
  display: block;
  height: 45px;
  line-height: 45px;
  position: relative;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-left: 90px;
  text-align: left;
}
.newZ-X-XW .l-row .md6 a:hover {
  color: red;
  text-decoration: underline;
}
.newZ-X-XW .l-row .md6 a::before {
  position: absolute;
  content: " ";
  height: 6px;
  width: 6px;
  top: 19px;
  left: -12px;
  background: #000;
}
::-webkit-scrollbar {
  width: 24px;
  background-color: transparent;
}
::-webkit-scrollbar:horizontal {
  height: 24px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: #f6f8fc;
  border-right: 1px solid #f1f5fa;
  border: 1px solid #f1f5fa;
}
::-webkit-scrollbar-thumb {
  background-color: #dce4f3;
  border-radius: 0px;
  border-top: 1px solid #edf2f9;
  border-bottom: 1px solid #edf2f9;
  border-left: 1px solid #f1f5fa;
}
::-webkit-scrollbar-thumb:horizontal {
  border-radius: 0px;
  border-top: 1px solid #edf2f9;
}
::-webkit-scrollbar-button:decrement {
  border-bottom: 1px solid #edf2f9;
  height: 26px;
  background: url("images/scroll_up.png") 7px 9px no-repeat;
  border-right: 1px solid #f1f5fa;
  border-left: 1px solid #f1f5fa;
}
::-webkit-scrollbar-button:increment {
  border-top: 1px solid #edf2f9;
  height: 26px;
  background: url("images/scroll_down.png") 7px 10px no-repeat;
  border-right: 1px solid #f1f5fa;
  border-left: 1px solid #f1f5fa;
  border-bottom: 1px solid #f1f5fa;
}
::-webkit-scrollbar-button:horizontal:decrement {
  border-top: 1px solid #edf2f9;
  width: 26px;
  background: url("images/scroll_left.png") 9px 7px no-repeat;
  border-top: 1px solid #f1f5fa;
  border-bottom: 1px solid #f1f5fa;
  border-right: 1px solid #f1f5fa;
}
::-webkit-scrollbar-button:horizontal:increment {
  border-top: 1px solid #edf2f9;
  width: 25px;
  background: url("images/scroll_right.png") 10px 7px no-repeat;
  border-left: 1px solid #f1f5fa;
}
::-webkit-scrollbar-corner {
  border: 1px solid #dce4f3;
}
.left-flex {
  position: fixed;
  left:  0;
  bottom: 40%;
  height: 248px;
  z-index: 999;
}
.left-flex > div:first-child {
  border-top: 1px solid rgb(136, 180, 78);
}
.left-flex > div {
  background: #fff;
  height: 60px;
  width: 60px;
  border-bottom: 1px solid #5cb85c;
  border-left: 1px solid #5cb85c;
  border-right: 1px solid #5cb85c;
  text-align: center;
  line-height: 30px;
  color: #5cb85c;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
}
.left-flex > div:hover {
  background-color: rgb(136, 180, 78);
  color: #fff;
  /*transform: translateX(10px);*/
}

.left-flex > div:hover i {
    transform:rotate(7deg);
}
.left-flex > div i {
  display: block;
  font-size: 24px;
  font-weight: 300;
  transition: all .1s;
}
/*.left-flex > div  .show-open {*/
/*     display: block!important;*/
/* }*/



.left-flex > div .show-open {
  display: none;
  position: absolute;
  left: 72px;
  z-index: 1000;
  width: 200px;
  top: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 1px solid #333;
  border-radius: 14px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.left-flex > div:nth-child(2):hover .show-open {
  display: block;
}
.back-to-top {
  display: none;
  height: 60px;
  width: 60px;
  outline: none;
  background-color: #fff;
  color: #5cb85c;
  font-size: 26px;
  cursor: pointer;
}
.back-to-top i {
  line-height: 60px;
  font-weight: 700;
}
.back-to-top:hover {
  background-color: #5cb85c;
  color: #fff;
} /*# sourceMappingURL=./init.css.map */
