* {
  padding: 0;
  margin: 0; }

ul {
  margin-bottom: 0; }

ul, li {
  list-style: none; }

a, a:hover, button, button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }
.page-num{
	    position: relative;
    display: block;
    padding: .5rem .75rem;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
	    color: #282828;
    border-color: #00507f;
	margin-left:5px;
}
.page-num-current{
	    color: #fff;
    background: #00507f;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px; } }

.home {
  background: #f7f8f9; }

.bg {
  background: #f3f3f3; }

/*nav*/
@media (max-width: 450px) {
  body {
    padding-top: 56px; } }

@media (min-width: 768px) {
  body {
    padding-top: 72px; } }

@media (min-width: 1280px) {
  body {
    padding-top: 90px; } }

.navbar.bg-dark {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  background-color: #00507f !important; }

.navbar {
  font-size: 16px; }
  @media (max-width: 450px) {
    .navbar {
      height: 56px; } }
  @media (min-width: 768px) {
    .navbar {
      height: 72px; } }
  @media (min-width: 1280px) {
    .navbar {
      height: 90px;
      font-size: 18px; } }
  .navbar .navbar-brand img {
    width: 180px; }
    @media (max-width: 450px) {
      .navbar .navbar-brand img {
        width: 125px; } }
    @media (min-width: 1280px) {
      .navbar .navbar-brand img {
        width: 250px; } }
  .navbar .navbar-toggler {
    border: none; }
  .navbar .nav-link {
    color: #fff; }
    @media (min-width: 768px) {
      .navbar .nav-link {
        font-size: 14px;
        padding-left: .2rem !important;
        padding-right: .2rem !important; } }
    @media (min-width: 992px) {
      .navbar .nav-link {
        font-size: 16px;
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important; } }
    @media (min-width: 1280px) {
      .navbar .nav-link {
        font-size: 16px;
        padding-left: 1.4rem !important;
        padding-right: 1.4rem !important; } }
    @media (min-width: 1280px) {
      .navbar .nav-link {
        font-size: 20px; } }
  .navbar .nav-item {
    position: relative; }
  .navbar .nav-item + .nav-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: .8rem;
    display: block;
    width: 0;
    height: .8rem;
    border-left: 1px solid white; }
    @media (max-width: 768px) {
      .navbar .nav-item + .nav-item:before {
        display: none; } }
    @media (min-width: 1280px) {
      .navbar .nav-item + .nav-item:before {
        top: 1rem;
        height: 1rem; } }

@media (max-width: 768px) {
  .navbar-collapse {
    padding: 10px 20px;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999999;
    text-align: left;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); } }

.navbar-collapse.show .nav-link {
  color: #282828 !important; }
  .navbar-collapse.show .nav-link:hover {
    color: #00507f !important; }

.navbar-collapse.show .nav-item.active .nav-link {
  color: #00507f !important; }

.dropdown-menu {
  margin-top: 20px;
  color: #fff;
  background-color: #276a94; }
  @media (max-width: 1280px) {
    .dropdown-menu {
      margin-top: 14px; } }
  @media (max-width: 768px) {
    .dropdown-menu {
      margin-top: 0;
      color: #7d7d7d;
      border: none;
      background-color: #fff; } }
  .dropdown-menu .dropdown-item {
    line-height: 2;
    color: #fff; }
    @media (max-width: 768px) {
      .dropdown-menu .dropdown-item {
        color: #7d7d7d;
        background-color: #fff; } }
    .dropdown-menu .dropdown-item:hover {
      color: #fff;
      background-color: #00507f; }
      @media (max-width: 768px) {
        .dropdown-menu .dropdown-item:hover {
          color: #00507f;
          background-color: rgba(0, 0, 0, 0.1); } }

/*banner*/
.carousel-indicators li {
  margin: 0 .8rem;
  width: 1rem;
  height: 1rem;
  border: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff; }
  @media (max-width: 450px) {
    .carousel-indicators li {
      margin: 0 .4rem;
      width: .5rem;
      height: .5rem; } }

.carousel.slide .swiper-slide {
  text-align: center; }

.carousel.slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px; }

.jiazhiguan .row {
  padding: 50px 0 136px; }

.totop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 99;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #000;
  border: 1px solid #000; }
  .totop img {
    width: 100%; }

.float-container {
  position: fixed;
  bottom: 160px;
  right: 10px;
  z-index: 99;
  display: inline-block;
  width: 42px; }
  .float-container img {
    width: 100%; }
  .float-container .float-item {
    position: relative; }
  .float-container .float-cont {
    display: none;
    position: absolute;
    right: 42px;
    bottom: 0;
    width: 120px; }
  .float-container .float-item:hover .float-cont {
    display: block; }

/*common*/
body {
  background: #f3f3f3; }

.title {
  margin-bottom: 20px;
  text-align: left; }
  @media (max-width: 450px) {
    .title {
      padding: 20px 0; } }
  .title p {
    font-size: 3rem !important;
    font-weight: 500;
    color: #edeef1 !important; }
    @media (max-width: 450px) {
      .title p {
        font-size: 2rem !important; } }
  .title h2 {
    margin-top: -3.75rem !important;
    font-size: 1.5rem;
    color: #00507f; }
    @media (max-width: 450px) {
      .title h2 {
        margin-top: -2.5rem !important;
        font-size: 1.75rem !important; } }
  .title span {
    display: block;
    margin: 10px 0; }
  .title .divide-line {
    display: block;
    width: 54px;
    height: 3px;
    background: #00507f; }

.title-b {
  margin-bottom: 20px;
  text-align: left; }
  @media (max-width: 450px) {
    .title-b {
      padding: 20px 0; } }
  .title-b p {
    font-size: 4.5rem !important;
    font-weight: 500;
    color: #edeef1 !important; }
    @media (max-width: 450px) {
      .title-b p {
        font-size: 2rem !important; } }
  .title-b h2 {
    margin-top: -4.5rem !important;
    color: #00507f; }
    @media (max-width: 450px) {
      .title-b h2 {
        margin-top: -2.5rem !important;
        font-size: 1.75rem !important; } }
  .title-b span {
    display: block;
    margin: 10px 0; }
  .title-b .divide-line {
    display: block;
    width: 54px;
    height: 3px;
    background: #00507f; }

.title-b.title-white h2 {
  color: #fff; }

.title-b.title-white span {
  color: #fff; }

.title-b.title-white p {
  color: rgba(255, 255, 255, 0.2) !important; }

.title-b.title-white .divide-line {
  background: #fff; }

.ellipse, .news-right li .list-body .list-text, .news-list li a .news-body h5, .news-list li a .news-body p, .news-card li .news-card-body h5, .news-card li .news-card-body p, .recruit-list .recruit-list-body h5, .sidebar-container .nav-item .nav-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

h3 > small {
  font-size: 22px; }

.block-container {
  margin-left: -66px;
  margin-right: -66px;
  padding: 2rem 66px 0;
  background-color: #fff; }
  @media (max-width: 992px) {
    .block-container {
      margin-left: -44px;
      margin-right: -44px;
      padding: 2rem 44px 0; } }
  @media (max-width: 768px) {
    .block-container {
      margin-left: -15px;
      margin-right: -15px;
      padding: 2rem 15px 0; } }

.divide-line {
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  height: 1px;
  background-color: #edeef1; }

/*kuaisudaohang*/
.home-left-menu li {
  margin-bottom: 0;
  border: 1px solid #edeef1; }

.home-left-menu li + li {
  margin-top: -1px; }

.home-left-menu a {
  display: block;
  padding: 0 20px;
  color: #5d5d5d; }
  .home-left-menu a:hover {
    color: #fff;
    background: #00507f; }

.home-left-menu .iconfont {
  padding-right: 10px;
  font-size: 1.25em;
  vertical-align: middle; }

.home-left-menu h5 {
  margin-bottom: 0;
  line-height: 54px;
  height: 54px;
  font-weight: normal;
  overflow: hidden; }

/*about-home*/
.video-js .vjs-big-play-button {
  top: 40%;
  left: 45%;
  width: 1.5em;
  height: 1.5em;
  border-radius: 2em; }

.video-js {
  width: 100%;
  height: 275px; }

/*news-home*/
.news-left {
  margin-right: -30px;
  padding: 1rem 1.25rem 5.5rem;
  background: #edeef1;
  border-top: 1rem solid #00507f; }
  @media (max-width: 768px) {
    .news-left {
      margin-right: 0; } }
  .news-left .news-ltop li {
    padding-top: 1.25rem;
    border-bottom: 1px solid #bebebe; }
    .news-left .news-ltop li a {
      display: inline-block;
      vertical-align: top;
      font-size: 1.125rem;
      line-height: 3rem;
      color: #5d5d5d; }
      .news-left .news-ltop li a img {
        padding: 0 15px 0 8px; }
  .news-left .news-lbottom {
    padding-top: 5rem; }
    .news-left .news-lbottom li {
      padding-top: 10px; }
    .news-left .news-lbottom span {
      display: inline-block;
      vertical-align: top; }
    .news-left .news-lbottom span:first-child {
      width: 7rem;
      color: #5d5d5d; }
    .news-left .news-lbottom span:nth-child(2) {
      color: #aaa; }

.news-right li a {
  display: block;
  vertical-align: top; }

.news-right li a:hover {
  text-decoration: none; }

.news-right li {
  position: relative;
  margin-left: 15px;
  padding: .75rem 0;
  border-bottom: 1px solid #dadde0;
  list-style: disc; }
  .news-right li .list-body {
    padding-left: 0; }
    .news-right li .list-body .list-text {
      max-width: 80%;
      font-size: 1.125rem;
      color: #5d5d5d;
      font-weight: normal; }
      .news-right li .list-body .list-text:hover {
        color: #00507f; }
    .news-right li .list-body .list-time {
      color: #adafb2;
      position: absolute;
      right: 0;
      top: 1rem; }

/*product-home*/
.chanpin .product-item {
  margin-bottom: 2rem;
  padding: 0 10px;
  width: 20%;
  float: left; }
  @media (max-width: 992px) {
    .chanpin .product-item {
      width: 25%; } }
  @media (max-width: 992px) {
    .chanpin .product-item {
      width: 50%; } }
  .chanpin .product-item a {
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 20px 20px 5px;
    width: 100%;
    box-sizing: border-box;
    color: #1a3048;
    text-align: center;
    text-decoration: none;
    border: 1px solid #989898;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    @media (max-width: 450px) {
      .chanpin .product-item a {
        padding: 10px; } }
    .chanpin .product-item a img {
      width: 100%; }
    .chanpin .product-item a .product-body {
      padding: 10px 0;
      width: 100%;
      text-align: center; }
    .chanpin .product-item a h3 {
      font-size: 1.5rem; }
      @media (max-width: 1200px) {
        .chanpin .product-item a h3 {
          font-size: 1rem; } }
      @media (max-width: 768px) {
        .chanpin .product-item a h3 {
          font-size: 0.875rem; } }
    .chanpin .product-item a:hover h3 {
      color: #00507f; }
    .chanpin .product-item a:hover:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      display: block;
      background-color: rgba(26, 48, 72, 0.2); }

/*friendlinks*/
.friendlinks {
  flex-wrap: wrap;
  padding-bottom: 2rem; }
  .friendlinks a {
    display: block;
    padding: 0 10px;
    font-size: 1rem;
    height: 3rem;
    line-height: 3rem;
    box-sizing: content-box;
    color: #5d5d5d;
    transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in; }
    .friendlinks a:hover {
      font-size: 1.5rem;
      color: #00507f;
      text-decoration: underline;
      transition: all 0.4s ease-in;
      -o-transition: all 0.4s ease-in;
      -ms-transition: all 0.4s ease-in;
      -moz-transition: all 0.4s ease-in;
      -webkit-transition: all 0.4s ease-in; }

/*footer*/
.footer {
  padding: 1.5rem;
  background: #edeef1; }
  .footer .footer-logo {
    width: 143px; }
  @media (max-width: 992px) {
    .footer .col-lg-6.col-md-6 {
      display: none; } }
  .footer .foot-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .footer .foot-nav {
        display: none;
        overflow: hidden; } }
    .footer .foot-nav a {
      display: block;
      padding: 20px 0;
      color: #282828;
      font-size: 1.25rem; }
    .footer .foot-nav ul {
      text-align: center; }
    .footer .foot-nav ul a {
      padding: 2px 0;
      color: #282828;
      font-size: 0.875rem; }
      .footer .foot-nav ul a:hover {
        color: #00507f; }

.footer-right {
  text-align: left;
  padding-top: 20px; }
  .footer-right h2 {
    padding: 10px 0 5px; }
    @media (max-width: 992px) {
      .footer-right h2 {
        font-size: 1.75rem; } }
  .footer-right h5 {
    padding: 0;
    color: #282828; }
  .footer-right h5 + h5 {
    padding-bottom: 10px; }
  .footer-right img {
    padding-right: 10px;
    box-sizing: content-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    @media (max-width: 768px) {
      .footer-right img {
        width: 36px;
        height: 36px; } }

.footer-left li {
  float: left;
  width: 50%;
  text-align: center; }
  .footer-left li p {
    padding-top: 10px; }

.foot {
  font-size: 12px;
  background: #7d7d7d;
  color: #fff;
  line-height: 28px; }
  .foot a {
    color: #fff; }
    .foot a:hover {
      color: #00507f; }

/*about*/
.about-banner {
  padding: 100px 0;
  height: 350px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .about-banner {
      padding: 40px 0;
      height: 160px; } }
  .about-banner h1 {
    font-size: 48px;
    color: #fff;
    font-weight: normal; }
    @media (max-width: 768px) {
      .about-banner h1 {
        font-size: 28px; } }
  .about-banner .divide-bar {
    width: 74px;
    height: 4px;
    background-color: #fff; }
    @media (max-width: 768px) {
      .about-banner .divide-bar {
        width: 64px;
        height: 3px; } }

.tab-bg {
  background: #fff; }
  .tab-bg .nav-link {
    padding: 1.5rem;
    color: #282828; }
    .tab-bg .nav-link:hover {
      color: #00507f;
      background-color: #fafafa; }
  .tab-bg .nav-link.active {
    border-bottom: 2px solid #00507f;
    color: #00507f;
    background: #e6e6e6;
    border-radius: 0; }

.tab-content {
  margin: 4rem 0 4rem; }
  .tab-content .tab-pane, .tab-content .culture-content-body {
    padding: 20px 24px 30px;
    background-color: #fff; }
    @media (max-width: 992px) {
      .tab-content .tab-pane, .tab-content .culture-content-body {
        padding: 20px 20px 30px; } }
    @media (max-width: 768px) {
      .tab-content .tab-pane, .tab-content .culture-content-body {
        padding: 20px 15px 30px; } }

.culture-content.tab-content {
  margin: 0; }
  .culture-content.tab-content .tab-pane {
    background: transparent;
    padding: 0; }
    .culture-content.tab-content .tab-pane .culture-content-body {
      margin: 4rem 0 4rem; }
    @media (max-width: 992px) {
      .culture-content.tab-content .tab-pane {
        padding: 0; } }
    @media (max-width: 768px) {
      .culture-content.tab-content .tab-pane {
        padding: 0; } }

.intro p {
  padding-top: 3rem;
  line-height: 2;
  color: #333; }
  @media (max-width: 768px) {
    .intro p {
      padding-top: 1rem; } }

.intro img {
  padding-left: 20px; }

.intro .img-cont {
  text-align: center; }

.leader {
  color: #333; }
  .leader .img {
    text-align: center;
    padding: 30px 0; }
    .leader .img img {
      max-width: 100%;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
  .leader h5 {
    text-align: left;
    font-size: 18px; }
  .leader p {
    text-align: justify; }

.zuzhi, .xiaoshou {
  text-align: center; }

.xiaoshou a {
  padding-top: 20px;
  display: block; }

#honor {
  position: relative;
  width: 100%; }

#honor #galley.swiper-container {
  margin: 120px 0 60px; }
  @media (max-width: 768px) {
    #honor #galley.swiper-container {
      margin: 60px 0 30px; } }

#honor #galley .swiper-slide {
  width: 600px;
  height: 420px; }
  @media (max-width: 992px) {
    #honor #galley .swiper-slide {
      width: 400px;
      height: 280px; } }
  @media (max-width: 768px) {
    #honor #galley .swiper-slide {
      width: 300px;
      height: 210px; } }

#honor .swiper-slide img {
  display: block; }

#honor #thumbs .swiper-slide {
  margin: 30px 0;
  width: 20%; }
  @media (max-width: 768px) {
    #honor #thumbs .swiper-slide {
      width: 25%; } }

#honor #thumbs .swiper-slide:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #e6e6e6; }
  @media (max-width: 768px) {
    #honor #thumbs .swiper-slide:after {
      height: 6px; } }

#honor #thumbs .swiper-slide.swiper-slide-thumb-active:after {
  background: #00507f; }

#honor #thumbs .swiper-slide.swiper-slide-thumb-active p {
  color: #00507f; }

#honor #thumbs .swiper-slide:nth-child(2n+1) p {
  position: relative;
  top: 72px; }

#honor .swiper-slide p {
  text-align: center;
  color: #282828; }

#honor .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%; }
  @media (min-width: 1200px) {
    #honor .swiper-button-prev {
      left: -126px; } }

#honor .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%; }

#honor .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%; }
  @media (min-width: 1200px) {
    #honor .swiper-button-next {
      right: -126px; } }

#honor .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%; }

/*news*/
.news-list {
  padding-bottom: 20px; }
  .news-list li + li a {
    border-top: 1px dashed #a7a7a7; }
  .news-list li a {
    padding: 36px 0;
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 768px) {
      .news-list li a {
        padding: 24px 0; } }
    .news-list li a:hover .news-body h5 {
      color: #00507f; }
    .news-list li a:hover .news-time {
      background: #00507f; }
      .news-list li a:hover .news-time h1 {
        color: #fff; }
      .news-list li a:hover .news-time p {
        color: #fff; }
    .news-list li a .news-time {
      width: 84px;
      height: 84px;
      text-align: center;
      background: #ddd; }
      @media (max-width: 768px) {
        .news-list li a .news-time {
          width: 64px;
          height: 64px; } }
      .news-list li a .news-time h1 {
        font-size: 42px;
        color: #00507f; }
        @media (max-width: 768px) {
          .news-list li a .news-time h1 {
            font-size: 30px; } }
      .news-list li a .news-time p {
        font-size: 18px;
        color: #282828; }
        @media (max-width: 768px) {
          .news-list li a .news-time p {
            font-size: 14px; } }
    .news-list li a .news-body {
      padding-left: 30px;
      box-sizing: border-box;
      max-width: calc(100% - 84px); }
      @media (max-width: 768px) {
        .news-list li a .news-body {
          padding-left: 20px;
          max-width: calc(100% - 64px); } }
      .news-list li a .news-body h5 {
        font-weight: normal;
        color: #282828; }
      .news-list li a .news-body p {
        color: #a7a7a7; }

.page-item {
  border-radius: 0;
  margin: 0 5px; }

.page-link {
  color: #282828;
  border-color: #00507f; }
  .page-link:hover {
    color: #fff;
    background: #00507f; }

.news-card li {
  padding: 20px 0;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .news-card li {
      align-items: flex-start; } }
  .news-card li .news-img {
    padding: 0;
    margin: 0;
    width: 252px; }
    @media (max-width: 1280px) {
      .news-card li .news-img {
        width: 198px; } }
    @media (max-width: 768px) {
      .news-card li .news-img {
        width: 96px; } }
    .news-card li .news-img img {
      display: block;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
  .news-card li .news-card-body {
    padding-left: 30px;
    width: calc(100% - 252px); }
    @media (max-width: 1280px) {
      .news-card li .news-card-body {
        width: calc(100% - 198px); } }
    @media (max-width: 768px) {
      .news-card li .news-card-body {
        padding-left: 10px;
        width: calc(100% - 96px); } }
    .news-card li .news-card-body h5 {
      font-weight: normal;
      color: #282828; }
      @media (max-width: 768px) {
        .news-card li .news-card-body h5 {
          font-size: 16px; } }
    .news-card li .news-card-body p {
      color: #a7a7a7; }
      @media (max-width: 768px) {
        .news-card li .news-card-body p {
          font-size: 12px; } }
    .news-card li .news-card-body .news-btn {
      margin-top: 10px;
      padding: 4px 10px;
      display: inline-block;
      font-size: 18px;
      color: #00507f;
      border: 1px solid #00507f; }
      @media (max-width: 768px) {
        .news-card li .news-card-body .news-btn {
          font-size: 12px;
          margin-top: 0;
          padding: 2px 6px; } }
      .news-card li .news-card-body .news-btn:hover {
        color: #fff;
        background: #00507f; }

.breadcrumb {
  padding: 10px 0;
  line-height: 30px;
  font-size: 14px;
  background-color: #fff; }
  .breadcrumb a {
    display: inline-block;
    padding: 0 10px;
    color: #a7a7a7; }
    .breadcrumb a:hover {
      color: #00507f; }

.news-content-container {
  margin: 4rem 0;
  padding: 24px;
  box-sizing: border-box;
  background: #fff; }
  @media (max-width: 768px) {
    .news-content-container {
      padding: 20px; } }
  .news-content-container .content-title {
    padding: 30px 0 20px;
    text-align: center; }
    .news-content-container .content-title p {
      padding: 10px 0 20px;
      color: #a7a7a7; }
      .news-content-container .content-title p span + span {
        padding-left: 30px; }
  .news-content-container .news-content {
    font-size: 18px;
    line-height: 1.5;
    color: #5d5d5d; }
    .news-content-container .news-content img {
      max-width: 90%; }

/*products*/
.product-card {
  margin: 0 -2%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.product-card-item {
  margin: 0 2% 30px 2%;
  width: 29%;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .product-card-item:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 992px) {
    .product-card-item {
      width: 46%; } }
  @media (max-width: 450px) {
    .product-card-item {
      width: 100%; } }
  .product-card-item a {
    display: block; }
    .product-card-item a div {
      padding: 0 24px; }
    .product-card-item a h5 {
      position: relative;
      margin-bottom: 20px;
      padding: 15px 0;
      font-size: 18px;
      color: #282828;
      border-bottom: 1px solid #a7a7a7; }
      .product-card-item a h5:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        width: 30px;
        height: 1px;
        background: #00507f; }
    .product-card-item a .product-cont {
      padding-left: 20px;
      color: #a7a7a7;
      background: url("../img/jiao.png") no-repeat left 7px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .product-card-item a .more {
      text-align: right;
      color: #00507f;
      cursor: pointer; }
  .product-card-item img {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.product-cont-left img {
  display: block;
  margin: 20px auto 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 992px) {
    .product-cont-left img {
      margin: 20px auto; } }

.product-cont-container h5 {
  padding: 15px 0 10px;
  font-size: 18px; }

.product-cont-container p {
  color: #a7a7a7; }

/*culture*/
.jiazhiguan {
  padding: 50px 0 116px; }
  @media (max-width: 768px) {
    .jiazhiguan {
      padding: 30px 0 64px; } }

.jiazhiguan-left {
  padding-right: 5.5rem; }
  .jiazhiguan-left p {
    color: #333;
    padding-bottom: 30px;
    line-height: 2; }
  @media (max-width: 992px) {
    .jiazhiguan-left {
      padding-right: 3rem; } }
  @media (max-width: 768px) {
    .jiazhiguan-left {
      padding-right: 15px; } }
  @media (max-width: 768px) {
    .jiazhiguan-left img {
      padding-bottom: 30px; } }

.jiazhiguan-right li {
  margin-bottom: 20px;
  border-bottom: 1px dotted #a7a7a7; }
  .jiazhiguan-right li p {
    padding-bottom: 10px;
    color: #a7a7a7; }

.culture-content-body p {
  color: #a7a7a7; }

.culture-content-body .col-md-6 {
  padding-top: 20px;
  padding-bottom: 20px; }

.shehui {
  padding: 30px 0 !important; }
  .shehui .swiper-slide {
    margin: 0 10px;
    padding-top: 40px;
    width: 312px; }
    @media (max-width: 768px) {
      .shehui .swiper-slide {
        padding-top: 20px;
        width: 200px; } }
    .shehui .swiper-slide img {
      width: 100%; }
  .shehui .swiper-slide-active {
    padding-top: 0;
    width: 400px; }
    @media (max-width: 768px) {
      .shehui .swiper-slide-active {
        width: 280px; } }

.fazhan ul {
  max-width: 200px;
  margin: 30px auto; }

.fazhan li {
  display: flex;
  padding: 40px 0;
  border-left: 1px solid #fff; }
  .fazhan li .dot {
    display: inline-flex;
    margin-left: -7px;
    width: 13px;
    height: 13px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .fazhan li .fazhan-body {
    flex: 1;
    margin-top: -20px;
    padding-left: 20px; }

.fazhan h5 {
  color: #fff; }

.fazhan p {
  color: #fff; }

/*recruit*/
.recruit-list {
  padding: 20px 0; }
  .recruit-list li {
    padding: 20px 0; }
    .recruit-list li a {
      display: flex; }
      .recruit-list li a h5 {
        color: #282828; }
      .recruit-list li a:hover {
        cursor: pointer; }
        .recruit-list li a:hover h5 {
          color: #00507f; }
  .recruit-list li + li {
    border-top: 1px solid #7d7d7d; }
  .recruit-list .recruit-img {
    width: 280px; }
    @media (max-width: 1280px) {
      .recruit-list .recruit-img {
        width: 240px; } }
    @media (max-width: 992px) {
      .recruit-list .recruit-img {
        width: 180px; } }
    @media (max-width: 768px) {
      .recruit-list .recruit-img {
        width: 120px; } }
  .recruit-list .recruit-list-body {
    flex: 1;
    padding-left: 20px;
    width: calc(100% - 300px); }
    @media (max-width: 1280px) {
      .recruit-list .recruit-list-body {
        width: calc(100% - 260px); } }
    @media (max-width: 992px) {
      .recruit-list .recruit-list-body {
        width: calc(100% - 200px); } }
    @media (max-width: 768px) {
      .recruit-list .recruit-list-body {
        padding-left: 10px;
        width: calc(100% - 130px); } }
    .recruit-list .recruit-list-body p {
      color: #a7a7a7;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media (max-width: 768px) {
        .recruit-list .recruit-list-body p {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } }
    .recruit-list .recruit-list-body .recruit-time {
      text-align: right;
      color: #5d5d5d; }
      @media (max-width: 992px) {
        .recruit-list .recruit-list-body .recruit-time {
          display: none; } }

/*sidebar*/
.sidebar-container, .sidebar-content {
  float: left; }

.sidebar-container {
  margin-top: 4rem;
  margin-right: 2%;
  width: 20%; }
  @media (max-width: 992px) {
    .sidebar-container {
      width: 25%; } }
  @media (max-width: 768px) {
    .sidebar-container {
      display: none; } }
  .sidebar-container .sidebar-menu-name {
    padding: 12px 0;
    background: #00507f; }
    .sidebar-container .sidebar-menu-name h5 {
      margin-bottom: 0;
      line-height: 1;
      color: #fff; }
      .sidebar-container .sidebar-menu-name h5:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 16px;
        height: 1px;
        background: #fff; }
      .sidebar-container .sidebar-menu-name h5:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        width: 16px;
        height: 1px;
        background: #fff; }
    .sidebar-container .sidebar-menu-name p {
      margin-bottom: 0;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.2); }
  .sidebar-container .nav {
    margin-bottom: 20px;
    padding: 5px 0;
    background: #fff; }
  .sidebar-container .sidebar-contact {
    padding: 20px 10px;
    background: #fff;
    font-size: 14px;
    line-height: 2; }
    .sidebar-container .sidebar-contact p {
      margin-bottom: 0; }
    .sidebar-container .sidebar-contact span {
      display: inline-block;
      vertical-align: top;
      max-width: 80%; }
      @media (max-width: 1280px) {
        .sidebar-container .sidebar-contact span {
          max-width: 75%; } }
      @media (max-width: 992px) {
        .sidebar-container .sidebar-contact span {
          max-width: 100%; } }
  .sidebar-container .nav-item {
    margin: 5px 10px;
    text-align: center;
    background: #edeef1; }
    .sidebar-container .nav-item .nav-link {
      color: #282828; }
      .sidebar-container .nav-item .nav-link.active {
        color: #00507f; }
    .sidebar-container .nav-item .nav-link:hover {
      color: #00507f; }

.sidebar-content {
  width: 78%;
  text-align: justify; }
  @media (max-width: 992px) {
    .sidebar-content {
      width: 73%; } }
  @media (max-width: 768px) {
    .sidebar-content {
      width: 100%; }
      .sidebar-content .tab-content, .sidebar-content .news-content-container {
        margin: 2rem 0 2rem; } }
  .sidebar-content .title-b p {
    font-size: 3rem !important; }
  .sidebar-content .title-b h2 {
    margin-top: -3rem !important;
    font-weight: 800; }
  @media (max-width: 768px) {
    .sidebar-content .title-b p {
      font-size: 2.5rem !important; }
    .sidebar-content .title-b h2 {
      margin-top: -2.5rem !important;
      font-size: 24px !important; }
    .sidebar-content .title-b span {
      font-size: 12px; } }

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot?t=1589765798912");
  /* IE9 */
  src: url("iconfont.eot?t=1589765798912#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1589765798912") format("woff"), url("iconfont.ttf?t=1589765798912") format("truetype"), url("iconfont.svg?t=1589765798912#iconfont") format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-aixin:before {
  content: "\e641"; }

.icon-zhaopin:before {
  content: "\e62b"; }

.icon-chanpin:before {
  content: "\e7de"; }

.icon-qiye-apply:before {
  content: "\e607"; }

.icon-diqiu:before {
  content: "\e613"; }
