.tabs {
  background: none;
}

.news-block .product-tabs {
  margin: 0 0 80px;
}

.news-block .product-tabs .product-tabs-inner {
  width: 871px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-block .product-tabs .product-tabs-inner li {
  width: 200px;
  height: 54px;
  border: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
}

.news-block .product-tabs .product-tabs-inner li:hover {
  background: #d9a300;
  border: 1px solid #d9a300;
}

.news-block .product-tabs .product-tabs-inner li.active {
  background: #d9a300;
  border: 1px solid #d9a300;
}

.consultation-block .product-tabs .product-tabs-inner {
  width: 1024px;
}

.news-block {
  padding: 89px 0;
  background: #fff;
}
.news-block .top-block1-list {
  flex-wrap: wrap;
  margin-top: 0;
}
.news-block .top-block1-list .box1 {
  margin-bottom: 85px;
}
.news-block .top-block1-list .box1:nth-of-type(4n) {
  margin-right: 0;
}

.consultation-block .top-block1-list .box1 {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin-top: 0;
}

.consultation-block .top-block1-list .box1 figure {
  height: 210px;
}

.consultation-block .top-block1-list .box1 figure img {
  height: 100%;
  object-fit: cover;
}

.consultation-block .top-block1-list .box1 .cat {
  margin-top: 20px;
  margin-left: 0;
}

.consultation-block .top-block1-list .box1 .title {
  color: #111;
  margin-left: 0;
  margin-top: 20px;
}

.news-details .c-date {
  text-align: center;
  margin-top: 20px;
}

.news-details .c-date label {
  font-size: 10px;
  display: inline-block;
  margin-right: 1%;
  border: 1px solid #d90000;
  background: #d90000;
  padding: 11px 14px;
  color: #fff;
}

.news-details .c-date span {
  font-size: 12px;
  display: inline-block;
}

.news-details {
  margin: 60px auto 90px;
}

.news-details h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  margin-top: 30px;
}

.news-details .c-desc,
.news-details .c-desc p {
  margin-top: 5px;
  /**margin-bottom: 70px;**/
  text-align: center;
  line-height: 240%;
  font-size: 15px;
}

.img-view {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
}

.img-view img {
  width: 100%;
}

.c-desc {
  margin-bottom: 70px;
}

.p-consul .wrapper {
  max-width: 1100px;
}

.p-consul .news-details .c-date {
  justify-content: center;
}

.p-consul .news-details .c-date .cate {
  color: #d9a300;
  border: 1px solid #d9a300;
  width: 80px;
  font-size: 10px;
  text-align: center;
  padding: 4px 0;
  margin-right: 20px;
  z-index: 9;
  position: relative;
  letter-spacing: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-consul .news-details .c-date h2 {
  margin-top: 0;
}

.p-consul .img-view {
  max-width: 600px;
}

.p-consul .img-view img {
  height: 100%;
  object-fit: cover;
}

.p-consul .c-desc1 {
  margin: 50px auto 0;
}

.p-consul .c-desc1 h3 {
  font-size: 28px;
  line-height: 160%;
  padding: 20px;
  border-bottom: 1px solid #707070;
}

.p-consul .c-desc1 .note {
  line-height: 160%;
  font-size: 14px;
  padding: 20px;
  word-break: break-all;
}

.p-consul .c-desc1 .note.flex.consultation {
  align-items: center;
}
.p-consul .c-desc1 .note.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-consul .c-desc1 .note.flex .figure {
  width: 30%;
  height: 100%;
  min-width: 1px;
  min-height: 1px;
}
.p-consul .slider-singleconsul .slick-track {
  display: flex !important;
}
.p-consul .slider-singleconsul .slick-slide {
  min-height: unset !important;
  height: 200px;
}
.p-consul .c-desc1 .note.flex .figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-consul .c-desc1 .note.flex p,
.p-consul .c-desc1 .note.flex .c-content {
  width: 68%;
}

.p-consul .c-desc1 .note.flex p.w100,
.c-desc1 .note.flex .c-content.w100 {
  width: 100%;
}

.p-consul .c-desc1 .ck {
  text-align: right;
  font-size: 18px;
  line-height: 160%;
  font-weight: bold;
  margin-top: 30px;
}
.p-consul .c-desc1 h4 {
  font-size: 24px;
  line-height: 160%;
}

.p-consul .c-desc2 {
  background: #cccccc;
  padding: 70px 20px;
}

.p-consul .c-desc2 .wrapper {
  background: #fff;
  padding: 20px;
}

.p-consul .c-desc2 .note {
  padding-left: 0;
  padding-right: 0;
}

/**
.c-desc::after{
	margin-bottom:70px;
}
.c-desc::before{
	margin-top:70px;
}*/

.slide-news .img.slick-slide {
  height: 700px;
  min-height: auto !important;
  background-size: contain !important;
}
@media screen and (max-width: 1410px) {
  .top-block1-list .box1 {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1240px) {
  .news-block .product-tabs .product-tabs-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .news-block .product-tabs .product-tabs-inner li {
    width: 48%;
    margin-bottom: 20px;
  }

  .news-details {
    width: 80%;
  }
  .slide-news .img.slick-slide {
    height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .top-block1-list .box1 {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-block1-list .box1 {
    margin-right: 0;
  }
  .slide-news .img.slick-slide {
    height: 400px;
  }
  .news-details {
    width: 95%;
    margin: 40px auto 50px;
  }

  .news-details h2 {
    font-size: 18px;
  }

  .news-details .c-date label {
    padding: 5px 11px;
  }

  .news-details .c-desc p {
    padding-top: 0;
    margin-top: 0;
    font-size: 12px;
  }

  .news-details .c-desc {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: 12px;
  }

  .p-consul .c-desc1 h3 {
    font-size: 20px;
  }

  .p-consul .c-desc1 .ck {
    font-size: 14px;
  }

  .p-consul .c-desc1 h4 {
    font-size: 18px;
  }

  .p-consul .c-desc1 .note.flex .figure,
  .p-consul .c-desc1 .note.flex p,
  .p-consul .c-desc1 .note.flex .c-content {
    width: 100%;
  }
  .p-consul .c-desc1 .note.flex .c-content {
    padding-top: 20px;
  }
  .p-consul .slider-singleconsul .slick-slide {
    height: auto;
    max-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .slide-news .img.slick-slide {
    height: 250px;
  }
}
