body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
  margin-bottom: 2rem;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #4a4a4a;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}


/* logo */
#logo {
  margin: 20px 0;
}
#logo img {
  max-width: 180px;
}

/* menu */
#menu {
  background-color: transparent;
  background-image: none;
  border: none;
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

#menu .navbar-nav > li > a {
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  height: 48px;
  line-height: 48px;
  background-color: transparent;
}
#menu .navbar-nav > li > a.active, #menu .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #e67200;
  border-bottom: 1px solid #e67200;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
/* footer */
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f7f5;
  color: #4a4a4a;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #9f9f9f;
}
footer .logo_copyright img {
  width: 240px;
}
footer a {
  color: #4a4a4a;
}
footer a:hover {
  color: #e67200;
}

/* breadcrumb */
.breadcrumb {
  margin: 1rem 0;
  padding: 1rem 0 0 0;
  border: none;
}
.breadcrumb-item {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.breadcrumb-item a {
  height: 30px;
  line-height: 30px;
}
.breadcrumb-item img {
  width: 120px;
}
.pagination {
  margin: 0;
}

/* Add by Cathy at 2025-05-23 */
header {
  position: relative;
  width: 100%;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.header-fixed:hover {
  background: rgba(255, 255, 255, 0.65);
}
.header-fixed:hover .only-pc {
  opacity: 0;
  display: none;
}
.header-fixed:hover .only-mobile {
  opacity: 1;
  display: block;
}
.header-fixed:hover #menu .navbar-nav > li > a {
   color: #4a4a4a;
}
/* 滚动后的样式 */
.header-fixed.scrolled {
  background: #ffffff;
}
.header-fixed.scrolled #menu .navbar-nav > li > a {
   color: #4a4a4a;
}
.header-container>.row {
  flex-wrap: nowrap;
  flex-direction: row;
}
a.only-pc {
  display: block;
}

a.only-mobile {
  display: none;
}

.container-fluid {
  padding: 0;
  margin-top: -78px;
  z-index: 1;
}

@media (max-width: 991px) {
  .header-container {
    background: #ffffff;
  }
  .header-container>.row {
    position: relative;
  }

  .header-container>.row>* {
    width: auto;
  }

  .header-container>.row #menu {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #e67200;
  }

  .navbar-toggler {
    border: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .show .navbar-nav {
    padding-left: 10px;
  }

  .container-fluid {
    margin-top: 78px;
  }

  #common-home .carousel {
    margin-bottom: 0;
  }
}

.carousel {
  border: none;
  box-shadow: none;
}
.carousel .carousel-control-prev {
  opacity: 1;
  left: 0;
}
.carousel-control-prev-icon {
  width: 20px;
  height: 32px;
  background: url(../image/prev.png) no-repeat;
}
.carousel .carousel-control-next {
  opacity: 1;
  right: 0;
}
.carousel-control-next-icon {
  width: 20px;
  height: 32px;
  background: url(../image/next.png) no-repeat;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 2;
    text-shadow: none;
    transition: all 0.3s ease;
    font-size: 40px;
    color: #ffffff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-grow: 1;
    justify-content: space-around;
  }
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-between h1 {
  margin-bottom: 0;
}
.flex-item {
  text-align: center;
}
.about-hx {
  font-size: 14px;
  padding: 1rem 0 3rem 0;
}
.about-hx .title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  color: #e67200;
}
.about-history {
  width: 100%;
  max-width: 1920px;
  min-height: 960px;
  background: url(../image/about_history_bg.png) top center no-repeat;
  margin: 0 auto;
  padding: 300px 0 0 10px;
}
.more-btn {
  border-radius: 5px;
  background-color: #e67200;
  font-size: 14px;
  padding: 0 2rem;
  color: #ffffff;
  height: 30px;
  line-height: 30px;
}
.copyright {
  line-height: 4;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.copyright span {
  margin-right: 20px;
}
.parent-container {
  position: relative;
  width: 100%;
}
.category-txt {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 600px;
  height: 180px;
  background-color: rgba(0, 0, 0,0.22);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  padding: 20px;
  z-index: 0;
  text-align: left;
}
.category-txt h4, .category-txt p {
  position: relative;
  color: #ffffff;
  z-index: 199;
}
.catagory-list {
  width: 100%;
  background: #f8f7f5;
  padding: 3rem 0;
}
.catagory-list .nav-pills {
  max-width: 1280px;
  margin: 0 auto;
}
.catagory-list .nav-link {
  color: #4a4a4a;
  padding: 1rem 0;
  background: transparent;
  border: 1px solid #4a4a4a;
  font-size: 18px;
  width: 180px;
  text-align: center;
}
.catagory-list .nav-link:hover, .catagory-list .nav-link:focus {
  color: #ffffff;
  background: #e67200;
  border: 0;
}
.catagory-list .nav-pills .nav-link.active, .catagory-list .nav-pills .show > .nav-link {
  background: #e67200;
  border: 0;
}
.news-list {
  padding: 3rem 0;
}
.news-list .card {
  border-radius: 8px;
}
.card-title {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
}
.news-list .card:hover {
  box-shadow: 6px 3px 20px 0px rgba(0, 0, 0, 0.08);
  transform: scale(1.05);
}
.news-list ul {
  line-height: 60px;
  margin-bottom: 2rem;
}
.news-list .nav-item {
  height: 60px;
  line-height: 60px;
  padding: 0 2.5rem;
}
.news-list .nav-link {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
.news-list .nav-link img {
  width: 180px;
}
.news-list .nav-link.active, .news-list .nav-link:hover, .news-list .nav-link:focus {
  border-bottom: 1px solid #e67200;
}
.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
}
.business-list {
  background-color: rgb(255, 255, 255);
  box-shadow: 6px 3px 55px 0px rgba(0, 0, 0, 0.08),-7px -1px 55px 0px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  margin: 3rem auto 0 auto;
}
.business-list .address {
  font-size: 16px;
}
.business-list .desc {
  font-size: 14px;
}
.business-list hr {
  border-top: none;
  border-bottom: 1px solid #e67200;
  margin: 0.5rem 0;
}
.business-list .row {
  margin-right: 0;
  margin-left: 0;
}
.business-list h3 {
  margin-bottom: 2rem;
}
.business-list .list-group a {
  font-size: 14px;
  color: #4a4a4a;
}
.business-list .list-group a:hover {
  color: #e67200;
}
.about {
  padding: 2rem 0;
}
.honor-container {
  background-color: rgb(255, 255, 255);
  background: url("../image/jpbg.jpg") right bottom no-repeat;
  box-shadow: 6px 3px 55px 0px rgba(0, 0, 0, 0.08),-7px -1px 55px 0px rgba(0, 0, 0, 0.08);
  padding: 3rem;
  margin: 3rem auto 0 auto;
}
.honor-item {
  margin-bottom: 1rem;
}
.honor-img {
  margin-bottom: 1rem;
}
.video {
  width: 600px;
}
.joinus {
  padding: 2rem 0;
}
.joinus .video {
  width: 100%;
}
.join-btn {
  border-radius: 5px;
  background-color: rgb(230, 114, 0);
  font-size: 14px;
  padding: 0.5rem 2rem;
  color: #ffffff;
}
.joinus .card {
  border: none;
}
.focus_us {
    display: flex;
    align-items: center;
}
.focus_list {
    display: flex;
    margin-left: 20px;
}
.footer-tz-item a {
    position: relative;
    width: 48px;
    height: 48px;
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateZ(0);
}
.footer-tz-item a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #555555;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s;
    pointer-events: none;
    z-index: -1;
}
.footer-tz-item img {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}
.weixin-item {
    position: relative;
}
.footer-tz-item .weixin-code {
    position: absolute;
    width: 120px;
    height: auto;
    top: -120px;
    opacity: 0;
    left: -35px;
}
.weixin-item:hover .weixin-code {
  opacity: 1;
}
.font16 {
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .card-title {
    height: 60px;
  }
  .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    height: 120px;
  }
}
@media (max-width: 991px) {
  .catagory-list .nav-link {
    width: 150px;
    padding: 0.5rem 0;
  }
  .about-hx, .news-list, .joinus {
    padding: 2rem 1rem;
  }
  a.only-pc {
    display: none;
  }
  a.only-mobile {
    display: block;
    width: 180px;
    height: auto;
  }
  .news-list .col-md-4 {
    margin-bottom: 1rem;
  }
  .news-list .nav-item {
    margin-bottom: 1rem;
  }
  .small-gap .nav-item {
    padding: 0 1.5rem;
  }
  .copyright {
    flex-wrap: wrap;
    line-height: 2;
  }
  .header-fixed:hover #menu .navbar-nav>li>a {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .flex-between {
    flex-wrap: wrap;
  }
  footer .col-4 {
    margin-bottom: 10px;
  }
  .catagory-list .nav-link {
    padding: 0.5rem 0;
    width: 180px;
    margin-bottom: 1rem;
  }
  .category-txt {
    display: none;
  }
  .video {
    width: 360px;
  }
  .sm-none {
    display: none;
    visibility: hidden;
  }
  .more-btn {
    padding: 0 1rem;
  }
}
