body {
  font-family: Microsoft yahei, serif;
  padding-top: 80px; }

a:link {
  color: #212529;
  text-decoration: none; }

a:visited {
  text-decoration: none;
  color: #212529; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none;
  color: #212529; }

button:focus {
  outline: none; }

.bg-primary {
  background-color: #004883 !important; }

.text-success {
  color: #BD8C49 !important; }

.bg-light {
  background-color: #eee !important; }

.navbar-toggler {
  border: none;
  padding-right: 0; }

.navbar-primary .navbar-nav .nav-link {
  color: #014783;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: solid 2px transparent;
  transition: all 0.6s;
  padding-bottom: 0.2rem; }
  .navbar-primary .navbar-nav .nav-link:hover {
    color: #be8b4c;
    border-bottom: solid 2px #be8b4c; }
.navbar-primary .navbar-nav .nav-tel {
  white-space: nowrap;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  margin-top: 2px; }
  .navbar-primary .navbar-nav .nav-tel:hover {
    color: #666;
    border-bottom: solid 2px transparent; }
.navbar-primary .navbar-nav .active > .nav-link {
  color: #be8b4c;
  border-bottom: solid 2px #be8b4c; }

.top-nav {
  padding-top: 0;
  padding-bottom: 0; }
  .top-nav .navbar-brand {
    font-size: 0.75rem; }
    .top-nav .navbar-brand img {
      margin: 0 0.6rem 0 0.8rem; }
  .top-nav .search-form .input-group-sm .btn {
    background-color: #fff;
    padding-top: 3px; }
  .top-nav .search-form .input-group-sm > .form-control, .top-nav .search-form .input-group-sm > .input-group-append > .btn, .top-nav .search-form .input-group-sm > .input-group-append > .input-group-text, .top-nav .search-form .input-group-sm > .input-group-prepend > .btn, .top-nav .search-form .input-group-sm > .input-group-prepend > .input-group-text {
    height: 1.2rem;
    font-size: .75rem;
    line-height: 0.2;
    border-radius: 1.2rem;
    border: none; }
  .top-nav .search-form .input-group > .input-group-append > .btn, .top-nav .search-form .input-group > .input-group-append > .input-group-text, .top-nav .search-form .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .top-nav .search-form .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .top-nav .search-form .input-group > .input-group-prepend:not(:first-child) > .btn, .top-nav .search-form .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .top-nav .search-form .input-group > .custom-select:not(:last-child), .top-nav .search-form .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .top-nav .search-form input:focus, .top-nav .search-form button:focus {
    outline: none;
    box-shadow: none;
    border-radius: 5px; }
  .top-nav .top-links {
    display: flex;
    color: #fff;
    font-size: 0.75rem; }
    .top-nav .top-links a {
      padding: 0 5px;
      color: #fff; }

.header-nav {
  height: 80px;
  top: 0;
  box-shadow: 0 3px 0 0 #D5B67F; }
  .header-nav .navbar-brand {
    max-width: 100%; }
    .header-nav .navbar-brand img {
      max-height: 70px; }
  .header-nav .navbar-nav .nav-item {
    padding-bottom: 10px; }
  .header-nav .navbar-nav .dropdown-menu {
    margin-top: 0;
    animation: navAnimate 1s; }
  .header-nav .navbar-nav .nav-item:hover .dropdown-menu {
    display: block; }
  .header-nav .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0; }
  .header-nav .dropdown-menu {
    background-color: #be8b4c;
    padding: 0;
    border-radius: 0;
    border: none; }
    .header-nav .dropdown-menu:before {
      content: '';
      border: solid 4px #be8b4c;
      border-top-color: transparent;
      border-right-color: transparent;
      position: absolute;
      margin-top: -6px; }
    .header-nav .dropdown-menu a {
      color: #ecd3a3;
      border-bottom: dashed 1px #aa7540;
      font-size: 0.85rem;
      padding: 0.6rem 0 0.6rem 2rem;
      transition: all 0.4s; }
      .header-nav .dropdown-menu a:last-child {
        border-bottom-width: 0; }
      .header-nav .dropdown-menu a:before {
        transition: all 0.4s;
        content: '';
        vertical-align: middle;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 10px;
        margin-bottom: 3px;
        border-top: solid 2px transparent;
        border-right: solid 2px transparent;
        transform: rotate(45deg); }
      .header-nav .dropdown-menu a:hover, .header-nav .dropdown-menu a:focus {
        background-color: transparent;
        color: #fff; }
        .header-nav .dropdown-menu a:hover:before, .header-nav .dropdown-menu a:focus:before {
          border-color: #fff; }
      .header-nav .dropdown-menu a:visited {
        background-color: transparent; }
        .header-nav .dropdown-menu a:visited:before {
          border-color: #fff; }

.footer {


  background: rgba(0, 72, 131, 0.9);
  color:#fff;

   }
  .footer .footer-row {
    padding: 2rem 0 0; }
    .footer .footer-row .col-md-2, .footer .footer-row .col-md-3, .footer .footer-row .col-lg-2, .footer .footer-row .col-lg-3 {
      display: flex; }
    .footer .footer-row address {
      font-size: 0.8rem; }
    .footer .footer-row .x-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 1120px;
      max-width: 100%;
      margin: 0 auto; }
      .footer .footer-row .x-row .col-item {
        display: -ms-flexbox;
        display: flex; }
      .footer .footer-row .x-row .icon {
        position: relative;
        margin: 0 5px; }
        .footer .footer-row .x-row .icon .qr {
          position: absolute;
          bottom: 33px;
          left: -52px;
          background: #222;
          padding: 10px;
          color: #fff;
          font-size: 12px;
          white-space: nowrap;
          visibility: hidden;
          opacity: 0;
          transition: all .4s ease;
          z-index: 9; }
          .footer .footer-row .x-row .icon .qr:after {
            content: "";
            display: block;
            left: 54px;
            bottom: -10px;
            position: absolute;
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-top: solid 10px #222; }
        .footer .footer-row .x-row .icon:hover .qr {
          display: block;
          visibility: visible;
          opacity: 1; }
    @media (max-width: 1140px) {
      .footer .footer-row .x-row {
        padding: 0 2rem; } }
    @media (max-width: 960px) {
      .footer .footer-row .x-row .col-item:first-child {
        width: 100%;
        justify-content: center; }
      .footer .footer-row .x-row .line {
        display: none; } }
    @media (max-width: 690px) {
      .footer .footer-row .x-row .col-item {
        width: 100%; }
        .footer .footer-row .x-row .col-item .hide-br {
          display: none; } }
    .footer .footer-row .line {
      height: 60px;
      width: 0;
      border-left: solid 1px #DCC5A9;
      margin-right: 20px; }
    .footer .footer-row h4, .footer .footer-row strong {
      color: #bd8d4a; }
    .footer .footer-row strong {
      vertical-align: bottom; }
      .footer .footer-row strong img {
        margin-right: 10px; }
    .footer .footer-row .qr {
      font-size: 0.85rem; }
      .footer .footer-row .qr img {
        display: block; }
  .footer .footer-bottom {
    font-size: 0.85rem;
        background-color: #212529; }

.banner img {
  max-width: 100%; }

@keyframes navAnimate {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.team-text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }

.team-item img {
  width: 100%; }
.team-item div {
  margin: 0 auto;
  text-align: justify; }
.team-item .name {
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 0.6rem; }
  .team-item .name h5 {
    margin: 0;
    font-size: 1.1rem; }
  .team-item .name h6 {
    margin: 0;
    color: #707070; }
  .team-item .name .line {
    background: #959595;
    width: 1px;
    margin: 0 0.6rem; }
.team-item p {
  font-size: 0.85rem;
  color: #707070;
  line-height: 1.8; }

.team-item-small .avatar {
  background: #ccc top center;
  background-size: cover;
  padding-bottom: 100%;
  margin-bottom: 0.5rem; }
.team-item-small h5 {
  margin-bottom: 0.2rem;
  font-size: 1rem; }
.team-item-small h6 {
  font-size: 0.9rem; }
.team-item-small small {
  color: #707070; }

.case-item {
  box-shadow: 1px 1px 5px #999;
  height: 100%;
  transition: all 1s ease; }
  .case-item:hover {
    transform: translateY(-5px); }
  .case-item a {
    display: block;
    text-decoration: none; }
  .case-item img {
    display: block;
    width: 100%; }
  .case-item .case-text {
    padding: 0 1rem 1rem 1rem;
    }
    .case-item .case-text .line {
      border-right: solid 1px #7d7d7d;
      margin: 4px 1rem;
      flex: 1; }
    .case-item .case-text .text-secondary {
      color: #7d7d7d;
      font-size: 0.75rem; }
  .case-item.case-pe h5 .text-secondary {
    color: #014783 !important;
    font-size: 0.85rem; }
  .case-item.case-pe p.text-secondary {
    font-size: 0.8rem;
    line-height: 1.8; }

.case-detail-img {
  border-right: solid 1px #e0e0e0;
  margin-right: 2rem; }
  .case-detail-img img {
    max-width: 90%; }

.case-detail-des {
  color: #999; }
  .case-detail-des h1 {
    font-size: 1.4rem;
    color: #444;
    padding: 0 0 0.6rem;
    display: inline-block;
    border-bottom: solid 2px #be8b4c; }
  .case-detail-des p {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: solid 1px #e0e0e0;
    font-size: 0.85rem; }
  .case-detail-des .row {
    font-size: 0.9rem;
    line-height: 1.5; }
    .case-detail-des .row div:before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      background: #999;
      border-radius: 50%;
      margin-right: 0.4rem; }

.case-detail-text {
  border-top: solid 1px #e0e0e0;
  padding-top: 1rem; }

.case-honor .case-img {
  position: relative;
  padding-bottom: 120%; }
  .case-honor .case-img .text-mask {
    color: #fff;
    opacity: 0;
    transition: all 1s ease;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px; }
    .case-honor .case-img .text-mask:hover, .case-honor .case-img .text-mask.focus {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5); }
      .case-honor .case-img .text-mask:hover .line, .case-honor .case-img .text-mask.focus .line {
        width: 8rem; }
    .case-honor .case-img .text-mask h3 {
      font-size: 1.2rem; }
  .case-honor .case-img a {
    color: #fff;
    text-decoration: none; }
    .case-honor .case-img a h2, .case-honor .case-img a h3 {
      font-weight: normal; }

.job-line {
  border-bottom: solid 3px #be8b4c;
  width: 4rem;
  margin: 2rem auto; }

.job-round {
  color: #be8b4c;
  border: solid 2px #be8b4c;
  margin: 0 auto;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  width: fit-content;
  max-width: 280px;
  text-align: center; }

.job-item a {
  color: #535353;
  text-decoration: none; }

.contact {
  text-align: center;
  padding-top: 1rem; }

.contact img {
  display: block;
  margin: 0 auto 1rem; }

.contact h1, .contact h2, .contact h3, .contact h4, .contact h5 {
  font-size: 0.85rem;
  color: #666; }

.contact p {
  color: #999;
  font-size: 0.85rem; }

.case-img {
  background: #f0f0f0 center center no-repeat;
  padding-bottom: 90%;
  background-size: cover; }

.case-sub-menu ul {
  list-style: none;
  padding: 0;
  text-align: center; }

.case-sub-menu ul li {
  display: inline-block;
  padding: 0 4px; }

.case-sub-menu ul li.all13 a, .case-sub-menu ul li.all18 a {
  color: #be8b4c; }

.case-sub-menu ul li a {
  color: #014783;
  text-decoration: none; }

.case-sub-menu ul li.active a {
  color: #be8b4c; }

.business-outer-new .col-lg-4 {
  padding-right: 0;
  padding-bottom: 2rem; }
.business-outer-new .business-item-new {
  text-align: center;
  color: #999;
  border: solid 2px #d5b67f;
  border-radius: 6px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .business-outer-new .business-item-new .business-item-img {
    width: 120px;
    height: 120px;
    background-color: #d2ad84;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all .8s ease; }
    .business-outer-new .business-item-new .business-item-img img {
      width: 68px;
      height: 68px;
      transition: all .3s ease; }
    .business-outer-new .business-item-new .business-item-img:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .business-outer-new .business-item-new h2 {
    font-size: 1.5rem;
    color: #666; }
  .business-outer-new .business-item-new .business-item-small {
    font-size: 0.85rem;
    line-height: 1.8;
    text-align: left;
    margin: 0 30px;
    color: #666; }
  .business-outer-new .business-item-new .business-item-text {
    font-size: 0.85rem;
    line-height: 1.8; }

.business-outer .row {
  background: #eee; }
  .business-outer .row .business-item {
    padding: 0; }
    .business-outer .row .business-item img {
      width: 100%; }
    .business-outer .row .business-item .b {
      padding: 4rem; }
  .business-outer .row:nth-child(2n) {
    flex-direction: row-reverse; }

.section-about-background {
  text-align: center; }
  .section-about-background img {
    width: 100%;
    display: block;
    margin-bottom: 2rem; }
  .section-about-background .section-about-background-img {
    overflow: hidden; }
    .section-about-background .section-about-background-img img {
      transition: all .6s ease; }
      .section-about-background .section-about-background-img img:hover {
        transform: scale(1.1); }
  .section-about-background .section-about-background-txt {
    border: solid 1px #be8b4c;
    color: #be8b4c;
    position: relative;
    font-size: 2rem;
    padding: 0.8rem 0 0.2rem;
    font-weight: bold;
    margin-bottom: 1rem; }
    .section-about-background .section-about-background-txt div {
      width: 8rem;
      height: 24px;
      position: absolute;
      top: -12px;
      left: 50%;
      margin-left: -4rem;
      background: #be8b4c;
      color: #fff;
      font-size: 0.85rem;
      font-weight: normal; }
    .section-about-background .section-about-background-txt small {
      font-weight: normal;
      font-size: 50%; }

.section-beehive.section-beehive-text {
  background: url("/static/images/competency-bg1.jpg") 0 0 no-repeat;
  width: 178px;
  height: 205px;
  transition: all 0.6s ease; }
  .section-beehive.section-beehive-text:hover {
    background: url("/static/images/competency-bg2.jpg") 0 0 no-repeat; }
.section-beehive.section-beehive-img {
  transition: all 0.6s ease; }
  .section-beehive.section-beehive-img:hover {
    filter: brightness(60%); }

.competency-image {
  margin-top: -50px;
  transform: translateX(10%); }

.timeline {
  position: relative; }
  .timeline ul {
    list-style: none;
    overflow: hidden;
    width: 870px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto; }
    .timeline ul li {
      float: left;
      width: 350px;
      height: 335px;
      position: relative; }
      .timeline ul li img {
        width: 100%; }
      .timeline ul li:before {
        content: "";
        width: 65px;
        height: 1px;
        position: absolute;
        top: 105px;
        right: -85px;
        background: #c7c7c7; }
      .timeline ul li:after {
        content: "";
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 103px;
        right: -25px;
        background: #c7c7c7; }
      .timeline ul li:nth-child(2n) {
        float: right;
        animation-name: fadeInRight; }
        .timeline ul li:nth-child(2n):before {
          top: 105px;
          left: -85px;
          right: 0; }
        .timeline ul li:nth-child(2n):after {
          top: 103px;
          left: -25px;
          right: 0; }
      .timeline ul li:nth-child(1) {
        margin-top: 90px; }
      .timeline ul li:nth-child(2) {
        margin-top: 265px; }
    .timeline ul .history-img {
      margin-bottom: 10px; }
    .timeline ul .history-text {
      font-size: 0.85rem;
      line-height: 1.6;
      color: #666; }
    .timeline ul .history-time {
      font-size: 1.4rem;
      line-height: 1.6;
      color: #be8b4c; }
  .timeline:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #c7c7c7;
    background: #c7c7c7;
    background-clip: content-box;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .timeline:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c7c7c7;
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0; }

.search-outer {
  font-size: 0.85rem;
  padding-top: 1rem; }
  .search-outer .search-count {
    padding-bottom: 1rem; }
  .search-outer a.l {
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 1.8; }
  .search-outer .r {
    font-weight: normal;
    margin: 0;
    font-size: 16px;
    margin-top: 10px; }
  .search-outer p {
    color: #444;
    line-height: 1.8; }
  .search-outer .a {
    color: green; }
  .search-outer .fl {
    color: #77c; }

.nav-link {
  cursor: pointer; }

.news-cat {
  list-style: none;
  padding: 0; }
  .news-cat li a {
    display: block;
    color: #ad7c59;
    text-decoration: none;
    padding: 7px 0 7px 7px;
    font-size: 14px; }
    .news-cat li a:hover, .news-cat li a:focus, .news-cat li a.activated {
      background-color: #ad7c59;
      color: #fff; }

.pager {
  text-align: right;
  font-size: 14px;
  color: #222;
  padding: 10px 0 0; }

.hz-item {
  border: solid 1px #d5b67f;
  border-radius: 3px;
  margin-bottom: 1rem; }
  .hz-item .a {
    padding-bottom: 60%;
    background: url("/static/images/cooperation_1.jpg") center center no-repeat;
    background-size: cover; }
  .hz-item .b {
    text-align: center;
    padding: 1.4rem 0;
    font-size: 0.85rem; }
    .hz-item .b h3 {
      color: #bd8c49;
      font-size: 1.1rem;
      font-weight: 600; }
    .hz-item .b span {
      padding-bottom: 0.5rem;
      display: inline-block; }

.hz-item1 .a {
  background-image: url("/static/images/cooperation_1.jpg"); }

.hz-item2 .a {
  background-image: url("/static/images/cooperation_2.jpg"); }

.hz-item3 .a {
  background-image: url("/static/images/cooperation_3.jpg"); }

.hz-item4 .a {
  background-image: url("/static/images/cooperation_4.jpg"); }

.video-outer {
  max-width: 550px;
  margin: 0 auto; }

.prism-player {
  margin: 0 auto; }

.prism-player .prism-big-play-btn {
  margin-left: -32px;
  margin-bottom: -32px; }

.video-item a {
  text-decoration: none;
  color: #000; }
.video-item .video-img {
  background: #f0f0f0 center center no-repeat;
  padding-bottom: 67%;
  background-size: cover;
  position: relative; }
  .video-item .video-img:after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: url('data:image/svg+xml,<svg width="48px" height="48.00px" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="#ffffff" d="M512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0z m0 981.333333C253.866667 981.333333 42.666667 770.133333 42.666667 512S253.866667 42.666667 512 42.666667s469.333333 211.2 469.333333 469.333333-211.2 469.333333-469.333333 469.333333zM672 441.6l-170.666667-113.066667c-57.6-38.4-106.666667-12.8-106.666666 57.6v256c0 70.4 46.933333 96 106.666666 57.6l170.666667-113.066666c57.6-42.666667 57.6-106.666667 0-145.066667z" /></svg>');
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px; }
.video-item .video-title h5 {
  font-size: 1.1rem; }

.file-item .video-img {
  padding-bottom: 132%; }
  .file-item .video-img:after {
    display: none; }

.index {
  background-color: #eee; }

.carousel-item img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.carousel-control-prev, .carousel-control-next {
  transition: all .4s ease; }

.carousel-control-prev-icon {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.carousel-control-next-icon {
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.section {
  background-color: #fff;
  padding: 2rem 0; }
  .section .t p{

    margin:0px;


  }
  .section .t {
        /*background: rgba(0, 72, 131, 0.9);*/

    color: #333333;
    border: solid 0px #014783;
    /* height: 200px; */
    padding: 30px 0px;
    border-radius: 16px;
    text-align: center;
    margin: 0.5rem auto;
    transition: all .4s ease;
    text-align: justify;
    margin: 0 auto;

    text-align: justify;

    margin: 0 auto; }

.section-header {
  text-align: center;
  color: #be8b4c; }

.section-circle {
  border: solid 2px #d5b67f;
  height: 200px;
  padding: 0px;
  border-radius: 6px;
  text-align: center;
  margin: 0.5rem auto;
  transition: all .4s ease; }
  .section-circle h3 {
    color: #be8b4c;
    font-weight: bold;
    margin-top: 10px; }
  .section-circle h4 {
    color: #be8b4c;
    font-size: 12px; }
  .section-circle p {
    font-size: 14px;
    text-align: center; }
  .section-circle:hover, .section-circle:focus {
    border: solid 2px #b8924f;
    transform: scale(1.04); }
    .section-circle:hover h3, .section-circle:hover h4, .section-circle:focus h3, .section-circle:focus h4 {
      transform: translateY(0); }
    .section-circle:hover p, .section-circle:focus p {
      opacity: 1; }

.section-raising {
  background: #004883 center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  transition: all 0.4s ease; }
  .section-raising h3 {
    color: #be8b4c;
    font-size: 1.7rem;
    font-weight: normal; }
    .section-raising h3.en {
      font-size: 1.5rem;
      color: #fff; }
  .section-raising div {
    font-size: 2rem; }
  .section-raising p {
    font-size: 0.85rem; }
  .section-raising h3, .section-raising h6, .section-raising p {
    transition: all 0.4s ease; }
  .section-raising:hover, .section-raising:focus {
    filter: brightness(60%); }
    .section-raising:hover h3, .section-raising:hover h6, .section-raising:focus h3, .section-raising:focus h6 {
      transform: translateY(-10px); }
    .section-raising:hover p, .section-raising:focus p {
      transform: translateY(20px); }
  .section-raising.section-raising01 {
    background-image: url("/static/images/raising-01.jpg"); }
  .section-raising.section-raising02 {
    background-image: url("/static/images/raising-02.jpg"); }
  .section-raising.section-raising03 {
    background-image: url("/static/images/raising-03.jpg"); }
  .section-raising.section-raising04 {
    background-image: url("/static/images/raising-04.jpg"); }

.carousel .section-raising {
  padding: 8rem 2rem;
  min-height: 32rem; }

.carousel .section-raising p {
  height: 6rem;
  font-size: 1.2rem; }

.section-production {
	height:487px;
  background: url("/static/images/index-production-bg.jpg") center center no-repeat;
  background-size: cover; }
  .section-production .production-item {
    display: block;
    text-align: center;
    color: #fff;
    transition: all .4s;
    text-decoration: none; }
    .section-production .production-item div.production-item-img {
      border: solid 1px #fff;
      width: 96px;
      height: 96px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
      transition: all .8s ease;
      overflow: hidden; }
      .section-production .production-item div.production-item-img img {
        transition: all .4s ease;
        width: 64px;
        height: 64px; }
      .section-production .production-item div.production-item-img:hover {
        background-color: #009ef0; }
    .section-production .production-item .production-item-text {
      text-align: left;
      max-width: 10rem;
      margin: 0 auto; }
    .section-production .production-item h3 {
      font-size: 1.1rem; }
    .section-production .production-item p {
      font-size: 0.8rem; }

.section-news-col {
  display: -ms-flexbox;
  display: flex; }
  .section-news-col .section-news-item {
    -ms-flex: 1;
    flex: 1; }

.section-news-item {
  margin: 0 auto; }
  .section-news-item a {
    display: block;
    padding: 4rem 1.5rem 7rem;
    text-decoration: none;
    transition: all 1s;
    box-shadow: 0 0 6px 0 #ccc;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%; }
    .section-news-item a .bg {
      background: url("/static/images/index-case-01.png") center center no-repeat;
      background-size: cover;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0;
      transition: all .4s ease; }
    .section-news-item a .btm {
      background-color: #17578D;
      height: 50px;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -40px;
      transition: all .4s ease; }
      .section-news-item a .btm:after {
        content: "";
        display: block;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAASCAYAAACw50UTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk1ODUzQkExMDVDQjExRTlCNEFBRTdFM0VEQzk3OUQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk1ODUzQkEyMDVDQjExRTlCNEFBRTdFM0VEQzk3OUQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTU4NTNCOUYwNUNCMTFFOUI0QUFFN0UzRURDOTc5RDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTU4NTNCQTAwNUNCMTFFOUI0QUFFN0UzRURDOTc5RDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6TcdbGAAABJElEQVR42qzUwUoCURTG8TtSBoJlFOKiRU8gBOIuqEWEUChEQYto1zZ8jaCNi2pR23Y+RhsfQAgiCytBqAeQ9PY/dKLLwCxmOAd+OF6H71xn7r3Oe+9SWsI9BjhAlHSvyxBex7v/Lfk8tAxfRAdTbfCGplW4KOHG/9cr9qzC/xrcBg1esGsVLlZxFzR4wo5VuCjgEhNt8Iht+U2WUdU5t4kpZi5d5fCFCtpY1/E+ziT8gYuay14znVgec4h0vCdf5oOBLBXpP4hn5GXmG1xsBbNI+1g+UcY51nT8WR6LxQtdiL1QWfMNi9WyjOtgKQ6xb7EUi7gKgj/QsthExdj5MsKRxfaXTXOBbw0e49jyyB0GwadJZ3qW8BV09Sw/QS7p3h8BBgC2gwlpv+h+/wAAAABJRU5ErkJggg==") center center no-repeat;
        height: 50px;
        opacity: 0;
        transition: all .4s ease;
        transition-delay: .2s; }
    .section-news-item a:hover h2, .section-news-item a:hover h3, .section-news-item a:hover div, .section-news-item a:focus h2, .section-news-item a:focus h3, .section-news-item a:focus div {
      color: #fff; }
    .section-news-item a:hover span, .section-news-item a:focus span {
      width: 70%; }
    .section-news-item a:hover .bg, .section-news-item a:focus .bg {
      opacity: 1;
      transform: scale(1.1); }
    .section-news-item a:hover .btm, .section-news-item a:focus .btm {
      bottom: 0; }
      .section-news-item a:hover .btm:after, .section-news-item a:focus .btm:after {
        opacity: 1; }
  .section-news-item h2 {
    font-weight: normal;
    color: #004883;
    font-size: 1.2rem;
    transition: all .8s ease; }
  .section-news-item h3 {
    color: #be8b4c;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    transition: all .8s ease; }
    .section-news-item h3 small {
      font-size: 40%;
      padding-left: 8px; }
  .section-news-item span {
    display: block;
    background-color: #be8b4c;
    height: 2px;
    width: 70px;
    margin: 0 0 1rem;
    transition: all .4s; }
  .section-news-item div {
    color: #535252;
    font-size: 0.85rem;
    transition: all .8s ease;
    text-align: justify;
    line-height: 1.8; }

.section-gray {
  background: #eee; }

.section-cases .swiper-container {
  height: 300px;
  padding-bottom: 20px; }
.section-cases .swiper-slide {
  width: 280px;
  background: center center no-repeat;
  background-size: cover; }
  .section-cases .swiper-slide .index-case-text {
    color: #fff;
    padding: 3.6rem 3rem 3rem 3.6rem;
    height: 100%;
    opacity: 0;
    transition: all 1s ease; }
    .section-cases .swiper-slide .index-case-text:hover, .section-cases .swiper-slide .index-case-text.focus {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.5); }
      .section-cases .swiper-slide .index-case-text:hover .line, .section-cases .swiper-slide .index-case-text.focus .line {
        width: 8rem; }
    .section-cases .swiper-slide .index-case-text h6 {
      font-size: 0.85rem; }
    .section-cases .swiper-slide .index-case-text .des {
      font-size: 0.75rem;
      line-height: 1.8; }
    .section-cases .swiper-slide .index-case-text .line {
      width: 0;
      margin: 1rem 0;
      border-bottom: solid 1px #fff;
      transition: width 1.2s ease; }

.index-section-small {
  max-width: 1077px; }

.section .swiper-container-horizontal > .swiper-scrollbar {
  left: 10%;
  z-index: 50;
  width: 80%; }

.section .swiper-scrollbar-drag {
  background: rgba(0, 72, 131, 0.9); }

.swiper-pe {
  display: none; }

.news-content h1 {
  font-size: 1.4rem; }

.news-content img {
  max-width: 100%;
  height: auto !important; }

.news-content p {
  margin-top: 1rem;
  line-height: 2; }

.news-list {
  list-style: none;
  padding: 0; }
  .news-list .news-item {
    background: url("/static/images/icon-news-list.png") 6px 4px no-repeat;
    margin-bottom: 1rem;
    padding: 0 0 1rem 1.4rem;
    border-bottom: solid 1px #e5e5e5; }
    .news-list .news-item a {
      transition: all 0.6s ease;
      display: block;
   
      color: #000; }
      .news-list .news-item a h6 {
        font-size: 18px; }
      .news-list .news-item a p {
        margin-bottom: 0.9rem;
        font-size: 14px; }
      .news-list .news-item a time {    font-weight: bold;
        color: #7b312e; }
    .news-list .news-item a:hover, .news-list .news-item a:focus {
      text-decoration: none;
      opacity: 1;
      color: #be8b4c; }
    .news-list .news-item span {
      float: right;
      background: #E5E5E5;
      color: #7b312e;
      border: solid 1px #777;
      padding: 2px 3px;
      font-size: 12px;
      border-radius: 3px; }

.more {
  background: #E5E5E5;
  color: #777;
  border: solid 1px #777;
  padding: 2px 3px;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block; }

.news-detail img {
  max-width: 100%; }

.text-content {
  max-width: 910px;
  margin: 0 auto; }

@media (max-width: 992px) {
  body {
    padding-top: 54px; }

  .dropdown-menu:before {
    display: none; }

  .header-container .header-logo-out {
    width: 100%; }

  .header-nav {
    top: 0;
    height: auto;
    min-height: 54px; }

  .section-beehive-text {
    margin-bottom: 1rem; }

  .timeline:before, .timeline:after, .timeline ul:before, .timeline ul:after, .timeline ul li:before, .timeline ul li:after {
    display: none !important; }

  .timeline ul li {
    float: none !important;
    margin: 0 auto !important; } }
@media (min-width: 992px) {
  .header-container {
    max-width: initial; }

  .navbar-expand-lg .navbar-nav {
    margin-left: 30px;
    flex: 1;
    justify-content: space-between; }

  .navbar-expand-lg .navbar-nav {
    justify-content: flex-end; }
    .navbar-expand-lg .navbar-nav .nav-item {
      margin-left: 30px; }

  .row-col-5 .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .header-container {
    max-width: 1140px; } }
@media (min-width: 768px) {
  .section-production .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%; }

  .team-small .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%; }

  .team-item div {
    max-width: 3000px; }
    .team-item div img {
      max-width: 240px;
      display: block;
      margin: 0 auto; } }
@media (max-width: 768px) {

  .lanrenzhijia{display:none;}
  .section-production {
    background: none; }
    .section-production .production-item div.production-item-img {
      width: 120px;
      height: 120px;
      background-color: #009ef0; }
      .section-production .production-item div.production-item-img img {
        width: 68px;
        height: 68px; }
    .section-production .production-item h3 {
      color: #666; }
    .section-production .production-item p {
      color: #999; }
    .section-production .production-item .team-item {
      text-align: center; }
      .section-production .production-item .team-item img {
        width: 240px;
        height: 264px; }
      .section-production .production-item .team-item .name {
        justify-content: center; }

  .section .swiper-container {
    height: auto; }
    .section .swiper-container .swiper-slide {
      width: 100%; }

  .case-detail-img {
    border-right: none;
    margin-right: 0; }
    .case-detail-img img {
      max-width: 100%;
      width: 100%; } }

* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;

}

#site {
  width: 600px;
  margin: 50px auto;
}

#bloc {
  display: block;
  position: static;
  overflow: hidden;
}

.box {
  margin: 10px;
}

#videoBox {
  border: 10px solid #212223;
  transition: 0.5s;
}

#commentsBox {
  float: left;
  width: 340px;
}

#suggBox {
  float: left;
  width: 220px;
}

#commentsBox > div,
#suggBox > div {
  background: #212223;
  margin-bottom: 20px;
  padding: 20px 30px;
}

#suggBox p span {
  width: 100%;
  display: block;
  background: #924;
  height: 8px;
  margin: 10px 0;
}

#suggBox p:before {
  width: 30%;
  content: ' ';
  display: block;
  background: #121314;
  height: 8px;
  margin: 10px 0;
}

#suggBox p:after {
  width: 70%;
  content: ' ';
  display: block;
  background: #999;
  height: 8px;
  margin: 10px 0;
}

#commentsBox p span {
  width: 100%;
  display: block;
  background: #eee;
  height: 6px;
  margin: 15px 0;
}

#commentsBox p:before {
  width: 30%;
  content: ' ';
  display: block;
  background: #121314;
  height: 6px;
  margin: 10px 0;
}

#commentsBox p:after {
  width: 70%;
  content: ' ';
  display: block;
  background: #eee;
  height: 6px;
  margin: 10px 0;
}

video {
  width: 100%;
  vertical-align: bottom;
}

#videoBox.in {
  animation: ac 1s;
}

#videoBox.out {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 999;
  animation: an 0.5s;
}
/*# sourceMappingURL=style.css.map */
