/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*==== 缩放比例 =====*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 992px) {
  .m-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .m-16 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .m-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .m-12 {
    font-size: 12px;
    line-height: 12px;
  }
}
.pc-container {
  display: flex;
}
@media (max-width: 992px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.53333333rem;
    padding-right: 0.53333333rem;
  }
}
#about * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#about #navPc {
  flex-direction: column;
  width: 20%;
  cursor: pointer;
  margin-bottom: 86px;
  padding: 40px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  #about #navPc {
    margin-bottom: 0.64rem;
  }
}
#about #navPc .tab {
  padding: 1em;
  background-color: #fff;
  font-weight: bold;
  width: 100%;
  min-height: 2em;
}
#about #navPc .tab span {
  font-size: 20px;
  line-height: 30px;
  pointer-events: none;
  color: #000000;
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media (max-width: 992px) {
  #about #navPc .tab span {
    font-size: 16px;
    line-height: 18px;
  }
}
#about #navPc .tab.tab-active {
  background-color: #23ac38;
}
#about #navPc .tab.tab-active span {
  color: #fff;
}
#about .section {
  width: 80%;
  color: #000;
}
#about .section .section-title {
  line-height: 1;
  border-left: 6px solid #23ac38;
  font-size: 40px;
  margin: 0;
  color: #23ac38;
  padding-left: 0.5em;
  margin-bottom: 60px;
}
#about .section .sub-title {
  font-size: 24px;
  color: #000;
  margin: 0;
  margin-bottom: 1em;
}
#about .section .sub-title::after {
  content: '';
  display: block;
  width: 2em;
  height: 2px;
  background-color: #23ac38;
  margin-top: 0.5em;
}
#about .section + .section {
  padding-top: 80px;
}
#about .section .sub-section + .sub-section {
  margin-top: 60px;
}
#about .section .section-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px;
}
#about .section .__item {
  flex: 1;
  margin: 0 5px;
  background-color: #fff;
  padding: 70px 35px;
  font-size: 14px;
  line-height: 2;
}
#about .section .__item__title {
  line-height: 1.5;
  font-size: 26px;
  text-align: center;
  margin: 0;
  margin-bottom: 1.6em;
}
@media (max-width: 1680px) {
  #about .section .section-title {
    border-left: 5px solid #23ac38;
    font-size: 36px;
    margin-bottom: 50px;
  }
  #about .section .sub-title {
    font-size: 22px;
  }
  #about .section + .section {
    padding-top: 64px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 50px;
  }
}
@media (max-width: 1440px) {
  #about .section .section-title {
    border-left: 4px solid #23ac38;
    font-size: 32px;
    margin-bottom: 40px;
  }
  #about .section .sub-title {
    font-size: 20px;
  }
  #about .section + .section {
    padding-top: 50px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 40px;
  }
  #about .section .__item {
    margin: 0 5px;
    padding: 56px 30px;
  }
  #about .section .__item__title {
    font-size: 24px;
    margin-bottom: 1.4em;
  }
}
@media (max-width: 1200px) {
  #about .section .section-title {
    border-left: 3px solid #23ac38;
    font-size: 30px;
    margin-bottom: 32px;
  }
  #about .section .sub-title {
    font-size: 18px;
  }
  #about .section + .section {
    padding-top: 40px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 32px;
  }
  #about .section .__item {
    margin: 0 4px;
    padding: 42px 24px;
  }
  #about .section .__item__title {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  #about .section .section-title {
    border-left: 2px solid #23ac38;
    font-size: 22px;
    margin-bottom: 0.4rem;
  }
  #about .section .sub-title {
    font-size: 16px;
  }
  #about .section + .section {
    padding-top: 0.53333333rem;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 0.42666667rem;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    margin-left: -0.06666667rem;
    margin-right: -0.06666667rem;
  }
  #about .section .__item {
    margin: 0.06666667rem;
    padding: 0.8rem 0.4rem;
  }
  #about .section .__item__title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
}
#about .others .__item:hover {
  background-color: #23ac38;
}
#about .others .__item:hover i,
#about .others .__item:hover h3 {
  color: #fff;
}
#about .introduce {
  color: #fff;
}
#about .introduce .__item {
  background-color: #23ac38;
}
#about .introduce .__item:first-child {
  background: #23ac38 url(../imgs/about_item_bg1.jpg) no-repeat left top;
  background-size: 100% auto;
}
#about .introduce .__item:last-child {
  background: #23ac38 url(../imgs/about_item_bg2.jpg) no-repeat left top;
  background-size: 100% auto;
}
#about .introduce .__item__title {
  color: #fff;
}
#about .introduce .__item__title::after {
  content: '';
  display: block;
  width: 2.5em;
  height: 2px;
  background-color: #fff;
  margin: 0.5em auto 0 auto;
}
#about .others {
  border-top: 1px solid #e6e6e6;
}
#about .others .__item {
  color: #23ac38;
  text-align: center;
  padding: 90px 0;
  text-decoration: none;
  cursor: pointer;
}
#about .others .__item .iconfont {
  font-size: 80px;
  line-height: 1;
}
#about .others .__item .__item__title {
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  #about .others .__item {
    padding: 72px 0;
  }
  #about .others .__item .iconfont {
    font-size: 64px;
  }
  #about .others .__item .__item__title {
    margin-top: 24px;
  }
}
@media (max-width: 1200px) {
  #about .others .__item {
    padding: 50px 0;
  }
  #about .others .__item .iconfont {
    font-size: 50px;
  }
  #about .others .__item .__item__title {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #about .others .__item {
    padding: 0.8rem 0;
  }
  #about .others .__item .iconfont {
    font-size: 40px;
  }
  #about .others .__item .__item__title {
    margin-top: 0.26666667rem;
  }
}
#about .framework {
  margin-bottom: 80px;
}
#about .framework .sub-detail {
  font-size: 16px;
  line-height: 2;
}
#about .framework .sub-detail p + P {
  margin-top: 1em;
}
#about .framework .members {
  margin-left: -20px;
  margin-right: -20px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
}
#about .framework .members .__item {
  width: 33.33333333%;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#about .framework .members .__item__hd {
  display: flex;
  flex-direction: column;
}
#about .framework .members .__item__hd .__item__img {
  width: 100%;
}
#about .framework .members .__item__hd .__item__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 18px;
  padding: 1em;
}
#about .framework .members .__item__hd .__item__info .__item__name {
  font-size: 24px;
  padding-bottom: 0.5em;
}
#about .framework .members .__item__hd .__item__info .__item__name .text--small {
  font-size: 16px;
}
#about .framework .members .__item__bd {
  font-size: 14px;
  padding-top: 2em;
  line-height: 2;
}
#about .framework #subCection1 {
  margin-top: 70px;
}
@media (max-width: 1440px) {
  #about .framework {
    margin-bottom: 64px;
  }
  #about .framework .sub-detail {
    font-size: 14px;
  }
  #about .framework .members {
    margin-left: -16px;
    margin-right: -16px;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 20px 16px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 16px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 22px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 14px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.6em;
  }
  #about .framework #subCection1 {
    margin-top: 56px;
  }
}
@media (max-width: 1200px) {
  #about .framework {
    margin-bottom: 50px;
  }
  #about .framework .members {
    margin-left: -13px;
    margin-right: -13px;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 16px 13px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 14px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 12px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.4em;
  }
  #about .framework #subCection1 {
    margin-top: 46px;
  }
}
@media (max-width: 768px) {
  #about .framework {
    margin-bottom: 0.66666667rem;
  }
  #about .framework .members {
    margin-left: -0.17333333rem;
    margin-right: -0.17333333rem;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 0.21333333rem 0.17333333rem;
  }
  #about .framework .members .__item__hd {
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    font-size: 14px;
    padding: 0;
    padding-top: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__bd {
    padding-top: 1em;
  }
  #about .framework #subCection1 {
    margin-top: 0.61333333rem;
  }
}
#about .companies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
#about .companies .company-item {
  display: block;
  width: 16.66666667%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#about .companies .company-item .item__inner {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff url(../imgs/about_3.png) no-repeat center center;
  background-size: contain;
}
#about .companies .company-item:hover .item__inner {
  box-shadow: 0 0 20px #dfdfdf;
}
@media (max-width: 1440px) {
  #about .companies {
    margin-left: -9px;
    margin-right: -9px;
  }
  #about .companies .company-item {
    padding: 9px;
  }
}
@media (max-width: 1200px) {
  #about .companies {
    margin-left: -8px;
    margin-right: -8px;
  }
  #about .companies .company-item {
    width: 20%;
    padding: 8px;
  }
}
@media (max-width: 1200px) {
  #about .companies .company-item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #about .companies {
    margin-left: -0.13333333rem;
    margin-right: -0.13333333rem;
  }
  #about .companies .company-item {
    width: 33.33333333%;
    padding: 0.13333333rem;
  }
}
@media (max-width: 1680px) {
  .pc-container {
    display: flex;
  }
  #about * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about #navPc {
    flex-direction: column;
    width: 20%;
    cursor: pointer;
    margin-bottom: 86px;
    padding: 40px;
    display: flex;
    align-items: flex-end;
  }
  #about #navPc .tab {
    padding: 1em;
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    min-height: 2em;
  }
  #about #navPc .tab span {
    font-size: 20px;
    line-height: 30px;
    pointer-events: none;
    color: #000000;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  #about #navPc .tab.tab-active {
    background-color: #23ac38;
  }
  #about #navPc .tab.tab-active span {
    color: #fff;
  }
  #about .section {
    width: 80%;
    color: #000;
  }
  #about .section .section-title {
    line-height: 1;
    border-left: 6px solid #23ac38;
    font-size: 40px;
    margin: 0;
    color: #23ac38;
    padding-left: 0.5em;
    margin-bottom: 60px;
  }
  #about .section .sub-title {
    font-size: 24px;
    color: #000;
    margin: 0;
    margin-bottom: 1em;
  }
  #about .section .sub-title::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #23ac38;
    margin-top: 0.5em;
  }
  #about .section + .section {
    padding-top: 80px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 60px;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
  }
  #about .section .__item {
    flex: 1;
    margin: 0 5px;
    background-color: #fff;
    padding: 70px 35px;
    font-size: 14px;
    line-height: 2;
  }
  #about .section .__item__title {
    line-height: 1.5;
    font-size: 26px;
    text-align: center;
    margin: 0;
    margin-bottom: 1.6em;
  }
  #about .others .__item:hover {
    background-color: #23ac38;
  }
  #about .others .__item:hover i,
  #about .others .__item:hover h3 {
    color: #fff;
  }
  #about .introduce {
    color: #fff;
  }
  #about .introduce .__item {
    background-color: #23ac38;
  }
  #about .introduce .__item:first-child {
    background: #23ac38 url(../imgs/about_item_bg1.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item:last-child {
    background: #23ac38 url(../imgs/about_item_bg2.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item__title {
    color: #fff;
  }
  #about .introduce .__item__title::after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background-color: #fff;
    margin: 0.5em auto 0 auto;
  }
  #about .others {
    border-top: 1px solid #e6e6e6;
  }
  #about .others .__item {
    color: #23ac38;
    text-align: center;
    padding: 90px 0;
    text-decoration: none;
    cursor: pointer;
  }
  #about .others .__item .iconfont {
    font-size: 80px;
    line-height: 1;
  }
  #about .others .__item .__item__title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #about .framework {
    margin-bottom: 80px;
  }
  #about .framework .sub-detail {
    font-size: 16px;
    line-height: 2;
  }
  #about .framework .sub-detail p + P {
    margin-top: 1em;
  }
  #about .framework .members {
    margin-left: -20px;
    margin-right: -20px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .framework .members .__item__hd {
    display: flex;
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 24px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 16px;
  }
  #about .framework .members .__item__bd {
    font-size: 14px;
    padding-top: 2em;
    line-height: 2;
  }
  #about .framework #subCection1 {
    margin-top: 70px;
  }
  #about .companies {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  #about .companies .company-item {
    display: block;
    width: 16.66666667%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .companies .company-item .item__inner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff url(../imgs/about_3.png) no-repeat center center;
    background-size: contain;
  }
  #about .companies .company-item:hover .item__inner {
    box-shadow: 0 0 20px #dfdfdf;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.53333333rem;
    padding-right: 0.53333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #about #navPc {
    margin-bottom: 0.64rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #about #navPc .tab span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1680px) and (max-width: 1680px) {
  #about .section .section-title {
    border-left: 5px solid #23ac38;
    font-size: 36px;
    margin-bottom: 50px;
  }
  #about .section .sub-title {
    font-size: 22px;
  }
  #about .section + .section {
    padding-top: 64px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 50px;
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #about .section .section-title {
    border-left: 4px solid #23ac38;
    font-size: 32px;
    margin-bottom: 40px;
  }
  #about .section .sub-title {
    font-size: 20px;
  }
  #about .section + .section {
    padding-top: 50px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 40px;
  }
  #about .section .__item {
    margin: 0 5px;
    padding: 56px 30px;
  }
  #about .section .__item__title {
    font-size: 24px;
    margin-bottom: 1.4em;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #about .section .section-title {
    border-left: 3px solid #23ac38;
    font-size: 30px;
    margin-bottom: 32px;
  }
  #about .section .sub-title {
    font-size: 18px;
  }
  #about .section + .section {
    padding-top: 40px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 32px;
  }
  #about .section .__item {
    margin: 0 4px;
    padding: 42px 24px;
  }
  #about .section .__item__title {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  #about .section .section-title {
    border-left: 2px solid #23ac38;
    font-size: 22px;
    margin-bottom: 0.4rem;
  }
  #about .section .sub-title {
    font-size: 16px;
  }
  #about .section + .section {
    padding-top: 0.53333333rem;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 0.42666667rem;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    margin-left: -0.06666667rem;
    margin-right: -0.06666667rem;
  }
  #about .section .__item {
    margin: 0.06666667rem;
    padding: 0.8rem 0.4rem;
  }
  #about .section .__item__title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #about .others .__item {
    padding: 72px 0;
  }
  #about .others .__item .iconfont {
    font-size: 64px;
  }
  #about .others .__item .__item__title {
    margin-top: 24px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #about .others .__item {
    padding: 50px 0;
  }
  #about .others .__item .iconfont {
    font-size: 50px;
  }
  #about .others .__item .__item__title {
    margin-top: 20px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  #about .others .__item {
    padding: 0.8rem 0;
  }
  #about .others .__item .iconfont {
    font-size: 40px;
  }
  #about .others .__item .__item__title {
    margin-top: 0.26666667rem;
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #about .framework {
    margin-bottom: 64px;
  }
  #about .framework .sub-detail {
    font-size: 14px;
  }
  #about .framework .members {
    margin-left: -16px;
    margin-right: -16px;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 20px 16px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 16px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 22px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 14px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.6em;
  }
  #about .framework #subCection1 {
    margin-top: 56px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #about .framework {
    margin-bottom: 50px;
  }
  #about .framework .members {
    margin-left: -13px;
    margin-right: -13px;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 16px 13px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 14px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 12px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.4em;
  }
  #about .framework #subCection1 {
    margin-top: 46px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  #about .framework {
    margin-bottom: 0.66666667rem;
  }
  #about .framework .members {
    margin-left: -0.17333333rem;
    margin-right: -0.17333333rem;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 0.21333333rem 0.17333333rem;
  }
  #about .framework .members .__item__hd {
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    font-size: 14px;
    padding: 0;
    padding-top: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__bd {
    padding-top: 1em;
  }
  #about .framework #subCection1 {
    margin-top: 0.61333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #about .companies {
    margin-left: -9px;
    margin-right: -9px;
  }
  #about .companies .company-item {
    padding: 9px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #about .companies {
    margin-left: -8px;
    margin-right: -8px;
  }
  #about .companies .company-item {
    width: 20%;
    padding: 8px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #about .companies .company-item {
    width: 25%;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #about .companies {
    margin-left: -0.13333333rem;
    margin-right: -0.13333333rem;
  }
  #about .companies .company-item {
    width: 33.33333333%;
    padding: 0.13333333rem;
  }
}
@media (max-width: 1440px) {
  .pc-container {
    display: flex;
  }
  #about * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about #navPc {
    flex-direction: column;
    width: 20%;
    cursor: pointer;
    margin-bottom: 73.71428571px;
    padding: 34.28571429px;
    display: flex;
    align-items: flex-end;
  }
  #about #navPc .tab {
    padding: 1em;
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    min-height: 2em;
  }
  #about #navPc .tab span {
    font-size: 17px;
    line-height: 25px;
    pointer-events: none;
    color: #000000;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  #about #navPc .tab.tab-active {
    background-color: #23ac38;
  }
  #about #navPc .tab.tab-active span {
    color: #fff;
  }
  #about .section {
    width: 80%;
    color: #000;
  }
  #about .section .section-title {
    line-height: 1;
    border-left: 6px solid #23ac38;
    font-size: 40px;
    margin: 0;
    color: #23ac38;
    padding-left: 0.5em;
    margin-bottom: 60px;
  }
  #about .section .sub-title {
    font-size: 24px;
    color: #000;
    margin: 0;
    margin-bottom: 1em;
  }
  #about .section .sub-title::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #23ac38;
    margin-top: 0.5em;
  }
  #about .section + .section {
    padding-top: 80px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 60px;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 25.71428571px;
  }
  #about .section .__item {
    flex: 1;
    margin: 0 5px;
    background-color: #fff;
    padding: 70px 35px;
    font-size: 14px;
    line-height: 2;
  }
  #about .section .__item__title {
    line-height: 1.5;
    font-size: 26px;
    text-align: center;
    margin: 0;
    margin-bottom: 1.6em;
  }
  #about .others .__item:hover {
    background-color: #23ac38;
  }
  #about .others .__item:hover i,
  #about .others .__item:hover h3 {
    color: #fff;
  }
  #about .introduce {
    color: #fff;
  }
  #about .introduce .__item {
    background-color: #23ac38;
  }
  #about .introduce .__item:first-child {
    background: #23ac38 url(../imgs/about_item_bg1.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item:last-child {
    background: #23ac38 url(../imgs/about_item_bg2.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item__title {
    color: #fff;
  }
  #about .introduce .__item__title::after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background-color: #fff;
    margin: 0.5em auto 0 auto;
  }
  #about .others {
    border-top: 1px solid #e6e6e6;
  }
  #about .others .__item {
    color: #23ac38;
    text-align: center;
    padding: 90px 0;
    text-decoration: none;
    cursor: pointer;
  }
  #about .others .__item .iconfont {
    font-size: 80px;
    line-height: 1;
  }
  #about .others .__item .__item__title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #about .framework {
    margin-bottom: 80px;
  }
  #about .framework .sub-detail {
    font-size: 16px;
    line-height: 2;
  }
  #about .framework .sub-detail p + P {
    margin-top: 1em;
  }
  #about .framework .members {
    margin-left: -20px;
    margin-right: -20px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .framework .members .__item__hd {
    display: flex;
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 24px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 16px;
  }
  #about .framework .members .__item__bd {
    font-size: 14px;
    padding-top: 2em;
    line-height: 2;
  }
  #about .framework #subCection1 {
    margin-top: 70px;
  }
  #about .companies {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  #about .companies .company-item {
    display: block;
    width: 16.66666667%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .companies .company-item .item__inner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff url(../imgs/about_3.png) no-repeat center center;
    background-size: contain;
  }
  #about .companies .company-item:hover .item__inner {
    box-shadow: 0 0 20px #dfdfdf;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.53333333rem;
    padding-right: 0.53333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #about #navPc {
    margin-bottom: 0.64rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #about #navPc .tab span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1440px) and (max-width: 1680px) {
  #about .section .section-title {
    border-left: 5px solid #23ac38;
    font-size: 36px;
    margin-bottom: 50px;
  }
  #about .section .sub-title {
    font-size: 22px;
  }
  #about .section + .section {
    padding-top: 64px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 50px;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #about .section .section-title {
    border-left: 4px solid #23ac38;
    font-size: 32px;
    margin-bottom: 40px;
  }
  #about .section .sub-title {
    font-size: 20px;
  }
  #about .section + .section {
    padding-top: 50px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 40px;
  }
  #about .section .__item {
    margin: 0 5px;
    padding: 56px 30px;
  }
  #about .section .__item__title {
    font-size: 24px;
    margin-bottom: 1.4em;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #about .section .section-title {
    border-left: 3px solid #23ac38;
    font-size: 30px;
    margin-bottom: 32px;
  }
  #about .section .sub-title {
    font-size: 18px;
  }
  #about .section + .section {
    padding-top: 40px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 32px;
  }
  #about .section .__item {
    margin: 0 4px;
    padding: 42px 24px;
  }
  #about .section .__item__title {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  #about .section .section-title {
    border-left: 2px solid #23ac38;
    font-size: 22px;
    margin-bottom: 0.4rem;
  }
  #about .section .sub-title {
    font-size: 16px;
  }
  #about .section + .section {
    padding-top: 0.53333333rem;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 0.42666667rem;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    margin-left: -0.06666667rem;
    margin-right: -0.06666667rem;
  }
  #about .section .__item {
    margin: 0.06666667rem;
    padding: 0.8rem 0.4rem;
  }
  #about .section .__item__title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #about .others .__item {
    padding: 72px 0;
  }
  #about .others .__item .iconfont {
    font-size: 64px;
  }
  #about .others .__item .__item__title {
    margin-top: 24px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #about .others .__item {
    padding: 50px 0;
  }
  #about .others .__item .iconfont {
    font-size: 50px;
  }
  #about .others .__item .__item__title {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  #about .others .__item {
    padding: 0.8rem 0;
  }
  #about .others .__item .iconfont {
    font-size: 40px;
  }
  #about .others .__item .__item__title {
    margin-top: 0.26666667rem;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #about .framework {
    margin-bottom: 64px;
  }
  #about .framework .sub-detail {
    font-size: 14px;
  }
  #about .framework .members {
    margin-left: -16px;
    margin-right: -16px;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 20px 16px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 16px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 22px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 14px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.6em;
  }
  #about .framework #subCection1 {
    margin-top: 56px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #about .framework {
    margin-bottom: 50px;
  }
  #about .framework .members {
    margin-left: -13px;
    margin-right: -13px;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 16px 13px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 14px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 12px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.4em;
  }
  #about .framework #subCection1 {
    margin-top: 46px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  #about .framework {
    margin-bottom: 0.66666667rem;
  }
  #about .framework .members {
    margin-left: -0.17333333rem;
    margin-right: -0.17333333rem;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 0.21333333rem 0.17333333rem;
  }
  #about .framework .members .__item__hd {
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    font-size: 14px;
    padding: 0;
    padding-top: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__bd {
    padding-top: 1em;
  }
  #about .framework #subCection1 {
    margin-top: 0.61333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #about .companies {
    margin-left: -9px;
    margin-right: -9px;
  }
  #about .companies .company-item {
    padding: 9px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #about .companies {
    margin-left: -8px;
    margin-right: -8px;
  }
  #about .companies .company-item {
    width: 20%;
    padding: 8px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #about .companies .company-item {
    width: 25%;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #about .companies {
    margin-left: -0.13333333rem;
    margin-right: -0.13333333rem;
  }
  #about .companies .company-item {
    width: 33.33333333%;
    padding: 0.13333333rem;
  }
}
@media (max-width: 1200px) {
  .pc-container {
    display: flex;
  }
  #about * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about #navPc {
    flex-direction: column;
    width: 20%;
    cursor: pointer;
    margin-bottom: 61.42857143px;
    padding: 28.57142857px;
    display: flex;
    align-items: flex-end;
  }
  #about #navPc .tab {
    padding: 1em;
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    min-height: 2em;
  }
  #about #navPc .tab span {
    font-size: 14px;
    line-height: 21px;
    pointer-events: none;
    color: #000000;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  #about #navPc .tab.tab-active {
    background-color: #23ac38;
  }
  #about #navPc .tab.tab-active span {
    color: #fff;
  }
  #about .section {
    width: 80%;
    color: #000;
  }
  #about .section .section-title {
    line-height: 1;
    border-left: 6px solid #23ac38;
    font-size: 40px;
    margin: 0;
    color: #23ac38;
    padding-left: 0.5em;
    margin-bottom: 60px;
  }
  #about .section .sub-title {
    font-size: 24px;
    color: #000;
    margin: 0;
    margin-bottom: 1em;
  }
  #about .section .sub-title::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #23ac38;
    margin-top: 0.5em;
  }
  #about .section + .section {
    padding-top: 80px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 60px;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 21.42857143px;
  }
  #about .section .__item {
    flex: 1;
    margin: 0 5px;
    background-color: #fff;
    padding: 70px 35px;
    font-size: 14px;
    line-height: 2;
  }
  #about .section .__item__title {
    line-height: 1.5;
    font-size: 26px;
    text-align: center;
    margin: 0;
    margin-bottom: 1.6em;
  }
  #about .others .__item:hover {
    background-color: #23ac38;
  }
  #about .others .__item:hover i,
  #about .others .__item:hover h3 {
    color: #fff;
  }
  #about .introduce {
    color: #fff;
  }
  #about .introduce .__item {
    background-color: #23ac38;
  }
  #about .introduce .__item:first-child {
    background: #23ac38 url(../imgs/about_item_bg1.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item:last-child {
    background: #23ac38 url(../imgs/about_item_bg2.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item__title {
    color: #fff;
  }
  #about .introduce .__item__title::after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background-color: #fff;
    margin: 0.5em auto 0 auto;
  }
  #about .others {
    border-top: 1px solid #e6e6e6;
  }
  #about .others .__item {
    color: #23ac38;
    text-align: center;
    padding: 90px 0;
    text-decoration: none;
    cursor: pointer;
  }
  #about .others .__item .iconfont {
    font-size: 80px;
    line-height: 1;
  }
  #about .others .__item .__item__title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #about .framework {
    margin-bottom: 80px;
  }
  #about .framework .sub-detail {
    font-size: 16px;
    line-height: 2;
  }
  #about .framework .sub-detail p + P {
    margin-top: 1em;
  }
  #about .framework .members {
    margin-left: -20px;
    margin-right: -20px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .framework .members .__item__hd {
    display: flex;
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 24px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 16px;
  }
  #about .framework .members .__item__bd {
    font-size: 14px;
    padding-top: 2em;
    line-height: 2;
  }
  #about .framework #subCection1 {
    margin-top: 70px;
  }
  #about .companies {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  #about .companies .company-item {
    display: block;
    width: 16.66666667%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .companies .company-item .item__inner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff url(../imgs/about_3.png) no-repeat center center;
    background-size: contain;
  }
  #about .companies .company-item:hover .item__inner {
    box-shadow: 0 0 20px #dfdfdf;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.53333333rem;
    padding-right: 0.53333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #about #navPc {
    margin-bottom: 0.64rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #about #navPc .tab span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 1680px) {
  #about .section .section-title {
    border-left: 5px solid #23ac38;
    font-size: 36px;
    margin-bottom: 50px;
  }
  #about .section .sub-title {
    font-size: 22px;
  }
  #about .section + .section {
    padding-top: 64px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #about .section .section-title {
    border-left: 4px solid #23ac38;
    font-size: 32px;
    margin-bottom: 40px;
  }
  #about .section .sub-title {
    font-size: 20px;
  }
  #about .section + .section {
    padding-top: 50px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 40px;
  }
  #about .section .__item {
    margin: 0 5px;
    padding: 56px 30px;
  }
  #about .section .__item__title {
    font-size: 24px;
    margin-bottom: 1.4em;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #about .section .section-title {
    border-left: 3px solid #23ac38;
    font-size: 30px;
    margin-bottom: 32px;
  }
  #about .section .sub-title {
    font-size: 18px;
  }
  #about .section + .section {
    padding-top: 40px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 32px;
  }
  #about .section .__item {
    margin: 0 4px;
    padding: 42px 24px;
  }
  #about .section .__item__title {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #about .section .section-title {
    border-left: 2px solid #23ac38;
    font-size: 22px;
    margin-bottom: 0.4rem;
  }
  #about .section .sub-title {
    font-size: 16px;
  }
  #about .section + .section {
    padding-top: 0.53333333rem;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 0.42666667rem;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    margin-left: -0.06666667rem;
    margin-right: -0.06666667rem;
  }
  #about .section .__item {
    margin: 0.06666667rem;
    padding: 0.8rem 0.4rem;
  }
  #about .section .__item__title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #about .others .__item {
    padding: 72px 0;
  }
  #about .others .__item .iconfont {
    font-size: 64px;
  }
  #about .others .__item .__item__title {
    margin-top: 24px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #about .others .__item {
    padding: 50px 0;
  }
  #about .others .__item .iconfont {
    font-size: 50px;
  }
  #about .others .__item .__item__title {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #about .others .__item {
    padding: 0.8rem 0;
  }
  #about .others .__item .iconfont {
    font-size: 40px;
  }
  #about .others .__item .__item__title {
    margin-top: 0.26666667rem;
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #about .framework {
    margin-bottom: 64px;
  }
  #about .framework .sub-detail {
    font-size: 14px;
  }
  #about .framework .members {
    margin-left: -16px;
    margin-right: -16px;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 20px 16px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 16px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 22px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 14px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.6em;
  }
  #about .framework #subCection1 {
    margin-top: 56px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #about .framework {
    margin-bottom: 50px;
  }
  #about .framework .members {
    margin-left: -13px;
    margin-right: -13px;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 16px 13px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 14px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 12px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.4em;
  }
  #about .framework #subCection1 {
    margin-top: 46px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #about .framework {
    margin-bottom: 0.66666667rem;
  }
  #about .framework .members {
    margin-left: -0.17333333rem;
    margin-right: -0.17333333rem;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 0.21333333rem 0.17333333rem;
  }
  #about .framework .members .__item__hd {
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    font-size: 14px;
    padding: 0;
    padding-top: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__bd {
    padding-top: 1em;
  }
  #about .framework #subCection1 {
    margin-top: 0.61333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #about .companies {
    margin-left: -9px;
    margin-right: -9px;
  }
  #about .companies .company-item {
    padding: 9px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #about .companies {
    margin-left: -8px;
    margin-right: -8px;
  }
  #about .companies .company-item {
    width: 20%;
    padding: 8px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #about .companies .company-item {
    width: 25%;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #about .companies {
    margin-left: -0.13333333rem;
    margin-right: -0.13333333rem;
  }
  #about .companies .company-item {
    width: 33.33333333%;
    padding: 0.13333333rem;
  }
}
@media (max-width: 992px) {
  .pc-container {
    display: flex;
  }
  #about * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about #navPc {
    flex-direction: column;
    width: 20%;
    cursor: pointer;
    margin-bottom: 55.04px;
    padding: 25.6px;
    display: flex;
    align-items: flex-end;
  }
  #about #navPc .tab {
    padding: 1em;
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    min-height: 2em;
  }
  #about #navPc .tab span {
    font-size: 12px;
    line-height: 19px;
    pointer-events: none;
    color: #000000;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  #about #navPc .tab.tab-active {
    background-color: #23ac38;
  }
  #about #navPc .tab.tab-active span {
    color: #fff;
  }
  #about .section {
    width: 80%;
    color: #000;
  }
  #about .section .section-title {
    line-height: 1;
    border-left: 6px solid #23ac38;
    font-size: 40px;
    margin: 0;
    color: #23ac38;
    padding-left: 0.5em;
    margin-bottom: 60px;
  }
  #about .section .sub-title {
    font-size: 24px;
    color: #000;
    margin: 0;
    margin-bottom: 1em;
  }
  #about .section .sub-title::after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #23ac38;
    margin-top: 0.5em;
  }
  #about .section + .section {
    padding-top: 80px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 60px;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 19.2px;
  }
  #about .section .__item {
    flex: 1;
    margin: 0 5px;
    background-color: #fff;
    padding: 70px 35px;
    font-size: 14px;
    line-height: 2;
  }
  #about .section .__item__title {
    line-height: 1.5;
    font-size: 26px;
    text-align: center;
    margin: 0;
    margin-bottom: 1.6em;
  }
  #about .others .__item:hover {
    background-color: #23ac38;
  }
  #about .others .__item:hover i,
  #about .others .__item:hover h3 {
    color: #fff;
  }
  #about .introduce {
    color: #fff;
  }
  #about .introduce .__item {
    background-color: #23ac38;
  }
  #about .introduce .__item:first-child {
    background: #23ac38 url(../imgs/about_item_bg1.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item:last-child {
    background: #23ac38 url(../imgs/about_item_bg2.jpg) no-repeat left top;
    background-size: 100% auto;
  }
  #about .introduce .__item__title {
    color: #fff;
  }
  #about .introduce .__item__title::after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2px;
    background-color: #fff;
    margin: 0.5em auto 0 auto;
  }
  #about .others {
    border-top: 1px solid #e6e6e6;
  }
  #about .others .__item {
    color: #23ac38;
    text-align: center;
    padding: 90px 0;
    text-decoration: none;
    cursor: pointer;
  }
  #about .others .__item .iconfont {
    font-size: 80px;
    line-height: 1;
  }
  #about .others .__item .__item__title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  #about .framework {
    margin-bottom: 80px;
  }
  #about .framework .sub-detail {
    font-size: 16px;
    line-height: 2;
  }
  #about .framework .sub-detail p + P {
    margin-top: 1em;
  }
  #about .framework .members {
    margin-left: -20px;
    margin-right: -20px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .framework .members .__item__hd {
    display: flex;
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 18px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 24px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 16px;
  }
  #about .framework .members .__item__bd {
    font-size: 14px;
    padding-top: 2em;
    line-height: 2;
  }
  #about .framework #subCection1 {
    margin-top: 70px;
  }
  #about .companies {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  #about .companies .company-item {
    display: block;
    width: 16.66666667%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #about .companies .company-item .item__inner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff url(../imgs/about_3.png) no-repeat center center;
    background-size: contain;
  }
  #about .companies .company-item:hover .item__inner {
    box-shadow: 0 0 20px #dfdfdf;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .pc-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.53333333rem;
    padding-right: 0.53333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #about #navPc {
    margin-bottom: 0.64rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #about #navPc .tab span {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 992px) and (max-width: 1680px) {
  #about .section .section-title {
    border-left: 5px solid #23ac38;
    font-size: 36px;
    margin-bottom: 50px;
  }
  #about .section .sub-title {
    font-size: 22px;
  }
  #about .section + .section {
    padding-top: 64px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 50px;
  }
}
@media (max-width: 992px) and (max-width: 1440px) {
  #about .section .section-title {
    border-left: 4px solid #23ac38;
    font-size: 32px;
    margin-bottom: 40px;
  }
  #about .section .sub-title {
    font-size: 20px;
  }
  #about .section + .section {
    padding-top: 50px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 40px;
  }
  #about .section .__item {
    margin: 0 5px;
    padding: 56px 30px;
  }
  #about .section .__item__title {
    font-size: 24px;
    margin-bottom: 1.4em;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  #about .section .section-title {
    border-left: 3px solid #23ac38;
    font-size: 30px;
    margin-bottom: 32px;
  }
  #about .section .sub-title {
    font-size: 18px;
  }
  #about .section + .section {
    padding-top: 40px;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 32px;
  }
  #about .section .__item {
    margin: 0 4px;
    padding: 42px 24px;
  }
  #about .section .__item__title {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #about .section .section-title {
    border-left: 2px solid #23ac38;
    font-size: 22px;
    margin-bottom: 0.4rem;
  }
  #about .section .sub-title {
    font-size: 16px;
  }
  #about .section + .section {
    padding-top: 0.53333333rem;
  }
  #about .section .sub-section + .sub-section {
    margin-top: 0.42666667rem;
  }
  #about .section .section-content {
    display: flex;
    flex-direction: column;
    margin-left: -0.06666667rem;
    margin-right: -0.06666667rem;
  }
  #about .section .__item {
    margin: 0.06666667rem;
    padding: 0.8rem 0.4rem;
  }
  #about .section .__item__title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 992px) and (max-width: 1440px) {
  #about .others .__item {
    padding: 72px 0;
  }
  #about .others .__item .iconfont {
    font-size: 64px;
  }
  #about .others .__item .__item__title {
    margin-top: 24px;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  #about .others .__item {
    padding: 50px 0;
  }
  #about .others .__item .iconfont {
    font-size: 50px;
  }
  #about .others .__item .__item__title {
    margin-top: 20px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #about .others .__item {
    padding: 0.8rem 0;
  }
  #about .others .__item .iconfont {
    font-size: 40px;
  }
  #about .others .__item .__item__title {
    margin-top: 0.26666667rem;
  }
}
@media (max-width: 992px) and (max-width: 1440px) {
  #about .framework {
    margin-bottom: 64px;
  }
  #about .framework .sub-detail {
    font-size: 14px;
  }
  #about .framework .members {
    margin-left: -16px;
    margin-right: -16px;
  }
  #about .framework .members .__item {
    width: 33.33333333%;
    padding: 20px 16px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 16px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 22px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 14px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.6em;
  }
  #about .framework #subCection1 {
    margin-top: 56px;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  #about .framework {
    margin-bottom: 50px;
  }
  #about .framework .members {
    margin-left: -13px;
    margin-right: -13px;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 16px 13px;
  }
  #about .framework .members .__item__hd .__item__info {
    font-size: 14px;
    padding: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
  }
  #about .framework .members .__item__hd .__item__info .__item__name .text--small {
    font-size: 12px;
  }
  #about .framework .members .__item__bd {
    padding-top: 1.4em;
  }
  #about .framework #subCection1 {
    margin-top: 46px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #about .framework {
    margin-bottom: 0.66666667rem;
  }
  #about .framework .members {
    margin-left: -0.17333333rem;
    margin-right: -0.17333333rem;
  }
  #about .framework .members .__item {
    width: 50%;
    padding: 0.21333333rem 0.17333333rem;
  }
  #about .framework .members .__item__hd {
    flex-direction: column;
  }
  #about .framework .members .__item__hd .__item__img {
    width: 100%;
  }
  #about .framework .members .__item__hd .__item__info {
    width: 100%;
    font-size: 14px;
    padding: 0;
    padding-top: 1em;
  }
  #about .framework .members .__item__hd .__item__info .__item__name {
    font-size: 20px;
    padding-bottom: 0.5em;
  }
  #about .framework .members .__item__bd {
    padding-top: 1em;
  }
  #about .framework #subCection1 {
    margin-top: 0.61333333rem;
  }
}
@media (max-width: 992px) and (max-width: 1440px) {
  #about .companies {
    margin-left: -9px;
    margin-right: -9px;
  }
  #about .companies .company-item {
    padding: 9px;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  #about .companies {
    margin-left: -8px;
    margin-right: -8px;
  }
  #about .companies .company-item {
    width: 20%;
    padding: 8px;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  #about .companies .company-item {
    width: 25%;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #about .companies {
    margin-left: -0.13333333rem;
    margin-right: -0.13333333rem;
  }
  #about .companies .company-item {
    width: 33.33333333%;
    padding: 0.13333333rem;
  }
}
