@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/* 顶部活跃夹 */
.kcqh-cont {
}
.tab-kcqh-nav h2 {
  display: flex;
  padding: 1.15rem 5.55rem 0.5rem;
}
.tab-kcqh-nav a {
  background: #f0f0f0;
  border: 1px solid #ffffff;
  display: block;
  width: calc(100% / 3);
  text-align: center;
  height: 0.9rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 0.22rem;
}
.tab-kcqh-nav a img {
  width: 0.34rem;
  margin-right: 0.05rem;
}
.tab-kcqh-nav a:first-child {
  border-radius: 0.08rem 0 0 0.08rem;
}
.tab-kcqh-nav a:last-child {
  border-radius: 0 0.08rem 0.08rem 0;
}
.tab-kcqh-nav a.tab-kcqh-nav-on,
.tab-kcqh-nav a:hover {
  background: #214593;
  color: #ffffff;
  position: relative;
}
.tab-kcqh-nav a.tab-kcqh-nav-on img,
.tab-kcqh-nav a:hover img {
  filter: brightness(100);
}
.tab-kcqh-nav a.tab-kcqh-nav-on::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: -0.09rem;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #214593;
}
.tab-kcqh {
  display: none;
}
.tab-kcqh-on {
  display: block;
}

/* 栏目 介绍通用设置 */
/* 白色背景 */
.common-mod {
  padding: 0 3.6rem;
}
/* 灰色背景 */
.common-mod-gray {
  background: #fafafa;
  padding: 1.1rem 3.6rem 0.4rem;
}
.common-mod3 {
  padding: 1rem 3.6rem 0.4rem;
}
/* 栏目 */
.mod-nav {
  display: flex;
  align-items: center;
  padding: 0.6rem 0.4rem;
  border-radius: 0.2rem;
  background: #f6efff;
  margin-bottom: 0.4rem;
}
.mod-nav img {
  width: 0.83rem;
  margin-right: 0.3rem;
}
.mod-nav h2 {
  font-size: 0.36rem;
  position: relative;
  padding-right: 0.3rem;
  margin-right: 0.3rem;
}
.mod-nav h2::after {
  content: "";
  display: block;
  width: 2px;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.25rem;
}
.mod-nav span {
  font-size: 0.22rem;
  flex: 1;
}
/* 通用列表 */
.mod-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.mod-list li {
  width: 48%;
  background: #f9f6fd;
  border-radius: 0.06rem;
  margin-bottom: 0.17rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 1rem;
}
.mod-list li a {
  padding-right: 0.2rem;
  flex: 1;
  font-size: 0.2rem;
  line-height: 0.34rem;
}
.mod-list li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  background-color: #e8dbf9;
  border-radius: 0 50% 50% 0;
  margin-right: 0.3rem;
  background-repeat: no-repeat;
  background-position: 35% center;
  background-size: 0.6rem;
}
.mod-list li:nth-child(1)::before {
  background-image: url(/2024/cn/images/kcqh-num-01.png);
}
.mod-list li:nth-child(2)::before {
  background-image: url(/2024/cn/images/kcqh-num-02.png);
}
.mod-list li:nth-child(3)::before {
  background-image: url(/2024/cn/images/kcqh-num-03.png);
}
.mod-list li:nth-child(4)::before {
  background-image: url(/2024/cn/images/kcqh-num-04.png);
}
.mod-list li:nth-child(5)::before {
  background-image: url(/2024/cn/images/kcqh-num-05.png);
}
.mod-list li:nth-child(6)::before {
  background-image: url(/2024/cn/images/kcqh-num-06.png);
}
.mod-list li:nth-child(7)::before {
  background-image: url(/2024/cn/images/kcqh-num-07.png);
}
.mod-list li:nth-child(8)::before {
  background-image: url(/2024/cn/images/kcqh-num-08.png);
}
.mod-list li:nth-child(9)::before {
  background-image: url(/2024/cn/images/kcqh-num-09.png);
}
.mod-list li:nth-child(10)::before {
  background-image: url(/2024/cn/images/kcqh-num-10.png);
}
/* 我是科研机构 */
/* 紫色调 */
.mod-nav-purple h2 {
  color: #8733b4;
}
.mod-nav-purple span {
  color: #ad7bc7;
}

.mod-nav-purple h2::after {
  background: #d3b5fa;
}
/* 蓝色调 */
.mod-nav-blue {
  background: #def2ff;
}
.mod-nav-blue h2 {
  color: #0388d2;
}
.mod-nav-blue span {
  color: #49a8dc;
}
.mod-nav-blue h2::after {
  background: #48b1ec;
}

.mod-list-blue li {
  background-color: #fff;
}
.mod-list-blue li::before {
  background-color: #d0eafb;
}

/* 桔色调 */
.mod-nav-orange {
  background: #fce5e4;
}
.mod-nav-orange h2 {
  color: #f6756f;
}
.mod-nav-orange span {
  color: #f08681;
}
.mod-nav-orange h2::after {
  background: #f08681;
}
.mod-list-orange li {
  background-color: #fef6f6;
}
.mod-list-orange li::before {
  background-color: #fad3d2;
}
/* 绿色调 */
.mod-nav-green {
  background: #daf3ef;
}
.mod-nav-green h2 {
  color: #31c5ab;
}
.mod-nav-green span {
  color: #54d7c1;
}
.mod-nav-green h2::after {
  background: #4ed1ba;
}

.mod-list-green li {
  background-color: #e7f7f4;
}
.mod-list-green li::before {
  background-color: #9fddd3;
}
/* 我是科技企业 */
.mod-list-blue2 li {
  background-color: #F1F8FC;
}
.mod-list-purple li {
  background-color:#F5EFFE;
}

/* 我是创业团队 */
.cytd-mod{
  background: #daf3ef;
  border-radius: 0.2rem;
  margin-bottom: 0.6rem;
}
.cytd-mod .mod-nav-green{
  margin-bottom: 0;
}
.cytd-img{
  width: 6.04rem;
  margin: 0 auto;
}
/* 手机版适配 */
@media screen and (max-width: 768px) {
  .tab-kcqh-nav{
    width: 100%;
  }
  .tab-kcqh-nav h2{
    padding: 0.9rem 0.2rem 0.45rem;
  }
  .tab-kcqh-nav a{
    font-size: 0.24rem;
  }
  .common-mod{
    padding: 0 0.2rem;
  }
  .mod-nav{
    padding: 0.4rem 0.3rem;
  }
  .mod-nav h2{
    font-size: 0.36rem;
    max-width: 50%;
    display: flex;
    align-items: center;
  }
  .mod-nav h2 img{
    margin-right: 0.2rem;
  }
  .mod-list{
    margin-bottom: 0.4rem;
  }
  .mod-list li::before{
    width: 0.9rem;
    background-size: 0.55rem;
    margin-right: 0.1rem;
  }
  .mod-list li a{
    font-size: 0.18rem;
    padding-right: 0.05rem;
  }
  .common-mod-gray{
    padding: 0.3rem 0.2rem 0.1rem;
  }
  .common-mod3{
    padding: 0.3rem 0.2rem 0.1rem;
  }
}