.news .section0{
  max-width: 1600px;
  width: 90%;
  margin: 1rem auto .8rem;
}
.news .section0 .top{
  display: flex;
  margin-bottom: .6rem;
  cursor: pointer;
}
.news .section0 .top .left{
  position: relative;
  overflow: hidden;
}
.news .section0 .top .left img{ 
  transition: .5s;
}
.news .section0 .top:hover img{ 
  transform: scale(1.1);
}
.news .section0 .top div{
  width: 50%;
}
.news .section0 .top .left s{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(32, 146, 239, 0.00) 0%, rgba(32, 146, 239, 0.20) 43.5%, rgba(32, 146, 239, 0.80) 100%);
  opacity: 0.6;
}
.news .section0 .top .right{
  background: #F8F9FD;
  padding: .9rem .6rem 0.8rem;
  position: relative;
}
.news .section0 .top .right .time{
  letter-spacing: 0.72px;
  color: #999;
  display: flex;
  align-items: center;
  margin-bottom: .09rem;
}
.news .section0 .top .right .time img{
  margin-right: .1rem;
}
.news .section0 .top .right .title{
  line-height: 2;
  color: #333;
  transition: .5s;
}
.news .section0 .top:hover .title{
  color: #00ACEC;
}
.news .section0 .top .right .content{
  line-height: 1.875;
  color: #999;
  margin-top: .16rem;
}
.news .section0 .top .right .more{
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  bottom: .8rem;
  transition: .5s;
  background: url(../images_die/svg/more.svg) center no-repeat ;
  background-size: contain;
}
.news .section0 .top:hover .right .more{
  background-image: url(../images_die/svg/more_h.svg);
}
.news .section0 .ul{
  display: flex;
  flex-wrap: wrap;
}
.news .section0 .ul .li2{
  width: calc((100% - .35rem*2) / 3);
  margin: 0 .35rem .6rem 0;
  cursor: pointer;
}
.news .section0 .ul .li2:nth-child(3n){
  margin-right: 0;
}
.news .section0 .ul .li2 .head{
  overflow: hidden;
  position: relative;
}
.news .section0 .ul .li2 .head img{
  transition: .5s;
}
.news .section0 .ul .li2 .head s{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(32, 146, 239, 0.00) 0%, rgba(32, 146, 239, 0.20) 43.5%, rgba(32, 146, 239, 0.80) 100%);
}
.news .section0 .ul .li2 .time{
  display: flex;
  align-items: center;
  color: #999;
  letter-spacing: 0.72px;
  margin: .35rem 0 .1rem;
}
.news .section0 .ul .li2 .time img{
  margin-right: 0.1rem;
}
.news .section0 .ul .li2 .title{
  line-height: 2;
  margin-bottom: .1rem;
  letter-spacing: 1.2px;
  transition: .5s;
}
.news .section0 .ul .li2 .content{
  line-height: 1.5;
  color: #999;
}
.news .section0 .ul .li2:hover img{
  transform: scale(1.1);
}
.news .section0 .ul .li2:hover .title{
  color: #00ACEC;
}
.news-detail{
  background: #F8F9FD;
  padding-bottom: 1.2rem;
}
.news-detail .section0 {
  max-width: 1600px;
  width: 90%;
  background: #fff;
  padding: .8rem 0;
  margin: 0 auto;
}
.news-detail .section0 .box{
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
.news-detail .section0 .box .title{
  color: #212121;
  line-height: 1.3125;
  margin-bottom: .12rem;
}
.news-detail .section0 .box .type{
  display: flex;
  align-items: center;
  padding-bottom: .22rem;
  border-bottom: 1px dashed #D9D9D9;
  flex-wrap: wrap;
}
.news-detail .section0 .box .type p{
  display: flex;
  align-items: center;
  margin-right: .24rem;
  text-transform: uppercase;
  line-height: 1.75;
  color: #999;
}
.news-detail .section0 .box .type p img{
  width: 1em;
  margin-right: .04rem;
}
.news-detail .section0 .box .content{
  padding: .4rem 0;
  border-bottom: 1px dashed #D9D9D9;
}
.news-detail .section0 .box .back{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: .25rem;
}
.news-detail .section0 .box .back .list{
  flex-grow: 1;
  width: 0;
}
.news-detail .section0 .box .back .list .item{
  display: block;
  line-height: 1.75;
  position: relative;
  padding-left: 0.2rem;
  color: #212121;
}
.news-detail .section0 .box .back .list .item:nth-child(1){ 
  margin-bottom: .12rem;
}
.news-detail .section0 .box .back .list .item::before{
  position: absolute;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #D9D9D9;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-detail .section0 .box .back .list .item:hover{
  color: #00ACEC;
}
.news-detail .section0 .box .back .list .item:hover::before {
  background: #00ACEC;
}
.news-detail .section0 .box .back .btn{
  padding: 0 .25rem;
  border-radius: 50px;
  background: transparent;
  border: 0.5px solid #D9D9D9;
  line-height: 1.75;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.news-detail .section0 .box .back .btn img{
  margin-left: .2rem;
  width: .3rem;
  height: .3rem;
}
.news-detail .section0 .box .back .btn .zInd{
  position: relative;
  z-index: 1;
}
.news-detail .section0 .box .back .btn .icon{
  background: #00ACEC;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  position: absolute;
  right: .25rem;
  transition: .5s;
}
/* .news-detail .section0 .box .back .btn:hover .icon{
  width: 2rem;
  height: 2rem;
  right: 0;
} */
.news-detail .section0 .box .back .btn:hover{
  color: #fff;
  background-color: #00ACEC;
  border-color: #00ACEC;
}
.case .section0{
  max-width: 1600px;
  width: 90%;
  margin: 1rem auto .8rem;
}
.case .section0 .tabBar{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.case .section0 .tabBar span{
  width: calc(100% / 9);
  margin-right: 0.1rem;
  border-radius: 50px;
  transition: .5s;
  height: .5rem;
  line-height: .48rem;
  color: #222;
  text-align: center;
  border: 1px solid #DDD;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: .1rem;
}
.case .section0 .tabBar span:hover{
  color: #fff;
  background: #00ACEC;
  border-color: #00ACEC;
}
.case .section0 .tabBar span.active{
  color: #fff;
  background: #00ACEC;
  border-color: #00ACEC;
}
.case .section0 .ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 一行一个 */
  gap: 0.4rem;
  margin: .5rem 0 .8rem;
}
.case .section0 .ul li{
  position: relative;
  /* width: calc((100% - 0.4rem) / 2); */
}
.case .section0 .ul li .position{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: .5rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(32, 146, 239, 0.90) 0%, rgba(32, 146, 239, 0.20) 32.3%, rgba(32, 146, 239, 0.00) 100%);
}
.case .section0 .ul li .position p:nth-child(1){
  line-height: 1.3333;
  margin-bottom: .06rem;
}
.case .section0 .ul li .position p:nth-child(2){
  line-height: 1.3125;
}
.contact .map{
  position: relative;
}
.contact .position{
  width: 13%;
  position: absolute;
  top:36.5%;
  left: 24%;
}
.contact .m_icon{
  position: absolute;
  width: 45%;
  left: 50%;
  bottom: -15%;
  transform: translateX(-50%);
}
.contact .p_img{
  position: relative;
}
.contact .address{
  width: 56.25%;
  height: 72.42%;
  position: absolute;
  background: #fff;
  bottom:10.73%;
  right:0;
  padding: .8rem 1.6rem .6rem 1.2rem;

}
.contact .address .title{
  line-height: 0.52rem;
  color: #00ACEC;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #D9D9D9;
  font-weight: 700;
  margin-bottom: 0.5rem;
  
}
.contact .address ul{
  overflow-y: auto;
  height: 60%;
}
.contact .address ul li{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .33rem;
}
.contact .address ul li:last-child{
  margin-bottom: 0;
}
.contact .address ul li .index{
  line-height: 0.39rem;
  color: #00ACEC;
  font-weight: 700;
  margin-right: .3rem;
  display: inline-block;
  font-family: Arial;
}
.contact .address ul li .right{
  margin-top: .04rem;
}
.contact .address ul li .right .tit{
  line-height: 1.25;
  margin-bottom: .24rem;
  color: #000;
}
.contact .address ul li .right .grid{
  color: #555;
  margin-bottom: .10rem;
  line-height: .17rem;
}
.contact .address ul li .right .grid:last-child{
  margin-bottom: 0;
}
.case .section1,.news .section1{
  margin-bottom: 1.2rem;
}
@media (max-width: 1281px) { 
  .news .section0 .top .t_line6{
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 770px) {
  .news-detail .section0 .back{
    flex-wrap: wrap;
  }
  .news-detail .section0 .box .back .list{
    width: 100%;
  }
  .news-detail .section0 .back .btn{
    margin: 20px auto 0;
  }
  .news .section0 .top{
    flex-wrap: wrap;
  }
  .news .section0 .top .left img{
    width: 100%;
  }
  .news .section0 .top .right{
    padding-bottom: 1.5rem;
  }
  .news .section0 .top div{
    width: 100%;
  }
  .news .section0 .ul .li2{
    width: 100%
  }
  .news .section0 .ul .li2 .head img{
    width: 100%;
  }
  .news .section0 .ul .li2{
    margin-right: 0;
  }
  
  .case .section0 .ul {
    grid-template-columns: 1fr; /* 一行一个 */
  }
  .case .section0 .ul li img{
    width: 100%;
  }
  .case .section0 .tabBar span{
    width: auto;
    padding: 0 .4rem;
  }
  .contact .address{
    position: unset;
    width: 100%;
  }
  .contact .address ul{
    height: auto;
    overflow-y: unset;
  }
}