@charset "utf-8";
/*！
############################
# Copyright (c) 2022 戴思乐科技集团有限公司 版权所有
# Object dsl_plate.css
# Powered by MrJeKe
# Time 2022/3/7
############################
*/

.dsl-plate .text-muted{
	text-decoration: none;
}
.dsl-index-news-contnet-title{
	height: auto!important;
	padding: 30px 0px 15px 30px
}
.dsl-plate .dsl-js-content {
	height: auto!important;
	padding: 0px 0px 15px 30px
}
.dsl-index-container-H .dsl-index-box4 .dsl-index-box4-news .dsl-index-news-contnet .dsl-news-bt{
	margin-top: 35px;
	margin-left: 30px;
	margin-bottom: 15px;
}
.dsl-plate .dsl-index-container-H .dsl-index-box4 .dsl-index-box4-news .dsl-index-news-img-plate{
	max-height: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 240px;
}
.dsl-index-news-img-plate{
	overflow: hidden;
	transition: all 0.7s;
}
.plate-img{
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}
.plate-img:hover{
	transform: scale(1.1);
}
.dsl-index-container-H .dsl-index-box4 .dsl-index-box4-news .dsl-index-news-img-plate{
	
}
.new-dsl-js{
	padding: 0;
}
.dsl-plate .container-fluid{
	padding-right: 0;
	padding-left: 0;
}


/*  戴思乐三大业务板块  */
.plate-banner{
	margin-top: 120px;
}
.banner-img{
	padding-left: 0;
	padding-right: 0;
}
.banner-img img{
	min-height: 130px;
}
.banenr-t{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;	
}
.banenr-t p{
	color: #fff;
	font-weight: 300;
	text-shadow: 2px 2px 2px grey;
}
.title{
	padding:30px 0 30px 0;
}


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  @media ( max-width : 768px) {
    .col-sm-5ths {
      width: 100%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
    }
  }
  @media ( min-width : 992px) {
    .col-md-5ths {
      width: 20%;
      float: left;
    }
  }
  @media ( min-width : 1200px) {
    .col-lg-5ths {
      width: 20%;
      float: left;
    }
  }

.plate-degs{
	background: #0050DD;
	padding: 35px;
	border-right: 2px solid #fff;
}
.plate-degs .h-title{
	color: #fff;
	margin-top: 25px;
}

.plate-content{
	padding-bottom: 35px;
}
.grid figcaption{
	background: #009de1!important;
}
.h3-title{
	color: #fff!important;
}
.row-content{
	display: flex;
    justify-content: center;
}
@media screen and (max-width: 750px){
	.row-content{
		display: block;
	}
}


.row-content .plate-degs{
	background: #009DE0;
}
.row-content .plate-xc{
	background: #148D88;
}
.h-title a:hover{
	text-decoration: none;
	color: #fff;
}
