/*  */

*::selection {
  background-color: #0490db !important;
}

/* 标题 */

.rongyu h2,
.g_zj h2,
.g_zj1 h2,
.g_newcon h2,
.section h2 {
  color: #0490db;
  letter-spacing: 4px;
}

.rongyu h2 b,
.g_zj h2 b,
.g_zj1 h2 b,
.g_newcon h2 b {
  padding-left: 0;
}

.rongyu {
  margin: 60px auto 40px;
}
.g_zj {
  height: auto;
}

/* header */

/* 头部调整高度 */
.g_top {
  height: 200px;
}
.g_top .m_top {
  height: 151px;
}
.top_t {
  height: 21px;
  line-height: 28px;
}

.top_c h2 b {
  color: #0490db;
}

.top_c p span {
  color: #14c91d;
}

.g_nav li a:hover,
.g_nav .cur a {
  background-color: #14c91d;
}

/* 产品 */
.g_pro.product-section-1 {
  padding-top: 30px;
  margin-top: 0;
}
.g_pro .m_pro .pro_hh {
  background: #0490db;
}

.g_pro .m_pro h2 {
  background: #0490db;
}

.g_pro .m_pro .flc {
  border: 4px solid #0490db;
  border-top: none;
}
.g_pro .m_pro h3 {
  background: none;
  padding-left: 40px;
  text-align: left;
}

.g_pro .ppody li {
  height: auto;
}

.g_pro .ppody .product_list li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.g_pro .ppody .product_list li a img {
  border-radius: 3px;
}

.g_pro .ppody .product_list li a img:hover {
  transition: all 0.5s !important;
  transform: scale(1.2);
}

.g_pro .m_pro h3:hover {
  background-color: #14c91d;
  cursor: pointer;
  color: #fff;
}
.g_pro .m_pro h3:hover a {
  color: #fff;
}

.g_pro .m_pro h2 {
  margin-bottom: 0;
}

/* 工程 */
.project-section.section {
  height: auto;
}

.project-section.section .project-item-box {
  display: flex;
  height: 500px;
}

.project-section.section .project-item-box .row {
  flex: 1;
}

.project-section.section .project-item-box .row:nth-child(1) {
  margin-right: 15px;
}

.project-section.section .project-item-box .row:nth-child(1) .project-item {
  background-size: cover;
}

.project-section.section .project-item-box .row:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-section.section .project-item-box .row:nth-child(2) .project-item {
  height: 48.5%;
}
.project-section.section .row:nth-child(2) .project-item:nth-child(1) {
  margin-bottom: 15px;
}

.project-section.section .project-item {
  height: 100%;
}
.project-section.section .project-item a {
  display: block;
  height: 100%;

  color: #fff;
  position: relative;
  overflow: hidden;
}
.project-section.section .project-item a .text-box {
  position: absolute;
  width: 100%;
  bottom: -30px;
  padding: 10px 30px;
  box-sizing: border-box;

  transition: all 0.4s;
  background-color: rgb(0, 0, 0, 0.25);
}
.project-section.section .project-item a .text-box .title {
  font-size: 20px;
}
.project-section.section .project-item a .text-box .info {
  font-size: 14px;
  color: #e3e3e3;
}
.project-section.section .project-item a .text-box .title::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #ffff;
  opacity: 0.6;
  margin: 10px 0;
}

.project-section.section .project-item .img-box {
  height: 100%;
  overflow: hidden;
}
.project-section.section .project-item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
}

.project-section.section .project-item-box .row .project-item:hover img {
  transform: scale(1.1);
}

.project-section.section .project-item-box .row .project-item:hover .text-box {
  padding-bottom: 50px;
}
/* 优势 */
.g_ys {
  height: 872px;
}

.g_ys .ysbd {
  height: 470px !important;
}

.g_ys .ysbd dl {
  padding-top: 30px;
}

.g_ys .yshd {
  transform: translateX(2.5px);
}

.g_ys .yshd li {
  border: none;
  background: none;
}

.g_ys .yshd li.on {
  border: none;
  background: #f6f6f6;
  box-shadow: 0 2px 6px #ccc;
}

.g_ys .content .ysbd dl:nth-child(n + 2) dd,
.g_ys .content .ysbd dl:nth-child(n + 2) dt {
  margin-top: 0;
}

.g_ys .yshd li {
  cursor: pointer;
}

.g_ys .ysbd dd h4 {
  color: #0490db;
}

.g_ys .ysbd dd p b {
  color: #0490db;
}

@media (max-width: 768px) {
  .g_ys .ysbd dl {
    /* padding-top: 30px; */
  }
}

/* 公司简介 */

.g_zj .content .m_zj .u_dlst1 {
  background: #fff;
  padding: 45px 30px;
  box-shadow: 0 0 10px #ccc;
}

.g_zj .content .m_zj .u_dlst1 .wz {
  margin-bottom: 10px;
}

.g_zj .content .m_zj .u_dlst1 .wz p {
  color: #6b6b6b;
  font-size: 15px;
}

.g_zj .content .m_zj .u_dlst1 em {
  display: inline-block;
  margin-right: 10px;
}

.g_zj .u_dlst1 dt {
  width: 550px;
}
.g_zj .u_dlst1 dd {
  width: 550px;
}

@media (max-width: 768px) {
  .g_zj .u_dlst1 dt {
    width: 100%;
  }
  .g_zj .u_dlst1 dd {
    width: 100%;
  }

  .g_zj .content .m_zj .u_dlst1 em {
    margin-right: 0;
  }

  .g_zj .content .m_zj .u_dlst1 h3 {
    line-height: 30px;
  }
  .g_zj .content .m_zj .u_dlst1 h3 em {
    font-size: 30px;
  }
}

/* 荣誉资质 */
.honor-section.section {
  width: 80%;
  background: #f7f6f6;
  margin: 0 auto;
  overflow: hidden;
}
.honor-section .more-btn {
  display: block;
  width: 190px;
  line-height: 45px;
  color: #fff;
  background-color: #0490db;
  margin: 20px auto 20px;
  text-align: center;
}
.honor-section .more-btn a {
  color: #fff;
  display: block;
  height: 100%;
}
.honor-section .more-btn:hover a {
  color: #fff;
}

.honor-section #honor-img-box li {
  margin: 0 10px;
}
.honor-section #honor-img-box li img {
  width: 100%;
}
.honor-section #honor-img-box .slick-arrow {
  display: none !important;
}

/* 厂房设备 */
.plant-section.section {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.plant-section #plant-img-box {
  position: relative;
}
.plant-section #plant-img-box li {
  margin: 0 10px;
  overflow: hidden;
}
.plant-section #plant-img-box li img {
  width: 100%;
  transition: all 0.4s;
}
.plant-section #plant-img-box li img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.plant-section #plant-img-box .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  z-index: 10;
}
.plant-section #plant-img-box .slick-arrow.slick-prev {
  background: url("../img/cursor-prev.png") no-repeat;
  background-size: contain;
  left: -5%;
}
.plant-section #plant-img-box .slick-arrow.slick-next {
  background: url("../img/cursor-next.png") no-repeat;
  background-size: contain;
  right: -5%;
}

/* 新闻 */
.g_newcon {
  /* padding: 60px 0; */
}

.g_newcon .g_news {
  width: 30.3333%;
  margin-right: 3%;
}

.g_news .newq li h3 a {
  font-weight: bold;
}

.g_news dt {
  padding-bottom: 25px;
}

ul.listsort {
  padding: 0;
}

ul.listsort li {
  padding: 0 0 5px 0;
  background: none;

  font-size: 14px;
}

ul.listsort li span {
  color: #787878;
}

/* 联系我们 */
.contact-section {
  padding-top: 0;
  height: auto;
  padding: 30px 0;
}

.contact-section .contact-item-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-section .contact-item-box .contact-item {
  width: 45%;
  height: 90px;

  display: flex;
  align-items: center;

  margin: 20px;
  padding: 25px 25px;
  box-shadow: 0 1px 5px 0 rgb(114 137 165 / 40%);
  border-radius: 6px;
  box-sizing: border-box;
}

.contact-section .contact-item-box .contact-item:hover {
  background: #0490db;
  cursor: pointer;
  color: #fff;
}

.contact-section .contact-item-box .contact-item .text-box {
  position: relative;
  margin-left: 30px;
  padding: 30px;
  font-size: 18px;
}

.contact-section .contact-item-box .contact-item .text-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  opacity: 0.27;
  background: #868686;
}

.contact-section .contact-item-box .contact-item:hover .text-box::after {
  background: #fff;
}

.contact-section .contact-item-box .contact-item:hover .text-box a {
  color: #fff;
}

/* 底部 */
.g_ft {
  background: #272f34;
}

.g_ft .f_ftcon h2 {
  text-align: left;
}
@media (max-width: 768px) {
  .g_ft .f_ftcon h2 {
    text-align: center;
  }
}

.g_ft .m_fnav a,
.g_ft .f_ftcon,
.g_ft .f_ftcon h2,
.g_ft .f_ftcon .li05 a,
.g_ft .fttel,
.g_ft .fttel b {
  color: #96989a;
}

.g_ft .f_ftcon li b {
  top: 7px;
}

.g_ft .fttel {
  top: 50%;
  transform: translateY(-50%);
}

/* link parts*/
#link {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #181c20;
  color: #929394;

  text-align: center;
}
.link {
  font: 100 14px/60px "微软雅黑";
}
.link span {
  font: 600 14px/60px "微软雅黑";
  color: #929394;
}

.link a {
  color: #929394;
}
#link .link a:hover {
  color: #fff;
}

/* 返回顶部 */
.client-2 {
  right: 5% !important;
}

.my-kefu-left a img {
  width: 45%;
  display: block;
  margin: 0 auto;
}

.client-2 .my-kefu-main {
  background: #0490db;
  transition: all 0.3s;
}

.client-2 .my-kefu-main:hover {
  background: #14c91d;
}

@media (max-width: 992px) {
  .g_newcon .g_news {
    width: 49%;
    margin-right: 1%;
  }
}
@media (max-width: 768px) {
  .g_newcon {
    padding: 30px 0;
  }

  .g_newcon .g_news {
    width: 100%;
    margin-right: 0;
  }
  .g_ft .f_ftcon {
    width: 100%;
  }

  .g_ft {
    padding-top: 18px;
  }

  .m_fnav {
    border-bottom: 1px solid #96989a;
    padding-bottom: 18px;
    text-align: center;
  }

  .g_newcon ul.listsort {
    padding: 0 6px;
  }

  .g_ft .f_ftcon .li01,
  .g_ft .f_ftcon .li04 {
    display: none;
  }

  .g_ft .f_ftcon .li05 {
    width: 100%;
    text-align: center;
    padding-bottom: 23px;
  }

  .fttel.f_pa {
    display: none;
  }
}

/* link */
#link {
  height: auto;
}
.link {
  width: 80%;
}
