/*
 * @创建者: 庄晓辉 
 * @创建时间: 2021-04-03 16:13:25 
 * @上次修改者: 庄晓辉 
 * @上次修改时间: 2021-04-03 16:13:25 
 */

 /* Animate.css动画演示 */
@import "../css/animate.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.css";

/* 公共样式 */
@import "../css/public.css";

/* 顶部 */
.topbox {
  width: 100%;
  border-bottom: 1px solid #e3e2e2;
  line-height: 35px;
  font-size: 12px;
  color: #7a7a7a;
  font-family: SimSun;
}
.topbox a {
  float: left;
  color: #7a7a7a !important;
}
.topbox .layui-breadcrumb span{
  float: left;
}
.topbox a:hover {
  color: #0093f1 !important;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 34px 0;
}
.logo > a{
  width: 509px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 22px;
  color: #6e6e6e;
  font-size: 14px;
  background: url(/JS9FH1OPUIgEISIKDJgEJSAqKRODURAnHt.jpg) no-repeat left center;
  padding-left: 50px;
}
.header_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #f62318;
  font-family: Impact;
}

/* 搜索 */
.search{
  width: 234px;
  margin: 5px 30px 0 0;
  border: 1px solid #8f8f8f;
  border-radius: 4px;
}
.search>input{
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: none;
  color: #000;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.search>input::-webkit-input-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
} 
.search>input:-moz-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
} 
.search>button{
  width: 40px;
  float: left;
  height: 40px;
  background: url(/JS9FH1OPUHOEIRAEJ2gTDukQJyV.jpg) no-repeat left center;
  border: none;
  outline: none;
  cursor: pointer;
}

/* 导航 */
nav {
  background: #0093f1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.layui-nav{
    background-color: initial;
    padding: 0;
    border-radius: initial;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: initial;
    -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
    width: 14.285%;
    line-height: 52px;
}
.layui-nav .layui-nav-item > a{
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #ffd700;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #222;
}
.layui-nav .layui-nav-item:hover > a{
  color: #222;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0;
  border: none;
  line-height: 34px;
  background-color: rgba(0,147,241,0.8);
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #ffd700;
  color: #222;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #0093f1;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffd700;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-next {
  right: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(/JS9FH1OPUIcMHxVqKISAEEkMESV.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner .banner-prev {
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(/JS9FH1OPUIcMHxVqD0MDEkkMESV.jpg) no-repeat center center;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner:hover .banner-next {
  opacity: 1;
}
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页内容*/
/* 产品展示 */
.cpzs{
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.cpzs_title{
  display: block;
  overflow: hidden;
}
.cpzs_p{
  line-height: 42px;
  text-align: center;
  font-size: 36px;
  color: #999;
  text-transform: uppercase;
}
.cpzs_sp{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  line-height: 44px;
  font-size: 30px;
  color: #383838;
  font-weight: bold;
}
.cpzs_sp>div>span{
  color: #0093f1;
}
.cpzs_sp>div{
  float: left;
  position: relative;
  margin: 0 5px;
}
.cpzs_sp>div:first-child,
.cpzs_sp>div:last-child{
  width: 12px;
  float: left;
  height: 12px;
  border-radius: 50%;
  background-color: #c5c5c5;
}
.cpzs_sp>div:first-child::before,
.cpzs_sp>div:last-child::before{
  content: "";
  width: 125px;
  float: left;
  height: 3px;
  background-color: #bbb;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cpzs_sp>div:last-child::before{
  right: initial;
  left: 20px;
}
.cpzs_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  margin-top: 25px;
}
.cpzs_ul li{
  width: 50%;
  float: left;
  border-right: 1px solid #e7e7e7;
}
.cpzs_ul li:nth-child(even){
  border: none;
}
.cpzs_ul li a{
  width: 100%;
  float: left;
  display: flex;
  padding: 30px 25px;
}
.cpzs_ul li a .cpzs_B{
  width: 198px;
  float: left;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  display: flex;
}
.cpzs_ul li a .cpzs_B .cpzs_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cpzs_ul li a .cpzs_R{
  width: calc(100% - 198px);
  float: left;
  padding-left: 20px;
}
.cpzs_ul li a .cpzs_R .cpzs_pp{
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cpzs_ul li a .cpzs_R .cpzs_spp{
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.cpzs_ul li a .cpzs_R .cpzs_more{
  display: block;
  overflow: hidden;
  margin: 12px 0 6px 0;
  width: 92px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #cacaca;
  font-size: 12px;
  color: #fff;
}
.cpzs_ul li a:hover .cpzs_B .cpzs_img{
  transform: scale(1.1,1.1);
}
.cpzs_ul li a:hover .cpzs_R .cpzs_pp{
  color: #0093f1;
}
.cpzs_ul li a:hover .cpzs_R .cpzs_more{
  background-color: #0093f1;
}
.cpzs_contect{
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cpzs-imgbox{
  width: 40%;
  float: left;
  margin: 17px 0;
}
.cpzs-imgbox .swiper-slide a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.cpzs-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 65.0628%;
}
.cpzs-imgbox>.swiper-pagination-bullets{
  bottom: 18px;
  left: initial;
  right: 14px;
  width: auto;
}
.cpzs-imgbox .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  float: left;
  border-radius: initial;
  background: #fff;
  opacity: 1;
}
.cpzs-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0093f1;
}
.cpzs_right{
  width: 60%;
  float: left;
  background-color: #0093f1;
  position: relative;
  padding: 55px 40px 60px 40px;
}
.cpzs_right::before{
  content: "";
  width:0;
  height:0;
  border-right:17px solid #0093f1;
  border-top:17px solid transparent;
  border-bottom:0 solid transparent;
  position:absolute;
  left:-17px;
  top:0;
}
.cpzs_right::after{
  content: "";
  width:0;
  height:0;
  border-right:17px solid #0093f1;
  border-top:0 solid transparent;
  border-bottom:17px solid transparent;
  position:absolute;
  left:-17px;
  bottom:0;
}
.cpzs_titles{
  line-height: 34px;
  color: #fff;
  font-size: 16px;
}
.cpzs_titles>span{
  float: left;
  font-size: 30px;
  font-weight: bold;
  margin-right: 15px;
}
.cpzs_txt{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.cpzs_more{
  display: block;
  overflow: hidden;
  width: 92px;
  height: 32px;
  background-color: #fff;
  line-height: 32px;
  color: #0093f1;
  text-align: center;
  margin-top: 25px;
}

/* 关于&#80;&#71;&#30005;&#23376; */
.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(/JS9FH1OPUIEUK1ggHI4oJ0WH.jpg) no-repeat center center;
  background-size: cover;
  padding: 52px 0;
}
.gsjj .cpzs_p,
.gsjj .cpzs_sp{
  color: #fff;
}
.gsjj .cpzs_sp>div:first-child,.gsjj  .cpzs_sp>div:last-child {
  background-color: #fff;
}
.gsjj .cpzs_sp>div:first-child::before,.gsjj  .cpzs_sp>div:last-child::before {
  background-color: #fff;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.gsjj_more a{
  display: block;
  overflow: hidden;
  width: 92px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #0093f1;
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
}
.gsjj_more a:hover{
  background-color: #fff;
  color: #0093f1;
}

/* &#80;&#71;&#30005;&#23376;资讯 */
.newsbox{
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(#fff, #ececec);
  padding: 45px 0 50px 0;
}
.news{
  width: 65.75%;
  float: left;
}
.news_title{
  display: block;
  overflow: hidden;
}
.news_more{
  float: right;
  line-height: 34px;
  margin-top: 30px;
}
.news_more>a{
  color: #949494;
}
.news_more>a:hover{
  color: #0093f1;
  text-decoration: underline;
}
.news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #c0c0c0;
  text-transform: uppercase;
}
.news_sp{
  display: block;
  border-bottom: 1px solid #e6e6e6;
  height: 36px;
}
.news_sp>span{
  float: left;
  height: 37px;
  line-height: 34px;
  border-bottom: 3px solid #0093f1;
  font-size: 24px;
  color: #000;
}
.news_up{
  display: block;
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c6c6c6;
}
.news_up>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_up>a .news_B{
  width: 185px;
  float: left;
  display: flex;
  overflow: hidden;
}
.news_up>a .news_B .news_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_up>a .news_R{
  width: calc(100% - 185px);
  float: left;
  padding: 10px 0 10px 15px;
}
.news_up>a .news_R .news_pp{
  line-height: 28px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_up>a .news_R .news_txt{
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  color: #757575;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news_up>a .news_R .news_spp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 10px;
}
.news_up>a:hover .news_R .news_pp{
  color: #0093f1;
}
.news_up>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.news_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_ul li{
  width: calc(50% - 18px);
  float: left;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c6c6c6;
}
.news_ul li a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #313131;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.news_ul li a span{
  float: right;
  font-size: 12px;
  color: #a0a0a0;
  transition: all 0.4s;
}
.news_ul li a:hover{
  background-color: #0093f1;
  color: #fff;
}
.news_ul li a:hover span{
  color: #fff;
}

/* 视频展示 */
.video{
  width: 31.75%;
  float: right;
}
.video-imgbox{
  margin-top: 30px;
}
.video-imgbox .swiper-slide{
  padding-top: 56.16798%;
  cursor: pointer;
}
.video-imgbox .swiper-slide::before{
  content: "";
  width: 60px;
  float: left;
  height: 60px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.video-imgbox .swiper-slide::after{
  content: "";
  width:0;
  height:0;
  border-left:24px solid #000;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  position:absolute;
  left:50%;
  top:50%;
  margin:-14px 0 0 -8px;
  z-index: 5;
}
.video-imgbox .swiper-slide>video{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.video-prev,
.video-next{
  width: calc(50% - 0.5px);
  height: 44px;
  line-height: 44px;
  background-color: #009df4;
  font-size: 14px;
  color: #fff;
  text-align: center;
  outline: none;
  cursor: pointer;
  margin-top: 10px;
}
.video-prev:hover,
.video-next:hover{
  background-color: #027ec2;
}
/* 视频弹出框 */
.video-body{
  overflow: hidden;
}
.video_tck{
  display: none;
  width: 100%;
  height: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999999;
  background-color: rgba(0,0,0,0.8);
}
.off{
  width: 40px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.video_tck>video{
  width: 100%;
  float: left;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  outline: none;
}

/* 工程案例 */
.case{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.case-imgbox{
  margin-top: 25px;
}
.case-imgbox .swiper-slide a{
  display: block;
  overflow: hidden;
  background-color: #eee;
  padding: 1px;
}
.case-imgbox .swiper-slide a .case_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #fff;
}
.case-imgbox .swiper-slide a .case_B .case_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-imgbox .swiper-slide a .case_B .case_img::before{
  content: "";
  display: block;
  padding-top: 70.758123%;
}
.case-imgbox .swiper-slide a .case_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.case-imgbox .swiper-slide a:hover{
  background-color: #009df4;
}
.case-imgbox .swiper-slide a:hover .case_B .case_img{
  transform: scale(1.1,1.1);
}
.case-imgbox .swiper-slide a:hover .case_txt{
  color: #fff;
}
/*END-首页内容*/

/* 底部 */
footer {
  background: #262626;
}
.link{
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  font-size: 16px;
  color: #fff;
}
.link>span{
  float: left;
}
.link>a{
  margin: 0 10px;
  color: #fff;
}
.link>a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
}
.footer>div{
  float: left;
  border-right: 1px solid rgba(255,255,255,0.7);
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_ul li a{
  color: #fff;
}
.footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_gy{
  width: 10.5%;
}
.footer_cp{
  width: 14.75%;
  text-align: center;
}
.footer_news{
 width: 14.5%;
 text-align: center;
}
.footer_lx{
  width: 33%;
  padding-left: 45px;
  border-right: none !important;
}
.footer_txt{
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footer_wx{
  width: 27.25%;
  border-right: none !important;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
}
.footer_wx img{
  width: 124px;
  float: left;
  height: 124px;
  margin: 8px 20px 0 0;
}
.footer_wx span:nth-child(2){
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  margin-top: 16px;
}
.footer_wx span:nth-child(3){
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 24px;
  font-weight: bold;
}
.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #0093f1;
  text-align: center;
  line-height: 20px;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于&#80;&#71;&#30005;&#23376; */
.main{
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.main_left{
  width: 270px;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  background-color: #0093f1;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.about_ul{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: initial;
}
.about_ul>li{
  display: block;
  overflow: hidden;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  padding: 0 30px;
  background-image: linear-gradient(#fefefe, #ebebeb);
  font-size: 14px;
  color: #272727;
  border-bottom: 1px solid #ccc;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  padding-left: 30px;
  background: url(/JS9FH1OPUIWJJxEToS1JKyjqESgJ.jpg) no-repeat left center;
}
.about_ul>li:hover>a{
  color: #0093f1;
}
.about_ul>li.about_on>a{
  color: #0093f1;
}
.about_dl{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  transition: initial;
}
.about_dl>dd{
  display: block;
  overflow: hidden;
}
.about_dl>dd>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #3e3e3e;
  text-align: center;
  padding: 0 30px;
}
.about_dl>dd>a:hover{
  color: #0093f1;
}
.about_B{
  display: block;
  overflow: hidden;
}
.about_B img{
  width: 100;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.main_right{
  width: 895px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  line-height: 34px;
}
.dqwz_p{
  float: left;
  font-size: 18px;
  color: #1a1a1a;
}
.dqwz_sp{
  float: right;
  font-size: 14px;
  color: #afafaf;
}
.dqwz_sp>span{
  color: #0093f1;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.company img{
  max-width:100%;
}
.company table{
  width:100% !important;
}
.company table tr td p{
  word-break:break-all;
}
/* 产品展示/工程案例 */
.cp_ul{
  display: block;
  overflow: hidden;
  width: 921px;
}
.cp_ul li{
  width: 281px;
  float: left;
  margin: 0 26px 30px 0;
}
.cp_ul li a{
  display: block;
  overflow: hidden;
  background-color: #eee;
  padding: 1px;
}
.cp_ul li a .case_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #fff;
}
.cp_ul li a .case_B .case_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cp_ul li a .case_B .case_img::before{
  content: "";
  display: block;
  padding-top: 70.758123%;
}
.cp_ul li a .case_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.cp_ul li a:hover{
  background-color: #009df4;
}
.cp_ul li a:hover .case_B .case_img{
  transform: scale(1.1,1.1);
}
.cp_ul li a:hover .case_txt{
  color: #fff;
}
.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.cpxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0;
  color: #666;
  border-bottom: 1px dashed #ccc;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding-top: 10px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

/* &#80;&#71;&#30005;&#23376;资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}
.xw_ul li>a .news_B{
  width: 185px;
  float: left;
  display: flex;
  overflow: hidden;
}
.xw_ul li>a .news_B .news_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xw_ul li>a .news_R{
  width: calc(100% - 185px);
  float: left;
  padding: 10px 0 10px 15px;
}
.xw_ul li>a .news_R .news_pp{
  line-height: 28px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.xw_ul li>a .news_R .news_txt{
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  color: #757575;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.xw_ul li>a .news_R .news_spp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 10px;
}
.xw_ul li>a:hover{
  background-color: #0093f1;
}
.xw_ul li>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.xw_ul li>a:hover .news_R .news_pp,
.xw_ul li>a:hover .news_R .news_txt,
.xw_ul li>a:hover .news_R .news_spp{
  color: #fff;
}

/* 视频展示 */
.video_ul li a .case_B{
  position: relative;
  padding-top: 70.758123%;;
}
.video_ul li a .case_B::before{
  content: "";
  width: 60px;
  float: left;
  height: 60px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.video_ul li a .case_B::after{
  content: "";
  width:0;
  height:0;
  border-left:24px solid #000;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  position:absolute;
  left:50%;
  top:50%;
  margin:-14px 0 0 -8px;
  z-index: 5;
}
.video_ul li a .case_B>video{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/
.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

@media (max-width: 1220px) {
/*首页内容*/
/* 产品展示 */
.cpzs{
  padding: 50px 0;
}
.cpzs_ul li a {
  padding: 25px 20px;
}
.cpzs_right {
  padding: 40px;
}

/* 关于&#80;&#71;&#30005;&#23376; */
.gsjj{
  padding: 40px 0;
}

/* &#80;&#71;&#30005;&#23376;资讯 */
.newsbox{
  padding: 40px 0;
}

/* 工程案例 */
.case{
  padding: 40px 0;
}
/*END-首页内容*/

/* 底部 */
.link{
  padding: 15px 0;
}
.footer_lx {
  padding-left: 30px;
}
.footer_cp {
  width: 12.75%;
}
.footer_news {
  width: 12.5%;
}
.footer_wx {
  width: 31.25%;
}
/* END-底部 */

/* 关于&#80;&#71;&#30005;&#23376; */
.main{
  padding: 50px 0;
}
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}

/* 产品展示/工程案例 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.33%;
  margin: 0 1% 30px 1%;
}

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #0093f1;
}

/* 头部 */
.header {
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 9999999;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}
.logo > a{
  width: 356px;
}
.logo_txt{
  width: 328px;
}

/* 导航 */
nav {
  background: none;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(0,147,241,0.8);
  position: absolute;
  right: 10px;
  top:0;
  transition: initial;
}
.layui-nav .layui-nav-item{
    width: 100%;
    line-height: 40px;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #ffd700;
}
.layui-nav .layui-nav-item:hover a{
  color: #333;
}
.layui-nav .layui-this{
  background-color: #ffd700;
}
.layui-nav .layui-this a{
  color: #333;
}
/* END */

/*首页内容*/
/* 产品展示 */
.cpzs{
  padding: 30px 0;
}
.cpzs_ul li a {
  padding: 15px;
}
.cpzs_ul li a .cpzs_B {
  width: 148px;
}
.cpzs_ul li a .cpzs_R {
  width: calc(100% - 148px);
}
.cpzs_contect {
  margin-top: 20px;
}
.cpzs_right {
  padding: 20px;
}
.cpzs_txt {
  margin-top: 10px;
  line-height: 24px;
}
.cpzs_more {
  margin-top: 10px;
}

/* 关于&#80;&#71;&#30005;&#23376; */
.gsjj{
  padding: 20px 0;
}

/* &#80;&#71;&#30005;&#23376;资讯 */
.newsbox{
  padding: 20px 0;
}
.news_up {
  margin-top: 15px;
  padding-bottom: 15px;
}
.news_ul li a {
  height: 38px;
  line-height: 38px;
}
.video-imgbox {
  margin-top: 15px;
}

/* 工程案例 */
.case{
  padding: 20px 0;
}
/*END-首页内容*/

/* 底部 */
.link{
  line-height: 24px;
}
.footer_lx {
  width: 26%;
  padding-left: 10px;
}
.footer_wx {
  width: 37.25%;
}
.footer_wx img {
  width: 104px;
  height: 104px;
  margin: 8px 10px 0 0;
}
/* END-底部 */

/* 关于&#80;&#71;&#30005;&#23376; */
.main{
  padding: 30px 0;
}
.main_left{
  width: 29%;
}
.main_right{
  width: 69%;
}

/* 产品展示/工程案例 */
.cp_ul li{
  margin: 0 1% 20px 1%;
}

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 15px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END */

/*首页内容*/
/* 产品展示 */
.cpzs{
  padding: 10px 0;
}
.cpzs_p {
  line-height: 24px;
  font-size: 16px;
}
.cpzs_sp {
  line-height: 26px;
  font-size: 20px;
}
.cpzs_ul {
  margin-top: 10px;
}
.cpzs_ul li{
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #e7e7e7;
}
.cpzs_ul li a {
  padding: 5px;
}
.cpzs_ul li a .cpzs_B {
  width: 118px;
}
.cpzs_ul li a .cpzs_R {
  width: calc(100% - 118px);
  padding-left: 10px;
}
.cpzs_ul li a .cpzs_R .cpzs_spp {
  line-height: 18px;
  height: 36px;
  font-size: 12px;
  margin-top: 4px;
}
.cpzs_ul li a .cpzs_R .cpzs_more {
  margin: 5px 0 0 0;
  width: 70px;
  height: 24px;
  line-height: 24px;
}
.cpzs_contect {
  margin-top: 10px;
}
.cpzs-imgbox {
  width: 100%;
  margin: 0;
}
.cpzs_right {
  width: 100%;
  padding: 10px;
}
.cpzs_titles {
  line-height: 30px;
  font-size: 14px;
}
.cpzs_titles>span {
  font-size: 20px;
  margin-right: 5px;
}

/* 关于&#80;&#71;&#30005;&#23376; */
.gsjj{
  padding: 10px 0;
}
.gsjj_txt {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.gsjj_more {
  padding-top: 10px;
}

/* &#80;&#71;&#30005;&#23376;资讯 */
.newsbox{
  padding: 10px 0;
}
.news {
  width: 100%;
}
.news_more {
  line-height: 24px;
  margin-top: 10px;
}
.news_p {
  line-height: 20px;
  font-size: 16px;
}
.news_sp {
  height: 32px;
}
.news_sp>span {
  height: 33px;
  line-height: 30px;
  font-size: 20px;
}
.news_up {
  margin-top: 10px;
  padding-bottom: 10px;
}
.news_up>a .news_B {
  width: 105px;
}
.news_up>a .news_R {
  width: calc(100% - 105px);
  padding: 0 0 0 10px;
}
.news_up>a .news_R .news_txt {
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  margin-top: 5px;
}
.news_up>a .news_R .news_spp {
  line-height: 16px;
  margin-top: 5px;
}
.news_ul li {
  width: 100%;
}
.news_ul li a {
  height: 32px;
  line-height: 32px;
}

/* 视频展示 */
.video {
  width: 100%;
  margin-top: 10px;
}
.video-imgbox {
  margin-top: 10px;
}

/* 工程案例 */
.case{
  padding: 10px 0;
}
.case-imgbox {
  margin-top: 10px;
}
.case-imgbox .swiper-slide a .case_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
/*END-首页内容*/

/* 底部 */
.link{
  line-height: 20px;
  font-size: 12px;
}
.link>span{
  font-size: 14px;
}
.link>a{
  margin: 0 4px;
}

/* END-底部 */

/* 关于&#80;&#71;&#30005;&#23376; */
.main{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  background-image: url(/JS9FH1OPUIcMHxVqDS5dJ1gFJxSrEk1RJ1L.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.about_ul{
  display: none;
}
.about_dl{
  display: none;
}
.main_right{
  width: 100%;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  line-height: 24px;
}

/* 产品展示/工程案例 */
.cp_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cp_ul li a .case_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

/* &#80;&#71;&#30005;&#23376;资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li>a{
  padding: 5px;
}
.xw_ul li>a .news_B{
  width: 105px;
}
.xw_ul li>a .news_R{
  width: calc(100% - 105px);
  padding: 0 0 0 10px;
}
.xw_ul li>a .news_R .news_txt {
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  margin-top: 5px;
}
.xw_ul li>a .news_R .news_spp {
  line-height: 16px;
  margin-top: 5px;
}

/*联系我们*/
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 62px;
  float: left;
  background: #fff;
}
.root {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background: #fff;
}
.root a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #0093f1;
  text-align: center;
}
.root a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.root a > div:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}
.root a:hover {
  background: #ffd700;
  color: #333;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 65px;
  z-index: 99999;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
  text-align: center;
  transition: initial;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #ffd700;
}
.dbbox .dbs img {
  max-width: 140px;
}
/* END */
.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 200;
    font-size: 14px;
    font-family: '微软雅黑';
}

.dock.close {
    z-index: 50;
}

.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
}

.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(/JS9FH1OPUIcKJy9OUHEoIt.jpg) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li.up i {
    background-position: -63px -150px;
}

.dock ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock ul.icons li.im i {
    background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
    background-position: -59px -66px;
}

.dock ul.icons li.down i {
    background-position: -63px -190px;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 15px 20px;
    height: 120px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}

.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 160px;
    height: 200px;
    line-height: 30px
}

.dock ul.icons li.im p {
    width: 140px;
    height: 200px;
    line-height: 30px
}

.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #00dfb9;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00dfb9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: White;
    background: #0f8773;
    border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
    width: 190px;
    height: 350px;
    line-height: 30px
}

.dock ul.icons li.wechat p img {
  margin: auto;
    border: 2px solid #000;
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 252px;
    right: 11px;
    width: 26px;
    height: 26px;
    background: url(/JS9FH1OPUIcKJy9OUHEoIt.jpg) no-repeat 0px -640px;
    cursor: pointer;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.dock a.switch.off {
    background-position: -32px -640px;
}
<!--耗时0.00041413307189941秒-->