@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  --bannerH: 250px;
  height: var(--bannerH);
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.inner_title {
  position: relative;
  font-size: .48rem;
  font-weight: 700;
  padding-bottom: .4rem;
}

.inner_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: .19rem;
  width: .9rem;
  height: .02rem;
  background: rgb(163, 163, 163);
}

@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.25);
  }
}

@media only screen and (max-width:1440px) {
  .sub-banner {
    height: calc(var(--bannerH) * 0.75);
  }
}

@media only screen and (max-width:1280px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.5);
  }
}

@media only screen and (max-width:1024px) {
  .sub-banner {
    height: calc(var(--bannerH) / 1.875);
  }
}

@media only screen and (max-width:960px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2);
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(var(--bannerH) / 2.5);
  }
}

.breadcrumb {
  align-items: center;
  color: #666666;
  font-size: .2rem;
  font-weight: 400;
}

.breadcrumb a {
  color: #666666;
}

.breadcrumb a:last-child {
  font-weight: 700;
}

.breadcrumb a:hover {
  color: var(--primary);
}

.breadcrumb span {
  margin: 0 .1rem;
}

.white {
  color: #fff !important;
}

@media only screen and (max-width:500px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.sub_nav {
  position: sticky;
  top: 1rem;
  z-index: 9999;
}

@media only screen and (max-width:920px) {
  .sub_nav {
    top: 48px;
  }
}


/* ==========================================================================
   关于我们
   ========================================================================== */
.about1 {
  background: url(../images/about.png) no-repeat 50% 0 / cover;
  padding: .7rem 0 .2rem;
}

.profile {
  align-items: center;
}

.about_title {
  color: rgb(0, 0, 0);
  font-size: .48rem;
  font-weight: 700;
  line-height: 1;
}

.goal {
  position: relative;
  margin-left: .85rem;
  color: rgb(22, 93, 164);
  font-size: .24rem;
}

.goal::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 50%;
  width: .48rem;
  height: .03rem;
  transform: translateY(-50%);
  background: rgb(22, 93, 164);
}

.profile_intro {
  color: rgb(51, 51, 51);
  font-size: .2rem;
  line-height: 2;
  margin: .5rem 0;
}

.num_list {
  margin-left: -0.5rem;
}

.num_list li {
  width: calc(33.33% - .5rem);
  margin: 0 0 .5rem .5rem;
}

.num_box {
  box-sizing: border-box;
  height: 100%;
  border-radius: .04rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  padding: .5rem;
  flex-direction: column;
  transition: all .4s;
}

.num_box:hover {
  background: linear-gradient(180.00deg, rgba(0, 91, 171, 0.87), rgba(0, 90, 170, 0.9) 54.962%, rgba(0, 92, 173, 0.9) 61.386%, rgba(0, 96, 181, 0.9) 100%);
}

.num_img {
  width: .5rem;
  height: .5rem;
}

.num_list li:nth-child(1) .num_img {
  background: url(../images/num01.png) no-repeat center / contain;
}

.num_list li:nth-child(2) .num_img {
  background: url(../images/num02.png) no-repeat center / contain;
}

.num_list li:nth-child(3) .num_img {
  background: url(../images/num03.png) no-repeat center / contain;
}

.num_list li:nth-child(4) .num_img {
  background: url(../images/num04.png) no-repeat center / contain;
}

.num_list li:nth-child(1) .num_box:hover .num_img {
  background-image: url(../images/num01-w.png);
}

.num_list li:nth-child(2) .num_box:hover .num_img {
  background-image: url(../images/num02-w.png);
}

.num_list li:nth-child(3) .num_box:hover .num_img {
  background-image: url(../images/num03-w.png);
}

.num_list li:nth-child(4) .num_box:hover .num_img {
  background-image: url(../images/num04-w.png);
}

.number {
  color: rgb(0, 0, 0);
  font-size: .48rem;
  font-weight: 700;
  align-items: baseline;
}

.num_box:hover .number {
  color: #fff;
}

.num_name {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
}

.num_box:hover .num_name {
  color: #fff;
}

.num_unit {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  font-weight: 700;
}

.num_box:hover .num_unit {
  color: #fff;
}

.about_video img {
  width: 100%;
}

.about_video {
  position: relative;
}

.play_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#play-landing-animation {
  position: relative;
  color: #fff;
  width: .9rem;
  height: .9rem;
  transition: all .3s;
  cursor: pointer;
}

#play-landing-animation:hover {
  transform: scale(1.2);
}

#play-landing-animation:before {
  border-radius: 150%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 140%;
  left: -20%;
  position: absolute;
  top: -20%;
  width: 140%;
}

.about_video:hover #play-landing-animation:before {
  border: .04rem solid #fff;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  animation: fx-plyr-play-button 1.5s ease-out infinite;
}

@keyframes fx-plyr-play-button {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }

  to {
    opacity: 0
  }
}




/* ———————————————————————— 企业文化 ———————————————————————— */
.about_culture {
  padding: 1rem 0 0;
}

.culture_list {
  margin: .5rem 0 0 -0.45rem;
}

.culture_list li {
  width: calc(50% - .45rem);
  margin: 0 0 .55rem .45rem;
}

.culture_box {
  box-sizing: border-box;
  height: 100%;
  border-radius: .05rem;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  padding: .3rem .5rem .5rem;
}

.culture_area {
  justify-content: space-between;
}

.culture_title {
  color: rgb(22, 93, 164);
  font-size: .36rem;
  font-weight: 700;
  position: relative;
}

.culture_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: .5rem;
  height: .02rem;
  border-radius: 5px;
  background: rgb(22, 93, 164);
}

.culture_num {
  width: .8rem;
}

.culture_msg {
  margin-top: .3rem;
  color: rgb(102, 102, 102);
  font-size: .24rem;
  line-height: 1.7;
}




/* ———————————————————————— 价值观 ———————————————————————— */
.about_value {
  padding-bottom: .75rem;
}

.value_head {
  box-sizing: border-box;
  background: rgb(22, 93, 164);
  height: .8rem;
  line-height: .8rem;
  color: rgb(255, 255, 255);
  font-size: .36rem;
  font-weight: 700;
  padding-left: .3rem;
}

.value_main {
  background: #fff url(../images/value.png) no-repeat center / cover;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.15);
  padding: .3rem 0;
}

.value_title {
  color: rgb(22, 93, 164);
  font-size: .24rem;
  font-weight: 700;
}

.value_name {
  color: rgb(102, 102, 102);
  font-size: .2rem;
  font-weight: 400;
  margin: .2rem 0;
}

.value_box {
  background-repeat: no-repeat;
  background-size: .84rem auto;
  background-position: right 1.1rem top;
}

.value_desc {
  color: rgb(102, 102, 102);
  font-size: .14rem;
  line-height: 2;
}

.value_module {
  padding: 0 .3rem .3rem;
}

.value_list li {
  width: 33.33%;
}



/* ———————————————————————— 发展历程 ———————————————————————— */
.about3 {
  background: url(../images/history.png) no-repeat 50% 0 / cover;
  padding: .7rem 0;
}

.history {
  position: relative;
  margin-top: .4rem;
}

.history::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #fff;
}

.history_box {
  height: 4.6rem;
  box-sizing: border-box;
  /* border: 1px solid #000; */
  position: relative;
  flex-direction: column;
}

.history_swiper .swiper-slide:nth-child(odd) .history_box {
  flex-direction: column-reverse;
}

.circle_box {
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
}

.circle {
  width: .1rem;
  height: .1rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: all .3s
}

.history_swiper .swiper-slide-active .circle {
  background: rgba(0, 96, 181, 0.78);
}

.history_swiper .swiper-slide-active .circle:after,
.history_swiper .swiper-slide-active .circle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.18rem 0 0 -0.18rem;
  width: .36rem;
  height: .36rem;
  background: rgb(0, 96, 181);
  border-radius: 50%;
  transform: scale(.1);
  z-index: 0;
  -webkit-animation: amap-icon-anim 3s ease-out infinite;
  animation: amap-icon-anim 3s ease-out infinite
}

.history_swiper .swiper-slide-active .circle:after {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

@-webkit-keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(.1)
  }

  5% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: scale(1)
  }
}

@keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(.1)
  }

  5% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: scale(1)
  }
}

.history_frame {
  box-sizing: border-box;
  height: 50%;
  flex-direction: column;
  justify-content: center;
}

.history_area {
  box-sizing: border-box;
  margin: .1rem 0;
  overflow: auto;
}

.history_area::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}

.history_area::-webkit-scrollbar-track {
  display: none;
}

.hisory_date {
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 700;
}

.hisory_desc {
  color: rgb(255, 255, 255);
  font-size: .18rem;
}




/* ———————————————————————— 公司荣誉 ———————————————————————— */
.about4 {
  padding: .8rem 0;
  background: url(../images/honor.png) no-repeat center bottom / cover;
}

.about4 .profile {
  justify-content: space-between;
}

.honor_head {
  margin-left: -0.3rem;
}

.honor_title {
  color: rgb(0, 0, 0);
  font-size: .18rem;
  font-weight: 400;
  padding: .105rem .63rem;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #000;
  overflow: hidden;
  margin-left: .3rem;
  cursor: pointer;
  transition: all .3s;
}

.honor_title:hover {
  background: rgb(0, 96, 181);
  color: #fff;
  border-color: rgb(0, 96, 181);
}

.honor_title.on {
  background: rgb(0, 96, 181);
  border-color: rgb(0, 96, 181);
  color: #fff;
  font-weight: 700;
}

.honor {
  margin-top: .6rem;
}

.honor_main {
  justify-content: space-between;
}

.honor_left {
  width: calc(30% - 0.3rem);
}

.honor_right {
  width: 70%;
}

.honor_swiper {
  position: relative;
}

.honor_swiper .swiper-pagination {
  bottom: 0;
}

.honor_img {
  margin-bottom: .3rem;
  padding: 10px;
  border: 1px solid #d5d5d6;
}

.honor_box {
  direction: rtl;
  height: calc(.18rem * 27.5);
  overflow: auto;
}

.honor_box::-webkit-scrollbar {
  width: 5px;
}

.honor_box::-webkit-scrollbar-thumb {
  background: rgb(22, 93, 164);
  border-radius: 0;
}

.honor_box::-webkit-scrollbar-track {
  background: rgb(196, 196, 196);
  border-radius: 0;
}

.honor_list {
  direction: ltr;
}

.honor_list li {
  padding-left: .4rem;
  font-size: .18rem;
  line-height: 2.5;
  color: rgb(51, 51, 51);
}

.honor_list li .fa-angle-double-left {
  margin-right: .25rem;
}




/* ———————————————————————— 环境及质量管理体系 ———————————————————————— */
.about5 {
  padding: .7rem 0;
  background: url(../images/environment.png) no-repeat center bottom / cover;
}

.environment {
  margin-top: .7rem;
}

.env_img {
  box-sizing: border-box;
  background: #fff;
  padding: .05rem .1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.env_info {
  width: 75%;
  font-size: .18rem;
  line-height: 2;
  color: rgb(51, 51, 51);
  margin-top: .5rem;
}

.env_swiper {
  position: relative;
}

.env_swiper .swiper-button-next::after,
.env_swiper .swiper-button-prev::after {
  display: none;
}

.env_swiper .swiper-button-next,
.env_swiper .swiper-button-prev {
  width: 1.01rem;
  height: 1rem;
  top: auto;
  left: auto;
  margin-top: 0;
  bottom: -1.95rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .4s;
}

.env_swiper .swiper-button-next {
  background-image: url(../images/acr.png);
}

.env_swiper .swiper-button-prev {
  background-image: url(../images/acl.png);
  right: 1.25rem;
}

.env_swiper .swiper-button-next:hover {
  background-image: url(../images/acr-b.png);
}

.env_swiper .swiper-button-prev:hover {
  background-image: url(../images/acl-b.png);
}

.honor_haed {
  margin-left: -0.3rem;
}

@media only screen and (max-width: 768px) {
  .num_list li {
    width: calc(50% - .5rem);
  }

  .value_box {
    background-size: 60px auto;
    background-position: right top;
  }

  .honor_swiper .swiper-pagination {
    bottom: -10px;
  }
}

@media only screen and (max-width: 500px) {
  .goal {
    width: 100%;
    margin-top: 10px;
    margin-left: 30px;
  }

  .profile_intro {
    font-size: 12px;
  }

  .culture_list li {
    width: 100%;
  }

  .value_list li {
    width: 100%;
  }

  .value_title {
    font-size: 16px;
  }

  .hisory_date,
  .value_name {
    font-size: 14px;
  }

  .honor_title,
  .honor_list li,
  .hisory_desc,
  .value_desc {
    font-size: 12px;
  }

  .honor_left {
    width: 100%;
  }

  .honor_right {
    width: 100%;
    margin-top: 20px;
  }

  .honor_box {
    height: calc(12px * 25);
  }

  .honor_haed {
    margin-top: 20px;
  }

  .env_info {
    width: 100%;
    font-size: 12px;
    margin-top: 60px;
  }

  .env_swiper .swiper-button-prev {
    right: auto;
    left: 30%;
    bottom: -50px;
    background-image: url(../images/acl-b.png);
  }

  .env_swiper .swiper-button-next {
    right: 30%;
    bottom: -50px;
    background-image: url(../images/acr-b.png);
  }
}








/* ==========================================================================
   检测设备
   ========================================================================== */
.inner_center {
  color: rgb(0, 0, 0);
  font-size: .48rem;
  font-weight: 700;
  line-height: 1;
  padding: .75rem 0;
  text-align: center;
}

.equ_list {
  margin-left: -0.25rem;
}

.equ_list li {
  width: calc(33.33% - .25rem);
  margin: 0 0 .25rem .25rem;
}

.equ_box {
  position: relative;
}

.equ_cover {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: .2rem;
  font-weight: 400;
  padding: .1rem 0;
  opacity: 0;
  transition: all .3s
}

.equ_box::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.00deg, rgba(22, 93, 164, 0) 62.649%, rgb(0, 96, 181) 100%);
  opacity: 0;
  transition: all .3s
}

.equ_box:hover .equ_cover,
.equ_box:hover::before {
  opacity: 1;
}

.equipment {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .equ_list li {
    width: calc(50% - .25rem);
  }
}

@media only screen and (max-width: 500px) {
  .equ_list li {
    width: 100%;
  }

  .equ_cover {
    font-size: 12px;
  }
}








/* ==========================================================================
   应用场景
   ========================================================================== */
.apply_list {
  margin-left: -0.35rem;
}

.apply_list li {
  width: calc(33.33% - .35rem);
  margin: 0 0 .7rem .35rem;
}

.apply_cover {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: .2rem;
  padding: .3rem 0 .15rem;
  background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
  transition: all .3s;
}

.apply_box .pic::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.00deg, rgb(22, 93, 164), rgb(22, 93, 164) 100%);
  opacity: 0;
  transition: all .3s;
}

.apply_box:hover .apply_cover {
  background: none;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  padding: 0;
  font-weight: 700;
}

.apply_box:hover .pic::before {
  opacity: 0.85;
}

.apply_box {
  position: relative;
}

.jia_box {
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -0.24rem;
  bottom: -0.24rem;
  opacity: 0;
  transition: all .3s;
}

.apply_box:hover .jia_box {
  opacity: 1;
}

.jia {
  width: .48rem;
  position: relative;
}

.jia::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(248, 111, 0);
  opacity: 0.52;
  animation: jia 4s linear infinite;
}

@keyframes jia {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.52;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.apply {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .apply_list li {
    width: calc(50% - .35rem);
  }
}

@media only screen and (max-width: 500px) {
  .apply_list li {
    width: 100%;
  }

  .apply_cover {
    font-size: 12px;
  }
}











/* ==========================================================================
   新闻资讯
   ========================================================================== */
.news_list li {
  border-bottom: 1px solid rgb(219, 218, 218);
}

.news_list li:first-child {
  border-top: 1px solid rgb(219, 218, 218);
}

.news_module {
  padding: .25rem .3rem;
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
}

.news_module:hover {
  background: rgb(0, 96, 181);
}

.news_left {
  width: 3.65rem;
}

.news_right {
  width: calc(100% - 4.2rem);
}

.news_area {
  color: rgb(51, 51, 51);
}

.news_module:hover .news_area {
  color: #fff;
}

.news_date {
  color: rgb(85, 85, 85);
  font-size: .16rem;
}

.news_module:hover .news_date {
  color: #fff;
}

.news_title {
  font-size: .24rem;
  font-weight: 700;
  margin: .2rem 0 .25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_msg {
  font-size: .16rem;
  line-height: 1.625;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: .25rem;
}

.news_ckxxnr {
  color: rgb(0, 96, 181);
  font-size: .16rem;
  font-weight: 400;
  padding-left: .4rem;
  background: url(../images/ckxxnr.svg) no-repeat left center;
  background-size: .21rem auto;
  transition: all .3s;
}

.news_module:hover .news_ckxxnr {
  background-image: url(../images/ckxxnr-w.svg);
  color: #fff;
}

.mouse_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0;
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: rgb(0, 91, 175);
  font-size: .28rem;
  margin-left: .2rem;
}

.mouse_img {
  opacity: 0;
  animation: myfirst 2.3s infinite;
  -webkit-animation: myfirst 2.3s infinite;
  -moz-animation: myfirst 2.3s infinite;
}

@keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@-webkit-keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

.news {
  padding-bottom: .9rem;
}

@media only screen and (max-width: 500px) {
  .news_left {
    width: 100%;
  }

  .news_right {
    width: 100%;
    margin-top: 10px;
  }

  .news_date {
    font-size: 12px;
  }

  .news_title {
    font-size: 14px;
  }

  .news_msg {
    font-size: 12px;
  }

  .news_ckxxnr {
    font-size: 12px;
    background-size: 14px auto;
  }
}








/* ==========================================================================
   新闻详情
   ========================================================================== */
.news_details {
  padding: .9rem 0 .5rem;
}

.nd_left {
  width: calc(100% - 5.3rem);
  float: left;
}

.nd_right {
  float: right;
  width: 4.15rem;
  box-sizing: border-box;
}

.nd_area {
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
}

.nd_date {
  font-size: .16rem;
  color: rgb(85, 85, 85);
  margin: .1rem 0;
}

.nd_main {
  font-size: .16rem;
  font-weight: 400;
  color: rgb(85, 85, 85);
  line-height: 2;
  padding: .2rem .1rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: .4rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: .4rem 0;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 1.9rem);
}

.tool_right {
  width: 1.8rem;
}

.tool_toggle {
  font-size: .16rem;
  font-weight: 400;
  line-height: 2;
  align-items: center;
}

.tool_toggle span {
  flex-shrink: 0;
}

.tool_toggle a {
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tool_toggle a:hover {
  color: var(--primary);
}

.back_btn {
  width: 1.8rem;
  height: .5rem;
  font-size: .18rem;
  color: #fff;
  border-radius: 50px;
  background: rgb(0, 96, 181);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}



/* ———————————————— 右边列表 ———————————————— */
.gdtj {
  background: rgb(0, 96, 181);
  height: .7rem;
  width: 100%;
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 700;
  align-items: center;
}

.gdtj img {
  margin: 0 .25rem 0 .4rem;
}

.gdtj_list {
  margin: .37rem .49rem 0 .28rem;
  border-left: 1px solid rgb(229, 232, 239);
  padding-bottom: .5rem;
}

.gdtj_list li {
  margin-bottom: .2rem;
}

.gdtj_date {
  color: rgb(85, 85, 85);
  font-size: .16rem;
  line-height: .32rem;
  position: relative;
  padding-left: .3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: .03rem;
  height: .16rem;
  background: var(--primary);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  line-height: 2;
  padding-left: .3rem;
}

.gdtj_box:hover .gdtj_title {
  color: var(--primary);
}


@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .tool_toggle,
  .nd_main,
  .nd_date {
    font-size: 12px;
  }


}

@media only screen and (max-width: 500px) {
  .nd_main {
    padding: 20px 0;
    line-height: 1.5;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
  }

  .tool_toggle {
    line-height: 2;
  }

  .nd_title {
    font-size: 14px;
  }
}








/* ==========================================================================
   联系我们
   ========================================================================== */
.contact_head {
  justify-content: space-between;
}

.con_left {
  width: calc(100% - 7.2rem);
}

.con_right {
  box-sizing: border-box;
  padding: 0 .2rem;
  width: 4.6rem;
}

.company_name {
  color: rgb(51, 51, 51);
  font-size: .36rem;
  line-height: 2;
  font-weight: 700;
}

.con_intro {
  color: rgb(51, 51, 51);
  font-size: .16rem;
  line-height: 2;
  margin-top: .1rem;
}

.ewm_list {
  margin-left: -0.55rem;
}

.ewm_list li {
  width: calc(50% - .55rem);
  margin-left: .55rem;
}

.ewm_box .pic {
  border: 1px solid rgb(224, 224, 224);
}

.ewm_title {
  text-align: center;
  color: rgb(31, 31, 31);
  font-size: .16rem;
  font-weight: 400;
  margin-top: .1rem;
}

.contact_main {
  margin: .3rem 0 0;
  padding: .65rem 0;
  border-top: 1px solid rgb(209, 209, 209);
}

.contact_list li {
  width: 20%;
}

.con_box {
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  padding: 0 .3rem;
}

.con_box::before {
  content: "";
  position: absolute;
  right: 0;
  top: .15rem;
  width: 1px;
  height: .7rem;
  background: rgb(196, 196, 196);
}

.contact_list li:last-child .con_box::before {
  display: none;
}

.con_img {
  width: .41rem;
}

.con_way {
  color: rgb(51, 51, 51);
  font-size: .2rem;
  font-weight: 700;
  margin: .2rem 0;
}

.con_info {
  color: rgb(51, 51, 51);
  font-size: .2rem;
  font-weight: 400;
  text-align: center;
}

.contact {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .con_left {
    width: calc(100% - 5rem);
  }
}

@media only screen and (max-width: 500px) {
  .con_left {
    width: 100%;
  }

  .con_right {
    width: 100%;
  }

  .con_intro {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .con_info,
  .con_way,
  .ewm_title {
    font-size: 12px;
  }

  .contact_list li {
    width: 50%;
    padding: 20px 0;
  }

  .contact_list li:not(:last-of-type) {
    border-bottom: 1px solid rgb(196, 196, 196);
  }

  .contact_list li:last-child {
    width: 100%;
  }

  .con_box::before {
    display: none;
  }

  .contact_main {
    padding: 0;
  }

}








/* ==========================================================================
   产品中心
   ========================================================================== */
.pro_head {
  box-sizing: border-box;
  height: 1.2rem;
  border-bottom: .02rem solid rgb(22, 93, 164);
  padding: 0 .5rem;
  align-items: center;
  justify-content: space-between;
  background: url(../images/pro01.png) no-repeat left center / cover;
  transition: all .3s;
}

.pro_head.on {
  background-image: url(../images/pro02.png);
  border-color: rgb(197, 197, 197);
}

.pro_head span {
  color: rgb(51, 51, 51);
  font-size: .24rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  align-items: center;
}

.pro_head.on span {
  color: #fff;
}

.subheading {
  font-size: .2rem;
  font-weight: 500;
  color: #333333;
  margin-left: .2rem;
}

.pro_head.on .subheading {
  color: #fff;
}

.pro_head em {
  flex-shrink: 0;
  width: .35rem;
  height: .35rem;
  background: url(../images/proArr.png) no-repeat center;
  background-size: contain;
  transition: all .3s;
  margin-left: 10px;
}

.pro_head.on em {
  background-image: url(../images/proArr-w.png);
}

.pro_area {
  padding: .25rem .5rem;
  color: rgb(51, 51, 51);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}

.pro_main {
  padding-bottom: 1rem;
}

.pro_drop {
  display: none;
}

@media only screen and (max-width: 500px) {
  .pro_area {
    font-size: 12px;
  }

  .pro_head span {
    flex-direction: column;
    align-items: flex-start;
  }

  .subheading {
    margin-left: 0;
  }
}








/* ==========================================================================
   可持续发展
   ========================================================================== */
.development {
  padding-bottom: .2rem;
  background: url(../images/dev03.png) no-repeat;
  background-size: 33.9063vw auto;
  background-position: left -1.9rem bottom;
}

.dev_title {
  padding: .55rem 0;
  color: rgb(58, 58, 58);
  font-size: .48rem;
  font-weight: 700;
}

.dev_main {
  background: url(../images/dev03.png) no-repeat center top .55rem;
  background-size: 33.9063vw auto;
}

.dev_module {
  justify-content: space-between;
  align-items: center;
}

.dev_left {
  width: 53%;
}

.dev_right {
  width: 47%;
}

.dev_area {
  padding: 0 .6rem 0 .9rem;
}

.dev_left .pic {
  border-radius: .3rem;
}

.dev_msg {
  color: rgb(58, 58, 58);
  font-size: .2rem;
  font-weight: 400;
  line-height: 2.4;
}

.dev_name {
  color: rgb(58, 58, 58);
  font-size: .48rem;
  font-weight: 700;
  margin-bottom: .3rem;
}

.dev_list li {
  margin-bottom: .8rem;
}

.dev_list li:nth-child(even) .dev_module {
  flex-direction: row-reverse;
}


@media only screen and (max-width: 500px) {
  .dev_left {
    width: 100%;
  }

  .dev_right {
    width: 100%;
    margin-top: 10px;
  }

  .dev_area {
    padding: 0;
  }

  .dev_msg {
    font-size: 12px;
  }

  .development {
    background-size: 60% auto;
    background-position: left -25% bottom;
  }

  .dev_main {
    background-size: 60% auto;
  }
}








/* ==========================================================================
   人才策略
   ========================================================================== */
.strategy_title {
  color: rgb(51, 51, 51);
  font-size: .36rem;
  font-weight: 700;
  padding: .4rem 0;
  text-align: center;
}

.strategy_intro {
  color: rgb(92, 92, 102);
  font-size: .18rem;
  line-height: 1.8;
}

.strategy_box {
  justify-content: space-between;
  align-items: center;
}

.strategy_left {
  width: calc(45% - .75rem);
}

.strategy_right {
  width: 55%;
}

.strategy_name {
  color: rgb(22, 93, 164);
  font-size: .36rem;
  font-weight: 700;
}

.strategy_txt1 {
  color: rgb(92, 92, 102);
  font-size: .3rem;
  font-weight: 400;
  padding: .2rem 0 .15rem;
}

.strategy_txt2 {
  color: rgb(92, 92, 102);
  font-size: .18rem;
  font-weight: 400;
  line-height: 2;
}

.strategy_right .pic {
  border-radius: .2rem;
}

.strategy_box {
  margin: .5rem 0;
}

.join_us {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .strategy_intro {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .strategy_left {
    width: 100%;
  }

  .strategy_right {
    width: 100%;
    margin-top: 20px;
  }

  .strategy_txt2 {
    font-size: 12px;
    line-height: 1.5;
  }
}











/* ==========================================================================
   校招列表
   ========================================================================== */
.job_main {
  padding-bottom: 1rem;
}

.job_list {
  width: 100%;
  height: .58rem;
  align-items: center;
  padding: 0 .45rem;
  background: rgb(231, 237, 241);
  box-sizing: border-box;
  justify-content: space-between;
}

.job_list li {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  font-weight: 600;
}

.job_list li:nth-child(1) {
  width: 35%;
}

.job_list li:nth-child(2) {
  width: 15%;
  text-align: center;
}

.job_list li:nth-child(3) {
  width: 15%;
  text-align: center;
}

.job_list li:nth-child(4) {
  width: 15%;
  text-align: center;
}

.job_list li:nth-child(5) {
  width: 15%;
  text-align: center;
}


.caree_box {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: .72rem;
  cursor: pointer;
  padding: 0 .45rem;
  border-bottom: 1px solid rgb(220, 220, 220);
  box-sizing: border-box;
}

.size {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  font-weight: 400;
  text-align: center;
}

.job_name {
  width: 35%;
  text-align: left;
}

.job_place,
.job_date,
.fsjl_box,
.fsjl_box,
.job_num {
  width: 15%;
}

.job_fsjl {
  margin: 0 auto;
  width: 1.28rem;
  height: .32rem;
  background: rgb(0, 91, 175);
  color: rgb(255, 255, 255);
  font-size: .14rem;
  font-weight: 400;
}

.job_fsjl:hover {
  color: #fff;
}

.careerMenu .nwms {
  display: none;
  border-bottom: 1px solid rgb(220, 220, 220);
  box-sizing: border-box;
}

.careerMenu .nwms .warp {
  padding: .2rem .45rem;
  box-sizing: border-box;
}

.careerMenu .nwms .warp {
  font-size: .14rem;
  font-weight: 400;
  color: #333333;
  line-height: 2;
}

.demand {
  font-size: .16rem;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}

@media only screen and (max-width: 500px) {

  .job_list li {
    font-size: 12px;
  }

  .job_list {
    padding: 0 10px;
  }

  .job_list li:nth-child(2),
  .job_list li:nth-child(3),
  .job_list li:nth-child(4) {
    display: none;
  }

  .job_list li:nth-child(1) {
    width: 70%;
  }

  .job_list li:nth-child(5) {
    width: 30%;
  }

  .caree_box {
    padding: 0 10px;
  }

  .job_place,
  .job_date,
  .job_num {
    display: none;
  }

  .fsjl_box {
    width: 30%;
  }

  .job_name {
    width: 70%;
    font-size: 12px;
  }

  .job_fsjl {
    font-size: 10px;
    height: 24px;
    width: 90%;
  }

  .careerMenu .nwms .warp {
    font-size: 12px;
    padding: 10px;
  }

  .demand {
    font-size: 12px;
  }
}