html,
body {
  height: 100%;
}
html *,
body * {
  text-wrap-mode: initial !important;
}
html *.overflow,
body *.overflow {
  overflow: hidden;
}
.dropdown-menu[data-bs-popper] {
  left: auto;
}
.container-fluid {
  padding: 0 !important;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
.dropdown-menu a {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}
.form-control:focus {
  border-color: #646566;
  box-shadow: 0 0 0 0.1rem rgba(100, 101, 102, 0.25);
}
.img-container img {
  transition: transform 0.5s ease, filter 0.3s ease;
}
.img-container img:hover {
  transform: scale(1.02);
  filter: brightness(0.8);
}
.img-container2 img {
  transition: transform 0.5s ease, filter 0.3s ease;
}
.img-container2 img:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}
.customlink {
  position: relative;
  text-decoration: none;
  color: #000;
}
.customlink::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #333;
  font-size: 18px;
  transition: width 0.3s ease;
}
.customlink:hover::before {
  width: 100%;
}
button:active {
  border: 0 !important;
  border-color: transparent !important;
}
.modal .btn-toolbar .btn {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 1rem;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  color: #333333;
  background: none;
}
.modal .btn-toolbar .active {
  margin: 0 1rem;
  border-radius: 0;
  color: #white;
  background: #333333;
}
#demo3 .btn-toolbar .btn:hover {
  margin: 0 1rem;
  border-radius: 0;
  color: #white;
  background: #333333;
}
#header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}
.flex {
  display: flex;
}
.astart {
  align-items: flex-start;
}
.acenter {
  align-items: center;
}
.aend {
  align-items: flex-end;
}
.abetween {
  align-items: space-between;
}
.jstart {
  justify-content: flex-start;
}
.jcenter {
  justify-content: center;
}
.jend {
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  text-align: center;
}
.column {
  flex-direction: column;
}
.jbetween {
  justify-content: space-between;
}
.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fixed-top {
  background-color: white;
  border-bottom: 1px solid #eaeaea;
}
.pub-form-btn {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 40px;
  transform: translateY(-50%);
  z-index: 9999;
}
.pub-form {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 40px;
  transform: translateY(-50%);
  width: 280px;
  background-color: white;
  border: 1px solid #eaeaea;
  border-right: 0;
  padding: 40px 10px 20px;
  display: none;
  z-index: 9999;
}
.pub-form .close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
}
.pub-form .title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.pub-form label {
  color: #656565;
}
.pub-form button {
  margin: 20px auto 0;
  width: 100%;
  background: #2F2F2F;
  border-radius: 2px 2px 2px 2px;
  color: white;
}
.pub-form button:hover {
  background: #2F2F2F;
  color: white;
}
.feedback-tips {
  position: fixed;
  top: 30%;
  left: 50%;
  background: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  padding: 30px;
  width: 450px;
  z-index: 9999999999999999;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px #a8a8a8;
  display: none;
}
.feedback-tips .feedback-tips-box {
  display: flex;
  flex-direction: column;
}
.feedback-tips #closeBtn {
  border: 0;
  background: #408aec;
  color: #fff;
  height: 35px;
  width: 65px;
  border-radius: 3px;
  box-shadow: 0 0 2px #408aec;
  align-self: flex-end;
  margin-top: 15px;
  margin: 15px 0 0 0;
  padding: 0;
}
.feedback-tips #feedback-text {
  color: #333;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.feedback-tips #feedback-title {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.6;
}
.thank-item {
  margin-top: 50px;
  text-align: center;
}
.thank-item .imgs {
  width: 200px;
  margin: auto;
}
.thank-item .imgs img {
  width: 100%;
  height: auto;
}
.thank-item .text {
  margin-top: 30px;
  font-size: 32px;
}
.thank-item .go-btn {
  margin: 50px auto 20px;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #f08101;
  color: white;
  text-decoration: none;
}
.sendsubmit {
  margin-top: 20px;
  width: 260px;
  height: 50px;
  line-height: 40px;
  background: #333333;
  color: white;
  border-radius: 0;
  font-weight: bold;
}
.sendsubmit:hover {
  background: #333333;
  color: white;
}
.agent-item th,
.agent-item td {
  padding: 10px;
}
.agent-item th:nth-child(1),
.agent-item td:nth-child(1) {
  border-right: 1px solid rgba(1, 66, 106, 0.1);
}
.agent-item tbody tr {
  background-color: #f1f4f6;
}
.agent-item tbody tr:nth-child(1) {
  background-color: transparent;
}
.link-item {
  margin-top: 30px;
  text-align: center;
}
.link-item a {
  margin-right: 5%;
}
.link-item img {
  margin: auto;
  width: 30px;
}
.link-item p {
  margin-top: 10px;
  font-size: 12px;
  color: white;
}
.pub-title {
  font-size: 54px;
}
.company-item {
  margin-top: 90px;
}
.company-item .details {
  margin-top: 4rem;
}
.company-item .details img {
  width: 100%;
}
.company-item .details .content {
  overflow-y: scroll;
}
.sreach-item {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.4);
}
.sreach-item .sreach-view {
  position: absolute;
  top: 6.4rem;
  right: 10px;
  background: white;
  padding: 50px 20px;
  font-size: 12px;
  width: 650px;
}
.sreach-item .sreach-view .search-form {
  border-bottom: 1px solid #eaeaea;
}
.sreach-item .sreach-view .search-form input[type=text] {
  flex: 1;
  background: transparent;
  border: 0;
  font-size: 20px;
}
.sreach-item .sreach-view .search-form button {
  font-size: 16px;
  margin-right: 30px;
  border: 0;
  background: transparent;
}
.sreach-item .sreach-view .search-form .search_close {
  width: 20px;
  height: 20px;
  background: url("../images/search_close.png") no-repeat;
  background-size: 100% 100%;
}
.sreach-item .sreach-view .search_show {
  margin-top: 20px;
}
.sreach-item .sreach-view .search_show .nav {
  font-size: 16px;
  margin-bottom: 40px;
}
.sreach-item .sreach-view .search_show .nav a {
  color: #656565;
  margin-right: 20px;
  font-weight: bold;
}
.sreach-item .sreach-view .search_show .nav a.active {
  color: #000;
}
.sreach-item .sreach-view .search_show .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .scroll {
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .list {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sreach-item .sreach-view .search_show .list > div {
  display: none;
}
.sreach-item .sreach-view .search_show .list > div:nth-child(1) {
  display: block;
}
.sreach-item .sreach-view .search_show .none {
  margin-top: 50px;
  text-align: center;
}
.sreach-item .sreach-view .search_show .none img {
  margin: auto !important;
  display: block;
  margin: 20px;
  width: 100px !important;
  height: auto !important;
}
.sreach-item .sreach-view .search_show .none p {
  margin-top: 1rem;
}
.sreach-item .sreach-view .search_show .product_list .col {
  margin-top: 90px;
}
.sreach-item .sreach-view .search_show .product_list p {
  font-size: 12px;
}
.sreach-item .sreach-view .search_show .product_list img {
  margin-top: -5rem;
  position: relative;
  width: auto;
  height: 100px;
}
.sreach-item .sreach-view .search_show .product_list .card {
  height: 150px;
}
.sreach-item .sreach-view .search_show .product_list .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .case_list .img {
  height: 150px;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .case_list .img img {
  width: 100%;
}
.sreach-item .sreach-view .search_show .case_list .p-3d-md-block {
  padding: 10px;
}
.sreach-item .sreach-view .search_show .case_list .p-3d-md-block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数为1 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sreach-item .sreach-view .search_show .news_list .row {
  margin: 30px 0;
}
.sreach-item .sreach-view .search_show .news_list .row .img {
  width: 100px;
  overflow: hidden;
  padding: 0;
}
.sreach-item .sreach-view .search_show .news_list .row .img img {
  width: 100%;
}
.culture-item {
  background-color: #f7f7f7;
  margin-top: 90px;
  padding: 30px 0 ;
}
.culture-item .list {
  margin-top: 4rem;
}
.culture-item .list > div {
  padding: 2rem 1.5rem 72px;
  background: #FFFFFF;
  background-image: url('../images/jj.png');
  background-repeat: no-repeat;
  background-size: 35px 110px;
  background-position: bottom right;
}
.culture-item .list > div .title {
  margin: 20px 0;
  font-weight: bold;
}
.culture-item .list > div .content {
  font-size: 16px;
  padding-top: 14px;
  border-top: 1px solid #707070;
}
.culture-item .list > div:first-child {
  background-color: #434343;
  color: white;
}
.culture-item .list > div:first-child .content {
  color: #B8B8B8;
  border-top: 1px solid #707070;
}
.culture-item .list .col {
  width: 24%;
  margin-left: 1%;
}
.culture-item .list .img {
  width: auto;
  height: 80px;
  margin: auto;
}
.honor-item {
  margin-top: 90px;
}
.honor-item .tab {
  margin-top: 40px;
  padding: 15px 0;
  border-bottom: 1px solid #D8D8D8;
}
.honor-item .tab a {
  color: #8E8E8E;
  position: relative;
  margin-right: 40px;
}
.honor-item .tab a.active {
  color: #000;
}
.honor-item .tab a.active:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 6px;
  background: #3E3E3E;
}
.honor-item .swiper-item {
  margin: auto;
  width: 95%;
  margin-top: 50px;
  position: relative;
  padding-bottom: 30px;
}
.honor-item .swiper-item .swiper {
  width: 100%;
}
.honor-item .swiper-item .swiper img {
  width: 100%;
}
.honor-item .swiper-item .swiper p {
  background: #F8F8F8;
  padding: 5px 18px;
}
.honor-item .swiper-item .swiper-pagination {
  z-index: 999;
  bottom: 0px;
}
.honor-item .swiper-item .swiper-pagination .swiper-pagination-bullet {
  width: 31px;
  height: 4px;
  border-radius: 0;
  background: #A5A5A5;
  opacity: 1;
  position: relative;
  margin: 0 5px !important;
}
.honor-item .swiper-item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3E3E3E;
  width: 72px;
}
.honor-item .swiper-item .swiper-button-prev,
.honor-item .swiper-item .swiper-button-next {
  background-color: transparent;
  color: #3E3E3E;
  border: 1px solid #3E3E3E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 45%;
}
.honor-item .swiper-item .swiper-button-prev:after,
.honor-item .swiper-item .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}
.honor-item .swiper-item .swiper-button-prev {
  left: -4%;
}
.honor-item .swiper-item .swiper-button-prev:after {
  margin-left: -10%;
}
.honor-item .swiper-item .swiper-button-next {
  right: -4%;
}
.honor-item .swiper-item .swiper-button-next:after {
  margin-right: -10%;
}
.development-item {
  margin-top: 90px;
  padding: 100px 0 180px;
  background: url("../images/development.png");
  background-size: 100% 100%;
  color: white;
}
.development-item .swiper-item {
  margin-top: 50px;
  position: relative;
}
.development-item .swiper-item .swiper-button-prev,
.development-item .swiper-item .swiper-button-next {
  background-color: transparent;
  color: #CCCCCC;
}
.development-item .swiper-item .swiper-button-prev:after,
.development-item .swiper-item .swiper-button-next:after {
  font-size: 30px;
  font-weight: bold;
}
.development-item .swiper-item .swiper {
  width: 92%;
}
.development-item .swiper-item .swiper img {
  width: 100%;
}
.development-item .swiper-item .swiper .swiper-slide:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #CCCCCC;
}
.development-item .swiper-item .swiper .swiper-slide .year {
  font-weight: bold;
  font-size: 54px;
  line-height: 50px;
  color: #FFFFFF;
  height: 340px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.development-item .swiper-item .swiper .swiper-slide .details {
  height: 340px;
  overflow: hidden;
  background: #4E4E4E;
  padding: 27px 20px;
}
.development-item .swiper-item .swiper .swiper-slide .details .title {
  font-size: 20px;
}
.development-item .swiper-item .swiper .swiper-slide .details .content {
  font-size: 16px;
  color: #B5B5B5;
}
.development-item .swiper-item .swiper .swiper-slide .x {
  height: 100px;
}
.development-item .swiper-item .swiper .swiper-slide:nth-child(2n) {
  flex-direction: column-reverse;
  /* 或者 column-reverse */
}
.development-item .swiper-item .swiper .swiper-slide:nth-child(2n) .year {
  align-items: flex-start;
}
@font-face {
  font-family: 'HYHanHeiJ';
  src: url('../fonts/HYHanHeiJ.ttf') format('woff2');
}
.bigimg3 .bigimg3-item {
  position: relative;
}
.bigimg3 .bigimg3-item .loadnum {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
.bigimg3 .bigimg3-item .loadnum > div {
  margin: 0 2rem;
  width: 15%;
}
.bigimg3 .bigimg3-item .loadnum .img {
  margin: auto;
  width: 6rem;
}
.bigimg3 .bigimg3-item .loadnum .img img {
  width: 100%;
}
.bigimg3 .bigimg3-item .loadnum .pnum {
  margin-top: -1.5rem;
  color: #fc6845;
  font-size: 2rem;
  font-weight: bold;
  font-family: HYHanHeiJ, Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
}
.bigimg3 .bigimg3-item .loadnum .txt {
  font-size: .8rem;
}
.see_more img {
  margin-left: 20px;
}
.see_news_more {
  background: #333333;
  color: white !important;
  padding: 10px 20px;
  font-weight: bold;
}
#view .title-info p {
  color: #999999;
}
#view #content img {
  margin: auto;
  display: block;
  max-width: 800px !important;
  height: auto;
  padding: 1.8rem 0;
}
@media (max-width: 1200px) {
  #imags .position-relative,
  #imags .row {
    height: auto !important;
  }
  #imags img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 800px) {
  #view #content img {
    max-width: 100% !important;
  }
  table.table-striped tbody {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  html {
    overflow-x: hidden;
  }
  .content {
    overflow-x: hidden;
  }
  .sm-100 {
    width: 100%;
  }
  .sm-80 {
    width: 80%;
  }
  .nav-item ul {
    margin-top: 0 !important;
  }
  .nav-item ul a {
    padding: 0 !important;
  }
  .title-b {
    margin: 2rem auto 1rem !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  .img-50 {
    width: 50% !important;
  }
  footer {
    padding: 1rem !important;
  }
  .pa-sm-0 {
    padding: 0 !important;
  }
  .pa-sm-1 {
    padding: 1rem 0 !important;
  }
  .mg-sm-0 {
    margin: 0 !important;
  }
  .mg-sm-1 {
    margin: 1rem 0 !important;
  }
  .navbar-toggler {
    background: #59aaff;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 1.2rem;
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .navbar-search {
    height: 40px;
    background: #59aaff;
    color: white;
    text-align: center;
  }
  .footer-left {
    border-right: 0 !important;
  }
  .footer-left p {
    margin-bottom: .5rem !important;
  }
  .bigimg {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .bigimg img {
    display: block !important;
    height: 300px !important;
    object-fit: cover;
  }
  .bigimg2 {
    margin-top: 1rem !important;
    padding: 0 !important;
  }
  .bigimg2 h4 {
    font-size: 1.2rem !important;
  }
  .bigimg2 img {
    display: block !important;
  }
  .bigimg2 p {
    font-size: .8rem !important;
    max-width: 80% !important;
    margin: .5rem 0 !important;
  }
  .top-banner h1 {
    font-size: 2.5rem !important;
    margin-bottom: 1rem !important;
  }
  .top-banner p {
    font-size: 1.5rem !important;
  }
  .top-banner img {
    display: block !important;
    height: 200px !important;
    object-fit: cover;
  }
  .logo {
    max-width: 116px;
  }
  .agent-item table {
    width: 200px;
    padding: 9px;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .agent-item table tr {
    width: 200px;
  }
  .agent-item table td {
    width: 100px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .company-item .details .content {
    height: auto !important;
  }
  .culture-item .list {
    flex-wrap: wrap;
  }
  .culture-item .list .col {
    width: 100%;
    margin: 10px 0;
    flex: auto;
  }
  .honor-item .swiper-item {
    width: 88%;
  }
  .honor-item .swiper-item .swiper-button-prev,
  .honor-item .swiper-item .swiper-button-next {
    top: 40%;
    width: 30px;
    height: 30px;
  }
  .honor-item .swiper-item .swiper-button-prev {
    left: -6%;
  }
  .honor-item .swiper-item .swiper-button-next {
    right: -6%;
  }
  .honor-item .swiper-item .swiper-pagination {
    margin: auto;
    width: 80%;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .development-item {
    padding: 20px 0 20px;
  }
  .development-item .swiper-item .swiper .swiper-slide {
    justify-content: center;
  }
  .development-item .swiper-item .swiper .swiper-slide:after {
    top: 15%;
    left: 5%;
    width: 90%;
  }
  .development-item .swiper-item .swiper .swiper-slide .year {
    height: auto;
  }
  .development-item .swiper-item .swiper .swiper-slide .x {
    height: 50px;
  }
  .development-item .swiper-item .swiper .swiper-slide:nth-child(2n) {
    flex-direction: column;
  }
  .development-item .swiper-item .swiper-button-prev,
  .development-item .swiper-item .swiper-button-next {
    top: 15%;
  }
  .pub-form {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
  }
  .pub-form .title {
    margin: 5% 0;
  }
  .sreach-item .sreach-view {
    top: 0;
    right: 0;
    width: 100%;
  }
  .sreach-item .sreach-view .search-form input[type=text] {
    font-size: 14px;
  }
  .sreach-item .sreach-view .search-form button {
    font-size: 14px;
  }
  .sreach-item .sreach-view .search_show .list {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 180px;
  }
  .sreach-item .sreach-view .search_show .product_list img {
    height: auto;
  }
  .sreach-item .sreach-view .search_show .product_list .card {
    height: auto;
  }
  .sreach-item .sreach-view .search_show .news_list .row .img {
    width: 100%;
  }
  .bigimg3 .bigimg3-item > img {
    height: 300px;
    object-fit: cover;
  }
  .bigimg3 .bigimg3-item .loadnum > div {
    width: 30%;
    margin: 0 1rem;
  }
  .bigimg3 .bigimg3-item .loadnum .img {
    margin: auto;
    width: auto;
    height: 50px;
  }
  .bigimg3 .bigimg3-item .loadnum .img img {
    width: auto;
    height: 100%;
  }
  .bigimg3 .bigimg3-item .loadnum .pnum {
    margin-top: -1rem;
    font-size: 16px;
  }
  .bigimg3 .bigimg3-item .loadnum .txt {
    font-size: .5rem;
  }
  .footer-form {
    margin-top: 30px;
  }
  .footer-form .col-6 {
    width: 100%;
  }
}
