.banner li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 907px;
}
.banner .logo {
  width: 165px;
  height: 46px;
  left: 50%;
  margin-left: -570px;
  top: 28px;
  z-index: 9;
}
.banner .banner-bg {
  height: 214px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(/v8/images/v-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 9;
}
.s-title {
  height: 118px;
}
.sec01 {
  z-index: 10;
  position: relative;
  margin-top: -30px;
}
.sec02 {
  z-index: 11;
  position: relative;
  margin-top: -15px;
  padding-top: 185px;
  padding-bottom: 196px;
  background: url(/v8/testing/v-bg2.png) no-repeat center top;
  background-size: 100% 100%;
}
.sec-img {
  margin-left: -2%;
}
.sec-img a {
  float: left;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 40px;
  height: 285px;
  overflow: hidden;
}
.sec-img a img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sec-img a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sec-img.big a {
  height: 266px;
  margin-bottom: 15px;
}
.ttt a {
  float: left;
  height: auto;
  overflow: hidden;
}
.ttt a.one {
  width: 18.38%;
}
.ttt a.two {
  width: 49.73%;
  margin-left: 8.15%;
  margin-right: 8.15%;
}
.ttt a.three {
  width: 15.59%;
}
/*.ttt a img {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.ttt a:hover img {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}*/
.sec03 {
  z-index: 12;
  position: relative;
  margin-top: -73px;
}
.sec04 {
  z-index: 13;
  position: relative;
  padding-top: 159px;
  background: url(/v8/testing/v-bg3.png) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 67px;
}
.cart-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 709px;
}
.v-title {
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(/v8/images/icon.png);
  background-size: 74% 17px;
}
.v-title span {
  padding-left: 70px;
  background-position: left center;
  background-repeat: no-repeat;
}
.v-title span.s01 {
  background-image: url(/v8/images/icon01.png);
}
.v-title span.s02 {
  background-image: url(/v8/images/icon02.png);
}
.vedio {
  padding-bottom: 63px;
}
.vedio .bx-viewport {
  padding-top: 20px;
}
.vedio .title {
  margin-top: 18px;
  height: 40px;
}
.vedio .detail {
  height: 108px;
  -webkit-line-clamp: 6;
}
.vedio li {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.vedio li a {
  padding: 10px;
}
.vedio li:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sp-vedio .vediobox {
  border: 10px solid #ccb297;
  height: 540px;
  overflow: hidden;
}
.sp-vedio .vediobox .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.sp-vedio .vediobox .icon {
  width: 68px;
  height: 68px;
  background: url(/v8/images/vedio-icon.png) no-repeat center center / cover;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -webkit-transform: scale(0);
}
.sp-vedio .vediobox img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sp-vedio .vediobox:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.sp-vedio .vediobox:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.section05 {
  background-image: url(/v8/testing/section05-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section05 .sec5-table .tr-header td {
  background-color: #d3bca3;
  font-weight: bold;
}
.section05 .sec5-table .tr-01 td {
  background-color: #fbfbfb;
}
.section05 .sec5-table .tr-02 td {
  background-color: #f4f0e9;
}
.section05 .sec5-table td {
  width: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-left: 1px solid #d3bca3;
  border-right: 1px solid #d3bca3;
}
.section05 .sec5-table td .s01 {
  width: 190px;
  text-align: left;
}
.section05 .sec5-table .td {
  width: 23.2%;
}
.network {
  border-top: 1px solid #c5c5c5;
  padding-top: 17px;
  padding-bottom: 18px;
}
.network .n-gz a {
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.network .n-gz a.wb {
  background-image: url(/v8/images/wb.png);
}
.network .n-gz a.wx {
  background-image: url(/v8/images/wx.png);
}
.network .network_pop,
.network .network_ewm {
  bottom: 60px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
  width: 128px;
  padding: 16px 16px 0 16px;
  display: none;
}
.network .network_pop li,
.network .network_ewm li {
  padding: 0 7px 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.network .network_pop li.last,
.network .network_ewm li.last {
  border-bottom: none;
}
.network .network_pop img,
.network .network_ewm img {
  height: 128px;
}
.network .network_ewm {
  right: 0;
  left: auto;
}
.newslist li {
  float: left;
  width: 25%;
}
.newslist li a {
  display: block;
  width: 88.28125%;
  margin: 0 auto;
}
.newslist li a span {
  width: 100%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
.newslist li:hover h1 {
  color: #1584c9;
}
.footer {
  border-top: 1px solid #c5c5c5;
}
.ani-view {
  position: relative;
  opacity: 0;
  top: 40px;
}
<!--ºÄÊ±1775427767.0073Ãë-->