@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  /* min-width: 1300px; */
  background-color: #fff;
}
/* case 关于我们 */
.center-three {
  width: 100%;
  /* border: 1px solid #ccc; */
  padding-top: 155px;
}
.aboutimg {
  /* background-image: url(../imgs/case/anli-banner.jpg); */
  /* height: 380px; */
  width: 100%;
  position: relative;
}
.aboutimg img{
  width:100%;
}
.current-location {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 0px;
}
.current-container {
  /* width: 220px; */
  height: 30px;
  float: right;
  margin-top: 330px;
  /* margin-right: 18px; */
}
.current-location a {
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.current-location a:hover {
  color: red;
}
/*case 资质案例 */
/* (Productdis) 产品展示 */
/*(home 产品展示)*/
.center-four {
  width: 100%;
  background-color: #ffffff;
}
/*  产品展示 头部 */
.product-top {
  width: 1000px;
  height: 180px;
  margin: 0 auto;
  /* border: 1px solid #ccc; */
  display: flex;
  justify-content: space-between;
}
.product-top-left {
  width: 240px;
  height: 45px;
  /* border: 1px solid #ccc; */
  text-align: center;
  line-height: 45px;
  margin-top: 65px;
}
.product-top-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  /* text-align: right; */
}
 
/* 产品展示 动画效果 */
.product-top-right::before{
  content: '';
  display: inline-block;
  flex: auto;
}
.product-top-right button {
  margin-top: 2px;
  text-align: center;
  line-height: 19px;
  color: #0e3e8c;
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; */
  width: 15.18%;
  margin-left: 13px;
}
.product-top-right:nth-child(6){
  margin-right: 0px;
}
/* 产品展示 图片 */
.product-center-left .product-c-caseimg{
  width: 317px;
  height: 200px;
}
.product-center-left .product-c-caseimg img{
  width: 100%;
  height: 100%;
}
.case_a {
  text-decoration: none;
}
.product-center {
  width: 100%;
  /* border: 1px solid #ccc; */
  /* margin: 0 auto; */
  /* background-color:pink; */
  /* height: 900px; */
}
.product-center-container {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* padding: 10px; */
  flex-wrap: wrap;
  background-color: #ffffff;
  padding-bottom: 10px;
}
/* 资质案例 第一行 */
.product-center-first {
  width: 1000px;
  /* height: 200px; */
  /* border: 1px solid red; */
  padding-bottom: 20px;
}
.product-center-left {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.product-center img {
  /* width: 100%;
  height: auto; */
  /* width: 317px; */
  background-size: contain;
  /* margin-left: 27px; */
}
.read-more {
  width: 750px;
  /* border: 1px solid #e7e7e7; */
  /* height: 200px; */
  background-color: #ffffff;
  border-top: none;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
  /* padding-bottom: 10px; */
}
.read-more p {
padding: 20px 30px 0px;
}
.read-more .first-child {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.read-more .second-child {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* a标签  动画*/
.effect.effect-1 {
  transition: all 0.2s linear 0s;
}
.effect {
  display: inline-block;
  text-decoration: none;
  color: red;
  padding: 0px 0px;
  margin-top: 18px;
  width: 153px;
  text-align: center;
  margin-left: 8px;
}
.product-center-four {
  padding-top: 20px;
}
.product-center-five {
  padding-top: 20px;
  padding-right: 340px;
}
.product-center .product-center-container .casec2{
  padding-bottom: 20px;
}
/* case 底部 */
 
/* sidebar 侧边栏  start*/
.all-sidebar {
  position: fixed;
  right: 4% !important;
  top: 15% !important;
  z-index: 99999999999999999;
}
/* sidebar 侧边栏 end */
#caselist .selected {
  color: #fff !important;
  background: #0e3e8c !important;
}