.main-container {
  background: #fff;
  overflow: hidden;
}
.main-container .banner .text-box h1 {
  font-size: 3em !important;
}
.main-container .banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-container .banner .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.main-container .banner video {
  width: 100%;
  height: 100vh;
  background: #000;
  object-fit: cover;
}
.main-container .banner img {
  width: 100%;
}
.main-container .banner .text-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-container .banner .banner-m {
  display: none;
}
.main-container .banner .banner-text {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 100%;
  font-size: 17px;
}
.main-container .banner .banner-text span.num {
  display: inline-block;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 4px;
}
.main-container .banner .banner-text .item {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.main-container .banner .banner-text .item div {
  display: inline-block;
  margin-right: 13px;
}
.main-container .banner .scroll-box {
  position: absolute;
  top: 50%;
  right: calc(3.75% - 173px);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.main-container .banner .scroll {
  color: #fff;
  font-size: 20px;
  transform: rotate(90deg);
  margin-left: -143px;
}
.main-container .banner .scroll span {
  vertical-align: middle;
}
.main-container .banner .scroll div {
  display: inline-block;
  margin-left: 19px;
  height: 2px;
  width: 286px;
  vertical-align: middle;
  background: #fff;
}
.main-container .banner .banner-text .item span {
  text-align: center;
}
.main-container .banner .text-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
}
.main-container .banner .text-box h1 {
  position: static;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  padding: 0 5%;
}
/* @media (max-width:1400px){
    .main-container .banner .text-box{
        top: 42%;
    }
} */
.main-container .banner .text-box .text {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 15px #000;
  margin-bottom: 45px;
}
.main-container .banner .text-box .btn-group {
  margin-top: 40px;
}
.main-container .banner .text-box .btn-group a {
  color: #fff;
  margin: 0 16px;
}
.main-container .banner .text-box .btn-group a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
.scrollmagic01 {
  height: 300vh !important;
}
.page1 {
  position: relative !important;
  height: 100vh !important;
  overflow: hidden;
}

.page3 {
  position: relative;
  z-index: 9;
  background: #fff;
  margin-top: 90px;
  margin-bottom: 90px;
}
.page3 .item-title {
  margin-bottom: 60px;
}
.page3 .content {
  position: relative;
}
.page3 .content .text-box {
  position: absolute;
  top: 60%;
  left: 10%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.page3 .content .text-box.active {
  top: 55%;
  opacity: 1;
  z-index: 3;
}
.page3 .content .text-box h2 {
  color: #fff;
  margin-bottom: 20px;
}
.page3 .content .text-box p {
  color: #fff;
  margin-bottom: 30px;
  max-width: 500px;
}
.page3 .content .text-box a {
  margin-right: 30px;
}
.page3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}
.page3 .bg.active {
  display: block;
  opacity: 1;
}
.page3 .icon-box {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 10%;
}
.page3 .icon-box .item {
  text-align: center;
  display: inline-block;
  width: 16.666666666%;
  position: relative;
  float: left;
  cursor: pointer;
}
.page3 .icon-box .item .icon {
  width: 38%;
  max-width: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.page3 .icon-box .item .icon_active {
  width: 38%;
  max-width: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  display: none;
}
.page3 .icon-box .item .round {
  width: 63%;
  max-width: 160px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  transform: scale(1.1);
  position: relative;
  z-index: 2;
}
.page3 .icon-box .item .text {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
}
.page3 .icon-box .item.active .round {
  opacity: 1;
  transform: scale(1);
}
.page3 .icon-box .item.active .icon {
  display: none;
}
.page3 .icon-box .item.active .icon_active {
  display: block;
}
.page3 .img-bg {
  width: 100%;
  display: block;
}

.page2 {
  position: relative;
  margin-top: 100px;
}
.page2 h2 {
  text-align: center;
  margin-bottom: 60px;
}
.page2 .swiper-container {
  display: none;
}
.page2 .lg-box {
  display: inline-block;
  float: left;
  width: 65.7%;
  padding-right: 3.5%;
}
.page2 .sm-box {
  display: inline-block;
  float: left;
  width: 32.3%;
}
.page2 .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.page2 .sm-box .item {
  margin-bottom: 8px;
}
.page2 .sm-box .item:last-child {
  margin-bottom: 0;
}
.page2 .item img {
  width: 100%;
}
.page2 .title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
}
.page2 .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page2 .item .text-box {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px 22px 10px 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page2 .item .text-box .title {
  font-size: 15px;
  text-align: left;
  margin: 0;
}
.page2 .item .text-box .time {
  font-size: 15px;
  margin-top: 4px;
}
.page2 .item .text-box .btn-arrow {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.page2 .item.sm {
  display: inline-block;
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
  margin-top: 20px;
}
.page2 .item:hover .hover-img {
  transform: scale(1.05);
}
.page2 .item:hover .text-box {
  bottom: 10px;
}
.page2 .img-box.v2 .sm-box {
  width: 31.4%;
  margin-bottom: 25px;
  float: left;
}
.page2 .img-box.v2 .lg-box {
  width: 64.85%;
  padding: 0;
  margin-right: 2.25%;
  margin-bottom: 25px;
}
.page2 .img-box.v2 .lg-box:last-child {
  margin-left: 2.25%;
  margin-right: 0;
}
.page2 .img-box.v2 .row {
  margin: 0 -10px;
}

.page5 {
  position: relative;
  margin-bottom: 90px;
}
.page5 .item-title {
  margin-bottom: 60px;
}
.page5 .list-box .item {
  margin-bottom: 0;
}
.page5 .list-box a {
  background: #f8f8f8;
}
.page5 .list-box .item .text-box {
  height: 220px;
  overflow: hidden;
}
.page5 .list-box .item:hover .text-box {
  background: #f2f2f2;
}
.page5 .list-box .item p {
  margin-bottom: 0;
  padding: 0 20px;
}
.page5 .list-box .item .title {
  border: none;
  padding: 0;
  color: #000;
  padding: 0 20px;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page5 .list-box .item .info {
  padding: 0 20px;
  margin-bottom: 15px;
}
.page5 .list-box .tag {
  background: rgba(159, 156, 156, 0.9);
  padding: 8px 30px;
}
.page5 .btn-group {
  text-align: center;
  display: block;
  margin: 60px auto 0 auto;
}
.page5 .btn-group a {
  margin: 0 30px;
}
#wrapper {
  position: relative;
  color: #666;
}
#wrapper .tag-box {
  height: 50px;
  background: #f8f8f8;
}
#wrapper .content {
  height: 0;
  background: #f8f8f8;
}
#wrapper .sec-title {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}
#wrapper .item {
  margin-bottom: 35px;
  padding: 0 20px;
}
#wrapper .item .time {
  font-size: 15px;
}
#wrapper .item:hover .sec-title {
  color: #c70713;
}
#wrapper .item:hover .time {
  color: #c70713;
}

.page6 {
  position: relative;
}
.page6 .text-box {
  position: absolute;
  top: 44%;
  right: 20%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: left;
}
.page6 .text-box h2 {
  color: #fff;
}
.page6 .text-box .text {
  color: #fff;
  margin: 15px 0 30px 0;
}
.page6 .text-box .btn-group {
  text-align: center;
  margin: 0 auto;
}
.page6 .text-box .btn-group a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}

.page7 {
  padding-bottom: 90px;
  background: url(/assets/image/7d62f2e8075626a5ebc8b867a67cca1e0e16c0349104be4aa103276e4b929cd7.jpg) no-repeat;
  background-size: cover;
}
.page7 .title {
  font-size: 48px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
.page7 .tab {
  text-align: center;
}
.page7 .tab .item {
  color: #a8a8a8;
  display: inline-block;
  padding: 0 9px;
  margin: 0 15px;
  cursor: pointer;
}
.page7 .tab .item.active {
  border-bottom: 2px solid #a8a8a8;
}
.page7 .content {
  margin-top: 36px;
  padding: 0 3.8%;
}
.page7 .content .left-box {
  display: inline-block;
  float: left;
  width: 53%;
  border-right: 2px solid #a8a8a8;
  padding-right: 50px;
  position: relative;
}
.page7 .content .left-box .tag {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #a8a8a8;
  font-size: 15px;
  letter-spacing: 4px;
}
.page7 .content .left-box .sec-title {
  font-size: 23px;
  margin-top: 24px;
  margin-bottom: 5px;
}
.page7 .content .left-box a {
  color: #4c4c4c;
  text-align: right;
  margin-right: 10px;
}
.page7 .content .left-box .img-box a {
  float: none !important;
  text-align: left;
  margin-right: 0px;
}
.page7 .content .left-box img {
  width: 100%;
}
.page7 .content .right-box {
  display: inline-block;
  float: left;
  width: 47%;
  padding-left: 50px;
}
.page7 .content .right-box .item {
  margin-bottom: 60px;
}
.page7 .content .right-box .item a {
  text-decoration: none;
  color: #666;
}
.page7 .content .right-box .item:last-child {
  margin-bottom: 0;
}
.page7 .content .right-box .tag {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #a8a8a8;
  font-size: 15px;
  letter-spacing: 4px;
}
.page7 .content .right-box .sec-title {
  font-size: 23px;
  margin-top: 16px;
  margin-bottom: 5px;
  padding-right: 10px;
}
.page7 .morebtn {
  display: block;
  color: #919191;
  width: 220px;
  height: 52px;
  line-height: 50px;
  border: 2px solid #919191;
  font-size: 20px;
  text-align: center;
  margin: 50px auto 0 auto;
}
.page7 .morebtn:hover {
  text-decoration: none;
  background-color: #c70713;
  color: #fff;
  border: 2px solid #c70713;
}

.page8 {
  position: relative;
  margin: 90px 0;
}
.page8 .item-title {
  margin-bottom: 60px;
}
.page8 .container {
  position: relative;
}
.page8 .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.page8 .content a {
  text-align: none;
  color: #fff;
  text-decoration: none;
}
.page8 .content a.btn-arrow {
  min-width: 120px;
}
.page8 .content .item {
  text-align: center;
  line-height: 37px;
  position: relative;
}
.page8 .content .item .line {
  position: absolute;
  top: -10px;
  right: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}
.page8 .content .text-row {
  margin-top: 60px;
}
.page8 .content .item .text-box {
  text-align: left;
  color: #fff;
}
.page8 .content .text-row .item {
  margin-left: 6%;
}
@media (max-width: 1500px) {
  .page8 .content .text-row {
    margin-top: 50px;
  }
  .page8 .content .text-row .item {
    margin-left: 5%;
  }
}
@media (max-width: 1220px) {
  .page8 .content .text-row {
    margin-top: 15px;
  }
  .page8 .content .text-row .item {
    margin-left: 3%;
  }
  .page8 .content a {
    font-size: 14px;
  }
  .page8 .text-box .title,
  .page8 .text-box p {
    font-size: 14px;
  }
}
.page8 .content .item .text-box .title {
  font-weight: bold;
}
.page8 .content .item .text-box p {
  margin: 0;
}
.page8 .content img {
  vertical-align: middle;
  margin-right: 20px;
}
.page8 .content .text {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .page1 {
    height: 100vh !important;
  }
  .main-container .banner .video-mask {
    display: none;
  }
  .main-container .banner {
    height: 100vh;
    background: url(/assets/image/0e1fcbf950faec5afd7dc805d1dec3ec21b460e4f8ad778e0cb81fe24c8ff71a.png) center bottom no-repeat;
    background-size: cover;
  }
  .main-container .banner video {
    display: none;
  }
  .main-container .banner .banner-m {
    width: 100%;
    display: block;
  }
  .main-container .banner .scroll-box {
    display: none;
  }
  .main-container .banner .text-box {
    top: 48%;
    padding: 0 5%;
  }
  .main-container .banner .text-box h1 {
    font-size: 22px !important;
  }
  .main-container .banner .text-box .text {
    font-size: 22px;
  }
  .main-container .banner .banner-text {
    padding: 0 5%;
    text-shadow: 1px 1px 15px #000;
  }
  .main-container .banner .banner-text .item {
    font-size: 12px;
  }
  .main-container .banner .banner-text span.num {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .main-container .banner .banner-text .item div {
    margin-right: 0;
  }

  .page3 {
    padding-top: 0px;
    margin-top: 45px;
    margin-bottom: 0;
  }
  .page3 .item-title {
    margin-bottom: 30px;
  }
  .page3 .title {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .page3 .photo-box,
  .page3 .photo-box.v2 {
    padding: 0 5%;
  }
  .page3 .photo-box .item,
  .page3 .photo-box.v2 .item {
    width: 100%;
    margin: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-bottom: 30px;
  }
  .page3 .photo-box .item.active,
  .page3 .photo-box.v2 .item.active {
    width: 100%;
    box-shadow: none;
    margin-bottom: 30px;
  }
  .page3 .photo-box .item .sec-title,
  .page3 .photo-box.v2 .item .sec-title {
    position: relative;
    background: none;
    color: #4d4c4d;
    font-weight: bold;
    height: auto;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .page3 .photo-box.v2 .item .sec-title {
    top: 0;
  }
  .page3 .photo-box .item.active .sec-title,
  .page3 .photo-box.v2 .item.active .sec-title {
    position: relative;
    background: none;
    color: #4d4c4d;
    font-weight: bold;
    top: 0;
    text-align: left;
    height: auto;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .page3 .photo-box.v2 .item.active .sec-title {
    padding-left: 5px;
    font-size: 16px;
  }
  .page3 .photo-box .item.active .sec-title .right {
    display: none;
  }
  .page3 .photo-box .item.active .sec-title .left {
    display: inline-block;
  }
  .page3 .photo-box .item img {
    width: 100%;
  }
  .page3 .photo-box .item .mask {
    display: none;
  }
  .page3 .photo-box {
    display: block !important;
  }
  .page3 .photo-box.hide {
    display: none !important;
  }
  .page3 .photo-box.show {
    position: static;
  }
  .page3 .photo-box .item .icon-link {
    display: block;
    color: #707070;
    background: url(/assets/image/c0f8ec61971dabfd1878bfe3eef722ed15b24c1875c24c1bf8916413b8abfa5e.png) left center no-repeat;
    padding-left: 20px;
    background-size: 12px;
    font-size: 15px;
    margin-left: 8px;
  }
  .page3 .photo-box .item .link-box {
    margin-left: 0;
    display: block;
  }
  .page3 .photo-box .item .link-box .ball {
    display: none;
  }
  .page3 .photo-box .item .link-box a {
    display: block;
    color: #707070 !important;
    background: url(/assets/image/c0f8ec61971dabfd1878bfe3eef722ed15b24c1875c24c1bf8916413b8abfa5e.png) left center no-repeat;
    padding-left: 20px;
    background-size: 12px;
    font-size: 15px;
    margin-left: 8px;
    margin-bottom: 10px;
  }
  .page3 .content .text-box {
    top: 70%;
  }
  .page3 .content .text-box.active {
    top: 60%;
  }
  .page3 .content .text-box a {
    margin-right: 15px;
    width: 140px;
  }
  .page3 .scroll-box {
    overflow: scroll;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
  }
  .page3 .scroll-box::-webkit-scrollbar {
    display: none;
  }
  .page3 .content .text-box h2 {
    margin-bottom: 20px;
  }
  .page3 .icon-box {
    position: static;
    padding: 0 5%;
    width: calc(110px * 6 + 10%);
  }
  .page3 .icon-box .item {
    width: 110px;
    margin-bottom: 30px;
  }
  .page3 .icon-box .item .icon {
    width: 40%;
  }
  .page3 .icon-box .item .icon_active {
    width: 40%;
  }
  .page3 .icon-box .item .round {
    width: 68%;
    transform: scale(1);
  }
  .page3 .icon-box .item .text {
    font-size: 12px;
    bottom: -20px;
  }
  .page3 .content .text-box p {
    color: #fff;
    margin-bottom: 30px;
    max-width: auto;
    width: 80%;
  }

  .page2 {
    margin-top: 25px;
  }
  .page2 h2 {
    margin-bottom: 30px;
  }
  .page2 .img-box {
    display: none;
  }
  .page2 .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .page2 .content {
    padding: 0 5%;
  }
  .page2 .swiper-container {
    display: block;
    padding-bottom: 90px;
  }
  .page2 .swiper-container .img-box {
    display: block;
  }
  .page2 .swiper-slide {
    position: relative;
    cursor: pointer;
  }
  .page2 .swiper-slide .img-box img {
    width: 100%;
  }
  .page2 .swiper-slide .img-box .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.47);
    color: #fff;
    padding: 22px 0 22px 8%;
  }
  .page2 .swiper-slide .img-box .text-box .title {
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
  .page2 .swiper-slide .img-box .text-box {
    padding: 7px 0 7px 8%;
  }
  .page2 .swiper-slide .img-box .text-box .title {
    font-size: 14px;
  }
  .page2 .swiper-slide .img-box .text-box .time {
    font-size: 13px;
  }
  .page2 .swiper-button-prev,
  .page2 .swiper-button-next {
    top: 36%;
  }
  .page2 .morebtn {
    display: block;
    text-align: center;
    color: #919191;
    width: 220px;
    height: 52px;
    line-height: 50px;
    border: 2px solid #919191;
    font-size: 18px;
    margin: 0 16px;
    position: absolute;
    left: 37.5%;
    bottom: 45px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    margin: 0;
    width: 170px;
    height: 40px;
    line-height: 36px;
    font-size: 15px;
    bottom: 30px;
  }

  .swiper-button-prev {
    display: block;
    width: 38px;
    height: 38px;
    background: url(/assets/image/d74de392f31930547e67b7e76092f2f92ec7f387403f67679c9a26328bd048f5.png) no-repeat;
    background-size: 100%;
    left: 5px;
  }
  .swiper-button-next {
    display: block;
    width: 38px;
    height: 38px;
    background: url(/assets/image/6bca10747124a1a3b998b5a31471932e5a26da1bf4255fe963c5cc1700384836.png) no-repeat;
    background-size: 100%;
    right: 5px;
  }
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .page5 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .page5 .item-title {
    margin-bottom: 30px;
  }
  .page5 .list-box .item {
    margin-bottom: 30px;
  }
  .page5 .btn-group {
    margin: 30px auto 0 auto;
  }
  .page5 .btn-group a {
    width: 150px;
    margin: 0 10px;
  }

  .page6 .text-box .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .page6 .text-box {
    left: 0;
    top: 50%;
    right: auto;
    text-align: center;
    width: 100%;
  }
  .page6 .text-box .btn-group a {
    font-size: 15px;
    width: 125px;
    height: 45px;
    line-height: 41px;
    margin: 0 10px;
  }
  .page7 .title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 45px;
  }
  .page7 .tab .item {
    padding: 0;
  }
  .page7 .content {
    padding: 0 5%;
  }
  .page7 .content .left-box {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .page7 .content .left-box .img-box {
    position: relative;
  }
  .page7 .content .left-box .text-box {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.47);
    color: #fff;
    padding: 7px 0 7px 5%;
  }
  .page7 .content .left-box .text-box .sec-title {
    font-size: 12px;
    margin: 0;
  }
  .page7 .content .left-box .text-box .time {
    font-size: 12px;
  }
  .page7 .content .left-box .tag {
    z-index: 9;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    width: 90px;
  }
  .page7 .content .right-box .tag {
    z-index: 9;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    width: 90px;
  }

  .page7 .content .left-box a {
    display: inline-block;
    float: none;
    font-size: 12px;
    /* margin: 15px 0 30px 0; */
  }
  .page7 .content .left-box .img-box {
    margin-bottom: 15px;
  }
  .page7 .content .right-box {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .page7 .content .right-box .item {
    margin-bottom: 30px;
  }
  .page7 .content .right-box .sec-title {
    font-size: 15px;
    margin-top: 10px;
  }
  .page7 .content .right-box .time {
    font-size: 12px;
  }
  .page7 .morebtn {
    width: 170px;
    height: 40px;
    line-height: 36px;
    font-size: 15px;
    bottom: 30px;
    margin-top: 20px;
  }
  .page8 {
    margin: 45px 0;
  }
  .page8 .item-title {
    margin-bottom: 30px;
  }
  .page8 .content .text-row {
    margin-top: 15px;
    text-align: center;
  }
  .page8 .content .text-row .item {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .page8 .content .item .text-box {
    text-align: center;
    width: 100%;
  }
  .page8 .left-box {
    width: 100%;
  }
  .page8 .left-box .title {
    display: none;
  }
  .page8 .left-box .title.pc {
    display: block;
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
  .page8 .left-box .content-box {
    padding: 6% 5% 5% 5%;
  }
  .page8 .left-box .content-box .top-box {
    padding: 0;
  }
  .page8 .left-box .content-box .top-box .lg-box {
    width: 100%;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    padding: 5%;
  }
  .page8 .left-box .content-box .top-box .lg-box .item {
    border: 1px solid #a8a8a8;
    line-height: 30px;
  }
  .page8 .left-box .content-box .top-box .lg-box .item .icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 100%;
    margin-right: 20px;
  }
  .page8 .left-box .content-box .top-box .lg-box .item:nth-child(1) .icon {
    background: url(/assets/image/1ad84074918a5cb310ef50e9b1592ebe501a2bf07c5a7b5de723d568149152fd.png) center no-repeat;
    background-size: 100%;
    margin-left: 35px;
  }
  .page8 .left-box .content-box .top-box .lg-box .item:nth-child(2) .icon {
    background: url(/assets/image/bb6027db3ba061af33a94451730d4e9976a818b259d67ae045519b5dc65975d2.png) center no-repeat;
    background-size: 100%;
    margin-left: 35px;
  }
  .page8 .left-box .content-box .top-box .lg-box .item:nth-child(3) .icon {
    background: url(/assets/image/e90ee1c88cda73f6894f938f6bcad75ff5e72e7012d5764c8f86d5adc2611839.png) center no-repeat;
    background-size: 100%;
    margin-left: 20px;
  }
  .page8 .left-box .content-box .top-box .lg-box .item span {
    font-size: 15px;
    vertical-align: middle;
  }
  .page8 .left-box .content-box .top-box .sm-box {
    width: 100%;
  }
  .page8 .left-box .content-box .top-box .sm-box a:last-child {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .page8 .left-box .content-box .top-box .sm-box img {
    margin-top: 20px;
    width: 30px;
  }
  .page8 .left-box .content-box .bottom-box {
    font-size: 12px;
  }
  .page8 .left-box .content-box .sec-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .page8 .left-box .content-box .bottom-box a {
    background: none;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .page8 .right-box {
    width: 100%;
  }
  .page8 .content {
    padding: 0 5%;
  }
  .page8 .right-box .title {
    font-size: 24px;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .page8 .right-box .form-box {
    margin-top: 15px;
  }
  .page8 .right-box .form-box .sec-title {
    font-size: 18px;
  }
  .page8 .right-box .form-box {
    padding: 20px 25px;
  }
  .page8 .right-box .form-box p {
    font-size: 12px;
  }
  .page8 .right-box .form-box .submit-btn {
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 0;
    letter-spacing: 4px;
  }
  .page8 .right-box .form-box .checkbox {
    margin: 2px 0;
  }
  .page8 .right-box .form-box input {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 12px;
  }
  .page8 .right-box .form-box textarea {
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 12px;
  }
  .page8 .right-box .text-content {
    padding: 30px 30px 0 30px;
  }
  .page8 .right-box .text-content .top-box {
    padding-bottom: 20px;
  }
  .page8 .right-box .text-content .top-box .address-box {
    border: none;
    display: block;
    width: 100%;
    padding: 0;
  }
  .page8 .right-box .text-content .top-box .follow-box {
    width: 100%;
    display: block;
  }
  .page8 .right-box .text-content .top-box .address-box p {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .page8 .right-box .text-content .top-box .follow-title {
    font-size: 18px;
  }
  .page8 .right-box .text-content .top-box .follow-box .qr {
    width: 40%;
  }
  .page8 .right-box .text-content .follow-icon-box {
    padding: 0;
    margin-top: 30px;
  }
  .page8 .right-box .text-content .follow-icon-box .icon-box {
    padding: 10px 0;
  }
  .page8 .right-box .text-content .qr-box .imgbox {
    width: 33.33333%;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .page8 .right-box .text-content .qr-box .imgbox p {
    font-size: 12px;
    padding: 0 px;
  }
  .page8 .right-box .text-content .qr-box .imgbox img {
    width: 100%;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .page8 .content .item {
    margin-bottom: 15px;
    text-align: left;
    padding-left: 25%;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
}
.popup .content {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup .close-popup {
  width: 25px;
  height: 35px;
  background: url(/assets/image/8d20c06554750aff609628d9850d5ff1d41e70757530fb3366e22e0811cccb8b.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 125px;
  right: 100px;
  cursor: pointer;
}
.video-js {
  height: 500px;
}
.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: transparent;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  line-height: 2.6em;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  font-size: 18px;
}
.video-js .vjs-big-play-button:hover {
  background-color: #fff;
}
.video-js .vjs-big-play-button:hover:before {
  color: #000;
}
.video-js .vjs-big-play-button:hover .vjs-icon-placeholder {
  color: #000;
}
@media (max-width: 991px) {
  .popup .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .popup .close-popup {
    width: 25px;
    height: 35px;
    background: url(/assets/image/8d20c06554750aff609628d9850d5ff1d41e70757530fb3366e22e0811cccb8b.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 80px;
    right: 20px;
  }
  .video-js {
    height: 300px;
  }
  .video-js .vjs-big-play-button {
    transform: scale(0.7);
  }
}

.animate1 {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  top: 500px !important;
}
.animate2 {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  top: 500px !important;
}
.animate1.action {
  top: 0 !important;
}
.animate2.action {
  top: 0 !important;
}
