@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: 315px;
  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;
}
/*case2 资质案例 */

.relate-case {
  width: 100%;
  background-color: #ffffff;
}
.relate-container {
  width: 1000px;
  margin: 0 auto;
  /* border: 1px solid red; */
  /* height: 500px; */
  padding-top: 60px;
  display: flex;
  flex-wrap: nowrap;
}
.relate-left {
  width: 600px;
  /* height: 600px; */
  /* border: 1px solid #ccc; */
}
.relate-left img {
  width: 595px;
  padding-top: 12px;
}
.relate-left-one {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.relate-left-two {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-top: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 400px;
  margin: 0 auto;
}
.relate-left-two div {
  font-size: 13px;
}
.relate-right-two ul li:hover {
  color: #d61518;
}
.relate-left-three {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 2rem;
}
.relate-right {
  width: 300px;
  height: 270px;
  /* border: 1px solid #ccc; */
  margin-left: 88px;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
}
.relate-right-one {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  /* text-align: center; */
  padding-top: 12px;
  margin-left: 15px;
}
.relate-right-two {
  width: 270px;
  height: 280px;
  margin-left: 35px;
  padding-top: 12px;
}
.relate-right-two ul li {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  /* letter-spacing: 0px; */
  /* color: #ccc; */
  padding-top: 10px;
  cursor: pointer;
}
.focus {
  color: red;
}
/* .relate-right-two ul li a{
  text-decoration: none;
  color: #333333;
} */
/* .relate-right-two ul li a:active{
  color: red;
} */
 
/* sidebar 侧边栏  start*/
.all-sidebar {
  position: fixed;
  right: 4% !important;
  top: 15% !important;
  z-index: 99999999999999999;
}
/* sidebar 侧边栏 end */
