html,body {
  height: 100% !important;
  font-size: 14px;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}
/*字体：字体大小12px/字体行高1.5*/
body, button, input, select, textarea {
  font: 14px/1.5 tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
/*这些元素本身不会继承父体的字体大小，设置了font-size:100%后就能自动继承*/
h1, h2, h3, h4, h5, h6,button, input, select, textarea {
  font-size: 100%;
}
/*伪对象选择器清除浮动*/
.clearFloat:after{
  content: "";
  display: block;
  height: 0;
  clear: both;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
/*ie被a标签包裹的img标签会有边框*/
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*首页 tabbar*/
.titbar{
  display: flex;
  padding:0px 10px;
  line-height: 40px;
  color:#26a2ff;
  position: relative;
  font-size:14px;
  margin:5px 0px;

}
.titbar hr{
  width:95%;
  position: absolute;
  bottom:0px;
  border:1px dashed #ddd;
  border-bottom:0px;
  margin-bottom:4px;
}
.titbar h2::before{
  content: "";
  width: 1px;
  top: 3px;
  border-left: 2px solid #26a2ff;
  position: absolute;
  height: 30px;
}
.titbar h2, .titbar a{
  flex-grow: 3;
  display: inline-block;
  text-align: left;

}
.titbar h2 span{
  margin-left: 6px;
  font-weight: normal;
  font-size:16px;
}
.titbar a{
  flex-grow: 1;
  text-align: right;
}
/*tab bar end*/
.common_padding{
  padding:0px 8px;
}
/*案例展示  */
.case_ul{
  margin-top:10px;
  overflow: hidden;
  zoom:1;

}
.case_ul:before, .case_ul:after {
  display: table;
  line-height: 0;
  content: "";
}
.case_ul:after{
  clear: both;
}

.case_ul li{
  width: 50%;
  float:left;
  margin-bottom:9px;
}
.case_ul li a{
  display: block;
  width: 98%;
  height:100%;
  margin:auto;
}
.singleCase{
  width:100%;
  height: 110px;
  background:url("http://chukong.oss-cn-qingdao.aliyuncs.com/uploads/201911/jpg/047db98304bd97d01d27e7e5a35b1654.jpg") no-repeat 100%;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.singleCase h3{
  background-color: #2b2f339c;
  color:#fff;
  line-height: 30px;
  height:30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom:0px;
  width:100%;
  font-weight:normal;
}


/*案例展示end*/
/*案例展示新 start*/
.case_place{
  height:50px;
}
.caseplace_item_tit{
  line-height: 40px;
  display: inline-block;
  border:1px solid #ddd;
  border-radius: 4px;
  padding:0px 10px;
}
.caseNewUl{

}
.caseNewUl>li{
  margin-bottom: 10px;
  /*padding:5px 0px;*/
  background-color: #f4f4f4;
  box-shadow: 0.03rem 0.03rem 0.1rem #00b7ff59;
}
.singleCaseNew{
  display: flex;
  border-radius: 3px;
}
.singleCaseNew>.casel{
  width:150px;
  height:130px;
  background-color: #4a90e2;
  border-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.singleCaseNew>.caser{
  padding:10px;
  text-align: left;
  flex: 1;
}
.singleCaseNew>.caser h3{
  height:40px;
  line-height: 20px;
  overflow: hidden;
  font-size:14px;
  font-weight: normal;
}
.singleCaseNew>.caser>p{
  line-height: 20px;
}
.singleCaseNew>.caser>p .casert{
  width: 57px;
  display: inline-block;
}
.caseBlock{
  clear: both;
}
.caseStyle1_ul li{
  float: none;
  border-bottom:1px dashed #ddd;
  margin-bottom:5px;
}
.caseStyle1{
  display: flex;
}
.styleIcon1{
  width: 60px;
}
.styleIcon1 img{
  width:50px;
  height: 50px;
  border-radius: 6px;
}
.styleSpan1{
  flex: 1;
  line-height: 25px;
  text-align: left;
  text-indent: 2em;
}
/* 案例展示新 end*/
/*详情页图片 start*/
.dcontent img{
  /*width:100% !important;*/
  height: auto;
  border:1px solid #ddd;
  border-radius: 3px;
  max-width: 100% !important;
}
/*详情页图片 end*/
