#main {
  font-family: "Source Han Sans";
}
@media only screen and (min-width: 1440px) {
  .content_bg .right_bg {
    width: 3.2rem;
    height: 26.04rem;
    background-color: #18a0ae;
    float: right;
  }
  .content_bg .content_box .cultrue_title h1 {
    font-size: 50px;
    color: #333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.8rem;
    padding-top: 0.94rem;
  }
  .content_bg .content_box .cultrue_title h1::before,
  .content_bg .content_box .cultrue_title h1::after {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  .content_bg .content_box .cultrue_title h1::before {
    margin-right: 0.4rem;
  }
  .content_bg .content_box .cultrue_title h1::after {
    margin-left: 0.4rem;
  }
  .content_bg .content_box .firm_cultrue {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  .content_bg .content_box .firm_cultrue:hover .text_box h1,
  .content_bg .content_box .firm_cultrue:hover .text_box h2,
  .content_bg .content_box .firm_cultrue:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .firm_cultrue:hover .img_box .img_desc {
    display: block;
  }
  .content_bg .content_box .firm_cultrue .text_box {
    padding-top: 10%;
    width: 40%;
  }
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 0.4rem;
  }
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 24px;
    color: #707070;
    margin-bottom: 0.26rem;
  }
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 16px;
    color: #ccc;
  }
  .content_bg .content_box .firm_cultrue .img_box {
    height: 5rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .content_bg .content_box .firm_cultrue .img_box img {
    transition: all 2s;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc {
    position: absolute;
    display: none;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-duration: 2s;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(96, 184, 197, 0.5));
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .belief_box .img_box {
    width: 8rem;
    height: 5rem;
    right: -0.5rem;
  }
  .content_bg .content_box .belief_box .img_box .img_desc {
    width: 8rem;
    height: 5rem;
    position: absolute;
  }
  .content_bg .content_box .belief_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .belief_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .purport_box .text_box {
    float: right;
  }
  .content_bg .content_box .purport_box .img_box {
    width: 7.9rem;
    height: 5rem;
    left: -1rem;
  }
  .content_bg .content_box .purport_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .purport_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box {
    width: 10.5rem;
    height: 5rem;
    right: -3rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .text {
    position: absolute;
    right: 3.1rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .vision_box {
    height: 3.7rem;
  }
  .content_bg .content_box .vision_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .vision_box .img_box {
    width: 7.9rem;
    height: 3.7rem;
    left: -1rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .purpose_box .img_box {
    width: 8rem;
    right: -0.5rem;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc .text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .spirit_box {
    height: 4.3rem;
  }
  .content_bg .content_box .spirit_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .spirit_box .img_box {
    width: 7.9rem;
    height: 4.3rem;
    left: -1rem;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .practices_box .img_box {
    width: 8.5rem;
    right: -1rem;
  }
  .content_bg .content_box .practices_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .practices_box .img_box .img_desc .text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .social_box {
    height: 4.3rem;
  }
  .content_bg .content_box .social_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .social_box .img_box {
    width: 7.9rem;
    height: 4.3rem;
    left: -1rem;
  }
  .content_bg .content_box .social_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .social_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1200px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) {
  .content_bg .right_bg {
    width: 3.2rem;
    height: 26.25rem;
    background-color: #18a0ae;
    float: right;
  }
  .content_bg .content_box .cultrue_title h1 {
    font-size: 50px;
    color: #333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.8rem;
    padding-top: 0.94rem;
  }
  .content_bg .content_box .cultrue_title h1::before,
  .content_bg .content_box .cultrue_title h1::after {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  .content_bg .content_box .cultrue_title h1::before {
    margin-right: 0.4rem;
  }
  .content_bg .content_box .cultrue_title h1::after {
    margin-left: 0.4rem;
  }
  .content_bg .content_box .firm_cultrue {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  .content_bg .content_box .firm_cultrue:hover .text_box h1,
  .content_bg .content_box .firm_cultrue:hover .text_box h2,
  .content_bg .content_box .firm_cultrue:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .firm_cultrue:hover .img_box .img_desc {
    display: block;
  }
  .content_bg .content_box .firm_cultrue:hover .img_box .img_desc .cover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 255, 255, 0.7));
  }
  .content_bg .content_box .firm_cultrue .text_box {
    padding-top: 10%;
    width: 40%;
  }
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 0.4rem;
  }
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 24px;
    color: #707070;
    margin-bottom: 0.26rem;
  }
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 16px;
    color: #ccc;
  }
  .content_bg .content_box .firm_cultrue .img_box {
    height: 5rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .content_bg .content_box .firm_cultrue .img_box img {
    transition: all 2s;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc {
    position: absolute;
    display: none;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .belief_box .belief {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  .content_bg .content_box .belief_box .img_box {
    width: 8rem;
    height: 5rem;
    right: -0.5rem;
  }
  .content_bg .content_box .belief_box .img_box .img_desc {
    width: 8rem;
    height: 5rem;
    position: absolute;
  }
  .content_bg .content_box .belief_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .belief_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .purport_box .text_box {
    float: right;
  }
  .content_bg .content_box .purport_box .img_box {
    width: 7.9rem;
    height: 5rem;
    left: -1rem;
  }
  .content_bg .content_box .purport_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .purport_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box {
    width: 10.5rem;
    height: 5rem;
    right: -3rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .text {
    position: absolute;
    right: 3.1rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .vision_box {
    height: 3.7rem;
  }
  .content_bg .content_box .vision_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .vision_box .img_box {
    width: 7.9rem;
    height: 3.7rem;
    left: -1rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .purpose_box .img_box {
    width: 8rem;
    right: -0.5rem;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc .text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .spirit_box {
    height: 4.3rem;
  }
  .content_bg .content_box .spirit_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .spirit_box .img_box {
    width: 7.9rem;
    height: 4.3rem;
    left: -1rem;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .practices_box .img_box {
    width: 8.5rem;
    right: -1rem;
  }
  .content_bg .content_box .practices_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .practices_box .img_box .img_desc .text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .social_box {
    height: 4.3rem;
  }
  .content_bg .content_box .social_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .social_box .img_box {
    width: 7.9rem;
    height: 4.3rem;
    left: -1rem;
  }
  .content_bg .content_box .social_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .social_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1200px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1440px) and only screen and (max-width: 767px) {
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  .content_bg .right_bg {
    width: 3.2rem;
    height: 26.33rem;
    background-color: #18a0ae;
    float: right;
  }
  .content_bg .content_box .cultrue_title h1 {
    font-size: 50px;
    color: #333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.8rem;
    padding-top: 0.94rem;
  }
  .content_bg .content_box .cultrue_title h1::before,
  .content_bg .content_box .cultrue_title h1::after {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  .content_bg .content_box .cultrue_title h1::before {
    margin-right: 0.4rem;
  }
  .content_bg .content_box .cultrue_title h1::after {
    margin-left: 0.4rem;
  }
  .content_bg .content_box .firm_cultrue {
    width: 100%;
    height: 5rem;
    position: relative;
  }
  .content_bg .content_box .firm_cultrue:hover .text_box h1,
  .content_bg .content_box .firm_cultrue:hover .text_box h2,
  .content_bg .content_box .firm_cultrue:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .firm_cultrue:hover .img_box .img_desc {
    display: block;
    animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .firm_cultrue .text_box {
    padding-top: 10%;
    width: 40%;
  }
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 0.4rem;
  }
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 24px;
    color: #707070;
    margin-bottom: 0.26rem;
  }
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 16px;
    color: #ccc;
  }
  .content_bg .content_box .firm_cultrue .img_box {
    height: 5rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .content_bg .content_box .firm_cultrue .img_box img {
    transition: all 2s;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc {
    position: absolute;
    display: none;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(96, 184, 197, 0.5));
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .belief_box .belief {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  .content_bg .content_box .belief_box .img_box {
    width: 8rem;
    height: 5rem;
    right: -0.5rem;
  }
  .content_bg .content_box .belief_box .img_box .img_desc {
    width: 8rem;
    height: 5rem;
    position: absolute;
  }
  .content_bg .content_box .belief_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .belief_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .purport_box .text_box {
    float: right;
  }
  .content_bg .content_box .purport_box .img_box {
    width: 7.9rem;
    height: 5rem;
    left: -1rem;
  }
  .content_bg .content_box .purport_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .purport_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box {
    width: 10.5rem;
    height: 5rem;
    right: -3rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .text {
    position: absolute;
    right: 3.1rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .vision_box {
    height: 3.7rem;
  }
  .content_bg .content_box .vision_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .vision_box .img_box {
    width: 7.9rem;
    height: 3.7rem;
    left: -1rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 16px;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .purpose_box .img_box {
    width: 8rem;
    right: -0.5rem;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc .text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .spirit_box {
    height: 4.3rem;
  }
  .content_bg .content_box .spirit_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .spirit_box .img_box {
    width: 7.9rem;
    height: 4.3rem;
    left: -1rem;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .practices_box .img_box {
    width: 8.5rem;
    right: -1rem;
  }
  .content_bg .content_box .practices_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .practices_box .img_box .img_desc .text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .social_box {
    height: 4.3rem;
  }
  .content_bg .content_box .social_box .text_box {
    float: right;
    padding-top: 5%;
  }
  .content_bg .content_box .social_box .img_box {
    width: 7.9rem;
    height: 4.3rem;
    left: -1rem;
  }
  .content_bg .content_box .social_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .social_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  .content_bg .content_box .cultrue_title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1200px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .content_bg .right_bg {
    width: 3.2rem;
    height: 26.33rem;
    background-color: #18a0ae;
    float: right;
  }
  .content_bg .content_box .cultrue_title h1 {
    font-size: 0.5rem;
    color: #333;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.4rem;
    padding-top: 0.5rem;
  }
  .content_bg .content_box .cultrue_title h1::before,
  .content_bg .content_box .cultrue_title h1::after {
    content: "";
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url(../img/icon_03.png) no-repeat center center / 100% 100%;
  }
  .content_bg .content_box .cultrue_title h1::before {
    margin-right: 0.2rem;
  }
  .content_bg .content_box .cultrue_title h1::after {
    margin-left: 0.2rem;
  }
  .content_bg .content_box .firm_cultrue {
    width: 100%;
    height: 7.5rem;
    position: relative;
  }
  .content_bg .content_box .firm_cultrue:hover .text_box h1,
  .content_bg .content_box .firm_cultrue:hover .text_box h2,
  .content_bg .content_box .firm_cultrue:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .firm_cultrue:hover .img_box {
    width: 100%;
    height: 5rem;
  }
  .content_bg .content_box .firm_cultrue:hover .img_box .img_desc {
    width: 100%;
    height: 5rem;
    display: block;
    animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .firm_cultrue .text_box {
    padding-top: 0;
    width: 100%;
    position: absolute;
    top: 5rem;
    background-color: #fff;
  }
  .content_bg .content_box .firm_cultrue .text_box h1 {
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.2rem;
  }
  .content_bg .content_box .firm_cultrue .text_box h2 {
    font-size: 0.3rem;
    color: #707070;
    margin-bottom: 0.2rem;
  }
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 16px;
    color: #ccc;
  }
  .content_bg .content_box .firm_cultrue .img_box {
    height: 5rem;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
  }
  .content_bg .content_box .firm_cultrue .img_box img {
    transition: all 2s;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc {
    position: absolute;
    display: block;
    animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc p {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.42rem;
    padding-left: 0.1rem;
  }
  .content_bg .content_box .firm_cultrue .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(96, 184, 197, 0.5));
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .belief_box .belief {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-duration: 2s;
  }
  .content_bg .content_box .belief_box .img_box {
    right: 0;
  }
  .content_bg .content_box .belief_box .img_box .img_desc {
    position: absolute;
  }
  .content_bg .content_box .belief_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .belief_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .purport_box .text_box {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 5rem;
  }
  .content_bg .content_box .purport_box .img_box {
    left: 0rem;
    top: 0rem;
  }
  .content_bg .content_box .purport_box .img_box .img_desc {
    position: absolute;
  }
  .content_bg .content_box .purport_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box {
    right: 0rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc {
    position: absolute;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .text {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.4rem;
    padding-left: 0.2rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .mission_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .vision_box {
    height: 5.5rem;
  }
  .content_bg .content_box .vision_box:hover .text_box h1,
  .content_bg .content_box .vision_box:hover .text_box h2,
  .content_bg .content_box .vision_box:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .vision_box:hover .img_box {
    width: 100%;
    height: 3rem;
  }
  .content_bg .content_box .vision_box:hover .img_box .img_desc {
    width: 100%;
    height: 3rem;
    display: block;
    animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .vision_box .text_box {
    position: absolute;
    right: 0;
    top: 3rem;
    background-color: #fff;
  }
  .content_bg .content_box .vision_box .img_box {
    width: 100%;
    height: 3rem;
    left: 0rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .text {
    position: absolute;
    right: 0.8rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.32rem;
    padding-left: 0.5rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc p:first-child {
    margin-bottom: 0.35rem;
  }
  .content_bg .content_box .vision_box .img_box .img_desc .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(24, 160, 174, 0.3);
    position: absolute;
    right: 0;
    top: 0;
  }
  .content_bg .content_box .purpose_box {
    margin-bottom: 0.5rem;
  }
  .content_bg .content_box .purpose_box .text_box {
    top: 5rem;
    z-index: 99;
  }
  .content_bg .content_box .purpose_box .img_box {
    width: 100%;
    right: 0;
    background-size: contain;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc .text {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
  }
  .content_bg .content_box .purpose_box .img_box .img_desc .text p {
    padding-left: 0.3rem;
  }
  .content_bg .content_box .spirit_box {
    height: 6.5rem;
  }
  .content_bg .content_box .spirit_box:hover .text_box h1,
  .content_bg .content_box .spirit_box:hover .text_box h2,
  .content_bg .content_box .spirit_box:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .spirit_box:hover .img_box {
    width: 100%;
    height: 3rem;
  }
  .content_bg .content_box .spirit_box:hover .img_box .img_desc {
    width: 100%;
    height: 3rem;
    display: block;
    animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .spirit_box .text_box {
    width: 100%;
    position: absolute;
    right: 0;
    top: 3rem;
    background-color: #fff;
  }
  .content_bg .content_box .spirit_box .img_box {
    left: 0;
    height: 3rem;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .spirit_box .img_box .img_desc .text {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .practices_box {
    height: 6rem;
  }
  .content_bg .content_box .practices_box:hover .text_box h1,
  .content_bg .content_box .practices_box:hover .text_box h2,
  .content_bg .content_box .practices_box:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .practices_box:hover .img_box {
    width: 100%;
    height: 3rem;
  }
  .content_bg .content_box .practices_box:hover .img_box .img_desc {
    width: 100%;
    height: 3rem;
    display: block;
    animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .practices_box .text_box {
    top: 3rem;
    z-index: 99;
  }
  .content_bg .content_box .practices_box .img_box {
    height: 3rem;
    width: 100%;
    right: 0;
  }
  .content_bg .content_box .practices_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .practices_box .img_box .img_desc .text {
    position: absolute;
    left: 1.5rem;
    bottom: 0.5rem;
  }
  .content_bg .content_box .social_box {
    height: 6rem;
  }
  .content_bg .content_box .social_box:hover .text_box h1,
  .content_bg .content_box .social_box:hover .text_box h2,
  .content_bg .content_box .social_box:hover .text_box .translate {
    color: #18a0ae;
  }
  .content_bg .content_box .social_box:hover .img_box {
    width: 100%;
    height: 3rem;
  }
  .content_bg .content_box .social_box:hover .img_box .img_desc {
    width: 100%;
    height: 3rem;
    display: block;
    animation-name: fadeInUp;
    animation-duration: 2s;
  }
  .content_bg .content_box .social_box .text_box {
    position: absolute;
    right: 0rem;
    top: 3rem;
    background-color: #fff;
  }
  .content_bg .content_box .social_box .img_box {
    left: 0;
    height: 3rem;
  }
  .content_bg .content_box .social_box .img_box .img_desc {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content_bg .content_box .social_box .img_box .img_desc .text {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1366px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  .content_bg .content_box .firm_cultrue .text_box .translate {
    font-size: 14px;
  }
}
