/* 分页 */
.page {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
}
.page li {
  width: auto !important;
  height: 38px !important;
  margin: 0 5px;
}
.page input {
  width: 54px;
  height: 28px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #c6c6c6;
  padding-left: 5px;
}
.page li a {
  padding: 0 11px;
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333333;
  line-height: 30px;
  height: 28px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #c6c6c6;
}
.page li a:hover {
  background-color: #2fc16e;
  color: #fff;
  /* border: none; */
}
.active {
  background-color: #2fc16e;
  color: #fff;
}
.page .current {
  width: auto;
  margin-top: 3px;
  height: 23px !important;
  padding: 0 5.5px;
}
/* 头部图片中间文字 */
.head_img {
  position: relative;
}
.head_text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.head_text h1 {
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 47px;
}
.head_text p {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

/* 热门搜索 */
.Hotsearch .container {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 50px;
}
.Hotseatch_l {
  display: flex;
}
.Hotseatch_l span {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
}
.Hotseatch_l span:nth-child(1) {
  color: #2fc16e;
}
.Hotseatch_l ul {
  display: flex;
  margin-left: 6px;
}
.Hotseatch_l ul li a {
  padding: 0 8px;
  color: #aeaebd;
}
.Hotseatch_l ul li a:hover {
  color: #2fc16e;
}
.Hotseatch_r {
  position: relative;
}
.Hotseatch_r input {
  width: 260px;
  height: 40px;
  background: #f6f6f6;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;

  line-height: 40px;
}
.Hotseatch_r img {
  width: 14.5px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 14px;
}
.Product {
  width: 100%;
  /* height: 600px; */
  height: auto;
  padding-bottom: 130px;
}
.Product .container {
  height: 100%;
  position: relative;
}
.Green_left {
  position: absolute;
  top: 18px;
  left: -52px;
  width: 36px;
  height: 4px;
  background: #42af00;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.Product_top {
  position: relative;
  display: flex;
  height: 357px;
}
.Product_top_l {
  width: 285px;
  height: 100%;
  overflow: hidden;
  /* background-color: greenyellow; */
}
.Product_top_l_title {
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 40px;
  margin-bottom: 10px;
}
.Product_top_l_Ejtitle {
  width: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
  border-bottom: 1px solid #dbdbdb;
}
.Product_top_l_list {
  margin-top: 20px;
}
.Product_top_l_li {
  cursor: pointer;
  display: flex;
  width: 231px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #000;
  border-radius: 0px 20px 20px 0px;
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
}
.Product_top_l_li b {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000;
  opacity: 1;
  margin-top: 18px;
  margin-right: 8px;
}
.Product_top_l_li_active {
  background: #2fc16e !important;
  border-radius: 0px 20px 20px 0px;
}
.Product_top_l_li_active b {
  background-color: #fff !important;
}
.Product_top_l_li_active p {
  color: #fff !important;
}
.Product_top_l_li_active a {
  color: #fff !important;
}

.Product_top_l_li .active {
  background-color: #2fc16e;
  color: #fff;
}
.Product_top_l_li .active b {
  background: #fff;
}
.Product_top_c {
  width: 570px;
  height: 100%;
  margin-left: 30px;
  overflow: hidden;
  /* background-color: skyblue; */
}
.Product_top_c_foreach {
  width: 100%;
  height: 100%;
}
.Product_top_mr {
  text-align: center;
  line-height: 357px;
  width: 570px;
  height: 100%;
}
.Product_top_c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Product_top_c img:hover {
  scale: 1.1;
}
.Product_top_r {
  display: none;
  position: absolute;
  right: 0;
  top: 59px;
  width: 448px;
  height: 240px;
  box-sizing: border-box;
  padding: 40px 30px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  opacity: 1;
  z-index: 11;
}
.Product_top_r_foreach {
  display: flex;
}
.Product_top_r_l {
  margin-right: 23px;
}
.Product_top_r_title {
  width: 350px;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 26px;
}
.Product_top_r_cont {
  width: 350px;
  margin-top: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #aeaebd;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.Product_top_r_info {
  text-align: center;
  margin-top: 30px;
  width: 120px;
  height: 40px;
  background: #2fc16e;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}
.Product_top_r_info a {
  color: #fff;
}
.Product_top_r_info:hover {
  background-color: #fff;
  border: 1px solid #2fc16e;
}
.Product_top_r_info:hover a {
  color: #2fc16e;
}

.Product_top_r_r_prev img {
  width: 14px;
  height: 8px;
}
.Product_top_r_r_line {
  width: 1px;
  height: 108px;
  background: #dbdbdb;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 17px auto;
}
.Product_top_r_r_next img {
  width: 14px;
  height: 8px;
}

.Product_more {
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.Product_more b {
  width: 36px;
  height: 2px;
  background: #1a1a1a;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin-right: 20px;
}
.Product_more span {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 19px;
}
.Product_more span a:hover {
  color: #2fc16e;
}
/* 产品下面盒子 */
.Product_down {
  margin-top: 20px;
  opacity: 0;
  /* 设置动画持续时间 */
  transition: opacity 1s;
}

.Product_down ul {
  display: flex;
  overflow: hidden;
  /* justify-content: space-between; */
}
.Product_down_li {
  box-sizing: border-box;
  /* position: relative; */
  border: 1px solid transparent;
  margin-right: 15px;
  width: 285px;
  padding-bottom: 2px;
  /* height: 285px; */
}
.Product_down_li img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.Product_down_li div {
  /* position: absolute; */
  /* left: 50%;
  bottom: 20px;
  transform: translateX(-50%); */
  font-size: 16px;
  text-align: center;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
}
.Product_down_li:hover {
  border: 1px solid #60cd8f;
}
.Product_down_li:hover div {
  color: #60cd8f;
}
/* .Product_down {
  display: none;
} */
.container .Product_down {
  display: none;
}

/* 关于我们 */
.About {
  width: 100%;
  height: 212px;
  background: #2fc16e;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.About .container {
  display: flex;
  justify-content: space-between;
}
.About_l_t {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.About_l_t_l h1 {
  font-size: 28px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 37px;
}
.About_l_t_r {
  font-size: 80px;
  font-family: SourceHanSansCN-Medium-, SourceHanSansCN-Medium;
  font-weight: normal;
  color: #ffffff;
  line-height: 80px;
}
.About_l_d h1 {
  letter-spacing: 3.2px;
  margin-top: 27px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 31px;
  opacity: 0.4;
}
.About_l_d p {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
  opacity: 0.4;
}
.About_r img {
  width: 554px;
  height: 285px;
  margin-top: -73px;
}
.About_info {
  width: 100%;
  height: 261px;
  background: #f7f7f7;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.About_info .container {
  display: flex;
  justify-content: space-between;
}
.About_info_l {
  box-sizing: border-box;
  padding: 30px 0 60px;
}
.About_info_l p {
  text-indent: 2em;
  width: 1022px;
  height: 171px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 25px;
}
.About_info_r {
  width: 108px;
  height: 261px;
  background: #2fc16e;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.About_info_r {
  display: flex;

  align-items: center;
  text-align: center;
}
.About_info_cont {
  margin: 0 auto;
}
.About_info_cont div:nth-child(1) {
  margin-bottom: 16px;
  font-size: 14px;
  font-family: Arial-BoldMT-, Arial-BoldMT;
  font-weight: normal;
  color: #fefefe;
  line-height: 16px;
}
.About_info_cont img {
  cursor: pointer;
  width: 65px;
  height: 50px;
}
/* 成功案例 */
.Goodcase {
  padding-top: 60px;
}
.Goodcase_c {
  width: 73%;
  position: relative;
}
.Goodcase_c_foreach {
  height: 100%;
}
.Goodcase_c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Goodcase_text {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 0px 0px;

  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.Goodcase_top_l_list ul {
  max-height: 200px;
  overflow: hidden;
}
.Goodcase_top_l_li {
  cursor: pointer;
  display: flex;
  width: 231px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  color: #000;
  border-radius: 0px 20px 20px 0px;
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
}
.Goodcase_top_l_li b {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #000;
  opacity: 1;
  margin-top: 18px;
  margin-right: 8px;
}
.Goodcase_top_l_li:hover {
  background: #2fc16e;
  border-radius: 0px 20px 20px 0px;
}
.Goodcase_top_l_li:hover b {
  background-color: #fff;
}
.Goodcase_top_l_li:hover p {
  color: #fff;
}
.Goodcase_top_l_li:hover a {
  color: #fff;
}
.Goodcase_top_l_li .active {
  background-color: #2fc16e;
  color: #fff;
}
.Goodcase_top_l_li .active b {
  background: #fff;
}
/* 为什么选凯涛环保 */
.Why {
  margin-top: 60px;
}
.Why_title {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 40px;
}
.Why_title b {
  display: inline-block;
  margin-left: 20px;
  width: 910px;
  height: 1px;
  background: #2fc16e;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.Why .container {
  display: flex;
  justify-content: space-between;
}
.Why_li {
  margin-top: 30px;
  box-sizing: border-box;
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 183px;
  height: 183px;
  background: #2fc16e;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
}
.Why_li_img img {
  width: 80px;
  height: 80px;
}
.Why_li:hover {
  box-shadow: 0px 0px 20px #2fc16e;
}
.Why_li:hover img {
  scale: 1.1;
}

.Why_li_text {
  margin-top: 27px;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
/* 新闻中心 */
.New {
  margin-top: 60px;
  padding-bottom: 64px;
}
.New_title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 40px;
}
.New_title b {
  margin: 0 20px;
  display: inline-block;
  width: 990px;
  height: 1px;
  background: #dbdbdb;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.New_title span {
  cursor: pointer;
  width: 50px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 19px;
}
.New_title span:hover a {
  color: #2fc16e;
}
.New_list {
  display: flex;
}
.New_list_l {
  width: 895px;
}
.New_list_l_top {
  box-sizing: border-box;
  padding: 30px 0;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
.New_list_l_top_l img {
  width: 161px;
  height: 121px;
}
.New_list_l_top_r {
  margin-left: 20px;
}
.New_list_l_top_r_title {
  height: 26px;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 26px;
}
.New_list_l_top_r_date {
  margin: 16px 0;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #aeaebd;
  line-height: 19px;
}
.New_list_l_top_r_cont {
  width: 709px;
  height: 43px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #aeaebd;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.New_list_l_top:hover .New_list_l_top_r_title {
  color: #2fc16e;
}

/* 左侧下列表 */
.New_list_l_down ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.New_list_l_down ul li {
  width: 48%;
  height: 60px;
  border-bottom: 1px dashed #dbdbdb;
}
.New_list_l_down ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.New_list_l_down .New_a_l {
  display: flex;
  align-items: center;
}
.New_list_l_down ul li .New_a_l b {
  margin-right: 9px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1a1a1a;
  opacity: 1;
}
.New_list_l_down ul li .New_a_l span {
  width: 320px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.New_list_l_down .New_a_r {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #aeaebd;
  line-height: 60px;
}
.New_list_r ul li span {
  width: 230px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
/* .New_list_l_down ul li:nth-child(2n) {
-left: 24px;
} */

.New_list_l_down li:hover .New_a_l b {
  background-color: #2fc16e;
}

.New_list_l_down li:hover .New_a_l span {
  color: #2fc16e;
}
.New_list_l_down li:hover .New_a_r {
  color: #2fc16e;
}
/* 供应产品右侧列表 */
.New_list_r {
  width: 305px;
  padding: 30px 0 0 20px;
}
.New_list_r li {
  align-items: center;
  margin-bottom: 20px;
  width: 285px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 40px;
}
.New_list_r li a {
  width: 100%;
  display: flex;
  align-items: center;
}
.New_list_r li:last-child {
  margin-bottom: 0;
}
.New_list_r li b {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 14px;
  border-radius: 50%;
  background: #1a1a1a;
  opacity: 1;
}
.New_list_r li:hover {
  background-color: #2fc16e;
}
.New_list_r li:hover span {
  color: #fff;
}
.New_list_r li:hover b {
  background: #fff;
}
/* 公司介绍 */
.head_img {
  width: 100%;
  height: 230px;
  min-width: 1200px;
}
.head_img img {
  width: 100%;
  height: 100%;
}
.GsCont {
  background: #f7f7f7;
}
.GsCont .container {
  padding: 31px 0 60px;
  display: flex;
}
.GsCont_l {
  margin-top: -59px;
  width: 340px;
  opacity: 1;
  display: inline-block;
}
.GsCont_l > div {
  background-color: #fff;
}
.GsCont_l > div > div {
  width: 340px;
  height: 250px;
  background: #2fc16e;
  opacity: 1;
  box-sizing: border-box;
  padding: 47px 0 0 69px;
  text-align: left;
}
.GsCont_l > div > div h1:nth-child(3) {
  width: 80px;
  height: 4px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 3px solid #ffffff;
}
.GsCont_l > div > div h1 {
  margin-bottom: 18px;
  font-size: 26px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.GsCont_l ul li {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #dbdbdb;
}
.GsCont_l ul li a {
  display: flex;
  width: 100%;
  height: 100px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 43px;
  justify-content: space-between;
}
.GsCont_l ul li a .Xz {
  display: none;
}
.GsCont_l ul .activeXz b {
  background-color: #2fc16e !important;
}
.GsCont_l ul .activeXz span {
  color: #2fc16e !important;
}
.GsCont_l ul .activeXz .Xz {
  display: block !important;
}
.GsCont_l ul .activeXz .Mr {
  display: none !important;
}
.GsCont_l ul li a b {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 19px;
  background: #1a1a1a;
  opacity: 1;
}
.GsCont_l ul li a span {
  font-size: 20px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 20px;
}
.GsCont_r {
  margin-left: 16px;
  width: 844px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: inline-block;
}
.GsCont_r > div {
  box-sizing: border-box;
  padding: 57px 50px 30px 49px;
  background: #ffffff;
}
.GsCont_r_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px;
}
.GsCont_r_top_l {
  color: #aeaebd;
}
.GsCont_r_top_l a {
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #aeaebd;
  line-height: 19px;
}
.GsCont_r_top_l a:hover {
  color: #2fc16e;
}
.GsCont_r_top_r {
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #aeaebd;
  line-height: 19px;
}
.GsCont_r_top_r span {
  color: #1a1a1a;
  font-size: 18px;
}
/* 供应产品 */
.CpCont_r_down .Cplist {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
.CpCont_r_down .Cplist li {
  border: 1px solid transparent;
  width: 234px;
  /* height: 234px; */
  margin-top: 20px;
  margin-right: 20px;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.CpCont_r_down .Cplist li:nth-child(3n) {
  margin-right: 0;
}
.CpCont_r_down .Cplist li {
  /* position: relative; */
}
.CpCont_r_down .Cplist li a img {
  width: 100%;
  height: 234px;
  object-fit: cover;
}
.CpCont_r_down .Cplist li a div {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px; */
  text-align: center;
}
.CpCont_r_down .Cplist li:hover {
  border: 1px solid #2fc16e;
}
.CpCont_r_down .Cplist li:hover a div {
  color: #2fc16e;
}
/* 产品详情页 */
.CpCont_r_down_t {
  box-sizing: border-box;
  padding-top: 30px;
  display: flex;
}
.CpCont_r_down_t_l {
  width: 260px;
  height: 260px;
}
.CpCont_r_down_t_l img {
  width: 100%;
  height: 100%;
}
.CpCont_r_down_t_r {
  width: 464px;
  margin-left: 20px;
}
.CpCont_r_down_t_r div:nth-child(1) {
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 29px;
}
.CpCont_r_down_t_r div:nth-child(2) {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #aeaebd;
  line-height: 24px;
}
.CpCont_r_down_d {
  margin-top: 30px;
}
.CpCont_r_down_d_title {
  border-bottom: 1px solid #dbdbdb;
}
.CpCont_r_down_d_title div {
  text-align: center;
  width: 140px;
  height: 40px;
  background: #2fc16e;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}
.CpCont_r_down_d_cont {
  margin-top: 20px;

  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 24px;
}
.CpCont_r_down_cont img {
  max-width: 100%;
  height: auto;
}
/* 成功案例 */
.CaseList {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.CaseList li {
  margin: 20px 20px 0 0;
  width: 234px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #dbdbdb;
}
.CaseList li a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.CaseList li:nth-child(3n) {
  margin-right: 0;
}
.CaseList_img {
  height: 200px;
}
.CaseList li img {
  width: 100%;
  height: 200px;
}
.CaseList_text {
  box-sizing: border-box;
  padding: 16px;
}
.CaseList_text div:nth-child(1) {
  font-size: 14px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 19px;
}
.CaseList_text div:nth-child(2) {
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #aeaebd;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.CaseList li a:hover {
  background-color: #2fc16e;
}
.CaseList li a:hover .CaseList_text div:nth-child(1) {
  color: #fff;
}
.CaseList li a:hover .CaseList_text div:nth-child(2) {
  color: #fff;
}
/* 成功案例详情 */
.CpCont_r_down_title_head {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 31px;
}
.CpCont_r_down_title_date {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #aeaebd;
  line-height: 19px;
}
.AlCont_r_down_cont {
  margin-top: 30px;
}
/* 新闻中心 */
.NewList {
}

.NewList li {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}
.NewList_line {
  position: absolute;
  left: 0;
  bottom: -1px;
  /* width: 140px; */
  height: 1px;
  background: #2fc16e;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  /* animation: border 3s ease-in normal; */
}
@keyframes border {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.NewList_l div {
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  width: 280px;
  height: 200px;
  /* background: rgba(47, 193, 110, 0.1); */
  background-color: #e9f9f0;
  border-radius: 0px 0px 0px 0px;
  /* opacity: 0.1; */
}
.NewList_l div img {
  width: 260px;
  height: 180px;
}
.NewList_r {
  margin-left: 27px;
}
.NewList_r_title {
  margin-top: 18px;
  font-size: 24px;
  font-family: SourceHanSansCN-Medium-, SourceHanSansCN-Medium;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.NewList_r_cont {
  margin: 20px 0;
  height: 72px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  font-weight: normal;
  color: #aeaebd;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.NewList_r_date {
  display: flex;
  align-items: baseline;
}
.NewList_r_date span:nth-child(1) {
  font-size: 28px;
  font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
  font-weight: normal;
  color: #aeaebd;
  line-height: 28px;
}
.NewList_r_date span:nth-child(2) {
  font-size: 14px;
  font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
  font-weight: normal;
  color: #aeaebd;
  line-height: 14px;
}
.NewList_r_more a {
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 150px;
  height: 45px;
  background: #2fc16e;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.NewList_r_more div:nth-child(1) {
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #ffffff;
  line-height: 45px;
}
.NewList_r_more div:nth-child(2) img {
  width: 17px;
  height: 13px;
  margin-left: 43px;
}
/* 荣誉资质 */
.RyCont {
  width: 100%;
}
.RyList {
  display: flex;
  flex-wrap: wrap;
}
.RyList li {
  width: 23%;
  margin: 20px 15px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.RyList li:nth-child(4n) {
  margin-right: 0;
}
.RyList li div:nth-child(1) img {
  width: 260px;
  /* height: ; */
}
.RyList li div:nth-child(1) {
  display: flex;
  flex-direction: column;
  flex: 2;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 19px;
}
.RyList li div:nth-child(2) {
  text-align: center;
}
/* 关于我们 */
.LxCont .container {
  padding-bottom: 60px;
}
.LxCont_title {
  padding: 60px 0;
  border-bottom: 3px solid #dbdbdb;
}
.LxCont_title h1 {
  text-align: center;
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: normal;
  color: #333333;
  line-height: 40px;
}
.LxCont_title p {
  margin: 30px auto 0;
  text-align: center;
  width: 632px;
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #666666;
  line-height: 24px;
}
.LxCont_cont {
  display: flex;
}
.LxCont_cont_l {
  width: 50%;
}
.LxCont_cont_l_top {
  margin: 162px 0;
}
.LxCont_cont_l_top h1 {
  margin-bottom: 30px;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 47px;
}
.LxCont_cont_l_top p {
  width: 488px;
  margin-top: 30px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 28px;
}
.LxCont_cont_l_centter h5 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 21px;
}
.LxCont_cont_l_centter p {
  width: 489px;
  margin-top: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #aeaebd;
  line-height: 20px;
}
.LxCont_input_row_title {
  margin-top: 60px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #a1a1a1;
  line-height: 19px;
}
.LxCont_input_row_title span {
  color: #cc0801;
}
.LxCont_input_row_input input {
  box-sizing: border-box;
  padding-left: 16px;
  height: 50px;
  border: 0;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  outline: none;
}
.LxCont_input_row_input textarea {
  width: 100%;
  height: 214px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 20px;

  margin-top: 20px;
  outline: none;
  border: 1px solid #dbdbdb;
}
.LxCont_cont_r {
  box-sizing: border-box;
  padding-left: 112px;
}
.LxCont_cont_r_top img {
  margin-top: 50px;
  width: 534px;
  height: 356px;
}
.LxCont_cont_r_down {
  margin-top: 190px;
}
.LxCont_cont_r_down_title h5 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: normal;
  color: #333333;
  line-height: 21px;
}
.LxCont_cont_r_down_title p {
  margin-top: 10px;
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #aeaebd;
  line-height: 21px;
}
.LxCont_cont_r_down_info {
  margin-top: 30px;
}
.LxCont_cont_r_down_info p {
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #1a1a1a;
  line-height: 30px;
}
.Weixin {
  margin-top: 28px;
  text-align: center;
  width: 120px;
}
.Weixin img {
  width: 120px;
  height: 120px;
}
.Weixin div:nth-child(2) {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #aeaebd;
  line-height: 19px;
}
/* 提交 */
.Tj {
  cursor: pointer;
  border: none;
  margin-top: 30px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 46px;
  background: #2fc16e;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
}
.Tj img {
  margin-top: 5px;
}
.Tj div:nth-child(2) {
  margin-left: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #ffffff;
  line-height: 46px;
}
