@charset "utf-8";
/*------------------------------------------------
--css   SCRM官网-关于我们 （简介 + 价值观 + 荣誉 ）
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2022.12.11
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
/*--------------- 顶部加个Banner 无切换 price_banner START ---------------- */
.about_banner {
  margin-top: -64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 2560px;
  min-height: 420px;
  overflow: hidden;
}
.about_banner .a_w {
  transform: translateY(8px);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.about_banner .a2_w {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.about_banner .a3_w {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.about_banner .a4_w {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.about_banner .a5_w {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_banner .a6_w {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.about_banner .a7_w {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.about_banner .a7_w {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.about_banner .swiper-slide-active .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.about_banner .a_w {
  transform: translateX(48px);
}
.about_banner .on .a_w {
  transform: translate(0px) !important;
  opacity: 1 !important;
}
.about_banner .swiper-wrapper,
.about_banner .swiper-slide,
.about_banner a {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.about_banner .swiper-slide {
  background-color: var(--ec_bg_light);
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .about_banner {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    min-height: none;
    max-height: none;
  }
}
@media screen and (max-width: 3840px) {
  .about_banner .swiper-button-prev {
    left: 2.4rem;
    right: auto;
  }
  .about_banner .swiper-button-next {
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (max-width: 2560px) {
  .about_banner .swiper-button-prev {
    left: 0.8rem;
    right: auto;
  }
  .about_banner .swiper-button-next {
    right: 0.8rem;
    left: auto;
  }
}
@media screen and (max-width: 1920px) {
  .about_banner .swiper-button-prev {
    left: 0.4rem;
    right: auto;
  }
  .about_banner .swiper-button-next {
    right: 0.4rem;
    left: auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1366px) {
  .about_banner .swiper-button-prev {
    left: 0rem;
    right: auto;
  }
  .about_banner .swiper-button-next {
    right: 0rem;
    left: auto;
  }
}
@media screen and (max-width: 1366px) {
  .about_banner .swiper_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .about_banner .swiper_button {
    display: none;
  }
}
@media screen and (min-width: 750px) {
}
.about_banner .banner_w {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2560px;
  min-height: 420px;
  overflow: hidden;
  background: #F6F8FC;
}
@media screen and (max-width: 1200px) {
  .about_banner .banner_w {
    background: #f6f8fc url("../fonts/about_banner_750w_720h.svg") no-repeat top center;
    background-size: cover;
  }
}
.about_banner .banner_w .con {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about_banner .banner_w .text_w {
  flex: 0 0 40%;
  padding: 0.88rem 0 0.24rem 0;
}
.about_banner .banner_w .text_w .sub_w {
  font-weight: bold;
  font-size: 24px;
}
.about_banner .banner_w .text_w .title_w {
  font-weight: bold;
  font-size: 32px;
}
.about_banner .banner_w .text_w .des_w {
  padding-top: 0.16rem;
  padding-bottom: 0.48rem;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
.about_banner .banner_w .text_w .num {
  font-family: num, Helvetica, arial, sans-serif;
}
.about_banner .banner_w .text_w .tips {
  padding-top: 0.16rem;
  font-size: 14px;
  color: var(--color_muted);
}
@media screen and (max-width: 1200px) {
  .about_banner .banner_w .text_w {
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0.32rem 0.24rem 0.32rem 0.24rem;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .about_banner .banner_w .text_w {
    flex: 0 0 auto;
    margin: 0 auto;
    padding: 0.32rem 0.24rem 0.32rem 0.24rem;
    text-align: center;
  }
  .about_banner .banner_w .text_w .sub_w {
    font-size: 0.24rem;
  }
  .about_banner .banner_w .text_w .title_w {
    font-size: 0.48rem;
  }
  .about_banner .banner_w .text_w .des_w {
    padding-top: 0.24rem;
    padding-bottom: 0.48rem;
    font-weight: normal;
    font-size: 0.24rem;
    line-height: 1.6;
  }
  .about_banner .banner_w .text_w .tips {
    padding-top: 0.16rem;
    font-size: 12px;
    color: var(--color_muted);
  }
  .about_banner .banner_w .text_w .btn_w {
    margin: 0 auto;
    text-align: center;
  }
  .about_banner .banner_w .text_w .banner_btn {
    min-width: 120px;
    width: auto;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding: 0 24px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .about_banner .banner_w .text_w .banner_btn_r {
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    border: 2px solid var(--color_primary);
    padding: 0 20px 0 20px;
  }
}
.about_banner .banner_w .img_w {
  max-height: 420px;
  max-width: 500px;
  flex: 0 0 auto;
  padding: 0.24rem 0.24rem;
  text-align: center;
}
.about_banner .banner_w .img_w img {
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .about_banner .banner_w .img_w {
    display: none !important;
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 0.24rem 0.24rem;
    text-align: center;
  }
}
@media screen and (min-width: 0) and (max-width: 992px) {
  .about_banner .banner_w .img_w {
    flex: 1 1 auto;
    margin: 0 auto;
    padding: 0.24rem 0.24rem;
    text-align: center;
  }
}
.about_banner .banner_w .bg_w {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.about_banner .banner_w .bg_w picture {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about_banner .banner_w .bg_w img {
  margin-left: auto;
  margin-right: auto;
}
/*--------------- SCRM轮播 scrm_banner END ---------------- */
/*---------------整体 控制  START ---------------- */
.about_page_w {
  margin-top: -0.32rem;
  margin-bottom: 0.64rem;
}
.open_box {
  flex: 100%;
  width: 100%;
}
.close_box {
  flex: 1%;
  width: 0%;
  display: none;
  opacity: 0;
}
.about_dialog_w {
  width: 240px;
  padding: 0.32rem 0.24rem;
  text-align: center;
  border-radius: 0.08rem;
}
.about_dialog_w h6 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color_dark);
  padding-bottom: 0.08rem;
}
.about_dialog_w p {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color_dark);
  margin: 8px auto 24px auto;
}
.about_dialog_w img {
  width: 200px;
  filter: brightness(100%);
}
/*--------------- 整体 控制  END ---------------- */
/*--------------- 左侧内容 about_page_w START ---------------- */
.about_sidebar {
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
}
.about_w {
  padding: 0.32rem 0.32rem;
  background-color: #FFFFFF;
  background-color: var(--color_white);
  -webkit-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.16rem 0.64rem rgba(0, 0, 0, 0.06);
  border-radius: 0.08rem;
}
.about_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.about_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.about_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.about_w .title_box .des .icon_w {
  font-size: 16px ;
}
.about_w .title_box .font_size {
  font-size: 18px;
  color: var(--color_muted);
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.about_w .title_box .font_size .icon_w {
  cursor: pointer;
  padding: 0.16rem;
}
.about_w .title_box .font_size .icon_w:hover {
  color: #52C018;
}
.about_w .about_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.about_w .about_tt .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.about_w .about_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.about_w .about_tt a {
  color: var(--color_muted);
}
.about_w .about_tt a:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .about_w .about_tt .switch_sidebar_btn {
    display: none;
  }
}
.ec_company {
  padding-bottom: 0.32rem;
  line-height: 2;
  text-align: justify;
}
.ec_company .about_tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.ec_company .about_tt .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.ec_company .about_tt .des {
  font-size: 14px;
  color: var(--color_muted);
}
.ec_company .about_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 2;
}
.ec_company .about_top h5 {
  margin-bottom: 0.16rem;
  font-size: 18px;
}
.ec_company .about_top p {
  margin-bottom: 0.24rem;
}
.ec_company .about_top .img_w {
  flex: 0 1 25%;
}
.ec_company .about_top .text_w {
  flex: 1 1;
}
@media screen and (max-width: 992px) {
  .ec_company .about_top .img_w {
    flex: 0 0 100%;
    margin: 0.32rem auto;
    text-align: center;
  }
  .ec_company .about_top .img_w svg {
    max-width: 2.4rem;
    margin: 0.32rem auto;
    text-align: center;
  }
  .ec_company .about_top .text_w {
    text-align: center;
  }
}
.ec_company .about_des {
  margin-bottom: 0.24rem;
  line-height: 2;
}
.ec_company .advantage_ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0.48rem -0.08rem;
}
.ec_company .advantage_ul li {
  flex: 1 1 auto;
  margin-left: 0.08rem;
}
.about_des {
  padding-bottom: 0.32rem;
  line-height: 2;
  text-align: justify;
}
.corporate_culture {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.corporate_culture .corporate_culture_img {
  padding-top: 0.24rem;
}
.media_coverage {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.media_coverage .media_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 1% -1%;
}
.media_coverage .media_ul li {
  flex: 0 0 22%;
  margin: 0.16rem 1%;
  text-align: center;
}
.media_coverage .media_ul li p {
  max-width: 2rem;
  margin: 0 auto;
  font-size: 14px;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .media_coverage .media_ul li {
    flex: 0 0 48%;
    margin: 0.16rem 1%;
    text-align: center;
  }
}
.course_ec {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.course_ec .course_ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
  font-size: 14px;
  max-width: 1200px;
  margin: 0 auto;
}
.course_ec .course_ul:after {
  content: '';
  margin: 0.64rem auto 0.96rem auto;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.03rem;
  height: auto;
  background: var(--color_light_green);
  background: #EEFBE8;
}
@media screen and (max-width: 992px) {
  .course_ec .course_ul:after {
    display: none;
  }
}
.course_ec li {
  max-width: 50%;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .course_ec li {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.course_ec .box_w {
  flex: 1 1 auto;
}
.course_ec .year {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.course_ec .year span {
  display: inline-block;
  font-family: "num", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color_primary);
  padding: 0.08rem 0.16rem;
}
.course_ec .year em {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border: 0.03rem solid var(--color_primary);
  background: #FFFFFF;
  border-radius: 0.24rem;
}
.course_ec .key {
  min-height: 1.4rem;
  line-height: 1.8;
  margin-top: -20px;
  padding: 0.16rem;
  background-color: #F8F9FB;
  border-radius: 0.08rem;
}
.course_ec .text {
  padding: 0.08rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.course_ec .icon_w {
  max-width: 48px;
}
.course_ec .icon_w img {
  padding: 4px;
}
.course_ec .other {
  padding: 0.16rem;
}
.course_ec .other li {
  padding-bottom: 0.08rem;
}
.course_ec li:nth-of-type(odd) {
  flex-flow: row-reverse;
  margin-top: 0.32rem;
}
.course_ec li:nth-of-type(even) {
  margin-top: 1.6rem;
}
.course_ec li:nth-of-type(odd) .year em {
  margin-right: -0.08rem;
}
.course_ec li:nth-of-type(even) .year {
  flex-flow: row-reverse;
}
.course_ec li:nth-of-type(even) .year em {
  margin-left: -0.08rem;
}
@media screen and (max-width: 992px) {
  .course_ec .key {
    margin-top: 0;
  }
  .course_ec li .year span {
    padding: 0;
    font-size: 18px;
  }
  .course_ec li:nth-of-type(odd) {
    flex-flow: row;
  }
  .course_ec li:nth-of-type(even) {
    margin-top: 0.32rem;
  }
  .course_ec li:nth-of-type(odd) .year em {
    margin: 0.08rem;
  }
  .course_ec li:nth-of-type(even) .year {
    flex-flow: row;
  }
  .course_ec li:nth-of-type(even) .year em {
    margin: 0.08rem;
  }
}
.honor_ec {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.honor_ec .honor_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 2% -1%;
}
.honor_ec .honor_ul li {
  flex: 0 0 23%;
  margin: 0.16rem 1%;
  text-align: center;
}
.honor_ec .honor_ul li .img_r {
  display: block;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
.honor_ec .honor_ul li .text_w {
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*--------------- 左侧内容 about_page_w END ---------------- */
/*--------------- 右侧边栏 about_sidebar START ---------------- */
.about_sidebar .nav_card {
  padding: 0.32rem 0.24rem 0 0.24rem;
  border-radius: 0.08rem;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.about_sidebar .nav_card .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.16rem 0 0.16rem 0;
}
.about_sidebar .nav_card .title_box .tt {
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
  font-size: 18px;
  font-weight: bold;
}
.about_sidebar .nav_card .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.about_sidebar .nav_card .title_box .icon_w {
  font-size: 16px ;
}
.about_sidebar .nav_card .nav_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.24rem;
}
.about_sidebar .nav_card .nav_ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
}
.about_sidebar .nav_card .nav_ul a {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0.08rem 0.08rem;
}
.about_sidebar .nav_card .nav_ul .coming_soon {
  cursor: help;
  pointer-events: painted;
  filter: grayscale(100%);
  color: var(--color_light) !important;
  opacity: 0.8 !important;
}
.about_sidebar .nav_card .nav_ul .coming {
  font-weight: normal;
  font-size: 10px;
  padding: 0 0.02rem;
  color: var(--color_light);
  margin-left: 2px;
  border: 1px solid var(--color_light);
}
.about_sidebar .nav_card .nav_ul .update {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 6px;
  height: 6px;
  color: #FFF;
  background-color: var(--color_primary);
  border-radius: 6px;
}
.about_sidebar .nav_card .nav_ul a:hover .update {
  opacity: 0.64;
}
.about_sidebar .nav_card .nav_ul .tag_w {
  font-family: "num", Helvetica, arial, sans-serif;
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-weight: normal;
  padding: 0.02rem 0.04rem 0.02rem 0.04rem;
  color: #FFFFFF;
  border-radius: 0.24rem;
  max-width: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.about_sidebar .contact_card {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0.32rem 0.24rem 0.32rem 0.24rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.about_sidebar .contact_card .contact_400 {
  background-color: #F8F9FB;
  padding: 0.4rem 0.24rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
  font-family: "num", Helvetica, arial, sans-serif;
}
.about_sidebar .contact_card .contact_400 h6 {
  font-size: 16px;
  margin-bottom: 0.16rem;
}
.about_sidebar .contact_card .contact_400 .text_w {
  padding: 16px 0 0 0;
}
.about_sidebar .contact_card .contact_400 .tel {
  padding-top: 0.08rem;
  color: #181818;
  font-weight: normal;
}
.about_sidebar .contact_card .contact_400 .time {
  color: var(--color_muted);
}
.about_sidebar .contact_card .contact_400 .tips {
  color: #94A2AB;
}
.about_sidebar .contact_card .fllow_ec {
  padding-top: 0.32rem;
}
.about_sidebar .contact_card .fllow_ec .btn_w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
}
.about_sidebar .contact_card .fllow_ec .btn_w a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 24px;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.32rem;
  color: #52C018;
  background-color: #FFFFFF;
}
.about_sidebar .contact_card .fllow_ec .btn_w a:hover {
  color: #FFFFFF;
  background-color: #52C018;
}
.about_sidebar .contact_card .contact_cs .tt_w {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.about_sidebar .contact_card .contact_cs .tips {
  color: #94A2AB;
}
.about_sidebar .contact_card .contact_cs .sub_tt {
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.about_sidebar .contact_card .contact_cs .btn_w {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 0.24rem;
  padding-bottom: 0.16rem;
}
.about_sidebar .contact_card .contact_cs .btn_w .btn {
  max-width: 40%;
  min-width: 40%;
  margin: 0 0.08rem;
  font-size: 14px;
}
.about_sidebar .contact_card .contact_cs .tips {
  font-family: "num", Helvetica, arial, sans-serif;
}
.about_sidebar .contact_card {
  padding: 0.32rem 0.24rem 0 0.24rem;
  border-radius: 0.08rem;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.about_sidebar .contact_more {
  font-family: "num", Helvetica, arial, sans-serif;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.about_sidebar .contact_more p {
  padding-top: 0.08rem;
  padding-bottom: 0.16rem;
}
.about_sidebar .sidebar_bg {
  margin-top: -0.24rem;
}
@media screen and (max-width: 992px) {
  #box_right {
    display: none;
  }
}
/*--------------- 右侧边栏 about_sidebar END ---------------- */
/*--------------- 内页EC 荣誉 honor_ec  START ---------------- */
.honor_con {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.honor_con .honor_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 2% -1%;
}
.honor_con .honor_ul li {
  flex: 0 0 23%;
  margin: 0.16rem 1%;
  text-align: center;
}
.honor_con .honor_ul li .img_r {
  display: block;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
.honor_con .honor_ul li .text_w {
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*--------------- 内页EC 荣誉 honor_ec  END ---------------- */
/*--------------- 内页 联系EC  contact  START ---------------- */
.contact_con {
  padding-top: 0rem;
}
.contact_con .contact_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -1%;
  padding-bottom: 0.24rem;
}
.contact_con .contact_ul li {
  flex: 1 0 31.33%;
  margin: 0.08rem 1%;
  padding: 0.32rem 0.24rem;
  background-color: var(--ec_bg_white);
  -webkit-box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
}
.contact_con .contact_ul li h4 {
  font-size: 16px;
  padding-top: 0.24rem;
  padding-bottom: 0.16rem;
}
.contact_con .contact_ul li h6 {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  font-size: 14px;
  font-weight: normal;
}
.contact_con .contact_ul li .tel {
  font-family: "num", Helvetica, arial, sans-serif;
  color: #52C018;
  font-weight: normal;
}
.contact_con .contact_ul li .tips {
  font-size: 12px;
  color: #94A2AB;
  padding-bottom: 0.48rem;
}
.contact_con .contact_ul li .btn_w {
  margin: 0 auto;
}
.contact_con .contact_ul li .btn_w .btn {
  font-size: 14px;
}
.contact_con .contact_ul li .img_w {
  display: block;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}
.contact_con .contact_ul li .text_w {
  text-align: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  max-width: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact_con .contact_ec {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.32rem 0.32rem;
  background-color: #F8F9FB;
  border-radius: 0.08rem;
}
.contact_con .contact_ec h6 {
  padding-top: 0.24rem;
  padding-bottom: 0.32rem;
  font-size: 16px;
}
.contact_con .contact_ec .tel {
  font-family: "num", Helvetica, arial, sans-serif;
  color: #52C018;
  font-weight: normal;
}
.contact_con .contact_ec .tips {
  font-size: 14px;
  color: #94A2AB;
  padding-bottom: 0.48rem;
}
.contact_con .contact_ec .text_w {
  flex: 1 0 60%;
  padding-bottom: 0.64px;
}
.contact_con .contact_ec .fllow_w {
  flex: 1 1 auto;
  padding-top: 0.24rem;
}
.contact_con .contact_ec .fllow_w p {
  font-size: 14px;
  font-weight: bold;
}
.contact_con .contact_ec .btn_w .btn {
  font-size: 14px;
}
.contact_con .contact_hq {
  padding-top: 0.32rem;
}
.contact_con .contact_hq .contact_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.16rem;
  background-color: #F8F9FB;
  border-radius: 0.08rem;
  line-height: 1.4;
  font-size: 14px;
}
.contact_con .contact_hq p {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.contact_con .contact_hq .icon_w {
  font-weight: normal;
  font-size: 18px;
}
.contact_con .contact_hq b {
  display: inline-flex;
  align-items: center;
  font-weight: normal;
}
.contact_con .contact_hq span {
  padding-left: 0.04rem;
  padding-right: 0.04rem;
}
.contact_con .contact_hq em {
  color: var(--color_muted);
}
.contact_con .contact_hq .contact_more {
  flex: 1 1 auto;
  padding: 0.16rem 0.16rem 0.32rem 0.16rem;
}
.contact_con .contact_hq .contact_map {
  flex: 1 0 50%;
  padding: 0.24rem;
}
#about_logo_svg #about_logo_dudouo_eye_l,
#about_logo_svg #about_logo_dudouo_eye_r {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: eyemove 8s 0s infinite linear;
  animation: eyemove 8s 0s infinite linear;
}
#about_logo_svg:hover #about_logo_dudouo_eye_l,
#about_logo_svg:hover #about_logo_dudouo_eye_r {
  animation: eyeblink 0.24s ease-out 0s 1;
}
@keyframes eyemove {
  0% {
    transform: translate(0, 0px);
  }
  10% {
    transform: translate(2px, 1px);
  }
  30% {
    transform: translate(1px, 2px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  70% {
    transform: translate(-2px, -2px);
  }
  90% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0, 1px);
  }
}
/*--------------- 内页 联系EC  contact  START ---------------- */
