.page-img {
  width: 100%;
  height: 100%;

}

.page-img img {
  width: 100%;
  height: 100%;
}

.product {
  float: left;
  width: 100%;
  /* padding: 0rem 7rem 2rem 7rem; */
  padding: 0rem 10rem 2rem 10rem;
  background: #fff;
}

.product-left {
  float: left;
  /* width: 300px; */
  width: 16%;
  height: 700px;
  background: #EEEEEE;
  color: #222222;
  font-size: 14px;
}

.product-left .top {
  width: 100%;
  height: 60px;
  background: #2054A7;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-left .top img{
  width: 20px;
  height: 20px;
}
.product-left .top span {
  padding-left: 5px;
  /* color: #222222; */
  font-weight: 600;
  font-size: 18px;
}

.product-left ul li {
  min-height: 70px;
  height: auto;
  cursor: pointer;
  position: relative;
}

.product-left ul li a {
  height: 70px;
  color: #222222;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-left ul li a img{
  width: 25px;
  height: 25px;
}
.product-left ul li a span {
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
}

.product-left ul li:hover {
  background: #fff;
}

.product-left ul li:hover a {
  color: #2054A7;
}

.product-left ul li:hover:after {
  height: 35px;
}

.product-left ul li:after {
  width: 2px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 2px;
  content: '';
  background: #2054A7;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-left ul .action {
  background: #fff;
}

.product-left ul .action a {
  color: #2054A7;
}

.product-left ul .action:after {
  width: 2px;
  height: 35px;
  position: absolute;
  /* top: calc((100% - 35px)/2); */
  top: 35px;
  left: 2px;
  content: '';
  background: #2054A7;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.product-right {
  float: right;
  /* width: 75%; */
  width: 80%;
}

.product-right .top {
  display: flex;
}

.product-right .top p {
  width: 3px;
  height: 23px;
  background: #2054A7;
}

.product-right span {
  color: #222222;
  font-size: 18px;
  padding-left: 10px;
}
.product-box ul{
  padding-top: 10px;
}
.product-box ul li {
  float: left;
  width: calc(30.5%);
  height: 390px;
  margin: 0.85rem;
  overflow: hidden;
  background: #fff;
  /* box-shadow: 2px 4px 3px 3px rgba(75, 109, 156, 0.16); */
  box-shadow: 0px 3px 0.18rem 0px rgba(75, 109, 156, 0.16);
  /* border-radius: 12px; */
}

.product-box ul li .img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.product-box ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}
/* .product-box ul li .img img:hover { */
.product-box ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.product-box ul li .item {
  padding: 10px;
}

.product-box ul li .item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  font-size: 16px;
}

.product-box ul li .item-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-box ul li .item .bt {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  padding-top: 10px;
  color: #888888;
  font-weight: 300;
  font-size: 13px;
}
.product-box ul li:hover p{
  color: #2054A7 !important;
}

.product-search {
  float: left;
  width: 100%;
  /* padding: 1rem 7rem 2rem 7rem; */
  padding: 1rem 10rem 2rem 10rem;
  color: #666666;
  font-weight: 300;
  font-size: 16px;
}

.product-search .left {
  float: left;
}

.product-search a {
  color: #666666;
}

.product-search a:hover {
  color: #2054A7;
}

.product-search .right {
  float: right;
  width: 80%;
  height: 40px;
  /* background-color: #2054A7; */
  font-size: 14px;
}

.product-search .right .sort {
  float: left;
  width: 120px;
  height: 100%;
  background-color: #2054A7;
  color: #fff;
  border-radius: 4px 0px 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.product-search .right .sort .header-dl{
  width: 120px;
  height: 0;
  display: none;
  /* background: #FFFFFF; */
  background: #EEEEEE;
  border-radius:0 0 4px 4px;
  color: #222222;
  font-size: 14px;
  overflow: hidden;
  position: absolute;
  top: 40px;
  /* top: 72px;
  left: -35%; */
  z-index: 2;
}

.product-search .right .sort .header-dl dd{
  text-align: center;
}
.product-search .right .sort .header-dl dd a{
  display: block;
  width: 100%;
  /* height: 40px; */
  height: 100%;
  color: #555555;
  font-size: 14px;
  padding: 20px 0 14px 0;
}
.product-search .right .sort .header-dl dd a:hover{
  /* color: #2054A7; */
  color: #fff;
  background: #2054A7;
}
.product-search .right .sort .header-dl dd a:after{
  width: 0;
}
.product-search .right .sort:hover .header-dl {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.product-search .right .sort .header-dl:hover{
  display: block;
}
.product-search .right .search {
  float: left;
  width: calc(100% - 120px - 70px);
  height: 100%;
  border: 2px solid #2054A7;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.product-search .right .search input {
  width: 100%;
  height: 100%;
  /* border-color: none !important; */
  outline: none;
  /* 移除默认边框 */
  border-width: 0px;
  padding-left: 10px;
  font-size: 15px;
}

.product-search .right .text {
  float: left;
  width: 70px;
  height: 100%;
  background-color: #2054A7;
  color: #fff;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}