.wrap {
  width: 100%;
  min-height: 100%;
  background: url(../ossweb-img/index-part2-bg.jpg) repeat-y center / 100% auto;
}
header {
  background: #fff;
}
.main {
  margin-top: 1.4rem;
}
.tab-list {
  display: flex;
  width: 7.17rem;
  height: 0.44rem;
  margin: 0 auto;
  background: url(../ossweb-img/industry-tab1.png) no-repeat center / cover;
}
.tab-list .list-item {
  position: relative;
  text-align: center;
  min-width: 1.45rem;
  height: 100%;
}
.tab-list .list-item a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-indent: -9999px;
}
.tab-list .list-item:last-of-type {
  min-width: 2.8rem;
}
.tab-list.tab2 {
  background-image: url(../ossweb-img/industry-tab2.png);
}
.tab-list.tab3 {
  background-image: url(../ossweb-img/industry-tab3.png);
}
.tab-list.tab4 {
  background-image: url(../ossweb-img/industry-tab4.png);
}
.tab-content {
  padding-bottom: 0.1rem;
}
.tab-content.tab-content1 {
  margin-top: 0.25rem;
}
.tab-content.tab-content1 .img-industry {
  width: 100%;
}
.tab-content.tab-content1 .hyzx-swiper {
  height: 3rem;
}
.tab-content.tab-content1 .hyzx-swiper .swiper-slide {
  position: relative;
}
.tab-content.tab-content1 .hyzx-swiper .swiper-slide img {
  max-width: 100%;
}
.tab-content.tab-content1 .hyzx-swiper .swiper-slide .slide-text {
  position: absolute;
  left: 0.35rem;
  bottom: 0.15rem;
  color: #fff;
  font-size: 0.22rem;
  max-width: 90%;
}
.tab-content.tab-content1 .hyzx-swiper .swiper-pagination {
  text-align: right;
  color: #878787;
  font-size: 0.24rem;
  font-weight: bold;
  padding-right: 0.2rem;
}
.tab-content.tab-content1 .hyzx-swiper .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.tab-content.tab-content1 .content-box {
  padding: 0rem 0.25rem 0;
}
.tab-content.tab-content1 .news-tab-list {
  display: flex;
  align-items: center;
}
.tab-content.tab-content1 .news-tab-list .list-item {
  position: relative;
  min-height: 0.26rem;
  padding-left: 0.3rem;
  margin-right: 0.6rem;
}
.tab-content.tab-content1 .news-tab-list .list-item a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  color: #9e9e9e;
  font-size: 0.3rem;
  font-weight: bold;
}
.tab-content.tab-content1 .news-tab-list .list-item.on {
  background: url(../ossweb-img/arrow-right.png) no-repeat left center / auto 100%;
}
.tab-content.tab-content1 .news-tab-list .list-item.on a {
  color: #4f4f4f;
}
.tab-content.tab-content1 .news-list {
  margin-top: 0.2rem;
}
.tab-content.tab-content1 .news-list .list-item {
  background: #fff;
  margin-top: 0.25rem;
}
.tab-content.tab-content1 .news-list .list-item.video .img-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.tab-content.tab-content1 .news-list .list-item.video .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  z-index: 10;
  background: url(../ossweb-img/icon-play.png) no-repeat center / cover;
}
.tab-content.tab-content1 .news-list a {
  display: block;
  height: 100%;
  padding: 0.4rem 0rem;
}
.tab-content.tab-content1 .news-list .img-box {
  width: 100%;
  height: 2rem;
  overflow: hidden;
  position: relative;
}
.tab-content.tab-content1 .news-list .img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.tab-content.tab-content1 .news-list .item-content {
  width: 4.1rem;
}
.tab-content.tab-content1 .news-list .item-content .item-desc {
  line-height: 1.4;
  color: #4f4f4f;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab-content.tab-content1 .news-list .item-content .item-time {
  color: #a4a3a3;
  font-size: 0.2rem;
  text-align: right;
  margin-top: 0.4rem;
}
.tab-content.tab-content1 .btn-more {
  display: block;
  width: 6.96rem;
  height: 0.53rem;
  margin: 0.45rem auto 0;
  background: url(../ossweb-img/btn-more.png) no-repeat center / cover;
}
.tab-content.tab-content2 .list {
  padding: 0 0.25rem;
}
.tab-content.tab-content2 .list .list-item {
  margin-top: 0.3rem;
  background: #fff;
}
.tab-content.tab-content2 .list a {
  display: block;
  height: 100%;
}
.tab-content.tab-content2 .list .img-box {
  width: 100%;
  overflow: hidden;
}
.tab-content.tab-content2 .list .img-box img {
  max-width: 100%;
}
.tab-content.tab-content2 .list .item-content {
  padding: 0.2rem;
}
.tab-content.tab-content2 .list .item-desc {
  color: #3e3e3e;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tab-content.tab-content2 .list .item-time {
  color: #a3a3a3;
  font-size: 0.22rem;
  text-align: right;
  margin-top: 0.3rem;
}
.tab-content.tab-content3 {
  padding: 0.2rem 0.25rem 0;
}
.tab-content.tab-content3 .input-box {
  width: 100%;
  height: 0.8rem;
  overflow: hidden;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.tab-content.tab-content3 .input-box .input-date,
.tab-content.tab-content3 .input-box #selectArea {
  width: 4.83rem;
  height: 100%;
  padding: 0 0.15rem;
  border: 1px solid #7e7e7e;
  vertical-align: top;
}
.tab-content.tab-content3 .input-box .btn-clear,
.tab-content.tab-content3 .input-box .btn-query {
  display: inline-block;
  margin-left: 10px;
  width: 2rem;
  height: 0.8rem;
  background: url(../ossweb-img/btn-clear.png) no-repeat center / 100%;
}
.tab-content.tab-content3 .input-box .btn-query {
  background: url(../ossweb-img/btn-query.png) no-repeat center / 100%;
}
.tab-content.tab-content3 .query-tab-list {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.tab-content.tab-content3 .query-tab-list .list-item {
  position: relative;
  min-height: 0.26rem;
  padding-left: 0.3rem;
  margin-right: 0.3rem;
}
.tab-content.tab-content3 .query-tab-list .list-item a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  color: #9e9e9e;
  font-size: 0.3rem;
  font-weight: bold;
}
.tab-content.tab-content3 .query-tab-list .list-item.on {
  background: url(../ossweb-img/arrow-right.png) no-repeat left center / auto 100%;
}
.tab-content.tab-content3 .query-tab-list .list-item.on a {
  color: #4f4f4f;
}
.tab-content.tab-content3 .result-list {
  margin-top: 0.2rem;
}
.tab-content.tab-content3 .result-list .list-item {
  padding: 0.25rem 0;
  border-bottom: 1px solid #b6b6b6;
}
.tab-content.tab-content3 .result-list .item-text {
  color: #3e3e3e;
  font-size: 0.24rem;
}
.tab-content.tab-content3 .result-list .item-desc {
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab-content.tab-content3 .result-list .item-time {
  color: #a4a3a3;
  font-size: 0.21rem;
}
.tab-content.tab-content4 {
  padding: 0 0.25rem;
}
.tab-content.tab-content4 .plan-tab-list {
  display: flex;
  width: 6.98rem;
  height: 0.77rem;
  margin: 0.45rem auto 0;
  background: url(../ossweb-img/tab-plan1.png) no-repeat center / cover;
}
.tab-content.tab-content4 .plan-tab-list .list-item {
  position: relative;
  text-align: center;
  width: 50%;
  height: 100%;
}
.tab-content.tab-content4 .plan-tab-list .list-item a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-indent: -9999px;
}
.tab-content.tab-content4 .plan-tab-list .list-item:last-of-type {
  min-width: 2.8rem;
}
.tab-content.tab-content4 .plan-tab-list.tab2 {
  background-image: url(../ossweb-img/tab-plan2.png);
}
.tab-content.tab-content4 .plan-tab {
  margin-top: 0.55rem;
  padding-bottom: 0.1rem;
}
.tab-content.tab-content4 .plan-tab .plan-item {
  margin-top: 0.55rem;
}
.tab-content.tab-content4 .plan-tab .plan-title img {
  height: 0.5rem;
}
.tab-content.tab-content4 .plan-tab .item-content {
  margin-top: 0.15rem;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.tab-content.tab-content4 .plan-tab .item-content .img-box {
  width: 3.28rem;
  height: 2.17rem;
  overflow: hidden;
}
.tab-content.tab-content4 .plan-tab .item-content .img-box img {
  max-width: 100%;
}
.tab-content.tab-content4 .plan-tab .item-content .content-right {
  width: 3.5rem;
}
.tab-content.tab-content4 .plan-tab .item-content .content-desc {
  color: #232323;
  font-size: 0.2rem;
  line-height: 1.4;
  text-align: justify;
}
.tab-content.tab-content4 .plan-tab .img-city {
  max-width: 100%;
}
.tab-content.tab-content4 .plan-tab .city-box {
  position: relative;
  margin-top: 0.25rem;
  
}
.tab-content.tab-content4 .plan-tab .city-box .city-img-swiper {
  height: 2.64rem;
}
.tab-content.tab-content4 .plan-tab .city-box .city-img-swiper .swiper-slide {
  position: relative;
}
.tab-content.tab-content4 .plan-tab .city-box .city-img-swiper img {
  position: absolute;
  width: 7.42rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.tab-content.tab-content4 .plan-tab .city-text-box {
  padding: 0 0.3rem;
  margin-top: .3rem;
  position: relative;
}

.tab-content.tab-content4 .plan-tab .city-box .swiper-button-prev,
.tab-content.tab-content4 .plan-tab .city-box .swiper-button-next {
  position: absolute;
  bottom: 0.05rem;
  top: auto;
  width: 0.12rem;
  height: 0.27rem;
}
.tab-content.tab-content4 .plan-tab .city-box .swiper-button-prev::after,
.tab-content.tab-content4 .plan-tab .city-box .swiper-button-next::after {
  display: none;
}
.tab-content.tab-content4 .plan-tab .city-box .swiper-button-prev {
  left: 0;
  background: url(../ossweb-img/swiper-btn-prev.png) no-repeat center / cover;
}
.tab-content.tab-content4 .plan-tab .city-box .swiper-button-next {
  right: 0;
  background: url(../ossweb-img/swiper-btn-next.png) no-repeat center / cover;
}
.tab-content.tab-content4 .plan-tab .city-box .city-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
}
.tab-content.tab-content4 .plan-tab .city-box .list-item,
.tab-content.tab-content4 .plan-tab .city-box .swiper-slide {
  color: #b3b3b3;
  font-size: 0.3rem;
}

.tab-content.tab-content4 .plan-tab .city-box .item-text {
  text-align: center;
  font-weight: bold;
}
/* .tab-content.tab-content4 .plan-tab .city-box .swiper-slide.swiper-slide-active, */
.tab-content.tab-content4 .plan-tab .city-box .swiper-slide.swiper-slide-thumb-active {
  color: #484848;
}
.tab-content.tab-content4 .plan-tab .city-box .list-item.on,
.tab-content.tab-content4 .plan-tab .city-box .swiper-slide.on {
  color: #484848;
}
.tab-content.tab-content4 .plan-tab .city-box .city-swiper {
  height: 100%;
}
.tab-content.tab-content4 .plan-tab .content-list {
  margin-top: 0.5rem;
}
.tab-content.tab-content4 .plan-tab .content-list .list-item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #bcbcbc;
}
.tab-content.tab-content4 .plan-tab .content-list .item-title {
  color: #484848;
  font-size: 0.3rem;
}
.tab-content.tab-content4 .plan-tab .content-list .item-subtitle {
  color: #484848;
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
.daterangepicker .drp-buttons {
  text-align: left;
}
.daterangepicker .drp-buttons .btn {
  -webkit-appearance: button;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #d7d7d7;
  margin-left: 0.08rem;
}
.daterangepicker .drp-buttons .btn.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



/* 2020.3.10 */
.tab-content.tab-content1 .content-tab-list2 .list-item{
  width: 50%;
  height: 100%;
  float: left;
}
.tab-content.tab-content1 .news-list .news-item:nth-child(1) .title,
.tab-content.tab-content1 .news-list .news-item:nth-child(2) .title{
  display: none;
}
.tab-content.tab-content1 .news-list .news-item:nth-child(1) .desc,
.tab-content.tab-content1 .news-list .news-item:nth-child(2) .desc{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .1rem;
}
.tab-content.tab-content1 .news-list .news-item:nth-child(2),
.tab-content.tab-content1 .news-list .news-item:nth-child(1){
  display: inline-block;
  width: 47%;
  margin-right: .2rem;
  border-top: none;
  vertical-align: top;
}
.tab-content.tab-content1 .news-list li .desc{
  display: none;
}
.tab-content.tab-content1 .news-list li.video{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  border-bottom: none;
  margin-right: .1rem;
  border-top: none;
}
.tab-content.tab-content1 .news-list li{
  border-top: 1px solid #e1d8cc;
}
.tab-content.tab-content1 .news-list .news-item.video:nth-child(1) .desc,
.tab-content.tab-content1 .news-list .news-item.video:nth-child(2) .desc{
  display: none;
}
.tab-content.tab-content1 .news-list .news-item.video:nth-child(1) .title,
.tab-content.tab-content1 .news-list .news-item.video:nth-child(2) .title{
  display: block;
}
.tab-content.tab-content1 .news-list li.video .img-box,
.tab-content.tab-content1 .news-list li:nth-child(1) .img-box,
.tab-content.tab-content1 .news-list li:nth-child(2) .img-box{
  display: block;
}
.tab-content.tab-content1 .news-list li:first-of-type {
  margin-top: 0;
}
.tab-content.tab-content1 .news-list li .img-box {
  position: relative;
  display: none;
}
.tab-content.tab-content1 .news-list li.video .img-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.tab-content.tab-content1 .news-list li.video .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .7rem;
  height: .7rem;
  z-index: 10;
  background: url(../ossweb-img/icon-play.png) no-repeat center / cover;
}
.tab-content.tab-content1 .news-list li a {
  display: block;
  color: #3e3e3e;
  width: 100%;
  border-radius: 1px;
  /* padding-bottom: 0.2rem; */
}
.tab-content.tab-content1 .news-list li img {
  width: 100%;
  height: 2rem;
  display: block;
}
.tab-content.tab-content1 .news-list li .title {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: .35rem;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.tab-content.tab-content1 .news-list li:nth-child(1) .title,
.tab-content.tab-content1 .news-list li:nth-child(2) .title,
.tab-content.tab-content1 .news-list li.video .title{
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: .2rem;
  height: .68rem;
}
.tab-content.tab-content1 .news-list li .date {
  font-size: 0.22rem;
  line-height: 1.2;
  margin-top: 0.25rem;
  text-align: right;
  padding-right: 0.24rem;
  display: none;
}
.tab-content.tab-content1 .content-tab-list2.tab1{
  background: url(../ossweb-img/typeTab1.png)top/100% no-repeat;
  width: 6.99rem;
  height: .34rem;
  margin: .28rem auto;
}
.tab-content.tab-content1 .content-tab-list2.tab2{
  background: url(../ossweb-img/typeTab2.png)top/100% no-repeat;
  width: 6.99rem;
  height: .34rem;
  margin: .28rem auto;
}
.tab-content.tab-content1 .content-tab-list2 .list-item{
  width: 50%;
  height: 100%;
  float: left;
}