/* 公司新闻 */
/* news_tab */
.news_tab li a h4 {
  font-size: 30px;
}

.news_tab li a h5 {
  margin: 20px 0 0 0;
  font-size: 22px;
}

.news_tab li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}

.news_tab {
  display: flex;
  justify-content: space-around;
}

.news_tab li {
  padding: 60px 0;
  width: 30%;
}

.news_tab li:nth-child(1) {
  background-image: url(../image/news/矩形\ 32\ 拷贝\ 6.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news_tab li:nth-child(2) {
  background-image: url(../image/news/矩形\ 32\ 拷贝.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news_tab li:nth-child(3) {
  background-image: url(../image/news/矩形\ 32\ 拷贝\ 3.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.news_tabbox {
  padding: 100px 0 160px 0;
}

.news_tab_checked {
  transform: translateY(-20px);
}

.news_tab li:hover {
  transform: translateY(-20px);
  transition: 0.6s;
}

/* faq_lsit */
.faq ul li a h4 {
  margin: 0 0 40px 0;
  font-weight: 500;
  color: #000;
}

.faq ul li a h4 span:nth-child(1) {
  color: #00648E;
}

.faq ul li a p {
  font-weight: 300;
  line-height: 40px;
}

.faq ul li {
  margin: 0 0 60px 0;
}

.faq ul li a:hover p {
  color: #F9A51B;
  transition: 0.6s;
}

.faq ul li a:hover h4 span:nth-child(2) {
  color: #F9A51B;
  transition: 0.6s;
}

.faq_list {
  position: relative;
  padding: 0 0 120px 0;
}

.cone {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
}

.ctwo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.cthree {
  position: absolute;
  bottom: -5%;
  right: 5%;
  z-index: -1;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  .faq ul li a h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }

  .faq ul li a p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 1px;
  }

  .faq ul li {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}