.w1400 {

  width: 1400px;

  margin: auto;

}

.fl{

  float: left;

}

.fr{

  float: right

}

.links {

  padding: 20px 0;

  line-height: 2;

}

.links a {

  margin-right: 1vw;

  color: #999

}

.links a:hover {

  text-decoration: underline;

}



.menu-container-mask {

  position: fixed;

  top: 0;

  left: 100%;

  width: 100vw;

  height: 100vh;

  overflow: hidden;

  z-index: 1000;

  background-color: rgba(0, 0, 0, 0.6);

  transition: 0.2s;

}

.menu-container {

  position: absolute;

  top: 0;

  right: 0;

  width: 60%;

  height: 100%;

  overflow: hidden;

  background-color: #fff;

}

.top-menu-list {

  position: absolute;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  transition: 0.2s;

}

.top-menu-list.active {

  transform: translateX(-100%);

}

.top-menu-list > li {

  height: 48px;

  line-height: 48px;

}

.top-menu-list > li li:first-child,

.top-menu-list > li:first-child {

  height: 45px;

}

.top-menu-list > li li:first-child > a,

.top-menu-list > li:first-child > a {

  background-color: #f7f7f7;

  height: 45px;

  color: #666;

}

.top-menu-list > li li:first-child .icon,

.top-menu-list > li:first-child .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

}

.top-menu-list > li a {

  height: 100%;

  padding: 0 16px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  color: #666;

}

.top-menu-list > li a .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #666;

  margin-right: 0.8rem;

}

.top-menu-list ul {

  position: absolute;

  left: 100%;

  width: 100%;

  background-color: #fff;

  top: 0;

  height: 100%;

  display: none;

}

.top-menu-list ul.active {

  display: block;

}

/*公共样式*/

.ho-img {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  min-width: auto;

  min-height: auto;

  width: 100%;

  height: 100%;

  transform: none;

  transition: transform 0.5s ease;

  object-fit: cover;

  max-height: 100%;

}

.over-pd {

  box-sizing: border-box;

}

.pd-90 {

  padding: 6rem 0;

}

.pd-60 {

  padding: 4rem 0;

}

.pd-30 {

  padding: 1.8rem 0;

}

.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;

}

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

  width: 20px;

  height: 20px;

  fill: currentColor;

  overflow: hidden;

  color: #173f90;

}

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

  margin: 0;

  padding: 0;

  color: #999;

  font-size: 0.875rem;

}

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

  color: #173f90;

  font-size: 1rem;

}

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

  background: #173f90;

  color: #fff;

  margin-left: 20px;

}

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

  color: transparent;

}

.page-product .page-product-wrap .float-end {

  width: 100%;

  margin-left: 1.25rem !important;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div {

  padding: 0 0.625rem;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div > a {

  display: inline-block;

  height: 100%;

  width: 100%;

  transition: all 0.3s ease-out;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div > a:hover .item-pic {

  z-index: 2;

  -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, -8px, 0);

}

.page-product .page-product-wrap .float-end .container-fluid .row > div > a:hover h3 {

  color: #173f90;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item {

  cursor: pointer;

  overflow: hidden;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item .item-pic {

  height: 20rem;

  background: url('../images/probj.jpg') no-repeat center;
  background-size: 100% 100%;
  transition: transform 0.5s;

  display: flex;

  justify-content: center;

  align-items: center;

}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item .item-pic img {

   width: 100%;

  height: 100%;
  object-fit: cover;
}

.page-product .page-product-wrap .float-end .container-fluid .row > div .item h3 {

  margin: 1rem 0;

  font-size: 1rem;

  color: #666;

  text-align: center;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}

.page-product .page-product-header {

  background-color: #FFF;

}

.offcanvas-end {

  width: 60%;

  overflow: hidden;

}

/* ***********产品中心-详情 start************** */

.product-detail-section1 {

  background-color: #fff;

}

.product-detail-section1 .container-fluid .row .left {

  padding-right: 3.75rem !important;

}

.product-detail-section1 .container-fluid .row .big-img {

  width: 100%;

  height: 500px;

  border: 1px solid #d9d9d9;

  line-height: 496px;

  text-align: center;

}

.product-detail-section1 .container-fluid .row .big-img img {

  max-width: 96%;

  max-height: 96%;

  vertical-align: middle;

}

.product-detail-section1 .container-fluid .row .small-imgs {

  margin-top: 1.25rem;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn {

  float: left;

  margin-right: 10px;

  height: 80px;

  width: 20px;

  line-height: 80px;

  text-align: center;

  cursor: pointer;

  font-weight: 600;

  display: flex;

  align-items: center;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn:hover,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn:hover {

  color: #173f90;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn.disabled,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn.disabled {

  cursor: no-drop;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn .icon-box,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn .icon-box {

  height: 20px;

  width: 20px;

  line-height: 20px;

  background: #c5c5c5;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

}

.product-detail-section1 .container-fluid .row .small-imgs .left-btn .icon-box .icon,

.product-detail-section1 .container-fluid .row .small-imgs .right-btn .icon-box .icon {

  width: 14px;

  height: 14px;

  fill: currentColor;

  overflow: hidden;

  color: #fff;

}

.product-detail-section1 .container-fluid .row .small-imgs .right-btn {

  margin-right: 0;

}

.product-detail-section1 .container-fluid .row .img-list-container {

  width: 87%;

  float: left;

  overflow: hidden;

  margin-right: 10px;

}

.product-detail-section1 .container-fluid .row .img-list-container ul {

  width: 1000px;

  position: relative;

  left: 0;

}

.product-detail-section1 .container-fluid .row .img-list-container .img {

  width: 76px;

  height: 76px;

  line-height: 68px;

  text-align: center;

  border: 1px solid #d9d9d9;

  float: left;

  margin-right: 10px;

  cursor: pointer;

}

.product-detail-section1 .container-fluid .row .img-list-container .img img {

  max-width: 100%;

  max-height: 100%;

  vertical-align: middle;

}

.product-detail-section1 .container-fluid .row .right {

  float: left;

}

.product-detail-section1 .container-fluid .row .right h2 {

  height: 65px;

  line-height: 65px;

  font-size: 24px;

  border-bottom: 1px solid #173f90;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  margin-bottom: 8px;

}

.product-detail-section1 .container-fluid .row .right .btns {

  vertical-align: top;

}

.product-detail-section1 .container-fluid .row .right .btn-1 {

  height: 36px;

  line-height: 36px;

  margin-right: 10px;

  vertical-align: top;

  border-radius: 4px;

  border: 1px #173f90 solid;

  background: #173f90;

  color: #ffff;

}

.product-detail-section1 .container-fluid .row .right .btn-1 .icon {

  width: 16px;

  height: 16px;

  fill: currentColor;

  overflow: hidden;

  color: #fff;

}

.product-detail-section1 .container-fluid .row .right .product-describe {

  min-height: 380px;

  color: #595959;

  border: none;

  width: 100%;

  line-height: 2.2;

  font-size: 0.875rem;

  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';

}

.product-detail-section1 .container-fluid .row .right .product-describe p {

  margin: 0;

}

.product-detail-section1 .smPrductThumb .swiper-slide a {

  height: 25rem;

  display: flex;

  justify-content: center;

  align-items: center;

  border: 1px #d9d9d9 solid;

}

.product-detail-section1 .smPrductThumb .swiper-slide a img {

  max-width: 90%;

  max-height: 90%;

}



