﻿@media only screen and (min-width: 1680px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/firm_cultrue/cultrue_bg_01.jpg) no-repeat center top / 100% 40%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.9rem;
  }
  #main .section3 .content_box .cultrue_content_box {
    display: flex;
    margin-bottom: 0.8rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .cultrue_pic {
    width: 7.22rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box {
    padding-left: 0.7rem;
    padding-top: 0.6rem;
    padding-bottom: 1.37rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title {
    display: flex;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title img {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title .title {
    font-size: 24px;
    color: #333;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_words .text {
    font-size: 36px;
    background-image: linear-gradient(to right bottom, #333 40%, purple 60%, orange 80%, #99ff33 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #main .section3 .content_box .cultrue_content_box .left_part {
    flex: 1;
  }
  #main .section3 .content_box .cultrue_content_box .right_part {
    flex: 1;
  }
  #main .section3 .firm_cultrue {
    background: url(../../img/firm_cultrue/cultrue_bg_02.jpg) no-repeat center center / 100% 100%;
    height: 9.4rem;
  }
  #main .section3 .firm_cultrue ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 9.4rem;
  }
  #main .section3 .firm_cultrue ul li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
  }
  #main .section3 .firm_cultrue ul li:hover {
    background-color: #acb10c;
  }
  #main .section3 .firm_cultrue ul li:hover img {
    position: absolute;
    top: 1.1rem;
  }
  #main .section3 .firm_cultrue ul li:hover .cul_title {
    position: absolute;
    top: 2.1rem;
  }
  #main .section3 .firm_cultrue ul li:hover .desc {
    display: flex;
  }
  #main .section3 .firm_cultrue ul li img {
    width: 0.75rem;
    height: 0.75rem;
    margin-bottom: 0.25rem;
  }
  #main .section3 .firm_cultrue ul li .cul_title {
    font-size: 28px;
    color: #fff;
  }
  #main .section3 .firm_cultrue ul li .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
    width: 100%;
    position: absolute;
  }
  #main .section3 .firm_cultrue ul li .desc .desc_pic {
    width: 2rem;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.43rem;
    position: absolute;
    top: -0.7rem;
  }
  #main .section3 .firm_cultrue ul li .desc .desc_text {
    font-size: 18px;
    color: #fff;
    line-height: 0.4rem;
    padding: 0 0.4rem;
    position: absolute;
    top: 1.4rem;
  }
  #main .section3 .firm_spirit {
    background: url(../../img/firm_cultrue/cultrue_bg_03.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 1.2rem;
  }
  #main .section3 .firm_spirit .spirit_content {
    padding-top: 0.9rem;
  }
  #main .section3 .firm_spirit .spirit_content .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .firm_spirit .spirit_content .honor_title .title {
    width: 3.2rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.9rem;
  }
  #main .section3 .firm_spirit .spirit_intro .text {
    text-align: center;
    font-size: 14px;
    color: #999;
  }
  #main .section3 .firm_spirit .spirit_intro div {
    text-align: center;
    font-size: 14px;
    color: #999;
  }
  #main .section3 .firm_spirit .spirit_saying {
    margin-top: 0.43rem;
    margin-bottom: 0.6rem;
  }
  #main .section3 .firm_spirit .spirit_saying ul {
    display: flex;
    justify-content: space-around;
  }
  #main .section3 .firm_spirit .spirit_saying ul li {
    width: 3.41rem;
    height: 3.3rem;
    box-sizing: border-box;
    background: url(../../img/firm_cultrue/idea_pic.png) no-repeat center center / 100% 100%;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    padding-left: 0.6rem;
    padding-top: 0.5rem;
    position: relative;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .img_icon {
    position: absolute;
    width: 1.35rem;
    height: 1.56rem;
    bottom: 0rem;
    right: 0.5rem;
  }
  #main .section3 .firm_spirit .spirit_saying ul li:hover .words {
    color: #acb10c;
  }
  #main .section3 .firm_spirit .spirit_saying ul li:hover .cover {
    display: block;
  }
  #main .section3 .firm_spirit .spirit_saying ul li.active .words {
    color: #acb10c;
  }
  #main .section3 .firm_spirit .spirit_saying ul li.active .cover {
    display: block;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .cover {
    width: 100%;
    height: 100%;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    background-color: rgba(209, 212, 124, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .words {
    font-size: 28px;
    color: #333;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .spirit_desc {
    font-size: 22px;
    color: #666;
  }
  #main .section3 .firm_spirit .spirit_express .text {
    font-size: 16px;
    color: #626262;
    line-height: 40px;
  }
  #main .section3 .firm_spirit .spirit_express div {
    font-size: 16px;
    color: #626262;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1680px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/firm_cultrue/cultrue_bg_01.jpg) no-repeat center top / 100% 40%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 3.2rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.9rem;
  }
  #main .section3 .content_box .cultrue_content_box {
    display: flex;
    margin-bottom: 0.8rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .cultrue_pic {
    width: 7.22rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box {
    padding-left: 0.7rem;
    padding-top: 0.6rem;
    padding-bottom: 1.37rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title {
    display: flex;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title img {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title .title {
    font-size: 20px;
    color: #333;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_words .text {
    font-size: 30px;
    background-image: linear-gradient(to right bottom, #333 40%, purple 60%, orange 80%, #99ff33 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #main .section3 .content_box .cultrue_content_box .left_part {
    flex: 1;
  }
  #main .section3 .content_box .cultrue_content_box .right_part {
    flex: 1;
  }
  #main .section3 .firm_cultrue {
    background: url(../../img/firm_cultrue/cultrue_bg_02.jpg) no-repeat center center / 100% 100%;
    height: 9.4rem;
  }
  #main .section3 .firm_cultrue ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 9.4rem;
  }
  #main .section3 .firm_cultrue ul li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
  }
  #main .section3 .firm_cultrue ul li:hover {
    background-color: #acb10c;
  }
  #main .section3 .firm_cultrue ul li:hover img {
    position: absolute;
    top: 1.1rem;
  }
  #main .section3 .firm_cultrue ul li:hover .cul_title {
    position: absolute;
    top: 2.1rem;
  }
  #main .section3 .firm_cultrue ul li:hover .desc {
    display: flex;
  }
  #main .section3 .firm_cultrue ul li img {
    width: 0.75rem;
    height: 0.75rem;
    margin-bottom: 0.25rem;
  }
  #main .section3 .firm_cultrue ul li .cul_title {
    font-size: 24px;
    color: #fff;
  }
  #main .section3 .firm_cultrue ul li .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
    width: 100%;
    position: absolute;
  }
  #main .section3 .firm_cultrue ul li .desc .desc_pic {
    width: 2rem;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.43rem;
    position: absolute;
    top: -0.7rem;
  }
  #main .section3 .firm_cultrue ul li .desc .desc_text {
    font-size: 14px;
    color: #fff;
    line-height: 0.4rem;
    padding: 0 0.4rem;
    position: absolute;
    top: 1.4rem;
  }
  #main .section3 .firm_spirit {
    background: url(../../img/firm_cultrue/cultrue_bg_03.jpg) no-repeat center center / 100% 100%;
    padding-bottom: 1.2rem;
  }
  #main .section3 .firm_spirit .spirit_content {
    padding-top: 0.9rem;
  }
  #main .section3 .firm_spirit .spirit_content .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .firm_spirit .spirit_content .honor_title .title {
    width: 3.2rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.9rem;
  }
  #main .section3 .firm_spirit .spirit_intro .text {
    text-align: center;
    font-size: 14px;
    color: #999;
  }
  #main .section3 .firm_spirit .spirit_intro div {
    text-align: center;
    font-size: 14px;
    color: #999;
  }
  #main .section3 .firm_spirit .spirit_saying {
    margin-top: 0.43rem;
    margin-bottom: 0.6rem;
  }
  #main .section3 .firm_spirit .spirit_saying ul {
    display: flex;
    justify-content: space-around;
  }
  #main .section3 .firm_spirit .spirit_saying ul li {
    width: 3.41rem;
    height: 3.3rem;
    box-sizing: border-box;
    background: url(../../img/firm_cultrue/idea_pic.png) no-repeat center center / 100% 100%;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    padding-left: 0.6rem;
    padding-top: 0.5rem;
    position: relative;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .img_icon {
    position: absolute;
    width: 1.35rem;
    height: 1.56rem;
    bottom: 0rem;
    right: 0.5rem;
  }
  #main .section3 .firm_spirit .spirit_saying ul li:hover .words {
    color: #acb10c;
  }
  #main .section3 .firm_spirit .spirit_saying ul li:hover .cover {
    display: block;
  }
  #main .section3 .firm_spirit .spirit_saying ul li.active .words {
    color: #acb10c;
  }
  #main .section3 .firm_spirit .spirit_saying ul li.active .cover {
    display: block;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .cover {
    width: 100%;
    height: 100%;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    background-color: rgba(209, 212, 124, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .words {
    font-size: 24px;
    color: #333;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .spirit_desc {
    font-size: 18px;
    color: #666;
  }
  #main .section3 .firm_spirit .spirit_express .text {
    font-size: 16px;
    color: #626262;
    line-height: 40px;
  }
  #main .section3 .firm_spirit .spirit_express div {
    font-size: 16px;
    color: #626262;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .my_container {
    width: 100%;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 {
    padding-top: 0.9rem;
  }
  #main .section1 img {
    width: 100%;
    height: auto;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
    width: 100%;
  }
  #main .section2 .nav_part .large_screen {
    margin-top: 0.2rem;
    padding-top: 0.1rem;
    display: none;
    padding-left: 0.3rem;
  }
  #main .section2 .nav_part .small_screen {
    display: block;
    margin-top: 0.2rem;
    padding-left: 0.5rem;
  }
  #main .section2 .nav_part .small_screen .swiper {
    position: relative;
  }
  #main .section2 .nav_part .small_screen .swiper .swiper-wrapper .swiper-slide {
    width: 10rem !important;
  }
  #main .section2 .nav_part .small_screen .swiper .swiper-scrollbar {
    bottom: -0.3rem;
    height: 0.01rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 12px;
    margin-right: 0.2rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
    display: block;
    width: 100%;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/firm_cultrue/cultrue_bg_01.jpg) no-repeat center top / 100% 40%;
  }
  #main .section3 .content_box {
    padding-top: 0.5rem;
    width: 100%;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .cultrue_content_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .cultrue_pic {
    width: 100%;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box {
    padding-left: 0.3rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title {
    display: flex;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title img {
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_title .title {
    font-size: 24px;
    color: #333;
  }
  #main .section3 .content_box .cultrue_content_box .cultrue_part .text_box .cultrue_words .text {
    font-size: 16px;
    background-image: linear-gradient(to right bottom, #333 40%, purple 60%, orange 80%, #99ff33 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #main .section3 .content_box .cultrue_content_box .left_part {
    flex: 1;
  }
  #main .section3 .content_box .cultrue_content_box .right_part {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
  }
  #main .section3 .firm_cultrue {
    background: url(../../img/firm_cultrue/cultrue_bg_02.jpg) no-repeat center center;
    height: 6.4rem;
  }
  #main .section3 .firm_cultrue ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 6.4rem;
  }
  #main .section3 .firm_cultrue ul li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .firm_cultrue ul li:hover {
    background-color: #acb10c;
    flex: 2;
  }
  #main .section3 .firm_cultrue ul li:hover > img {
    position: absolute;
    top: 0.8rem;
    display: none;
  }
  #main .section3 .firm_cultrue ul li:hover .cul_title {
    position: absolute;
    top: 1.5rem;
    display: none;
    font-size: 14px;
  }
  #main .section3 .firm_cultrue ul li:hover .desc {
    display: flex;
  }
  #main .section3 .firm_cultrue ul li:hover .desc .desc_text {
    font-size: 14px;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 2.2rem;
    opacity: 1;
  }
  #main .section3 .firm_cultrue ul li:hover .desc .desc_pic {
    width: 2rem;
  }
  #main .section3 .firm_cultrue ul li img {
    width: 75%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  #main .section3 .firm_cultrue ul li .cul_title {
    font-size: 12px;
    color: #fff;
  }
  #main .section3 .firm_cultrue ul li .desc {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: block;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease-in-out;
  }
  #main .section3 .firm_cultrue ul li .desc .desc_pic {
    width: 0;
    transition: all 0.3s ease-in-out;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.43rem;
    display: block;
    position: absolute;
    top: -2.1rem;
  }
  #main .section3 .firm_cultrue ul li .desc .desc_text {
    font-size: 12px;
    color: #fff;
    line-height: 0.4rem;
    padding: 0;
    position: absolute;
    top: 0.2rem;
    width: 2.2rem;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  #main .section3 .firm_spirit {
    background: url(../../img/firm_cultrue/cultrue_bg_03.jpg) no-repeat center center / 100% 100%;
    width: 100%;
    padding-bottom: 0.2rem;
  }
  #main .section3 .firm_spirit .spirit_content {
    padding-top: 0.3rem;
  }
  #main .section3 .firm_spirit .spirit_content .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .firm_spirit .spirit_content .honor_title .title {
    width: 3.2rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .firm_spirit .spirit_intro .text {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  #main .section3 .firm_spirit .spirit_saying {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  #main .section3 .firm_spirit .spirit_saying ul {
    display: flex;
    justify-content: space-around;
  }
  #main .section3 .firm_spirit .spirit_saying ul li {
    width: 23%;
    height: 2.2rem;
    box-sizing: border-box;
    background: url(../../img/firm_cultrue/idea_pic.png) no-repeat center center / 100% 100%;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    position: relative;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .img_icon {
    position: absolute;
    width: 1rem;
    height: 1rem;
    bottom: 0rem;
    right: 0.5rem;
  }
  #main .section3 .firm_spirit .spirit_saying ul li:hover .words {
    color: #acb10c;
  }
  #main .section3 .firm_spirit .spirit_saying ul li:hover .cover {
    display: block;
  }
  #main .section3 .firm_spirit .spirit_saying ul li.active .words {
    color: #acb10c;
  }
  #main .section3 .firm_spirit .spirit_saying ul li.active .cover {
    display: block;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .cover {
    width: 100%;
    height: 100%;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    background-color: rgba(209, 212, 124, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .words {
    font-size: 14px;
    color: #333;
  }
  #main .section3 .firm_spirit .spirit_saying ul li .spirit_desc {
    font-size: 12px;
    color: #666;
  }
  #main .section3 .firm_spirit .spirit_express {
    padding-left: 0.15rem;
  }
  #main .section3 .firm_spirit .spirit_express .text {
    font-size: 12px;
    color: #626262;
    line-height: 28px;
  }
  #main .section3 .firm_spirit .spirit_express div {
    font-size: 16px;
    color: #999;
    line-height: 28px;
  }
}
/*# sourceMappingURL=firm_cultrue.css.map */