@charset "UTF-8";
body {
  font-family: '-apple-system', 'SF UI Display', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'sans-serif';
  width: 100%;
  min-width: 320px;
}

* {
  box-sizing: border-box;
}

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
  border: 0;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.show-pc {
  display: none;
}

.show-mobile {
  display: block;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 1.333333rem;
  background: #ffffff;
  border-bottom: 1px solid #ededed;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1024px;
  z-index: 9999;
}

.header .back {
  width: 1rem;
  height: 1rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
}

.header .logo {
  width: 2rem;
  height: 1.333333rem;
  font-size: 0;
  color: transparent;
  background: url(https://www.p5w.net/assets/images/logo.png) no-repeat center center;
  background-size: contain;
  display: block;
}

.header .channel-name {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: -1;
  height: 0.666667rem;
  line-height: 0.666667rem;
  font-size: 0.48rem;
}

.header .channel-name a {
  height: 0.666667rem;
  line-height: 0.666667rem;
  font-size: 0.48rem;
}

.header .h-menu {
  width: 0.9rem;
  height: 0.9rem;
}

.header .h-menu .m-nav {
  position: fixed;
  z-index: 99999;
  right: 0.25rem;
  font-size: 0.28rem;
  text-align: right;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .h-menu .m-nav.active {
  background: rgba(0, 0, 0, 0.8);
  width: 3.466667rem;
  width: 4rem;
  padding-bottom: 0.4rem;
}

.header .h-menu .m-nav .turn {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
}

.header .h-menu .m-nav .turn .turn-on {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/category.svg) no-repeat;
  background-size: contain;
  background-position: center center;
}

.header .h-menu .m-nav .turn .turn-off {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/close.svg) no-repeat center center;
  background-size: contain;
  display: none;
}

.header .h-menu .m-nav .nav-item {
  min-height: 1.066667rem;
  align-items: center;
  display: none;
}

.header .h-menu .m-nav .nav-item span {
  display: block;
  line-height: 1.066667rem;
  font-size: 0.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  background: #052a89;
}

header .p-logo {
  position: absolute;
  top: 10px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  font-size: 0;
}

header .p-logo a {
  font-size: 0;
}

header .p-logo a img {
  width: 80px;
}

header .nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0;
}

header .nav li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  margin-right: 50px;
}

header .nav li:last-child {
  margin-right: 0;
}

header .nav li a {
  font-size: 16px;
  color: #fff;
}

.banner {
  width: 100%;
  margin-top: 1.333333rem;
}

.banner img {
  width: 100%;
}

.column {
  margin: 0.8rem auto 0 auto;
  padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.column .head {
  text-align: center;
}

.column .head h2 {
  font-size: 0.533333rem;
  font-weight: bold;
}

.column .head h2 .head-prev {
  color: #c7000b;
}

.column .head .line {
  margin: 0.266667rem auto 0.4rem auto;
  width: 0.666667rem;
  height: 0.026667rem;
  background: #c7000b;
}

.column .company .list {
  font-size: 0;
}

.column .company .list .list-item .item {
  display: flex;
  width: 100%;
  background: #f1f4f9;
  margin-bottom: 0.24rem;
  border-radius: 0.133333rem;
  -webkit-border-radius: 0.133333rem;
  -moz-border-radius: 0.133333rem;
  -ms-border-radius: 0.133333rem;
  -o-border-radius: 0.133333rem;
}

.column .company .list .list-item .item .name {
  display: none;
  height: 1.013333rem;
}

.column .company .list .list-item .item .name h3 {
  height: 1.013333rem;
  line-height: 1.013333rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #666;
  text-align: center;
}

.column .company .list .list-item .item .name .code {
  font-weight: normal;
}

.column .company .list .list-item .item .logo {
  width: 4rem;
  padding: 0.2rem 0 0.2rem 0.2rem;
  overflow: hidden;
}

.column .company .list .list-item .item .logo img {
  width: 100%;
  margin: 0 auto;
}

.column .company .list .list-item .item .title {
  width: 7.2rem;
  font-size: 0.363333rem;
  font-weight: bold;
  color: #000;
  padding: 0.2rem 0 0 0.2rem;
}

.column .company .list .list-item .item .title a {
  font-size: 0.363333rem;
  font-weight: bold;
  color: #000;
  line-height: 0.48rem;
}

.column .company .list .list-item .item .time {
  color: #666;
  font-size: 0.363333rem;
  font-weight: normal;
  padding-top: 0.2rem;
}

.column .company .list .list-item .item .question {
  display: none;
  margin: 0.266667rem auto 0 auto;
  width: 5.12rem;
  height: 0.933333rem;
  line-height: 0.933333rem;
  border-radius: 0.133333rem;
  -webkit-border-radius: 0.133333rem;
  -moz-border-radius: 0.133333rem;
  -ms-border-radius: 0.133333rem;
  -o-border-radius: 0.133333rem;
  background: #4285f4;
  font-size: 0.373333rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.026667rem;
}

.column .company .list .list-item .item .question a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.column .company .list .list-item .item .question:hover {
  border: 1px solid #4285f4;
  background: #fff;
}

.column .company .list .list-item .item .question:hover a {
  color: #4285f4;
}

.column .rsvideo ul {
  font-size: 0;
}

.column .rsvideo ul li {
  width: 100%;
}

.column .rsvideo ul li .item-video {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.533333rem;
}

.column .rsvideo ul li .item-video p {
  font-size: 0.48rem;
  line-height: 0.65rem;
  padding: 0.266667rem;
  color: #000;
}

.column .focus {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.column .focus .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
}

.column .focus .swiper-container .swiper-slide > a {
  font-size: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.column .focus .swiper-container .swiper-slide > a img {
  width: 100%;
  height: auto;
}

.column .focus .swiper-container .swiper-slide > a::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
  background: -webkit-linear-gradient(90deg, black 0, transparent 50%, transparent 100%);
  background: -o-linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
  background: -ms-linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  background: linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
}

.column .focus .swiper-container .swiper-slide p {
  position: absolute;
  width: 100%;
  min-height: 0.666667rem;
  max-height: 1.333333rem;
  left: 0;
  bottom: 0.133333rem;
  text-align: left;
  padding-left: 0.186667rem;
}

.column .focus .swiper-container .swiper-slide p a {
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.54rem;
  display: flex;
  align-items: center;
}

.column .focus .swiper-container .swiper-slide p a:hover {
  color: #fff;
}

.column .focus .swiper-container .swiper-button-white {
  display: none;
}

.column .focus .swiper-container .swiper-pagination {
  width: auto;
  height: 0.666667rem;
  right: 0.133333rem;
  text-align: right;
  bottom: 0.333333rem;
}

.column .focus .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.213333rem;
  height: 0.213333rem;
  margin: 0 0.053333rem;
}

.column .special ul {
  font-size: 0;
}

.column .special ul li {
  width: 100%;
  margin-bottom: 0.533333rem;
  vertical-align: top;
}

.column .special ul li > a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.column .special ul li > a img {
  width: 100%;
}

.column .special ul li p {
  padding: 0.266667rem;
  line-height: 0.65rem;
}

.column .special ul li p a {
  color: #000;
  font-size: 0.48rem;
  line-height: 0.65rem;
}

.head-news {
  width: 100%;
  margin-top: 0.4rem;
  padding-bottom: 0.266667rem;
}

.head-news .news {
  margin: 0 auto;
}

.head-news .news ul {
  font-size: 0;
}

.head-news .news ul li {
  background: #f1f4f9;
  width: 100%;
  padding: 0.2rem 0.2rem;
  margin-bottom: 0.24rem;
  border-radius: 0.133333rem;
  -webkit-border-radius: 0.133333rem;
  -moz-border-radius: 0.133333rem;
  -ms-border-radius: 0.133333rem;
  -o-border-radius: 0.133333rem;
}

.head-news .news ul li .title {
  color: #000;
  font-size: 0.48rem;
  line-height: 0.65rem;
  max-height: 1.333333rem;
  overflow: hidden;
}

.head-news .news ul li .desc {
  font-size: 0.373333rem;
  color: #666;
  line-height: 0.65rem;
  max-height: 1.333333rem;
  overflow: hidden;
}

.footer {
  width: 100%;
  margin: .8rem auto .266667rem auto;
  text-align: center;
  font-size: .186667rem;
}

/* 暂停时显示播放按钮 */
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

/* 播放按钮变○圆形 */
.video-js .vjs-big-play-button {
  font-size: 2.5em;
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  border-width: 0.15em;
  margin-top: -1.25em;
  margin-left: -1.25em;
}

.video-js .vjs-time-control {
  display: block;
  min-width: 7px;
  width: auto;
  padding-left: 3px;
  padding-right: 3px;
}

.video-js .vjs-remaining-time {
  display: none;
}

/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}

/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}

.vjs-poster {
  background-size: cover;
}
