.title-box .item .icon_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: .35rem;
  height: .35rem;
  margin-right: .15rem;
}
.title-box .item .icon_view img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.title-box .item .icon_view img:first-child {
  display: block;
}
.title-box .item:hover img:first-child {
  display: none;
}
.title-box .item:hover img:last-child {
  display: block;
}
.title-box .item.activeItem .icon_view img:last-child {
  display: block;
}
.title-box .item.activeItem .icon_view img:first-child {
  display: none;
}
#company-profile .banner-box {
  margin-top: 1.3rem;
  width: 100%;
  height: 5.9rem;
}

#company-profile .banner-box .banner-wrapper {
  width: 100%;
  height: 5.9rem;
}

#company-profile .breadcrumb-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}

#company-profile .banner-box .banner-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-pagination-bullets {
  bottom: .8rem;
  width: 14.4rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

#company-profile .banner-box .banner-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .75rem;
  height: .1rem;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: .05rem;
  margin: 0 13px;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 100%;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper .title {
  font-size: .48rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: .48rem;
  width: 100%;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper .en {
  font-size: .48rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: .48rem;
  width: 100%;
  margin-top: .26rem;
  text-transform: uppercase;
}

.en.small {
  font-size: .3rem !important;
}

#company-profile .banner-box .banner-wrapper .swiper-container .swiper-slide .banner-text .text-wrapper .content {
  font-size: .3rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: .48rem;
  margin-top: .49rem;
  width: 100%;
}

#company-profile .middle-picture {
  padding-top: 1.23rem;
}

#company-profile .middle-picture.img-box {
  width: 100%;
  height: 4.16rem;
}

#company-profile .middle-picture.img-box img {
  width: 100%;
  height: 100%;
}

#company-profile .breadcrumb-box {
  margin-top: .5rem;
}

#company-profile .title-box {
  width: 100%;
  background: #f3f3f3;
  /*padding-left: .55rem;*/
}

#company-profile .title-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* -webkit-flex-flow: row wrap; */
  /* flex-flow: row wrap; */
  justify-content: flex-start;
  background: #f3f3f3;
  align-items: center;
}

#company-profile .title-box .left>.item {
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.55rem;
  height: 1.1rem;
  margin-right: .25rem;
  margin-left: .25rem;
  color: #cccccc;
  background: #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  box-sizing: border-box;
}


#company-profile .title-box .left>.itemLine {
  width: 0.23rem;
  line-height: 1.1rem;
  color: #cccccc;
  background: #f3f3f3;
}

#company-profile .title-box .left>li>img {
  padding-right: .15rem;
  height: .3rem;
  width: .3rem;
}

#company-profile .title-box .left .activeItem {
  color: #004098;
  border-bottom: 2px solid #004098;
  cursor: pointer;
}

#company-profile .title-box .left .item:hover {
  color: #004098;
  border-bottom: 2px solid #004098;
  cursor: pointer;
}

#company-profile .title-box .left :hover::before {
  opacity: 1;
}

#company-profile .breadcrumb-box .left>li {
  display: flex;
  justify-content: flex-start;
  padding-right: .2rem;
  color: #cccccc;
}

#company-profile .breadcrumb-box .left>li a {
  color: #cccccc;
}

#company-profile .breadcrumb-box .left>li a:hover {
  color: #004098;
}

#company-profile .breadcrumb-box .left>li.active a {
  color: #004098;
}


#company-profile .breadcrumb-box .left>li:last-child {
  color: #004098;
}

#company-profile .breadcrumb-box .left>li:last-child a {
  color: #004098;
}

#company-profile .introduce-box {
  margin-top: .5rem;
  margin-bottom: .8rem;
}

#company-profile .introduce-box .text-box>p {
  font-size: .18rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #404040;
  line-height: .3rem;
  box-sizing: border-box;
  /* padding-right: .3rem; */
  letter-spacing: 1px;
}

.img-box {
  display: block;
  width: 100%;
}

.img-box img {
  width: 100%;
  display: block;
}

#company-profile .case-box .case-swiper .left .swiper-case .swiper-slide .items .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #004098 0%, rgba(0, 64, 152, 0.01) 100%);
}

#company-profile .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text {
  position: absolute;
  bottom: .18rem;
  box-sizing: border-box;
  padding: 0 .4rem;
  transition: all .6s;
  width: 100%;
}

#company-profile .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text p {
  font-size: .18rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: .3rem;
  letter-spacing: 1px;
}

#company-profile .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: .3rem;
  display: flex;
  align-items: center;
}

#company-profile .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .border {
  height: 1px;
  background: #DCDCDC;
  opacity: 0.5;
  width: 100%;
  display: block;
  transition: all .6s;
}

#company-profile .case-box .case-swiper .left .swiper-case .swiper-slide .items .pos-text .more .morebox {
  width: .78rem;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  background: #FFFFFF;
  letter-spacing: 1px;
  border-radius: .05rem;
  font-size: .18rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #004098;
  line-height: .3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -.8rem;
  transition: all .6s;
}

#company-profile .case-box .case-swiper .right {
  width: 1.1rem;
  margin-left: .72rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
}

#company-profile .case-box .case-swiper .right .prev,
#company-profile .case-box .case-swiper .right .next {
  width: 1.1rem;
  height: .48rem;
  border: 1px solid #004098;
  border-radius: .05rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .6s;
  text-align: center;
  line-height: .46rem;
  box-sizing: border-box;
  margin-top: .4rem;
  transition: all .6s;
  cursor: pointer;
}

#company-profile .case-box .case-swiper .right .prev:hover,
#company-profile .case-box .case-swiper .right .next:hover {
  background-color: #004098;
  color: #fff;
}

#company-profile .logo-box .logo-wrapper {
  border-top: 1px solid #D2D2D2;
  padding-top: .96rem;
  padding-bottom: 1.1rem;
}

#company-profile .logo-box .logo-wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#company-profile .logo-box .logo-wrapper .logo img {
  height: .55rem;
}

body.active {
  overflow: hidden;
}



#header .top-box {
  padding-top: .12rem;
}

#header .top-box .logo {
  width: 4.91rem;
  height: .56rem;
}

#header .top-box .logo img {
  width: 100%;
  height: 100%;
}

#header .top-box .right .qa {
  font-size: .16rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #898888;
  line-height: .16rem;
}

#header .top-box .right .search {
  width: 2.15rem;
  height: .3rem;
  background: #EDEDED;
  border-radius: .06rem;
  box-sizing: border-box;
  padding: 0 .1rem;
  margin-left: .37rem;
}

#header .top-box .right .search img {
  width: .18rem;
  height: .18rem;
  cursor: pointer;
  margin-right: .1rem;
}

#header .top-box .right .search input {
  outline: none;
  flex: 1;
  height: 100%;
  border: none;
  background: none;
}

#mobile-header {
  display: none;
  position: fixed;
  top: 0;
  z-index: 80;
  width: 100%;
  height: 1.28rem;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 2px solid #004098;
}

#mobile-header .logo {
  width: 4.91rem;
  height: .56rem;
}

#mobile-header .logo img {
  width: 100%;
  height: 100%;
}

#mobile-header .menu-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#mobile-header .menu-btn .open {
  display: block;
  width: .3rem;
  height: .2rem;
  cursor: pointer;
}

#mobile-header .menu-btn .close {
  display: none;
  width: .23rem;
  height: .23rem;
}

#mobile-header .menu-con {
  position: fixed;
  left: 0;
  top: 1.28rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  z-index: 70;
  display: none;
}

#mobile-header .menu-con .search {
  position: absolute;
  height: 2.25rem;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  margin: 0 auto;
  width: 5.35rem;
  border-top: 1px solid #cacaca;
}

#mobile-header .menu-con .search a {
  color: #898888;
  font-size: .3rem;
  line-height: .3rem;
}

#mobile-header .menu-con .search .search-box {
  width: 3.4rem;
  height: .85rem;
  background: #FFFFFF;
  border-radius: .43rem;
  box-sizing: border-box;
  padding: 0 .4rem;
}

#mobile-header .menu-con .search .search-box input {
  width: 90%;
  border: none;
  background: none;
  color: #004098;
  outline: none;
}

#mobile-header .menu-con .search .search-box img {
  width: .36rem;
  height: .36rem;
  cursor: pointer;
}

#mobile-header .menu-con .menu-content {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: .5rem;
}

#mobile-header .menu-con .menu-content .left,
#mobile-header .menu-con .menu-content .right {
  width: 50%;
}

#mobile-header .menu-con .menu-content .left .items,
#mobile-header .menu-con .menu-content .left .item,
#mobile-header .menu-con .menu-content .right .items,
#mobile-header .menu-con .menu-content .right .item {
  display: block;
  width: 100%;
  height: .95rem;
  transition: all .6s;
  text-align: center;
  line-height: .95rem;
  color: #a1a1a1;
  font-size: .3rem;
}

#mobile-header .menu-con .menu-content .left .items.active,
#mobile-header .menu-con .menu-content .left .item.active,
#mobile-header .menu-con .menu-content .right .items.active,
#mobile-header .menu-con .menu-content .right .item.active {
  background: #FFFFFF;
  color: #004098;
}

#mobile-header .menu-con .menu-content .left .items .child,
#mobile-header .menu-con .menu-content .left .item .child,
#mobile-header .menu-con .menu-content .right .items .child,
#mobile-header .menu-con .menu-content .right .item .child {
  display: none;
}

#mobile-header .menu-con .menu-content .left .item,
#mobile-header .menu-con .menu-content .right .item {
  color: #1d1d1d;
}

#footer {
  background: #004098;
  padding-top: .92rem;
  padding-bottom: .67rem;
}

#footer .content {
  display: flex;
  justify-content: space-between;
}

#footer .content .left {
  flex: 1;
}

#footer .content .left .logo {
  display: block;
  width: 5.71rem;
}

#footer .content .left .logo img {
  width: 100%;
  display: block;
}

#footer .content .left .text {
  margin-top: .28rem;
  font-size: .16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .16rem;
}

#footer .content .left .text a {
  color: #fff;
}

#footer .content .left .text p {
  margin-bottom: .16rem;
}

#footer .content .left .text p:last-child {
  margin-bottom: 0;
}

#footer .content .right {
  width: 1.75rem;
}

#footer .content .right img {
  width: 100%;
  display: block;
}

#footer .bottom {
  border-top: 1px solid #D2D2D2;
  margin-top: .5rem;
  padding-top: .67rem;
}

#footer .bottom a {
  font-size: .16rem;
  font-family: "Noto Sans SC";
  font-weight: 400;
  color: #FFFFFF;
  line-height: .16rem;
  text-align: center;
  opacity: 0.6;
  display: block;
  width: 100%;
}

#footer .bottom a.mobile {
  display: none;
}

html,
body {
  font-size: .18rem;
  background: #fff;
  width: 100%;
}

.w1440 {
  width: 14.4rem;
  margin: 0 auto;
}

.flex-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.text-none {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 2954740 */
  src: url("../font/font_2954740_3h2z6iwxa8b.woff2") format("woff2"), url("../font/font_2954740_3h2z6iwxa8b.woff") format("woff"), url("../font/font_2954740_3h2z6iwxa8b.ttf") format("truetype");
}


.index-title .right .items.active {
  background: #fff;
  color: #004098;
}

@media screen and (max-width: 768px) {
  #mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .3rem;
  }

  #company-profile .title-box {
    width: 100%;
    height: 2.2rem;
    background: #f3f3f3;
  }

  #footer .content {
    flex-wrap: wrap;
    justify-content: center;
  }

  #footer .content .left .logo {
    margin: 0 auto;
  }

  #footer .content .left .text p {
    font-size: .24rem;
    font-family: "Noto Sans SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: .24rem;
    text-align: center;
  }

  #footer .content .right {
    margin-top: .57rem;
    width: 2.3rem;
  }

  #footer .bottom a {
    display: none;
  }

  #footer .bottom a.mobile {
    display: block;
    line-height: .3rem;
  }
}

@media screen and (max-width: 768px) {
  .w1440 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem;
  }

  #company-profile .title-box {
    width: 100%;
    height: 2.2rem;
    background: #f3f3f3;
  }

  #header {
    display: none;
  }

  #company-profile .banner-box {
    height: 7rem;
  }

  #company-profile .banner-box .banner-wrapper {
    height: 7rem;
  }

  #company-profile .news-box {
    height: 9.6rem;
    background: #004098;
    box-sizing: border-box;
    padding-top: .7rem;
  }

  #company-profile .news-box .news-wrapper {
    position: static;
  }

  .index-title .right .items:last-child {
    display: none;
  }

  .index-title h6 {
    font-size: .36rem;
    line-height: .36rem;
  }

  #company-profile .middle-picture .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}

/*# sourceMappingURL=main.css.map */