/* Productdis 头部 */
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  /* min-width: 1300px; */
  background-color: #fff;
}
/* Productdis 当前位置 */
/* (about关于我们) */
.center-three {
  width: 100%;
  /* border: 1px solid #ccc; */
  padding-top: 155px;
}
.aboutimg {
  /* background-image: url(../imgs/aboutus/p-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;
}
/* 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: 140px;
  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 div {
  width: 160px;
  height: 45px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 45px;
} */
/* 产品展示 动画效果 */
.product-top-right button {
  margin-top: 2px;
  text-align: center;
  line-height: 10px;
  color: #0e3e8c;
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; */
  width: 15.18%;
  margin-right: 13px;
}
.product-top-right:nth-child(6){
  margin-right: 0px;
}
/* 产品展示 图片 */
.product-center {
  width: 100%;
  /* border: 1px solid #ccc; */
  /* margin: 0 auto; */
  /* background-color:pink; */
  /* height: 765px; */
}
/* 模板内容 由原来的js转为js  start */
.productc2{
  display: none;
}
/* 模板内容 由原来的js转为js  end */
.product-center-container {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.product-center-container .product-center-one{
  padding-bottom: 15px;
}
.product-center-container .product-center-one .product-c-timg{
  width: 300px;
  height: 255.78px;
}
.product-center-container .product-center-one .product-c-timg img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
/* 子元素的每个div 设置上下高度 */
.product-center-container .product-center-xunhuan {
  margin-bottom: 40px;
}
/* 伪元素 */
.product-center-container::after {
  content: '';
  width: 300px;
  height: 0px;
  /* 块级元素 */
  display: block;
}
.read-more a{
  text-decoration: none;
}
.read-more .rm-one{
  color: #333;
}
.read-more .effect {
  margin-left: 145px;
}
.read-more {
  width: 298px;
  border: 1px solid #e7e7e7;
  height: 90px;
  margin-top: -5px;
  background-color: #ffffff;
  border-top: none;
}
.read-more p {
  padding-top: 20px;
  padding-left: 30px;
}
/* a标签  动画*/
.effect.effect-1 {
  transition: all 0.2s linear 0s;
}
.effect {
  display: inline-block;
  text-decoration: none;
  color: red;
  padding: 0px 0px;
  /* float: right; */
  margin-top: 15px;
  width: 153px;
  text-align: center;
}
.product-center-four {
  padding-top: 20px;
}
.product-center-five {
  padding-top: 20px;
  /* padding-right: 340px; */
}
 
/* sidebar 侧边栏  start*/
.all-sidebar {
  position: fixed;
  right: 4% !important;
  top: 15% !important;
  z-index: 99999999999999999;
}
/* sidebar 侧边栏 end */
#list .selected {
  color:#fff !important;
  background: #0e3e8c!important;
  
}
