@charset "UTF-8";
.flex {
  display: flex;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.index-title .ch h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 11px;
}
.index-title .eng {
  margin-top: 0;
  color: #808080;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.index-title .desc {
  color: #808080;
  text-align: center;
  font-size: 14px;
}

.main {
  background: #ffffff;
}
.main .one {
  padding: 60px 0px;
}
.main .one .prod .prod-nav {
  margin: 30px 0;
  text-align: center;
}
.main .one .prod .prod-nav ul li {
  float: left;
  margin: 0;
  margin-left: 2px;
  border: 1px solid;
  border-color: #205395;
}
.main .one .prod .prod-nav ul li a {
  display: block;
  padding: 5px 20px;
  border: none;
  background: #ffffff;
  color: #333;
}
.main .one .prod .prod-nav ul li a:hover {
  background: #205395;
  color: #ffffff;
}
.main .one .prod .prod-nav ul li.active a {
  background: #205395;
  color: #ffffff;
}
.main .one .prod .prod-content .prod-list ul li {
  margin-bottom: 10px;
}
.main .one .prod .prod-content .prod-list ul li .img {
  width: 100%;
  overflow: hidden;
}
.main .one .prod .prod-content .prod-list ul li p {
  line-height: 30px;
  text-align: center;
  color: #4d4d4d;
  font-size: 15px;
  padding: 15px 20px;
}
.main .one .more {
  display: block;
  width: 150px;
  margin: 20px auto 20px auto;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #333333;
  padding: 6px 30px;
  color: #808080;
}
.main .one .more:hover {
  background: #205395;
  color: white;
}
.main .three {
  padding: 0;
  height: 510px;
}
.main .three .about-content {
  margin-top: 30px;
  height: 100%;
}
.main .three .about-content .about-img {
  float: left;
  width: 50%;
}
.main .three .about-content .about-img img {
  height: 510px;
}
.main .three .about-content .about-txt {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-left: 60px;
  background: #f5f5f5;
  height: 100%;
}
.main .three .about-content .about-txt h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.main .three .about-content .about-txt a.more {
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #333333;
  margin-top: 20px;
  padding: 6px 50px;
  color: #808080;
}
.main .three .about-content .about-txt a.more:hover {
  color: #205395;
  border-color: #205395;
}
.main .four {
  padding: 50px 0;
  background-color: #fff;
}
.main .four .news-content {
  margin-top: 50px;
}
.main .four .news-content .news-list {
  position: relative;
}
.main .four .news-content .news-list .news-img {
  width: 33%;
  float: left;
}
.main .four .news-content .news-list .news-img img {
  display: block;
}
.main .four .news-content .news-list .news-txt {
  width: 66%;
  margin-left: 33%;
  padding: 0 80px 30px 25px;
  text-align: left;
}
.main .four .news-content .news-list .news-txt .news-head {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.main .four .news-content .news-list .news-txt .news-desc {
  line-height: 1.8;
  font-size: 13px;
  color: #808080;
}
.main .four .news-content .news-list a.detail {
  position: absolute;
  bottom: 34px;
  right: 40px;
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: transparent;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  text-indent: 6px;
}
.main .four .news-content .news-list a.detail i {
  font-size: 18px;
  color: #ddd;
  line-height: 28px;
}
.main .four .news-content .news-list:hover .news-txt .news-head {
  color: #205395;
}
.main .four .news-content .news-list:hover a.detail {
  border-color: #205395;
  right: 15px;
}
.main .four .news-content .news-list:hover a.detail i {
  color: #205395;
}

.news_con {
  margin-top: 0;
}
.news_con .left .news-list {
  padding: 30px;
  background: #fff;
}
.news_con .left .news-list .card {
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.news_con .left .news-list .card .card-head {
  background-color: #f3f7f9;
  box-shadow: none;
  border: none;
}
.news_con .left .news-list .card .card-body {
  padding: 25px;
}
.news_con .left .news-list .card .card-body h4.card-title {
  font-weight: 400;
  line-height: 1.2;
  color: #37474f;
  font-size: 18px;
  margin-bottom: 15px;
}
.news_con .left .news-list .card .card-body .card-metas {
  color: #a3afb7;
  font-size: 12px !important;
  font-weight: 300;
  margin-bottom: 15px;
}
.news_con .left .news-list .card .card-body .card-desc {
  color: #808080;
  font-weight: 300;
}
.news_con .right .sidebar {
  margin-left: 30px;
  background-color: #fff;
  padding: 20px;
}
.news_con .right .sidebar h3 {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #f0f2f5;
}
.news_con .right .sidebar h3 a {
  color: #30cbff;
  font-size: 16px;
}
.news_con .right .sidebar .sidebar-news-list {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #f0f2f5;
}
.news_con .right .sidebar .sidebar-news-list ul h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.news_con .right .sidebar .sidebar-news-list ul li {
  background-color: #ffffff;
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #f0f2f5;
}

.pro_con {
  background-color: #f2f2f2;
}
.pro_con .product-list ul li {
  margin-bottom: 30px;
}
.pro_con .product-list ul li .photo {
  position: relative;
}
.pro_con .product-list ul li .photo .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 100%;
  text-align: center;
}
.pro_con .product-list ul li .photo .overlay i.fa {
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro_con .product-list ul li .photo:hover .overlay {
  display: block;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.pro_con .product-list ul li .info {
  background-color: #ffffff;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
}

.case_con .case-list .row {
  margin: 0;
}
.case_con .case-list .row ul li .case-detail {
  position: relative;
  margin-bottom: 15px;
}
.case_con .case-list .row ul li .case-detail .cover {
  overflow: hidden;
}
.case_con .case-list .row ul li .case-detail .cover img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case_con .case-list .row ul li .case-detail .cover:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case_con .case-list .row ul li .case-detail .title {
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.7s ease 0s;
  transform: scale(1);
}
.case_con .case-list .row ul li .case-detail .title a {
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
  color: #222222;
}
.case_con .case-list .row ul li .case-detail .title a p {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-size: 19px;
  text-align: center;
  line-height: 64px;
}
.case_con .case-list .row ul li .case-detail:hover .title {
  visibility: visible;
  color: white;
  background-color: #205395;
  overflow: hidden;
  opacity: 0.6;
  height: 64px;
  transition: all 0.7s ease 0s;
  transform: scale(1);
}

.job_con .card {
  padding: 0px;
  overflow: hidden;
  background: transparent;
  position: relative;
  display: block;
  border-radius: 0.215rem;
  margin-bottom: 2.143rem;
}
.job_con .card .card-body {
  margin: 0 10px;
  height: auto;
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.job_con .card .card-body .card-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.job_con .card .card-body .card-title a {
  color: #4d4d4d;
  display: block;
  width: calc( 100% - 80px );
  margin-bottom: 10px;
}
.job_con .card .card-body .card-metas {
  color: #a3afb7 !important;
  font-size: 12px;
}
.job_con .card .card-body .card-metas span {
  margin-right: 10px !important;
}
.job_con .card .card-body .card-content {
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
.job_con .card .card-body .card-content .table td {
  font-size: 24px;
  text-align: center;
}
.job_con .card .card-body .card-content .table .title {
  box-sizing: inherit;
  max-width: 100%;
  font-size: 29px;
  font-family: 宋体;
  color: blue;
  font-weight: 800;
  text-align: left;
}

.pro_inner {
  padding-bottom: 30px;
}
.pro_inner .img {
  margin: 0 auto;
  text-align: center;
}
.pro_inner .content_tit {
  font-size: 24px;
}
.pro_inner .desc {
  padding: 20px;
}
.pro_inner .rec-title {
  font-size: 16px;
}
.pro_inner .detail {
  padding: 30px;
}
.pro_inner .detail .detail-title {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4eaec;
}
.pro_inner .detail .detail-title p {
  float: left;
  padding: 0 15px;
  border-bottom: 2px solid #205395;
  margin-bottom: -1px;
}

.content_btn ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.content_btn ul li a {
  display: block;
  color: #808080;
  border: 1px solid #e4eaec;
  padding: 10px 15px;
}
.content_btn ul li a:hover {
  color: #205395;
}
.content_btn ul li:hover a {
  border: 1px solid #205395;
  color: #205395;
}

@media screen and (max-width: 789px) {
  .navbar-collapse {
    width: auto;
    height: 100%;
    box-shadow: #999999 0px 2px 3px;
    background: linear-gradient(#fbfbfb -34%, #205395 15%, #0a4d7a 129%);
    margin: 0 -30px !important;
    padding: 0;
  }
  .navbar-collapse .nav {
    height: auto;
    width: 100%;
  }
  .navbar-collapse .nav li {
    float: none;
  }
  .navbar-collapse .navbar-nav {
    margin: 0;
  }

  .main .one .prod .prod-nav ul li a {
    padding: 3px 8px;
  }
  .main .three {
    height: auto;
  }
  .main .three .about-content .about-img {
    width: 100%;
  }
  .main .three .about-content .about-img img {
    height: auto;
  }
  .main .three .about-content .about-txt {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .main .four .news-content .news-list {
    margin-bottom: 30px;
  }
  .main .four .news-content .news-list .news-txt {
    padding: 0 0 0 15px;
  }

  .news_con .left .news-list .card .card-body {
    padding: 0px;
  }
  .news_con .right .sidebar {
    margin: 0;
  }

  .case_con .container {
    padding: 0;
  }
  .case_con .container .case-list .row ul li {
    padding: 10px;
  }
  .case_con .container .case-list .row ul li .title {
    visibility: visible;
    color: white;
    background-color: #205395;
    overflow: hidden;
    opacity: 0.6;
    transition: all 0.7s ease 0s;
    transform: scale(1);
    height: 35px !important;
  }
  .case_con .container .case-list .row ul li .title a p {
    font-size: 16px;
    line-height: 35px !important;
  }

  .pro_con .product-list ul li {
    margin-bottom: 15px;
    padding: 0 7px;
  }
  .pro_inner .recommd {
    display: none;
  }
}

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