<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  background-image: url("/images/video2-banner.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 3.0781rem;
}
.newsdetail-nav {
  font-size: 12px;
  width: 1200px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  margin: 50px auto 25px;
}
.newsdetail-nav a {
  color: #999;
  display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newsdetail-nav a:hover {
  color: #333;
}
.newsdetail-nav span {
  color: #999;
}
.video-nav {
  font-size: 12px;
  width: 6.25rem;
  padding-bottom: .0781rem;
  border-bottom: 1px solid #d2d2d2;
  margin: .2604rem auto 0.15rem;
}
.video-nav a {
  color: #999;
  display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.video-nav a:hover {
  color: #333;
}
.video-nav span {
  color: #999;
}
.video-body {
  width: 6.25rem;
  margin: 0 auto 0.5rem;
}
.video-body ul {
  width: 6.3125rem;
}
.video-body ul li {
  width: 1.5156rem;
  margin-right: .0625rem;
  text-align: left;
  margin-top: .1302rem;
  padding-bottom: 0.05rem;
  border-radius: 0.026rem;
  -webkit-box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  height: 1.25rem;
}
.video-body ul li:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  z-index: 2;
}
.video-body ul li:hover p {
  color: #333;
}
.video-body ul li:hover span {
  color: #333;
}
.video-body ul li .video-img {
  max-width: 1.5156rem;
  max-height: .9792rem;
  overflow: hidden;
  border-radius: .026rem;
}
.video-body ul li p {
  color: #999;
  font-size: 16px;
  margin: .0521rem 0 0.02rem;
  padding-left: .0521rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.video-body ul li span {
  padding-left: .0521rem;
  color: #999;
  font-size: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*videodetail*/
.videodetail {
  width: 6.25rem;
  margin: 0 auto;
  border-bottom: 1px solid #dcdcdc;
}
.videodetail h3 {
  font-size: 30px;
  color: #333;
  margin: 0;
  margin-bottom: .2604rem;
  font-weight: normal;
  text-align: center;
}
.videodetail p {
  color: #333;
  font-size: 14px;
  margin-top: .1562rem;
  margin-bottom: .2604rem;
}
.videodetail .videodetail-tv {
  width: 100%;
  height: 3.4062rem;
}
.videodetail .videodetail-tv video {
  width: 100%;
  height: 100%;
}
.videodetail .videodetail-line {
  background-image: url("/images/videodetail-line.jpg");
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  background-position: center;
  margin: 0;
}
.videodetail .videodetail-paging {
  margin: .1823rem 0;
}
.videodetail .videodetail-paging p {
  margin: 0;
  margin-bottom: .0521rem;
  font-size: 14px;
  color: #333;
}
.videodetail .videodetail-paging p:hover {
  color: #1b2d76;
}
.videodetail-rec {
  width: 6.25rem;
  margin: .2604rem auto;
}
.videodetail-rec .videodetail-rec-title {
  width: 100%;
  height: .1042rem;
  position: relative;
  margin-bottom: .1042rem;
}
.videodetail-rec .videodetail-rec-title h3 {
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  font-size: 18px;
  margin: 0;
}
.videodetail-rec .videodetail-rec-title p {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
}
.videodetail-rec .videodetail-rec-title p a {
  color: #999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.videodetail-rec .videodetail-rec-title p a:hover {
  color: #333;
}
.videodetail-rec ul {
  width: 6.3125rem;
}
.videodetail-rec ul li {
  width: 1.5156rem;
  margin-right: .0625rem;
  text-align: left;
  margin-top: .1302rem;
  padding-bottom: 0.05rem;
  border-radius: 0.026rem;
  -webkit-box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.videodetail-rec ul li:hover {
  -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
  z-index: 2;
}
.videodetail-rec ul li:hover p {
  color: #333;
}
.videodetail-rec ul li:hover span {
  color: #333;
}
.videodetail-rec ul li .video-img {
  width: 100%;
  height: 100%;
  border-radius: .026rem;
}
.videodetail-rec ul li p {
  color: #999;
  font-size: 18px;
  margin: .0521rem 0 0.02rem;
  padding-left: .0521rem;
  -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
          transform: 0.5s;
}
.videodetail-rec ul li span {
  padding-left: .0521rem;
  color: #999;
  font-size: 12px;
  -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
          transform: 0.5s;
}
/*news*/
.medium {
  width: 6.25rem;
  margin: 0 auto;
}
.medium ul li {
  margin-bottom: 0.2rem;
  padding: .1rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.medium ul li:hover {
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.medium ul li:hover .medium-right p {
  color: #e72416;
}
.medium ul li .medium-left {
  width: 4.5052rem;
  padding-right: .1562rem;
  border-right: 1px solid #e72416;
  min-height: 1.1979rem;
}
.medium ul li .medium-left h3 {
  color: #333;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0.2rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: normal;
  font-weight: 500;
}
.medium ul li .medium-left p {
  color: #999;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.medium ul li .medium-right {
  padding-top: .2083rem;
  text-align: center;
  width: 1.3625rem;
}
.medium ul li .medium-right p {
  color: #141414;
  font-size: 24px;
  margin-bottom: .1562rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.medium ul li .medium-right a {
  width: .7292rem;
  height: .2083rem;
  line-height: .2083rem;
  margin: 0 auto;
  color: #fff;
  background: #e72416;
  -webkit-box-shadow: 0px 0px 0px 1px #e72416;
          box-shadow: 0px 0px 0px 1px #e72416;
  border: 5px solid #fff;
}
/*download*/
.download-banner {
  background-image: url("/images/download-banner.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 3.0781rem;
}
.download-body {
  width: 6.25rem;
  margin: 0.2rem auto;
}
.download-body ul {
  width: 6.5104rem;
}
.download-body li {
  width: 1.4531rem;
  height: 1.2552rem;
  margin-bottom: .0781rem;
  background: #f5f5f5;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -webkit-box-shadow: 1px 1px 3px #e0e0e0;
          box-shadow: 1px 1px 3px #e0e0e0;
  margin: 10px;
  position: relative;
  text-align: center;
  -webkit-transform: 0.5s;
      -ms-transform: 0.5s;
          transform: 0.5s;
  overflow: hidden;
}
.download-body li:hover {
  -webkit-box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.download-body li:hover span {
  background-color: #ccc;
  color: #fff;
}
.download-body li img {
  width: .5208rem;
  height: .5208rem;
  display: block;
  margin: 0.2rem auto 0.02rem;
}
.download-body li p {
  color: #333;
  font-size: 18px;
}
.download-body li span {
  width: .625rem;
  height: .1562rem;
  display: block;
  margin: 0.05rem auto;
  border: 1px solid #ccc;
  text-align: center;
  line-height: .1562rem;
  color: #333;
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
</pre></body></html>