/*--=====================================网页通用========================================--*/
body {
  overflow-x: hidden;
}
a:hover {
  text-decoration: none!important;
}
.transition {
  transition: all 0.5s;
}
.wrpe {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrpe1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*--=====================================首页========================================--*/
/*--==================导航===================--*/
header.index-header {
  padding-left: 25px;
  padding-right: 25px;
  background: #f8f8f8;
}
header.index-header .uk-navbar-container {
  margin: 0;
}
header.index-header .left {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.index-header .right .lx {
  padding-top: 20px;
  padding-bottom: 20px;
}
header.index-header .right .lx i {
  margin-top: 10px;
  display: block;
  margin-right: 10px;
}
header.index-header .right .lx p {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 8px;
}
header.index-header .right .lx span {
  font-weight: bold;
  font-size: 24px;
}
header.index-header .mod-nav {
  margin-right: 0;
  padding-right: 0;
}
/*--==================移动端导航===================--*/
#offcanvas-flip .xl-nav {
  margin-top: 50px;
}
#offcanvas-flip .xl-nav > ul > li {
  text-align: center;
}
#offcanvas-flip .xl-nav > ul > li > a {
  line-height: 60px;
}
/*--=====================================首页主体内容========================================--*/
.index-main {
  /*--==================首页-产品中心===================--*/
  /*--==================首页-关于我们===================--*/
  /*--==================首页-工程案例===================--*/
  /*--==================首页-新闻资讯===================--*/
}
.index-main .index-product {
  padding-bottom: 120px;
  background-size: cover!important;
  background-position: 50% 50%;
  /*--产品标题--*/
  /*--产品分类--*/
  /*--产品列表--*/
}
.index-main .index-product .big-title {
  margin-top: 80px;
  margin-bottom: 15px;
}
.index-main .index-product .big-title b {
  font-size: 30px;
  color: #1c1c1c;
}
.index-main .index-product .big-title p {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-main .index-product .title-class {
  padding: 15px 0;
}
.index-main .index-product .title-class ul li {
  margin: 0 1px;
}
.index-main .index-product .title-class ul li a {
  display: block;
  padding: 0 18px;
  line-height: 35px;
  color: #666666;
  font-size: 14px;
  border-radius: 0;
  background-color: #ffffff;
  margin-top: 2px;
}
.index-main .index-product .title-class ul li:hover a {
  background-color: #0e6dcd;
  color: #ffffff;
}
.index-main .index-product .product-content {
  padding-bottom: 10px;
  /*--首个图片--*/
  /*--常规图片--*/
}
.index-main .index-product .product-content .more {
  height: 100%;
  min-height: 200px;
}
.index-main .index-product .product-content .more .xl-io-background {
  height: 100%;
  position: relative;
}
.index-main .index-product .product-content .more .xl-io-background a .xl-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.index-main .index-product .product-content .more .xl-io-background a .text-icon {
  padding-right: 30px;
  text-align: right;
  transition: all 0.5s;
}
.index-main .index-product .product-content .more .xl-io-background a .text-icon b {
  color: #ffffff;
  font-weight: bold;
}
.index-main .index-product .product-content .more .xl-io-background a .text-icon p {
  color: #cccccc;
  margin-top: 5px;
}
.index-main .index-product .product-content .more .xl-io-background a:hover .xl-black {
  background: rgba(0, 0, 0, 0);
}
.index-main .index-product .product-content .more .xl-io-background a:hover .text-icon {
  transform: translate(0, -15px);
}
.index-main .index-product .product-content .images .xl-background {
  background: #ffffff;
}
.index-main .index-product .product-content .images .xl-background p.xl-box {
  display: block;
  border-top: 1px solid #cccccc;
  padding: 15px 15px;
  font-size: 15px;
  margin: 0;
  color: #000000;
}
.index-main .index-about {
  /*--关于我们标题--*/
  /*--图标--*/
  /*--关于我们文字图片--*/
  /*--企业展示--*/
}
.index-main .index-about .big-title {
  margin-top: 80px;
  margin-bottom: 45px;
}
.index-main .index-about .big-title b {
  font-size: 30px;
}
.index-main .index-about .big-title p {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-main .index-about ul.about-icon {
  margin: 0;
  padding: 0;
}
.index-main .index-about ul.about-icon li i {
  font-size: 38px;
  color: #000000;
}
.index-main .index-about ul.about-icon li .right {
  padding-left: 10px;
}
.index-main .index-about ul.about-icon li .right b {
  font-size: 36px;
  display: block;
  margin-top: 5px;
  color: #666666;
}
.index-main .index-about ul.about-icon li .right b span {
  font-size: 16px;
  font-weight: inherit;
}
.index-main .index-about ul.about-icon li .right p {
  margin: 0;
}
.index-main .index-about .content {
  margin-top: 55px;
}
.index-main .index-about .content .left-text {
  margin-top: 15px;
  padding-right: 60px;
}
.index-main .index-about .content .left-text b {
  font-size: 24px;
  color: #333333;
  display: block;
}
.index-main .index-about .content .left-text span {
  display: block;
  height: 1px;
  background: #e5e5e5;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
.index-main .index-about .content .left-text span i {
  display: block;
  width: 50px;
  height: 1px;
  background: #f29b76;
  left: 0;
}
.index-main .index-about .content .left-text .text a {
  display: inline-block;
  background: #ffffff;
  color: #333333;
  padding: 4px 40px;
  border-radius: 50px;
  border: 1px solid #666666;
  transition: all 0.5s;
}
.index-main .index-about .content .left-text .text a:hover {
  background: #0e6dcd;
  color: #ffffff;
  border: 1px solid #0e6dcd;
}
.index-main .index-about .display {
  margin-top: 55px;
  overflow: hidden;
}
.index-main .index-about .display .title ul.uk-subnav {
  border-bottom: 1px solid #eeeeee;
}
.index-main .index-about .display .title ul.uk-subnav li a {
  font-size: 16px;
}
.index-main .index-about .display .title ul.uk-subnav li.uk-active a {
  background: #0e6dcd;
}
.index-main .index-case {
  /*--工程案例标题--*/
  /*--主体内容--*/
}
.index-main .index-case .big-title {
  margin-top: 80px;
  margin-bottom: 45px;
}
.index-main .index-case .big-title b {
  font-size: 30px;
}
.index-main .index-case .big-title p {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-main .index-case .case {
  overflow: hidden;
}
.index-main .index-case .case .list-case {
  height: 100%;
  /*--工程案例推荐大图--*/
  /*--工程案例小图--*/
}
.index-main .index-case .case .list-case .first-case a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.index-main .index-case .case .list-case .first-case a .xl-bg {
  position: relative;
  transition: all 0.5s;
  background-position: 50% 50%;
  background-size: cover;
}
.index-main .index-case .case .list-case .first-case a .xl-bg .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.index-main .index-case .case .list-case .first-case a .xl-bg .cover p {
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  padding-left: 15px;
  color: #ffffff;
  transform: translate(0 0);
  transition: all 0.5s;
}
.index-main .index-case .case .list-case .first-case a .xl-bg .cover p span {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.5s;
}
.index-main .index-case .case .list-case .first-case a:hover .xl-bg {
  transform: scale(1.08);
}
.index-main .index-case .case .list-case .first-case a:hover .xl-bg .cover {
  background-color: rgba(0, 0, 0, 0.1);
}
.index-main .index-case .case .list-case .first-case a:hover .xl-bg p {
  transform: translate(10px, 0);
}
.index-main .index-case .case .list-case .first-case a:hover .xl-bg p span {
  opacity: 1;
  transform: translate(10px, 0);
}
.index-main .index-case .case .list-case .images-img {
  position: relative;
  overflow: hidden;
}
.index-main .index-case .case .list-case .images-img a img {
  transform: scale(1);
  transition: all 0.5s;
}
.index-main .index-case .case .list-case .images-img a .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  transition: all 0.5s;
}
.index-main .index-case .case .list-case .images-img a .text p {
  position: absolute;
  bottom: 0;
  left: 25px;
  color: #ffffff;
  transform: translate(0, 0);
  transition: all 0.5s;
  padding-right: 15px;
}
.index-main .index-case .case .list-case .images-img a .text p span {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.5s;
}
.index-main .index-case .case .list-case .images-img a:hover img {
  transform: scale(1.08);
}
.index-main .index-case .case .list-case .images-img a:hover .text {
  background: rgba(0, 0, 0, 0.1);
}
.index-main .index-case .case .list-case .images-img a:hover .text p {
  transform: translate(10px, 0);
}
.index-main .index-case .case .list-case .images-img a:hover .text p span {
  opacity: 1;
  transform: translate(10px, 0);
}
.index-main .index-news {
  overflow: hidden;
  padding-bottom: 80px;
  /*--新闻资讯标题--*/
  /*--新闻资讯列表--*/
}
.index-main .index-news .big-title {
  margin-top: 80px;
  margin-bottom: 45px;
}
.index-main .index-news .big-title b {
  font-size: 30px;
}
.index-main .index-news .big-title p {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-main .index-news .news-content {
  overflow: hidden;
}
.index-main .index-news .news-content .left {
  background-color: #eeeeee;
  padding: 45px;
}
.index-main .index-news .news-content .left b {
  font-size: 18px;
  font-weight: inherit;
  display: block;
  color: #333333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-main .index-news .news-content .left b:hover {
  color: #0e6dcd;
}
.index-main .index-news .news-content .left time {
  font-size: 14px;
  display: block;
  margin-top: 25px;
  margin-bottom: 35px;
}
.index-main .index-news .news-content .left a.more {
  display: inline-block;
  background: #eeeeee;
  color: #333333;
  padding: 4px 40px;
  border-radius: 50px;
  border: 1px solid #999999;
  transition: all 0.5s;
  margin-top: 70px;
}
.index-main .index-news .news-content .left a.more:hover {
  background: #0e6dcd;
  color: #ffffff;
  border: 1px solid #0e6dcd;
}
.index-main .index-news .news-content .right ul li:first-child {
  margin-top: 0;
}
.index-main .index-news .news-content .right ul li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  margin-top: 16px;
}
.index-main .index-news .news-content .right ul li .text-wz b {
  color: #333333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-main .index-news .news-content .right ul li .text-wz b:hover {
  color: #0e6dcd;
}
.index-main .index-news .news-content .right ul li .text-wz p {
  color: #999999;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-main .index-news .news-content .right ul li .text-wz p:hover {
  color: #0e6dcd;
}
.index-main .index-news .news-content .right ul li .right-time time span {
  margin-left: 15px;
}
/*--=====================================通用脚部========================================--*/
footer.index-footer {
  /*--用户留言--*/
  /*--网站底部--*/
}
footer.index-footer .footer-form {
  background: #0e6dcd;
  overflow: hidden;
}
footer.index-footer .footer-form .ly-list {
  padding: 20px 0;
}
footer.index-footer .footer-form .ly-list > b {
  line-height: 45px;
  color: #ffffff;
  min-width: 140px;
}
footer.index-footer .footer-form .ly-list form {
  width: 100%;
}
footer.index-footer .footer-form .ly-list form input {
  border-radius: 3px;
}
footer.index-footer .footer-form .ly-list form em {
  display: block;
  height: 43px;
  width: 1px;
  background-color: #cccccc;
  margin: 0 45px;
}
footer.index-footer .footer-form .ly-list form .xl-button button {
  border-radius: 3px;
}
footer.index-footer .footer-box {
  background-color: #333333;
  padding: 35px 0;
}
footer.index-footer .footer-box .content {
  /*--右侧公司介绍--*/
  /*--中间公司导航--*/
  /*--左侧联系方式--*/
}
footer.index-footer .footer-box .content .left-text > a {
  font-size: 30px;
  color: #ffffff;
  display: block;
  font-weight: bold;
}
footer.index-footer .footer-box .content .left-text span {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
}
footer.index-footer .footer-box .content .left-text b {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
  display: block;
}
footer.index-footer .footer-box .content .left-text p {
  color: #cccccc;
  font-size: 14px;
}
footer.index-footer .footer-box .content .left-text ul li:first-child {
  font-weight: bold;
}
footer.index-footer .footer-box .content .left-text ul li {
  color: #cccccc;
}
footer.index-footer .footer-box .content .left-text ul li a {
  color: #cccccc;
  margin: 0 10px;
}
footer.index-footer .footer-box .content .center-nav dl {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
}
footer.index-footer .footer-box .content .center-nav dl dt {
  margin-bottom: 15px;
}
footer.index-footer .footer-box .content .center-nav dl dt a {
  font-weight: bold;
  color: #cccccc;
  font-size: 20px;
  display: block;
}
footer.index-footer .footer-box .content .center-nav dl dt a:hover {
  color: #ffffff;
}
footer.index-footer .footer-box .content .center-nav dl dt span {
  display: block;
  height: 1px;
  background-color: #ffffff;
  width: 40px;
  margin-top: 15px;
}
footer.index-footer .footer-box .content .center-nav dl dd {
  margin: 0;
}
footer.index-footer .footer-box .content .center-nav dl dd a {
  color: #cccccc;
  display: block;
  padding: 5px 0;
}
footer.index-footer .footer-box .content .center-nav dl dd a:hover {
  color: #ffffff;
}
footer.index-footer .footer-box .content .right-fw b {
  font-weight: bold;
  color: #cccccc;
  font-size: 20px;
  display: block;
}
footer.index-footer .footer-box .content .right-fw em {
  display: block;
  height: 1px;
  background-color: #ffffff;
  margin-top: 15px;
}
footer.index-footer .footer-box .content .right-fw ul.dh-footer li {
  color: #ffffff;
  margin-bottom: 15px;
}
footer.index-footer .footer-box .content .right-fw ul.dh-footer li span {
  margin-right: 5px;
  color: #ffffff;
}
footer.index-footer .footer-box .content .right-fw .eup img {
  max-width: 90px;
}
footer.index-footer .footer-box .content .right-fw .eup p {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}
footer.index-footer .bq-footer {
  background: #333333;
  border-top: 1px solid #535252;
}
footer.index-footer .bq-footer p {
  color: #ffffff;
  padding: 15px 0;
  margin-bottom: 0;
}
footer.index-footer .bq-footer p a {
  color: #ffffff;
  margin: 0 10px;
}
/*--=====================================内页通用banner========================================--*/
.general-banner .banner-height {
  height: 300px;
}
.general-banner .middle b {
  font-size: 36px;
  color: #ffffff;
}
.general-banner .middle p {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.general-banner .path {
  font-size: 14px;
  color: #666666;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}
.general-banner .path span {
  font-size: 18px;
}
.general-banner .path span i {
  font-size: 14px;
  font-style: normal;
  color: #666666;
}
.general-banner .path a {
  color: #666666;
  margin-left: 5px;
  margin-right: 5px;
}
.general-banner .path a:hover {
  color: #0e6dcd;
}
/*--=====================================产品列表========================================--*/
.pr-list {
  background-color: #fafafa;
  padding-bottom: 80px;
  /*--栏目--*/
  /*--产品列表--*/
}
.pr-list ul.pr-column {
  margin-top: 60px;
}
.pr-list ul.pr-column li {
  margin: 0;
}
.pr-list ul.pr-column li span {
  font-size: 16px;
  margin-right: 5px;
  color: #2b2c2c;
}
.pr-list ul.pr-column li a {
  color: #2b2c2c;
  padding: 5px 15px;
  display: block;
  font-size: 16px;
  position: relative;
}
.pr-list ul.pr-column li a i {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pr-list ul.pr-column li:hover a {
  color: #0e6dcd;
}
.pr-list ul.pr-column li:first-child {
  padding-right: 15px;
}
.pr-list ul.pr-column li:first-child a {
  padding: 5px 0;
}
.pr-list ul.pr-column li:first-child a span {
  color: #0e6dcd;
}
.pr-list ul.pr-column li.active a {
  color: #0e6dcd;
}
.pr-list .product-content .images .xl-background {
  background: #ffffff;
}
.pr-list .product-content .images .xl-background p.xl-box {
  display: block;
  border-top: 1px solid #f5f5f5;
  padding: 15px 15px;
  font-size: 15px;
  margin: 0;
  color: #000000;
}
.pr-list .more {
  text-align: center;
}
.pr-list .more a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #ffffff;
  font-size: 14px;
  border: #cccccc;
  margin-top: 80px;
  color: #333333;
  border-radius: 4px;
  transition: all 0.5s;
}
.pr-list .more a:hover {
  background-color: #0e6dcd;
  color: #ffffff;
}
/*--=====================================产品详情页========================================--*/
.pd-de {
  margin-top: 60px;
  margin-bottom: 80px;
  /*--参数介绍--*/
  /*--产品详情--*/
  /*--产品推荐--*/
}
.pd-de .cp-de .cp-left {
  border: 1px solid #b3b2b2;
}
.pd-de .cp-de .cp-right h1 {
  font-size: 24px;
  font-weight: bold;
}
.pd-de .cp-de .cp-right ul li {
  margin-bottom: 10px;
}
.pd-de .cp-de .cp-right ul li a {
  padding: 5px 15px;
  background-color: #c2d9ff;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 2px;
  color: #8F8F8F;
}
.pd-de .cp-de .cp-right p {
  font-size: 14px;
}
.pd-de .cp-de .cp-right a {
  display: inline-block;
  padding: 7px 30px;
  background-color: #1572e4;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
}
.pd-de .details {
  margin-top: 60px;
  border: 1px solid #f5f5f5;
}
.pd-de .details .title {
  background-color: #f5f5f5;
}
.pd-de .details .title b {
  display: inline-block;
  font-size: 20px;
  padding: 8px 45px;
  background-color: #ffffff;
  font-weight: normal;
}
.pd-de .details .content {
  padding: 50px;
}
.pd-de .details .content p {
  margin: 0;
}
.pd-de .recommend {
  margin-top: 60px;
}
.pd-de .recommend .title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.pd-de .recommend .title b {
  font-size: 24px;
  font-weight: normal;
}
.pd-de .recommend .re-list .xl-background {
  background-color: #fafafa;
  border: 1px solid #fafafa;
}
.pd-de .recommend .re-list .xl-background p.xl-box {
  display: block;
  border-top: 1px solid #f5f5f5;
  padding: 15px 15px;
  font-size: 15px;
  margin: 0;
  color: #000000;
}
/*--=====================================新闻列表页========================================--*/
.news-list {
  padding-bottom: 80px;
  /*--栏目--*/
  /*--新闻列表--*/
  /*--加载更多新闻--*/
}
.news-list ul.pr-column {
  margin-top: 60px;
}
.news-list ul.pr-column li {
  margin: 0;
}
.news-list ul.pr-column li span {
  font-size: 16px;
  margin-right: 5px;
  color: #2b2c2c;
}
.news-list ul.pr-column li a {
  color: #2b2c2c;
  padding: 5px 15px;
  display: block;
  font-size: 16px;
  position: relative;
}
.news-list ul.pr-column li a i {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news-list ul.pr-column li:hover a {
  color: #0e6dcd;
}
.news-list ul.pr-column li:first-child {
  padding-right: 15px;
}
.news-list ul.pr-column li:first-child a {
  padding: 5px 0;
}
.news-list ul.pr-column li:first-child a span {
  color: #0e6dcd;
}
.news-list ul.pr-column li.active a {
  color: #0e6dcd;
}
.news-list .news-content ul {
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}
.news-list .news-content ul li {
  border-top: 1px solid #eeeeee;
  padding-top: 25px;
  margin-bottom: 25px;
}
.news-list .news-content ul li .left a .zg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s;
}
.news-list .news-content ul li .left a:hover .zg {
  opacity: 0;
}
.news-list .news-content ul li .right b {
  color: #666666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list .news-content ul li .right b:hover {
  color: #0e6dcd;
}
.news-list .news-content ul li .right p {
  color: #666666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list .news-content ul li .right p:hover {
  color: #0e6dcd;
}
.news-list .news-content ul li .right .time {
  margin-top: 9px;
}
.news-list .news-content ul li .right .time span {
  margin-right: 25px;
}
.news-list .news-more {
  text-align: center;
  margin-top: 85px;
}
.news-list .news-more a {
  display: inline-block;
  padding: 7px 30px;
  background: #0e6dcd;
  color: #ffffff;
  border-radius: 3px;
}
/*--=====================================新闻详情页========================================--*/
.news-details {
  /*--新闻主体--*/
  /*--标签--*/
  /*--相关产品--*/
}
.news-details .xl-width {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}
.news-details .title {
  text-align: center;
}
.news-details .title h1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 45px;
}
.news-details .title .time time {
  font-size: 14px;
  margin-right: 15px;
  color: #999999;
}
.news-details .title .time span {
  font-size: 14px;
  color: #999999;
}
.news-details .content {
  margin-top: 45px;
}
.news-details .content p {
  margin: 0;
}
.news-details ul.tap {
  margin-top: 45px;
  margin-bottom: 45px;
}
.news-details ul.tap li a {
  padding: 5px 25px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #cccccc;
  font-size: 13px;
  margin-right: 10px;
  color: #999999;
}
.news-details ul.tap li a:hover {
  background-color: #0e6dcd;
  color: #ffffff;
  border: 1px solid #0e6dcd;
}
.news-details .recommend .title {
  text-align: left;
  padding-bottom: 25px;
}
.news-details .recommend .title b {
  font-size: 24px;
  font-weight: normal;
}
.news-details .recommend ul.red-list {
  padding-bottom: 25px;
}
.news-details .recommend ul.red-list li {
  padding-bottom: 15px;
}
.news-details .recommend ul.red-list li .left .xl-images {
  height: 100%;
  background-size: cover;
  transition: all 0.5s;
  background-position: 50% 50%;
}
.news-details .recommend ul.red-list li .left .xl-images:hover {
  background-size: 130%;
}
.news-details .recommend ul.red-list li .right {
  padding: 10px 20px;
  background-color: #eeeeee;
}
.news-details .recommend ul.red-list li .right p {
  font-size: 14px;
  margin-bottom: 0;
  color: #666666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
}
.news-details .recommend ul.red-list li .right p:hover {
  color: #0e6dcd;
}
.news-details .recommend ul.red-list li .right time {
  font-size: 12px;
}
/*--=====================================工程哪里展示========================================--*/
.case-list {
  background-color: #fafafa;
  padding-bottom: 80px;
  /*--栏目--*/
  /*--工程案例展示--*/
}
.case-list .case-list-aps {
  margin-top: 60px;
}
.case-list .product-content .images .xl-background {
  background: #ffffff;
}
.case-list .product-content .images .xl-background p.xl-box {
  display: block;
  border-top: 1px solid #f5f5f5;
  padding: 15px 15px;
  font-size: 15px;
  margin: 0;
  color: #000000;
}
.case-list .more {
  text-align: center;
}
.case-list .more a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #ffffff;
  font-size: 14px;
  border: #cccccc;
  margin-top: 80px;
  color: #333333;
  border-radius: 4px;
  transition: all 0.5s;
}
.case-list .more a:hover {
  background-color: #0e6dcd;
  color: #ffffff;
}
/*--=====================================关于我们========================================--*/
.about {
  margin-bottom: 80px;
  /*--栏目--*/
  /*--内容--*/
}
.about .about-title {
  margin-top: 60px;
}
.about .about-title h3 {
  font-weight: bold;
}
.about .about-text {
  margin-top: 15px;
  /*--图片--*/
  /*--广告位--*/
  /*--优势--*/
}
.about .about-text .images .images-op {
  width: 100%;
}
.about .about-text .about-lx {
  margin-top: 15px;
}
.about .about-text .about-lx .contact {
  padding: 25px 0 25px 25px;
}
.about .about-text .about-lx .contact .text b {
  color: #ffffff;
  font-size: 24px;
}
.about .about-text .about-lx .contact .text p {
  color: #ffffff;
  margin-bottom: 0;
}
.about .about-text .about-lx .contact .telephone span {
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}
.about .about-text .about-lx .contact .telephone small {
  color: #ffffff;
  line-height: 36px;
  margin-left: 15px;
  margin-right: 10px;
}
.about .about-text .about-lx .contact .telephone b {
  color: #ffffff;
  line-height: 36px;
  font-weight: bold;
  font-size: 25px;
}
.about .about-text .about-lx .contact .telephone a {
  display: inline-block;
  background-color: #ffffff;
  color: #0e6dcd;
  font-size: 14px;
  padding: 7px 25px;
}
.about .about-text .about-lx .contact .eup {
  text-align: center;
}
.about .about-text .about-lx .contact .eup .eup-right {
  padding-right: 25px;
}
.about .about-text .about-lx .contact .eup .eup-right p {
  margin-bottom: 0;
  color: #ffffff;
  margin-top: 10px;
}
.about .about-text .advantage {
  margin-top: 45px;
}
.about .about-text .advantage .text-s > b {
  font-size: 24px;
}
.about .about-text .advantage .text-s > p {
  line-height: 32px;
}
.about .about-text .advantage .text-s .box .left i {
  font-size: 54px;
  font-weight: bold;
  font-style: normal;
}
.about .about-text .advantage .text-s .box .left p {
  margin: 0;
  font-size: 14px;
}
.about .about-text .advantage .text-s .box .right i {
  font-size: 54px;
  font-weight: bold;
  font-style: normal;
}
.about .about-text .advantage .text-s .box .right p {
  margin: 0;
  font-size: 14px;
}
/*--=====================================联系我们========================================--*/
.xl-contact .about {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.xl-contact .about .left {
  background-color: #0e6dcd;
  height: 100%;
}
.xl-contact .about .left .padding-xl {
  padding: 35px;
}
.xl-contact .about .left .padding-xl ul li small {
  color: #ffffff;
  font-size: 16px;
}
.xl-contact .about .left .padding-xl ul li p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0;
}
.xl-contact .about .left .padding-xl ul li i {
  display: block;
  margin-top: 10px;
}
.xl-contact .about .left .padding-xl ul li i img {
  max-width: 93px;
}
.xl-contact .about .left .padding-xl ul li span {
  color: #ffffff;
}
/*# sourceMappingURL=less.css.map */
/*
     FILE ARCHIVED ON 08:16:36 Jul 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:46:46 Jun 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.263
  load_resource: 376.751
  PetaboxLoader3.resolve: 295.948
  PetaboxLoader3.datanode: 76.525 (2)
  loaddict: 30.592
*/