@charset "utf-8";

body {
  padding-top: 78px;
  /* background: #f8f8f8; */
}


.other_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Chrome, Safari, Opera */
}

.other_banner img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}

.other_nav {
  width: 100%;
  height: 73px;
  background: #F6F9FB;
  padding: 15px 0;
  border-bottom: 1px solid #EEEEEE;
}

.other_nav .wrapper {
  position: relative;
  height: 44px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.other_nav .wrapper.wrapper_img .scroller li a span {
  display: inline-block;
  width: 26px;
  height: auto;
  margin-right: 6px;
}

.other_nav .wrapper.wrapper_img .scroller li a span img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.other_nav .wrapper.wrapper_img .scroller li a span img+img {
  display: none;
}

.other_nav .wrapper.wrapper_img .scroller li.active {
  background: #27883C;
}

.other_nav .wrapper.wrapper_img .scroller li.active a {
  color: #fff;
}

.other_nav .wrapper.wrapper_img .scroller li.active a span img {
  display: none;
}

.other_nav .wrapper.wrapper_img .scroller li.active a span img+img {
  display: inline-block;
}

.other_nav .wrapper .scroller {
  position: unset;
  width: 100%;
}

.other_nav .wrapper .scroller ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.other_nav .wrapper .scroller li {
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 3px 3px 3px 3px;
}

.other_nav .wrapper .scroller li a {
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 26px;
  width: 100%;
  height: 100%;
  line-height: 44px;
  margin: 0;
  font-size: 16px;
  color: #000000;
}

.other_nav .wrapper .scroller li.active {
  background: #27883C;
}

.other_nav .wrapper .scroller li.active a {
  color: #fff;
}

/*关于我们*/
.about_con {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sub_content {
  padding-top: 5vw;
  padding-bottom: 3vw;
}

.sub_content .sub_c_tit {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 2vw;
}

.sub_content .sub_c_tit h3 {
  color: #343434;
  font-size: 35px;
  font-weight: bold;
}

.sub_content .sub_c_tit p {
  color: #7E7E7E;
  font-size: 20px;
}

.sub_content .sub_c_tit::after {
  content: '';
  background: #27883C;
  width: 29px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*婊氬姩鏉℃牱寮�*/
::-webkit-scrollbar {
  width: 0px;
  /*height: 4px;*/
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}

/* 企业文化 */

.about_cu {
  background: url(../images/other/about/bg.jpg) no-repeat;
  background-position: top;
  background-size: 100% 100%;
  overflow: hidden;
}

.culture_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}

.culture_item {
  border-bottom: 1px solid #C8C8C8;
  padding-bottom: 82px;
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 24%;
  margin-bottom: 116px;
}

.img_bg_circle {
  width: 43px;
  height: 43px;
  background: #7D7D7D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.culture_item:hover .img_bg_circle {
  background: #27883C;
}

.img_bg_circle_active {
  background: #27883C;
}

.img_bg_circle img {
  width: auto;
  height: auto;

}

.cu_tilte_word {
  margin-left: 14px;
}

.culture_item:hover .cu_title {
  color: #27883C;
}

.cu_title {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  margin-bottom: 17px;

}

.cu_title_active {
  color: #27883C;
}

.cu_word {
  font-size: 18px;
  color: #262626;
  /* line-height: 59px; */

}

.culture_num {
  font-size: 113px;
  color: #000000;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.culture_item:hover .culture_num {
  display: block;
}
/* 
@media only screen and (max-width: 768px) {
  .sub_banner .pc_img {
    display: none;
  }

  .sub_banner .m_img {
    display: block;
  }

  .sub-banner>img.mbimg {
    display: block;
  }

  .sub-banner>img.pcimg {
    display: none;
  }

  .sub-banner .sub-banner-desc {
    width: 92%;
    max-width: 690px;
    left: 4%;
    height: 81px;
    border-radius: 10px 10px 0 0;
  }

  .sub-banner .sub-banner-desc .desc {
    padding: 16px 12px;
    display: block;
  }

  .sub-banner .sub-banner-desc .desc>img {
    display: none;
  }

  .sub-banner .sub-banner-desc .desc div img {
    width: 41px;
  }

  .sub-banner .sub-banner-desc .desc div h3 {
    font-size: 17px;
    margin: 6px 0;
  }

  .sub-banner .sub-banner-desc .desc div p {
    font-size: 12px;
  }

  .sub_content {
    padding-top: 30px;
  }

  .sub_content .sub_c_tit h3 {
    font-size: 20px;
  }

  .sub_content .sub_c_tit p {
    font-size: 12px;
    margin-top: 2px;
  }

  .sub_content .sub_c_tit::after {
    width: 15px;
    height: 1.5px;
  }


} */


@-webkit-keyframes anim-open-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-open-6 {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
  }
}

@-webkit-keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}

@keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}

/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ab_con {
  width: 100%;
}

.ab_con .con_tap {
  display: none;
  width: 100%;
}


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
  body {
    padding-top: 2.7rem;
  }


  .other_nav {
    width: 100%;
    position: unset;
    height: 2.2rem;
    padding: 0;
  }

  .other_nav .safe_width1 {
    padding: 0;
  }

  .other_nav .wrapper {
    height: 2.2rem;
    width: 100%;
  }

  .other_nav .wrapper.wrapper_img .scroller {
    width: auto;
  }

  .other_nav .wrapper.wrapper_img .scroller ul {
    width: auto;
  }

  .other_nav .wrapper.wrapper_img .scroller ul li {
    width: 4.8rem;
  }

  .other_nav .wrapper.wrapper_img .scroller ul li a {
    width: 4.8rem;
  }

  .other_nav .wrapper.wrapper_img .scroller ul li a span {
    width: 1.35rem;
    margin-right: 0.15rem;
  }

  .other_nav .wrapper .scroller {
    position: absolute;
    width: 100%;
  }

  .other_nav .wrapper .scroller ul {
    width: 100%;
    justify-content: unset;
  }

  .other_nav .wrapper .scroller li {
    height: 2.2rem;
    width: calc(100% / 3);
    border-radius: 0;
    border: none;
    flex: unset;
    float: left;
    margin-right: 0;
    background: #F6F9FB;
  }

  .other_nav .wrapper .scroller li a {
    width: 100%;
    padding: 0;
    font-size: 0.7rem;
    line-height: 2.1rem;
  }

  .other_nav .wrapper .scroller li.active {
    border-radius: 0;
  }



  /*品牌*/
  .brand_con {
    padding: 1.5rem 0 2.2rem 0;
  }

  .brand_con .sub_ul {
    margin-bottom: 1.5rem;
  }

  .brand_con .sub_ul li {
    font-size: 0.65rem;
    font-weight: normal;
    padding-bottom: 0.55rem;
    margin: 0 1.2rem;
  }

  .brand_con .sub_ul li::after {
    width: 100%;
    height: 0.1rem;
    left: 0%;
  }

  .brand_con .brand_list {
    flex-direction: column;
  }

  .brand_con .brand_list .brand_box .brand_item {
    width: calc(100%);
    margin-bottom: 0.75rem;
    margin-right: 0;
  }

  .brand_con .brand_list .brand_box .brand_item .brand_img {
    height: 9.9rem;
  }

  .brand_con .brand_list .brand_box .brand_item .brand_more {
    height: 2.3rem;
    padding: 0 0.6rem;
    font-size: 0.7rem;
    line-height: 2.3rem;
  }

  /* 加入我们
  .join_con .join_one .ln_con {
    padding: 1.75rem 0 1.2rem 0;
  }

  .join_con .join_one .ln_con .ln_info {
    margin-bottom: 1.7rem;
  }

  .join_con .join_one .ln_con .ln_info .info_item {
    margin-top: 1.1rem;
  }

  .join_con .join_one .ln_con .ln_info .info_item p {
    margin-top: 0.4rem;
    line-height: 1.1rem;
  }

  .join_con .join_one .ln_con .ln_icon {
    margin-top: 0.85rem;
    flex-direction: column;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item {
    width: 100%;
    padding: 1.35rem 0.55rem 2.75rem 0.55rem;
    height: unset;
    margin-right: 0;
    min-height: 7.6rem;
    margin-bottom: 0.55rem;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item:nth-child(6n) {
    margin-right: 0;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item:nth-child(3n) {
    margin-right: 0;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item span {
    width: 2rem;
    bottom: 0.7rem;
    right: 0.55rem;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item p {
    line-height: 1rem;
    margin-top: 0.4rem;
  }

  .join_con .join_one .fz_con {
    padding: 1.75rem 0;
  }

  .join_con .join_one .fz_con .fz_item {
    flex-direction: column;
    margin-top: 1.1rem;
  }

  .join_con .join_one .fz_con .fz_item:nth-child(2n) .fz_img_hide {
    display: none;
  }

  .join_con .join_one .fz_con .fz_item .fz_img {
    width: 100%;
    height: unset;
  }

  .join_con .join_one .fz_con .fz_item .fz_img img {
    width: 100%;
    height: auto;
  }

  .join_con .join_one .fz_con .fz_item .fz_text {
    width: calc(100%);
    padding-top: 0.85rem;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc {
    padding-top: 0.7rem;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc p {
    line-height: 1rem;
    margin-bottom: 1.1rem;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc p:last-child {
    margin-bottom: 0;
  }

  .join_con .join_two {
    padding: 2rem 0 2.5rem 0;
    background: url(../images/other/lx/us_bg_m.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  .join_con .join_two .two_desc .job_list {
    margin-top: 1.6rem;
  }

  .join_con .join_two .two_desc .job_list .title_1 {
    width: 25%;
  }

  .join_con .join_two .two_desc .job_list .job_head {
    padding: 0 2rem 0 0.5rem;
    height: 2.2rem;
    border-radius: 0.35rem 0.35rem 0 0;
  }

  .join_con .join_two .two_desc .job_list .job_head div {
    padding-left: 0;
    font-size: 0.65rem;
    width: 25%;
  }

  .join_con .join_two .two_desc .job_list .job_item.job_show .item_con {
    padding: 0.7rem 0;
  }

  .join_con .join_two .two_desc .job_list .job_item.job_show .item_tal::after {
    width: calc(100% - 1rem);
    left: 0.5rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal {
    padding: 0 2rem 0 0.5rem;
    height: 2.5rem;
    background: url(../images/other/lx/more.png) no-repeat center right;
    background-size: auto 0.8rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div {
    width: 25%;
    font-size: 0.6rem;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div img {
    width: 0.8rem;
    margin: 0;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div.title_1 {
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 0.9rem;
    justify-content: left;
    text-align: left;
    align-items: flex-start;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box {
    width: calc(100% - 1rem);
    flex-direction: column;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m {
    width: 100%;
    margin-bottom: 0.8rem;
    padding: 0;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr {
    margin-top: 0.75rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr p {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .td {
    font-size: 15px;
    margin-bottom: 0.8rem;
    padding: 0;
  }

  .join_con .join_three {
    padding-top: 2rem;
  }

  .join_con .join_three .map_box {
    margin-top: 1.35rem;
  }

  .join_con .join_three .map_box .lx_map {
    padding-top: 14.5rem;
  }

  .join_con .join_three .map_box .map_text {
    height: unset;
    padding: 1.3rem 0.65rem 2rem 0.65rem;
  }

  .join_con .join_three .map_box .map_text h5 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .join_con .join_three .map_box .map_text .gs_info {
    flex-direction: column;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item {
    width: 100%;
    margin-top: 0.8rem;
    align-items: flex-start;
    padding-right: 0;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item:nth-child(2n) {
    width: 100%;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item img {
    width: 1.25rem;
    height: auto;
    margin-right: 0.4rem;
    margin-top: -0.1rem;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item p {
    width: calc(100% - 1.65rem);
    font-size: 0.6rem;
    line-height: 1rem;
  } */
}