.w1400 {

  width: 1400px;

  margin: auto;

}





.ho-h2 {

  font-size: 3rem;

  color: #173f90;

  margin-bottom: 1rem;

  font-weight: bold;

}

.ho-p {

  font-size: 1rem;

  color: #666;

}

.bk-f5 {

  background: #f5f5f5;

}

.bk-fff {

  background: #fff;

}

.mt-50 {

  margin-top: 50px;

}

.more {

  width: 160px;

  height: 38px;

  box-sizing: border-box;

  border: 1px #173f90 solid;

  font-size: 1rem;

  color: #173f90;

  border-radius: 4px;

  display: flex;

  justify-content: center;

  align-items: center;

}

/*首页banner*/

.home-banner img {

  width: 100%;

  display: block;

}

.home-banner .index-pagination span {

  border: 1px #fff solid;

  background: transparent;

  opacity: 1;

}



.home-product form {

  margin-top: 2rem;

  background: #fff;

  border: 1px #e7e7e7 solid;

  display: flex;

}

.home-product form input {

  border: none;

  height: 50px;

  flex: 1;

  font-size: 1rem;

  color: #666;

  line-height: 50px;

}

.home-product form .sub {

  height: 50px;

  width: 50px;

  display: flex;

  justify-content: center;

  align-items: center;

  border: none;

  background: none;

}

.home-product form .sub .icon {

  width: 20px;

  height: 20px;

  fill: currentColor;

  overflow: hidden;

  color: #c6c6c6;

}

.home-product .nav-son {

  margin: 2rem 0;

}

.home-product .nav-son a {

  padding: 4px;

  margin: 0 4px;

  position: relative;

  font-size: 1rem;

  color: #666;

}

.home-product .nav-son a::before {

  content: '';

  position: absolute;

  left: 0;

  height: 1px;

  width: 0;

  bottom: 0;

  background: #173f90;

  overflow: hidden;

  transition: width 0.5s;

}

.home-product .nav-son a:hover {

  color: #173f90;

}

.home-product .nav-son a:hover::before {

  width: 100%;

}

.home-product ul li {

  padding-right: calc(var(--bs-gutter-x)/3);

  padding-left: calc(var(--bs-gutter-x)/3);

}

.home-product ul li .item .img {

  transition: transform 0.5s;

  background: #fff;

  height: 14rem;

  display: flex;

  justify-content: center;

  align-items: center;

}

.home-product ul li .item .img img {

  max-width: 90%;

  max-height: 90%;

}

.home-product ul li .item h4 {

  margin: 1rem 0;

  font-size: 1rem;

  color: #666;

}

.home-product ul li:hover .img {

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -2px, 0);

  transform: translate3d(0, -2px, 0);

}

.home-product ul li:hover h4 {

  color: #173f90;

}

.home-product .more {

  width: 202px;

  height: 42px;

  margin: 3rem auto 0;

}

.home-product .more:hover {

  background: #173f90;

  color: #fff;

}


.client-list ul li:hover .img {

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -2px, 0);

  transform: translate3d(0, -2px, 0);

}

.honor-list ul li .img {

  height: 20.25rem;

  background: #fff;

  overflow: hidden;

  position: relative;

  border: 1px #efefef solid;

  transition: transform 0.5s;

  display: flex;

  justify-content: center;

  align-items: center;

}

.honor-list ul li .img img {

  max-width: 90%;

  max-height: 90%;

}

.honor-list ul li h3 {

  font-size: 1rem;

  color: #666;

  line-height: 3rem;

  text-align: center;

}

.honor-list ul li:hover .img {

  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

  -webkit-transform: translate3d(0, -2px, 0);

  transform: translate3d(0, -2px, 0);

}

.searchlist-input-container {

  width: 100%;

  border: 1px #ccc solid;

  background: #fff;

  border-radius: 6px;

  overflow: hidden;

}

.searchlist-input-container .key {

  flex: 1;

  height: 40px;

  line-height: 40px;

  border: none;

  color: #999;

  font-size: 16px;

}

.searchlist-input-container .sub {

  border: none;

  padding: 0 1rem;

  background: #173f90;

  color: #fff;

}

.searchlist-input-container .sub:hover {

  color: rgba(255, 255, 255, 0.8);

}

.page-product {

  background: #f5f5f5;

}

.page-product .container-fluid ol {

  height: auto;

  margin-bottom: 0;

}

.page-product .container-fluid ol li {

  color: #666;

  font-size: 14px;

}

.page-product .container-fluid ol a {

  color: #666;

  font-size: 14px;

}

.page-product .container-fluid ol a:hover {

  color: #173f90;

}

.page-product .container-fluid .breadcrumb-item + .breadcrumb-item::before {

  content: var(--bs-breadcrumb-divider, ">");

}

.page-product .container-fluid .icon-menu {

  width: 20px;

  height: 20px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.page-product .container-fluid .row .search {

  width: 100%;

  background-color: #FFF;

}

.page-product .container-fluid .row .search .search-container {

  display: flex;

  height: 2.25rem;

  line-height: 2.25rem;

  border: 1px solid #d9d9d9;

  position: relative;

  padding: 0 0 0 0.5rem;

}

.page-product .container-fluid .row .search .search-container input {

  background-color: transparent;

  color: #979797;

  font-size: 0.875rem;

  height: 100%;

  margin: 0;

  padding: 0;

  flex: 1;

  border: none;

}

.page-product .container-fluid .row .search .search-container .sub {

  width: 2.25rem;

  height: 2.25rem;

  border: none;

  background: none;

  display: flex;

  justify-content: center;

  align-items: center;

}

.page-product .container-fluid .row .search .search-container .sub .icon {

  width: 16px;

  height: 16px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.page-product .page-product-wrap.page-product-detail-wrap {

  padding: 1.25rem 0;

}

.page-product .page-product-wrap .menu-list {

  width: 248px;

}

.page-product .page-product-wrap .menu-list .menu-list-title {

  background-color: #173f90;

  color: #fff;

  padding: 1rem 0 1rem 1.25rem;

}

.page-product .page-product-wrap .menu-list .menu-list-title h2 {

  font-size: 1.5rem;

  margin-bottom: 0;

}

.page-product .page-product-wrap .menu-list .menu-list-title span {

  opacity: 0.5;

}

.page-product .page-product-wrap .menu-list .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.page-product .page-product-wrap .menu-list ul {

  background-color: #fff;

  padding: 0 1.25rem;

}

.page-product .page-product-wrap .menu-list ul li {

  margin: 0;

  padding: 0;

}

.page-product .page-product-wrap .menu-list ol {

  display: none;

  border-bottom: 1px solid #d9d9d9;

  padding-left: 18px;

}

.page-product .page-product-wrap .menu-list ol .pro-catname-son{

  padding:6px 0 10px 8px;

}

.page-product .page-product-wrap .menu-list ol .pro-catname-son a{

  display: block;

  line-height: 24px;

  font-size: 14px;

}

.page-product .page-product-wrap .menu-list ol .pro-catname-son a.active{

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active > a {

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active > a:hover {

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active .icon {

  transform: rotate(90deg);

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .item.active ol {

  display: block;

}

.page-product .page-product-wrap .menu-list .item:last-child > a {

  border-bottom: transparent;

}

.page-product .page-product-wrap .menu-list .item > a {

  cursor: pointer;

  display: flex;

  color: #595959;

  padding-left: 10px;

  height: 56px;

  line-height: 56px;

  border-bottom: 1px solid #d9d9d9;

}

.page-product .page-product-wrap .menu-list .item > a:hover {

  color: #173f90;

}

.page-product .page-product-wrap .menu-list .cell {

  padding-left: 0;

}

.page-product .page-product-wrap .menu-list .cell > a {

  display: block;

  color: #595959;

  padding: 6px 0;

}

.page-product .page-product-wrap .menu-list .cell > a.active,

.page-product .page-product-wrap .menu-list .cell > a:hover {

  color: #173f90;

}

.page-product .page-product-wrap .tel-contaioner {

  background: #FFF;

  width: 248px;

  padding: 1.625rem;

}



}



