@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  /* min-width: 1300px; */
  background-color: #fff;
}
/* honor */
/* (case 关于我们 )*/
.center-three {
  width: 100%;
  /* border: 1px solid #ccc; */
  padding-top: 155px;
}
.aboutimg{
  width: 100%;
  position: relative;
}
.aboutimg img {
  width: 100%;
  margin: 0 auto;
}

.current-location {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 10px;
}

.current-container {
  height: 30px;
  float: right;
  /* margin-right: 18px; */
  margin-top: -51px;
}

.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;
}

/* honor 资质案例 */

/*home 产品展示 */

.center-four {
  width: 100%;
  /* height: 600px; */
  background-color: #ffffff;
}

/* .product-img {
  background-image: url(../imgs/home/product-bg.jpg);
  width: 100%;
  height: 720px;
  border: 1px solid #ccc;
} */

/*  产品展示 头部 */

.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: left;
  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 {
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; */
  width: 15.18%;
  margin-left: 13px;
  margin-top: 2px;
  text-align: center;
  line-height: 10px;
  color: #0e3e8c;
  font-size: 16px !important;
}
.product-top-right:nth-child(6) {
  margin-right: 0px;
}
/* a标签  动画*/
.effect.effect-1 {
  transition: all 0.2s linear 0s;
}
.effect {
  display: inline-block;
  text-decoration: none;
  color: red;
  padding: 0px 0px;
  margin-top: 30px;
  width: 153px;
  margin-left: 34px;
}

/* 新闻中心  主体部分 */
.newscenter_a {
  text-decoration: none;
}
.newscenter-main {
  width: 1000px;
  margin: 0 auto;
  margin-top: -24px;
}
.newscenter-maindown {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}
/* .newscenter-maindown::after {
  content: '';
  flex: 1;
} */
.newscenter-maindown .newscenter-down {
  height: 296px;
  margin-top: 20px;
}
/* 动画 效果  兼样式  start*/
.product-center-left {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.product-center-left:hover .first-child {
  color: #d61518;
}
.product-center-left .pic {
  overflow: hidden;
}
.product-center-left img {
  width: 350px;
  transition: transform 0.3s;
}
.product-center-left:hover img {
  transform: scale(1.1);
}

/* 动画 效果  兼样式  end*/

.read-more {
  width: 750px;
  background-color: #ffffff;
  border-top: none;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
}

.read-more span {
  margin-left: 30px;
  margin-top: 9px;
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

.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;
}

.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;
}
/* 主体下 动画效果 start */
.down-one:hover .bottom-first {
  color: #d61518;
}
.down-one .pic {
  overflow: hidden;
  width: 315px;
  height: 227px;
}
.down-one .pic img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.down-one:hover img {
  transform: scale(1.1);
}
/* 主体下 动画效果 end */

.down-bottom .bottom-first {
  width: 295px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.down-bottom .bottom-second {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-left: 20px;
}
/* 新闻中心 主体部分 第二行 */

.newscenter-down {
  margin-right: 18px;
  box-sizing: border-box;
}

.down-one {
  /* border: 1px solid #ccc; */
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
}

.down-one img {
  width: 315px;
}

.down-bottom {
  height: 65px;
}

/* 分页 */

.paging {
  width: 1000px;
  margin: 0 auto;
  height: 30px;
  /*background-color: pink;*/
  margin-top: 30px;
}

/*newscenter 底部 */

.paging {
  text-align: center;
}

.paging span {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #686868;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 40px;
}

.paging .active {
  background-color: #de241b;
  color: #ffffff;
}

.paging input {
  border: 1px solid #eee;
  background: none;
  padding: 0 5px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #686868;
  background: #fff;
}
/* sidebar 侧边栏  start*/
.all-sidebar {
  position: fixed;
  right: 4% !important;
  top: 15% !important;
  z-index: 99999999999999999;
}
/* sidebar 侧边栏 end */
#newslist3 .selected {
  color: #fff !important;
  background: #0e3e8c !important;
}
