/*
 * @创建者: 庄晓辉
 * @创建时间: 2021-04-18 16:25:07
 * @上次修改者: 庄晓辉
 * @上次修改时间: 2021-04-18 16:25:07
 */

 /* 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-top: 1px solid #ebebeb;
  border-bottom: 1px solid #e8e8e8;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
  font-family: SimSun;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.top_nav a {
  color: #999999;
  margin: 0 10px;
}
.top_nav a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #fb7a1c;
  text-decoration: underline;
}
.top_form{
  width: 128px;
  float: left;
  border: 1px solid #999;
  margin-top: 9px;
}
.top_form>input{
  width: calc(100% - 20px);
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  border: none;
  outline: none;
  padding: 0 5px;
}
.top_form>button{
  width: 20px;
  float: left;
  height: 20px;
  background: url(../images/top_ss.png) no-repeat left center;
  border: none;
  outline: none;
}

/* 头部 */
.header {
  width: 100%;
  padding: 32px 0;
}
.logo > a{
  width: 490px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.logo_txt{
  width: 404px;
}
.header_dianhua {
  line-height: 24px;
  color: #000;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 64px;
  margin-top: 11px;
}
.header_dianhua span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #fe670e;
  font-weight: bold;
}

/* 导航 */
nav {
  background: #00a1dd;
  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: 12.5%;
    line-height: 60px;
}
.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: #fb7a1c;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0;
  border: none;
  line-height: 40px;
  background-color: rgba(0,161,221,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: #fb7a1c;
  color: #fff;
}

/*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: #00a1dd;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fb7a1c;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-next {
  right: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background: url(../images/imgs/next.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(../images/imgs/prev.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;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
}
.search_form{
  width: 345px;
  float: right;
}
.search_inp1{
  width: calc(100% - 50px);
  float: left;
  border:2px solid #85c03f;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.search_inp1::-webkit-input-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
}
.search_inp1:-moz-placeholder{
  color: #c5c5c5;
  font-family: SimSun;
  font-size: 12px;
}
.search_btn{
  width: 50px;
  float: left;
  height: 40px;
  background-color: #85c03f;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: SimSun;
  font-size: 12px;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding-top: 8px;
  font-size:12px;
  font-family: SimSun;
  color: #4c4c4c;
}
.search_txt > a{
  float: left;
  margin: 0 5px;
  color: #4c4c4c;
}
.search_txt > a:hover{
  color: #85c03f;
}
.search_txt > .search_actived{
  color: #85c03f;
}
/* END */

/*首页内容*/
/* 行业分类 */
.Ind{
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
.Ind_title{
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  background: url(../images/title_heng.png) no-repeat center bottom;
  text-align: center;
}
.Ind_p{
  line-height: 30px;
  font-size: 24px;
  color: #999;
  text-transform: uppercase;
}
.Ind_sp{
  line-height: 48px;
  margin-top: 10px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.Ind_contect{
  display: block;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.Ind_box{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 110px 0;
}
.Ind_box>.container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.Ind_left{
  width: calc(50% + 30px);
  float: left;
  margin-left: -75px;
}
.Ind_left .Ind_left_box{
  width: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.55);
  padding: 35px 25px 40px 30px;
}
.Ind_left .Ind_left_box .Ind_pp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 26px;
  color: #fb7a1c;
}
.Ind_left .Ind_left_box .Ind_spp{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
}
.Ind_left .Ind_left_box .Ind_more{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  width: 205px;
  position: relative;
}
.Ind_left .Ind_left_box .Ind_more::before{
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow: hidden;
  transition: all 1s;
}
.Ind_left .Ind_left_box .Ind_more>a{
  width: 100%;
  float: left;
  height: 38px;
  line-height: 34px;
  border: 2px solid #fff;
  padding: 0 10px;
  font-size: 18px;
  color: #fb7a1c;
  position: relative;
  z-index: 2;
}
.Ind_left .Ind_left_box .Ind_more>a>span{
  float: right;
}
.Ind_left .Ind_left_box .Ind_more:hover::before{
  width: 100%;
}
.Ind_right{
  width: 41.75%;
  float: right;
}
.Ind_nav{
  display: block;
  overflow: hidden;
}
.Ind_nav li{
  width: 100%;
  float: left;
  border: 2px solid #fff;
  margin: 9px 0;
  position: relative;
}
.Ind_nav li a{
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #fb7a1c;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.Ind_nav li a>span{
  float: right;
}
.Ind_nav li.Ind_active::before{
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  background-color: #fff;
  animation: myfirst 5s;
	-webkit-animation: myfirst 5s;
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes myfirst
{
	from {
    width: 0;
    height: 100%;
  }
	to {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes myfirst
{
	from {
    width: 0;
    height: 100%;
  }
	to {
    width: 100%;
    height: 100%;
  }
}
.Ind_nav_txt{
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.Ind_imgbox{
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.Ind_imgbox>div{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}
.Ind_imgbox>div:first-child{
  display: block;
}
.Ind_imgbox>div::before{
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0,0,0,0.45);
  position: absolute;
  left: 0;
  top: 0;
}

.Ind_imgbox>div>video{
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
	object-fit: cover;
}

/* 产品中心 */
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 60px 0 50px 0;
}
.cpzx_spp{
  display: block;
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #888;
}
.cpzx_nav{
  display: block;
  overflow: hidden;
  padding: 21px 0 0 1px;
}
.cpzx_nav li{
  width: calc(14.285% + 1px);
  float: left;
  border: 1px solid #bebebe;
  margin: -1px 0 0 -1px;
  position: relative;
}
.cpzx_nav li a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.cpzx_nav li.cpzx_active a,
.cpzx_nav li a:hover{
  background-color: #fb7a1c;
  color: #fff;
}
.cpzx_nav li.cpzx_active{
  z-index: 2;
}
.cpzx_contect{
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.cpzx_contect>div{
  display: none;
  width: 100%;
  float: left;
  border: 1px solid #bebebe;
  position: relative;
}
.cpzx_contect>div:first-child{
  display: block;
}
.cpzx_contect>div .cpzx_left{
  width: 50%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #bebebe;
}
.cpzx_contect>div .cpzx_left>a{
  width: 100%;
  float: left;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cpzx_contect>div .cpzx_right{
  width: 50%;
  float: right;
  padding: 60px 30px 70px 35px;
}
.cpzx_contect>div .cpzx_right .cpzx_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #00a1dd;
  font-weight: bold;
  text-transform: uppercase;
}
.cpzx_contect>div .cpzx_right .cpzx_heng{
  display: block;
  overflow: hidden;
  width: 46px;
  height: 3px;
  background-color: #00a1dd;
  margin: 15px 0;
}
.cpzx_contect>div .cpzx_right .cpzx_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.cpzx_contect>div .cpzx_right .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.cpzx_contect>div .cpzx_right .cpzx_more{
  display: block;
  overflow: hidden;
  width: 252px;
  height: 50px;
  border: 2px solid #fb7a1c;
  border-radius: 8px;
  margin-top: 25px;
}
.cpzx_contect>div .cpzx_right .cpzx_more>a{
  width: 50%;
  float: left;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #fb7a1c;
  border-radius: 0 8px 8px 0;
}
.cpzx_contect>div .cpzx_right .cpzx_more>a:first-child,
.cpzx_contect>div .cpzx_right .cpzx_more>a:hover{
  background-color: #fb7a1c;
  color: #fff;
}
.cpzx_contect>div .cpzx_right .cpzx_more>a:last-child:hover{
  border-radius: 8px 0 0 8px;
}
.cpzx_row{
  display: block;
  position: relative;
  margin-top: 35px;
}
.cpzx-imgbox .swiper-slide .cpzx_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #bebebe;
}
.cpzx-imgbox .swiper-slide .cpzx_B .cpzx_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cpzx-imgbox .swiper-slide .cpzx_B .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 67.7536232%;
}
.cpzx-imgbox .swiper-slide .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #333;
}
.cpzx-imgbox .swiper-slide:hover .cpzx_B{
  border-color: #fb7a1c;
}
.cpzx-imgbox .swiper-slide:hover .cpzx_B .cpzx_img{
  transform: scale(1.1,1.1);
}
.cpzx-imgbox .swiper-slide:hover .cpzx_txt{
  color: #fb7a1c;
}
.cpzx-prev,
.cpzx-next{
  left: -80px;
  top: 50%;
  position: absolute;
  width: 44px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #999;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 9;
}
.cpzx-next{
  left: initial;
  right: -80px;
}
.cpzx-prev:hover,
.cpzx-next:hover{
  background-color: #fb7a1c;
}

/* 解决方案 */
.case{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
}
.case_contect{
  display: block;
  overflow: hidden;
  padding-top: 45px;
}
.case_leftB{
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.case_L{
  width: 50%;
  float: left;
  padding: 40px 30px 40px 35px;
}
.case_L .case_p{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 32px;
  color: rgba(255,255,255,0.2);
  font-weight: bold;
  text-transform: uppercase;
}
.case_L .case_sp{
  display: block;
  overflow: hidden;
  line-height: 34px;
  margin-top: -24px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.case_L .case_heng{
  display: block;
  overflow: hidden;
  width: 38px;
  height: 4px;
  background-color: #fff;
  margin-top: 10px;
}
.case_L .case_pp{
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.case_L .case_txt{
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.case_L .case_btn{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.case-left-prev,
.case-left-next{
  width: 26px;
  float: left;
  height: 26px;
  background-image: url(../images/case_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
}
.case-left-next{
  background-image: url(../images/case_right.png);
  margin-left: 12px;
}
.case_R{
  width: 50%;
  float: left;
  display: flex;
}
.case_R .case-left-imgbox{
  width: 100%;
  height: 100%;
}
.case_R .case-left-imgbox .swiper-slide a{
  width: 100%;
  float: left;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-right-prev,
.case-right-next{
  width: 26px;
  float: left;
  height: 26px;
  background-image: url(../images/case_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
}
.case-right-next{
  background-image: url(../images/case_right.png);
  margin-left: 12px;
}
.case_R .case-right-imgbox{
  width: 100%;
  height: 100%;
}
.case_R .case-right-imgbox .swiper-slide a{
  width: 100%;
  float: left;
  height: 100%;
}
.case_leftB:first-child .case_L{
  background-color: #fb7a1c;
}
.case_leftB:last-child .case_L{
  background-color: #00a1dd;
}

/* 选择我们的3大理由 */
.ys{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title>div{
  display: block;
  overflow: hidden;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
}
.ys_title img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_contect{
  display: block;
  overflow: hidden;
  padding-top: 55px;
}
.ys_left{
  width: 50%;
  float: right;
}
.ys_left img{
  width: 100%;
  display: block;
  height: auto;
}
.ys_right{
  width: 50%;
  float: left;
  padding-right: 50px;
}
.ys_ul{
  display: block;
  overflow: hidden;
}
.ys_ul li{
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.ys_ul li .ys_titleB{
  display: block;
  overflow: hidden;
}
.ys_ul li .ys_titleB .ys_sub{
  width: 55px;
  float: left;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #00a1df;
  font-family: Calibri;
  font-size: 36px;
  color: #fff;
  font-style: oblique;
  position: relative;
  margin-right: 30px;
}
.ys_ul li .ys_titleB .ys_sub::after{
  content: "";
  width:0;
  height:0;
  border-left: 18px solid #0078a5;
  border-top: 0 solid transparent;
  border-bottom: 42px solid transparent;
  position:absolute;
  right: -18px;
  bottom: 0;
}
.ys_ul li .ys_titleB .ys_p{
  display: block;
  overflow: hidden;
  height: 55px;
  line-height: 54px;
  border-bottom: 1px dotted #00458e;
  font-size: 18px;
  color: #00a1dd;
  font-weight: bold;
}
.ys_ul li .ys_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  margin-top: 15px;
  font-size: 14px;
  color: #000;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 30px;
  position: relative;
}
.ys_ul li .ys_txt::before{
  content: "";
  width: 10px;
  float: left;
  height: 10px;
  background-color: #00a1dd;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
}

/* 技术支持 */
.tec{
  width: 100%;
  overflow: hidden;
}
.tec_contect{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 35px;
}
.tec_left{
  width: 50%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tec_right{
  width: 50%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.tec_ul{
  width: 100%;
  float: left;
  max-width: 600px;
}
.tec_ul li{
  width: 100%;
  float: left;
  margin: 15px 0;
}
.tec_ul li .tec_sub{
  width: 70px;
  float: left;
  height: 44px;
  line-height: 60px;
  text-align: right;
  font-family: Impact;
  padding-right: 5px;
  font-size: 50px;
  color: #00a1dd;
  background-color: #fff;
  overflow: hidden;
}
.tec_ul li .tec_txt{
  width: calc(100% - 70px);
  float: left;
  margin-left: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  padding-left: 50px;
  position: relative;
}
.tec_ul li .tec_txt::before{
  content: "";
  width:0;
  height:0;
  border-left:31px solid #fff;
  border-top:0 solid transparent;
  border-bottom:44px solid transparent;
  position:absolute;
  left:0;
  top:0;
}

/* 关于我们 */
.gsjj{
  width: 100%;
  overflow: hidden;
  padding-top: 55px;
}
.gsjj_title{
  width: 50%;
  float: left;
  padding-bottom: 30px;
}
.gsjj_p{
  display: block;
  overflow: hidden;
  line-height: 94px;
  font-size: 112px;
  color: #f8f8f8;
  text-transform: uppercase;
  font-weight: bold;
}
.gsjj_sp{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-left: 3px solid #00a1dd;
  padding-left: 10px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}
.gsjj_sp>span{
  color: #00a1dd;
}
.gsjj_contect{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.gsjj_left{
  width: 50%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: -119px;
}
.gsjj_right{
  width: 50%;
  float: left;
  background-color: #f8f8f8;
  position: relative;
}
.gsjj_right::before{
  content: "";
  width: 1920px;
  float: left;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  right: 0;
  top: 0;
}
.gsjj_box{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 30px 70px 30px 35px;
}
.gsjj_box::before{
  content: "";
  width: 3px;
  float: left;
  height: 100%;
  background-color: #00a1dd;
  position: absolute;
  left: 0;
  top: 0;
}
.gsjj_box::after{
  content: "";
  width: 3px;
  float: left;
  height: 92px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gsjj_box .gsjj_pp{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #333;
}
.gsjj_box .gsjj_spp{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-top: 5px;
}
.gsjj_box .gsjj_txt{
  display: block;
  overflow: hidden;
  height: 210px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.gsjj_box .gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.gsjj_box .gsjj_more>a{
  width: 120px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #00a1dd;
  font-size: 14px;
  color: #fff;
}
.gsjj_box .gsjj_more>a:hover{
  background-color: #fb7a1c;
  color: #fff;
}

/* 最新资讯 */
.news{
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 45px;
}
.com{
  width: 30.25%;
  float: left;
}
.com_title{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.com_title>span{
  float: left;
  font-size: 24px;
  color: #009bd5;
  margin-right: 5px;
}
.com_ul{
  display: block;
  overflow: hidden;
}
.com_ul li{
  display: block;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 4px solid #dbdbdb;
}
.com_ul li .com_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.com_ul li .com_p>span{
  width: 36px;
  float: left;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  background-color: #009bd5;
  font-size: 18px;
  color: #fff;
  margin-right: 16px;
}
.com_ul li .com_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.com_ul li .com_txt>span{
  width: 36px;
  float: left;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  background-color: #fb7a1c;
  font-size: 18px;
  color: #fff;
  margin-right: 16px;
}
.com_ul li:hover .com_p{
  color: #fb7a1c;
}
.news_R{
  width: 66%;
  float: right;
}
.news_nav{
  display: block;
  overflow: hidden;
}
.news_nav li{
  width: 50%;
  float: left;
  border: 1px solid #e7e7e7;
}
.news_nav li a{
  display: block;
  overflow: hidden;
  height: 78px;
  line-height: 78px;
  text-align: left;
  background-color: #dbdbdb;
  font-size: 18px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.news_nav li a:hover,
.news_nav li.news_active a{
  background-color: #009bd5;
  color: #fff;
}
.news_box{
  display: block;
  overflow: hidden;
  border: 2px solid #e7e7e7;
  border-top: none;
  padding: 30px;
}
.news_box>div{
  display: none;
}
.news_box>div:first-child{
  display: block;
}
.news_up{
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dotted #333;
  margin-bottom: 30px;
}
.news_up>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_up>a .news_B{
  width: 214px;
  float: left;
  overflow: hidden;
  display: flex;
}
.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% - 214px);
  float: left;
  padding: 10px 0 15px 25px;
}
.news_up>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_up>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news_up>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}
.news_up>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.news_up>a:hover  .news_R .news_p{
  color: #00a1dd;
}
.news_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.news_ul li{
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.news_ul li a{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.news_ul li a:hover{
  color: #00a1dd;
}
/*END-首页内容*/

/* 底部 */
footer {
  background: #009bd5;
}
footer>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.footer_p::after{
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.footer_cp{
  width: 27.25%;
  float: left;
  border-right: 1px solid #00a8e6;
  padding: 30px 10px 20px 0;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  width: 50%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer_ul li a{
  color: #fff;
}
.footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_case{
  width: 14.25%;
  float: left;
  border-right: 1px solid #00a8e6;
  padding: 30px 0 20px 35px;
}
.footer_ul1 li{
  width: 100%;
}
.footer_lx{
  width: 58.5%;
  float: left;
  padding: 30px 0 20px 40px;
}
.footer_txt{
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.footer_wx{
  width: 264px;
  float: right;
  margin-top: -40px;
}
.footer_wx>img{
  width: 124px;
  float: left;
  height: 124px;
  margin-left: 8px;
}
.footer_wx>span{
  width: 100%;
  float: left;
  text-align: center;
}
.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #0086b8;
  text-align: center;
  line-height: 20px;
  padding: 14px 0;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.main_left{
  width: 262px;
  float: left;
}
.about{
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.about_title{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: url(../images/about_title.jpg) no-repeat center center;
  background-size: cover;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  background-color: #ededed;
  text-align: center;
  font-size: 16px;
  color: #5e5e5e;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  background-color: #00a1dd;
  color: #fff;
}
.about_ul>li ul{
  display: none;
  overflow: hidden;
  padding: 0 5px;
}
.about_ul>li ul li{
  display: block;
  overflow: hidden;
  border-top: 1px dotted #c9ccce;
}
.about_ul>li ul li a{
  display: block;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  text-align: left;
  font-size: 14px;
  color: #8a8a8a;
}
.about_ul>li ul li a:hover{
  color: #fb7a1c;
}











.about_B{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.about_B img{
  width: 100%;
  display: block;
  height: auto;
}
.about_B span{
  display: block;
  overflow: hidden;
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 24px;
  color: #282828;
  padding: 10px;
}
.main_right{
  width: 895px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 3px solid #d3d3d3;
  line-height: 40px;
}
.dqwz_p{
  float: left;
  font-size: 18px;
  color: #222;
}
.dqwz_nav{
  float: right;
  font-size: 12px;
  color: #5f5f5f;
}
.dqwz_nav>span{
  color: #00a1dd;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 35px;
}
.cp_ul{
  display: block;
  overflow: hidden;
  width: 930px;
}
.cp_ul li{
  width: 275px;
  float: left;
  margin: 0 35px 0 0;
}
.cp_ul li .cp_B{
  width: 100%;
  overflow: hidden;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
}
.cp_ul li .cp_B .cp_img{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cp_ul li .cp_B .cp_img::before{
  content: "";
  display: block;
  padding-top: 81.8182%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #696969;
}
.cp_ul li:hover .cp_B{
  border-color: #00a1dd;
}
.cp_ul li:hover .cp_B .cp_img{
  transform: scale(1.1,1.1);
}
.cp_ul li:hover .cp_txt{
  color: #00a1dd;
}

.cpxq{
  display: block;
  overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.cpxq_left{
	width: 45%;
	float: left;
	margin-right: 20px;
}
.cpxq_left img{
	width: 100%;
	display: block;
	height: auto;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cpxq img{
  display: block;
  max-width: 100%;
  height: auto;
}
/* END-蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */

/* 技术支持 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dotted #333;
  margin-bottom: 30px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.xw_ul li>a .news_B{
  width: 214px;
  float: left;
  overflow: hidden;
  display: flex;
}
.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% - 214px);
  float: left;
  padding: 10px 0 15px 25px;
}
.xw_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.xw_ul li>a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}
.xw_ul li>a:hover .news_B .news_img{
  transform: scale(1.1,1.1);
}
.xw_ul li>a:hover  .news_R .news_p{
  color: #00a1dd;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
  line-height: 18px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-技术支持 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 25px 0;
}
.logo > a{
  width: 415px;
}
.logo_txt{
  width: 342px;
}

/*首页内容*/
/* 行业分类 */
.Ind{
  padding-top: 40px;
}
.Ind_contect {
  margin-top: 40px;
}
.Ind_left {
  margin-left: 0;
}
.Ind_box {
  padding: 90px 0;
}

/* 产品中心 */
.cpzx{
  padding: 50px 0;
}
.cpzx_contect>div .cpzx_right {
  padding: 50px 30px;
}
.cpzx-prev, .cpzx-next {
  left: 0;
  margin-top: -36px;
}
.cpzx-next {
  left: initial;
  right: 0;
}

/* 解决方案 */
.case{
  padding: 50px 0;
}
.case_contect {
  padding-top: 40px;
}
.case_L {
  padding: 25px;
}
.case_L .case_pp {
  margin-top: 20px;
}

/* 选择我们的3大理由 */
.ys{
  padding: 40px 0;
}
.ys_contect {
  padding-top: 45px;
}
.ys_right {
  padding-right: 40px;
}

/* 技术支持 */
.tec_ul li {
  margin: 10px 0;
}

/* 关于我们 */
.gsjj{
  padding-top: 40px;
}
.gsjj_p {
  line-height: 90px;
  font-size: 94px;
}
.gsjj_box {
  padding: 30px 50px 30px 30px;
}

/* 最新资讯 */
.news{
  padding: 40px 0;
}
.news_contect{
  padding-top: 40px;
}
/*END-首页内容*/

/* 蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */
.main{
  padding: 50px 0;
}
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1%;
}
/* END-蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */

}

@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: #fb7a1c;
}

/* 头部 */
.header{
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0;
  z-index: 9999;
}
.logo > a{
  width: 378px;
}
.logo_txt{
  width: 312px;
}

/* 导航 */
nav {
  padding:0;
  background: none;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(0,161,221,0.8);
  position: absolute;
  right: 10px;
  top:0;
}
.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: #fb7a1c;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #fb7a1c;
}
.layui-nav .layui-this a{
  color: #fff;
}
/* END */

/*首页内容*/
/* 行业分类 */
.Ind{
  padding-top: 30px;
}
.Ind_contect {
  margin-top: 30px;
}
.Ind_box {
  padding: 70px 0;
}
.Ind_left .Ind_left_box {
  padding: 20px;
}

/* 产品中心 */
.cpzx{
  padding: 30px 0;
}
.cpzx_nav li {
  width: calc(20% + 1px);
}
.cpzx_contect>div .cpzx_right {
  padding: 30px;
}

/* 解决方案 */
.case{
  padding: 30px 0;
}
.case_contect {
  padding-top: 10px;
}
.case_leftB {
  width: 100%;
  margin-top: 20px;
}

/* 选择我们的3大理由 */
.ys{
  padding: 30px 0;
}
.ys_title{
  padding: 0 10px;
}
.ys_contect {
  padding-top: 30px;
}
.ys_right {
  padding-right: 20px;
}

/* 技术支持 */
.tec_ul li {
  margin: 5px 0;
}

/* 关于我们 */
.gsjj{
  padding-top: 30px;
}
.gsjj_p {
  line-height: 80px;
  font-size: 70px;
}
.gsjj_box {
  padding: 20px;
}

/* 最新资讯 */
.news{
  padding: 30px 0;
}
.news_contect{
  padding-top: 30px;
}
.com {
  width: 39%;
}
.com_ul li {
  padding: 15px 0;
}
.news_R {
  width: 59%;
}
.news_box {
  padding: 15px;
}
.news_up {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/*END-首页内容*/

/* 底部 */
.footer_cp {
  width: 21%;
  padding: 20px 10px 20px 0;
}
.footer_ul li{
  width: 100%;
}
.footer_case{
  width: 19%;
  padding: 20px 0 20px 20px;
}
.footer_lx{
  width: 60%;
  padding: 20px 0 20px 20px;
}
/* END-底部 */

/* 蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */
.main{
  padding: 30px 0;
}
.main_left{
  width: 29%;
}
.main_right{
  width: 69%;
}
.cp_ul li .cp_txt{
  height: 50px;
  line-height: 50px;
}
/* END-蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */

}

@media (max-width: 767px) {

.cpzx_nav li:nth-child(n+7){display:none;}
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END */

/*首页内容*/
/* 行业分类 */
.Ind{
  padding-top: 10px;
}
.Ind_title {
  padding-bottom: 5px;
}
.Ind_p {
  line-height: 20px;
  font-size: 14px;
}
.Ind_sp {
  line-height: 26px;
  margin-top: 0;
  font-size: 18px;
}
.Ind_contect {
  margin-top: 10px;
}
.Ind_box {
  padding: 0;
}
.Ind_left {
  width: 100%;
}
.Ind_left .Ind_left_box {
  padding: 10px;
}
.Ind_left .Ind_left_box .Ind_pp {
  line-height: 26px;
  font-size: 20px;
}
.Ind_left .Ind_left_box .Ind_spp {
  margin-top: 5px;
  line-height: 22px;
  font-size: 14px;;
}
.Ind_left .Ind_left_box .Ind_more {
  margin-top: 5px;
}
.Ind_left .Ind_left_box .Ind_more>a {
  font-size: 16px;
}
.Ind_right {
  width: 100%;
  background-color: rgba(0,0,0,0.45);
  padding: 5px 10px;
}
.Ind_nav li {
  margin: 3px 0;
}
.Ind_nav li a {
  font-size: 16px;
}
.Ind_nav_txt {
  font-size: 16px;
  line-height: 24px;
}
.Ind_imgbox {
  position: relative;
}

/* 产品中心 */
.cpzx{
  padding: 10px 0;
}
.cpzx_spp {
  padding-top: 5px;
  line-height: 22px;
  font-size: 14px;
}
.cpzx_nav {
  padding: 11px 0 0 1px;
}
.cpzx_nav li {
  width: calc(33.3333% + 1px);
}
.cpzx_nav li a {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.cpzx_contect {
  margin-top: 10px;
}
.cpzx_contect>div .cpzx_left {
  width: 100%;
  height: auto;
  border-right: none;
  border-bottom: 1px solid #bebebe;
  position: relative;
}
.cpzx_contect>div .cpzx_left>a::before{
  content: "";
  display: block;
  padding-top: 66%;
}
.cpzx_contect>div .cpzx_right {
  width: 100%;
  padding: 10px;
}
.cpzx_contect>div .cpzx_right .cpzx_heng {
  margin: 5px 0;
}
.cpzx_contect>div .cpzx_right .cpzx_txt {
  height: 100px;
  line-height: 20px;
  margin-top: 5px;
  -webkit-line-clamp: 5;
}
.cpzx_contect>div .cpzx_right .cpzx_more {
  height: 40px;
  margin-top: 5px;
}
.cpzx_contect>div .cpzx_right .cpzx_more>a {
  height: 36px;
  line-height: 36px;
}
.cpzx_row {
  margin-top: 10px;
}
.cpzx-imgbox .swiper-slide .cpzx_txt {
  height: 36px;
  line-height: 36px;
  margin-top: 0;
  font-size: 14px;
}

/* 解决方案 */
.case{
  padding: 10px 0;
}
.case_contect {
  padding-top: 0;
}
.case_leftB {
  margin-top: 10px;
}
.case_L {
  width: 100%;
  padding: 10px;
}
.case_L .case_heng {
  margin-top: 5px;
  margin-bottom: 20px;
}
.case_L .case_pp {
  margin-top: 5px;
}
.case_L .case_txt {
  height: 100px;
  line-height: 25px;
  margin-top: 5px;
  -webkit-line-clamp: 4;
}
.case_R {
  width: 100%;
}
.case_R .case-left-imgbox .swiper-slide a::before{
  content: "";
  display: block;
  padding-top: 75%;
}

/* 选择我们的3大理由 */
.ys{
  padding: 10px 0;
}
.ys_contect {
  padding-top: 10px;
}
.ys_left{
  width: 100%;
}
.ys_right {
  width: 100%;
  padding-right: 0;
}
.ys_ul li {
  margin-top: 10px;
}
.ys_ul li .ys_titleB .ys_sub {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
}
.ys_ul li .ys_titleB .ys_p {
  height: 45px;
  line-height: 44px;
}
.ys_ul li .ys_txt {
  height: 60px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 14px;
}

/* 技术支持 */
.tec_left {
  width: 100%;
}
.tec_left::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.tec_right{
  width: 100%;
  padding: 5px 0;
}
.tec_ul li {
  margin: 5px 0;
}
.tec_ul li .tec_txt {
  line-height: 18px;
  font-size: 14px;
}

/* 关于我们 */
.gsjj{
  padding-top: 10px;
}
.gsjj_title {
  width: 100%;
  padding-bottom: 5px;
  text-align: center;
  background: url(../images/title_heng.png) no-repeat center bottom;
  margin-bottom: 10px;
}
.gsjj_p {
  line-height: 20px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.gsjj_sp {
  height: 26px;
  line-height: 26px;
  border-left: none;
  padding-left: 0;
  font-size: 18px;
  margin-top: 0;
}
.gsjj_box {
  padding: 10px;
}
.gsjj_left {
  width: 100%;
  top: 0;
}
.gsjj_left::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.gsjj_right {
  width: 100%;
}
.gsjj_right::before,
.gsjj_box::before {
  display: none;
}
.gsjj_box .gsjj_txt {
  height: auto;
  line-height: 22px;
  margin-top: 0;
  -webkit-line-clamp: initial;
}

/* 最新资讯 */
.news{
  padding: 10px 0;
}
.news_contect{
  padding-top: 10px;
}
.com {
  width: 100%;
}
.com_title {
  line-height: 30px;
  font-size: 16px;
}
.com_ul li {
  padding: 10px 0;
}
.com_ul li .com_p {
  line-height: 30px;
}
.com_ul li .com_p>span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 10px;
}
.com_ul li .com_txt {
  line-height: 24px;
  height: 48px;
}
.com_ul li .com_txt>span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 10px;
}
.news_R {
  width: 100%;
  margin-top: 10px;
}
.news_nav li a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.news_box {
  padding: 10px;
}
.news_up {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_up>a .news_B {
  width: 114px;
}
.news_up>a .news_R {
  width: calc(100% - 114px);
  padding: 0 0 0 10px;
  margin: 0;
}
.news_up>a .news_R .news_txt {
  height: 60px;
  line-height: 20px;
  margin-top: 5px;
}
.news_up>a .news_R .news_sp {
  line-height: 18px;
  margin-top: 5px;
}
.news_ul li {
  width: 100%;
  margin-bottom: 0;
}
/*END-首页内容*/

/* 底部 */
.copyright{
  padding: 10px;
}
/* END-底部 */

/* 蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */
.main{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about{
  margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
  background: url(../images/imgs/sj_jiantou.png) no-repeat right center,url(../images/about_title.jpg) no-repeat center center;
  background-size: auto,cover;
  font-size: 18px;
  font-weight: bold;
}
.about_ul{
  display: none;
}
.about_ul>li{
  margin-top: 2px;
}

.main_right{
  width: 100%;
}
.dqwz_contect{
  padding: 10px 0;
}
.cp_ul li{
  width: 48%;
}
.cp_ul li .cp_txt{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
/* END-蒸汽和凝结水/热水系统/加湿/产品中心/整体解决方案 */


/* 技术支持 */
.xw_ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li>a .news_B{
  width: 114px;
}
.xw_ul li>a .news_R{
  width: calc(100% - 114px);
  padding: 0 0 0 10px;
}
.xw_ul li>a .news_R .news_p{
  line-height: 24px;
}
.xw_ul li>a .news_R .news_txt{
  height: 60px;
  line-height: 20px;
  margin-top: 0;
}
.xw_ul li>a .news_R .news_sp{
  line-height: 16px;
  margin-top: 0;
}
/* END-技术支持 */

/*联系我们*/
.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: #009bd5;
  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: #fb7a1c;
  color: #fff;
}
.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 #fb7a1c;
}
.dbbox .dbs img {
  max-width: 140px;
}
/* END */
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
.cpxq_p1 img{max-width: 100%;height: auto;}