@import url('base.css');
/* 解决一个莫名其妙的html结构溢出bug */
html,
body {
  height: 100%;
  width: 100%;
  position: relative;
  font-family: PingFangSC-Regular;
  overflow: hidden;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transform: rotate(-90deg);
  position: relative;
}
.block {
  display: block;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  z-index: 1;
  /* filter: grayscale(100%); */
}
.header {
  padding: 0.58666667rem 0.53333333rem 0;
  position: fixed;
  width: 100%;
  z-index: 666;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.header .static-header {
  position: static;
}
.header .logo-img {
  height: 0.64rem;
  cursor: pointer;
}
.header .logo-img-dark {
  display: none;
}
.header .menu-btn {
  cursor: pointer;
  width: 23.33333333px;
}
.header .menu-btn-dark {
  display: none;
}
.header .slide-menu {
  width: 4.26666667rem;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
  padding-top: 2.66666667rem;
  transform: translateX(4.26666667rem);
  transition: all 0.5s ease;
}
.header .slide-menu-active {
  transform: translateX(0);
}
.header .slide-menu-item {
  margin-bottom: 0.66666667rem;
  overflow: hidden;
}
.header .slide-menu-item .link {
  display: block;
  padding-left: 1.06666667rem;
  font-family: PingFangSC-Regular;
  font-size: 0.42666667rem;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
}
.header .slide-menu-item:hover > a .bar {
  display: block;
}
.header .slide-menu-item .bar {
  position: absolute;
  width: 0.66666667rem;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 0.2rem;
  display: none;
}
.header .second-menu {
  margin-top: 0.2rem;
  display: none;
}
.header .second-menu-item {
  font-family: PingFangSC-Regular;
  line-height: 0.8rem;
}
.header .second-menu-item .link {
  color: #ffffff;
  font-size: 0.37333333rem;
  letter-spacing: 0.85px;
}
.title-wrapper {
  margin-top:35%;
  color:#fff;
}
.title-wrapper span{
  font-size:.3rem;
  letter-spacing: 2px;
}
.title-wrapper h2{
  font-size:.8rem;
}
.swiper-slide {
  position: relative;
}
.banner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.circle {
  display: inline-block;
  width: 9.06666667rem;
  height: 9.06666667rem;
  border-radius: 50%;
  /*background: rgba(0, 0, 0, 0.48);*/
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border:3px solid hsla(0,0%,100%,.4);
}
.circle .bar {
  margin-top: 10px;
  display: inline-block;
  width: 7.5rem;
  height: 1px;
  background: #fbfbfc;
}
.circle .logo {
  height: 1.27777778rem;
  margin-top: 1.93333333rem;
}
.circle .tagline {
  margin-top: 0.32rem;
  font-family: PingFangSC-Regular;
  font-size: 0.4rem;
  color: #fdfdfd;
  letter-spacing: 4px;
}
.circle .qrcode {
  margin-top: 0.46666667rem;
  width: 2rem;
}
.nav {
  height: 100%;
  width: 100%;
}
.nav .nav-list {
  height: 100%;
  overflow: hidden;
}
.nav .nav-item {
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;
  position: relative;
}
.nav .nav-item:nth-of-type(1){
  background: url("http://img-ys011.didistatic.com/static/probity_cdn/index-nav-1-app-180809.jpg") top center no-repeat;
  background-size: 100% 100%;
}
.nav .nav-item:nth-of-type(2){
  background: url("http://img-ys011.didistatic.com/static/probity_cdn/index-nav-2-app-180809.jpg") top center no-repeat;
  background-size: 100% 100%;
}
.nav .nav-item:nth-of-type(3){
  background: url("http://img-ys011.didistatic.com/static/probity_cdn/index-nav-3-app-180809.jpg") top center no-repeat;
  background-size: 100% 100%;
}
.nav .nav-item:nth-of-type(4){
  background: url("http://img-ys011.didistatic.com/static/probity_cdn/index-nav-4-app-180809.jpg") top center no-repeat;
  background-size: 100% 100%;
}
.nav .nav-item a {
  height: 100%;
}
.nav .nav-item .thumbnail {
  height: 100%;
  width: 100%;
}
/*@media screen and (max-width:767px){*/
  /*.nav .nav-item .thumbnail {*/
    /*height: 100%;*/
  /*}*/
/*}*/
/*@media screen and (min-width:768px){*/
  /*.nav .nav-item .thumbnail {*/
    /*width: 100%;*/
  /*}*/
/*}*/
.nav .nav-item:hover .mask {
  display: none;
}
.nav .nav-item:hover .bar {
  display: block;
}
.nav .mask {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.nav .nav-title {
  position: absolute;
  top: 1.68rem;
  left: 0.53333333rem;
  z-index: 1;
  text-align: left;
}
.nav .nav-title .title {
  font-weight: normal;
  font-size: 0.45333333rem;
  color: #fff;
}
.nav .nav-title .bar {
  display: inline-block;
  height: 2px;
  width: 0.66666667rem;
  background: #fc9153;
  margin-top: 0.29333333rem;
  display: none;
}
.hot-news {
  background-color: #fff;
  padding: 1.86666667rem 0.53333333rem 0;
  height: 100%;
  overflow: hidden;
}
.hot-news .banner {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.hot-news .banner img {
  width: 100%;
  vertical-align: top;
}
.hot-news .top {
  position: relative;
  margin-bottom: 0.5rem;
}
.hot-news .top .title {
  font-family: PingFangSC-Regular;
  font-size: 0.48rem;
  color: #000000;
  letter-spacing: 1.7px;
  font-weight: normal;
}
.hot-news .top .more {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #000000;
  letter-spacing: 2px;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.brief {
  font-family: PingFangSC-Regular;
  font-size: 0.4rem;
  color: #000000;
  letter-spacing: 2px;
  line-height: 0.50666667rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content {
  margin-top: 0.5rem;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #666666;
  letter-spacing: 2px;
  line-height: 0.50666667rem;
  height: 1.01333333rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bottom {
  margin-top: 0.5rem;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
}
.bottom .time {
  color: #b3b3b3;
  letter-spacing: 1px;
}
.bottom .to-detail {
  color: #fc9153;
  letter-spacing: 1.76px;
}
.toggle-btn-wrapper {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-btn {
  color: #343434;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
}
.toggle-btn:hover {
  border: 2px solid #343434;
}
.toggle-btn img {
  height: 0.18666667rem;
}
.toggle-btn-left {
  margin-right: 20px;
  transform: rotate(90deg);
}
.toggle-btn-right {
  transform: rotate(-90deg);
}
.notice {
  height: 100%;
  overflow: hidden;
}
.notice .banner {
  height: 8rem;
  overflow: hidden;
}
.notice .banner img {
  width: 100%;
  vertical-align: top;
}
.notice .conntent {
  padding: 0.8rem 0.53333333rem 0;
}
.notice .top {
  position: relative;
  margin-bottom: 0.53333333rem;
}
.notice .top .title {
  font-family: PingFangSC-Regular;
  font-size: 0.48rem;
  color: #000000;
  letter-spacing: 1.7px;
  font-weight: normal;
}
.notice .top .more {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #000000;
  letter-spacing: 2px;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.notice .top .more .caret {
  transform: rotate(-90deg);
  position: relative;
  left: -5px;
}
.fqtv {
  padding-top: 1.6rem;
}
.fqtv .top {
  padding: 0 0.53333333rem;
  margin-bottom: 0.53333333rem;
}
.fqtv .top .title {
  font-family: PingFangSC-Regular;
  font-size: 0.48rem;
  color: #000000;
  letter-spacing: 1.7px;
  font-weight: normal;
}
.fqtv .top .more {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #000000;
  letter-spacing: 2px;
  vertical-align: bottom;
}
.fqtv .main {
  background-color: #fff;
  padding-top: 1.86666667rem;
  height: 100%;
}
.fqtv .banner {
  width: 6.66666667rem;
  margin: 0 auto;
}
.fqtv .list {
  padding: 0 0.4rem;
}
.fqtv .list .item {
  width: 100%;
  position: relative;
  margin-bottom: 0.8rem;
}
.fqtv .list .item img {
  width: 100%;
  display: block;
}
.fqtv .list .info {
  position: absolute;
  width: 100%;
  padding: 0.2rem 0.46666667rem;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: PingFangSC-Regular;
  font-size: 0.37333333rem;
  color: #ffffff;
  line-height: 0.53333333rem;
}
.fqtv .list .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-content .banner {
  margin-bottom: 1rem;
}
.footer {
  width: 100%;
  background: #343434;
  height: 100%;
  padding-top: 4rem;
  box-sizing: border-box;
}
.footer .qrcode-wrapper {
  margin-bottom: 2.4rem;
  text-align: center;
}
.footer .qrcode-wrapper p {
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 24px;
}
.footer .qrcode {
  width: 2.13333333rem;
}
.footer .report-way {
  opacity: 0.54;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.72rem;
  text-align: left;
  padding-left: 1rem;
  margin-bottom: 1.53333333rem;
}
.footer .copy-right {
  opacity: 0.54;
  font-family: PingFangSC-Regular;
  font-size: 0.32rem;
  color: #999999;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  white-space: normal;
  word-break: break-all;
}
@media screen and (max-height: 550px) {
  .hot-news .banner {
    width: 5rem;
    height: 5rem;
  }
  .notice .banner {
    height: 6.5rem;
  }
}
@media screen and (max-width: 400px) and (min-height: 750px) {
  .hot-news {
    padding-top: 2.5rem;
  }
  .hot-news .banner {
    width: 8rem;
    height: 8rem;
  }
  .notice .banner {
    height: auto;
    max-height: 11rem;
  }
  .main-content {
    margin-top: 2rem;
  }
  .fqtv {
    padding-top: 2.5rem;
  }
  .fqtv .item {
    margin-bottom: 2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .notice .banner {
    height: 12rem;
  }
  .hot-news .banner {
    width: 12rem;
    height: 12rem;
  }
}
.video-player {
  height: 100%;
  object-fit: fill;
}
.btn-next {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
  animation: float ease 1s infinite;
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.5;
  }
}
