.containner{
  width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.ind-item ul{
  display: flex;
  margin: -12px;
}
.ind-item ul li {
  flex: 1;
  padding: 12px;
}
.ind-item ul li a:hover span{
  color: #036EB8;
}
.ind-item div {
  border: solid 1px #EEEEEE;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 18px 25px 25px 25px;
}
.ind-item li i {
  position: relative;
  display: block;
  width: 70px;
  margin: 0 auto;
}
.ind-item li img {
  width: 100%;
}
.ind-item li .item-on, .ind-item li a .item-on {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .6;
}
.ind-item li span {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #666;
    padding-top: 18px;
}
.ind-item .on span{
  color: #036EB8;
}
.ind-item li.on .item-on, .ind-item li a:hover .item-on {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  }
.business-bd {
    padding-top: 20px;
    position: relative;
}
.business-bd .bd {
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.business-info dl {
  overflow: hidden;
}
.business-info dt {
  display: block;
  float: left;
  width: 384px;
}
i.pic-size {
    width: 100%;
    height: 0;
    padding-bottom: 130.208%;
    position: relative;
    display: block;
    overflow: hidden;
}
i.pic-size img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  object-fit: cover;
}
.business-info dd {
  padding: 40px;
  overflow: hidden;
}
.business-info .tit {
  overflow: hidden;
  vertical-align: middle;
}
.business-info .tit i {
  font-family: dinc;
  font-style: normal;
  font-size: 100px;
  color: #E8E8E8;
  line-height: 1;
  padding-right: 10px;
  float: left;
}
.business-info .tit b {
  font-size: 40px;
  color: #036EB8;
  font-weight: normal;
  margin-top: 48px;
  display: inline-block;
}
.business-info dd .info {
  line-height: 23px;
  padding-top: 15px;
  color: #888;
}
.tabs-box .bd:after {
  content: ' ';
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
.business-ico-list {
  position: absolute;
  left: 704px;
  bottom: 8px;
  z-index: 2;
}
.business-ico-list li {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-ico-list span {
  border: solid 6px rgba(3,110,184,.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.business-ico-list .on span {
  width: 20px;
  height: 20px;
  border-width: 4px;
}
.business-ico-list i {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  background: #036EB8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
}
.business-ico-list .on i {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.bd-img{
  width: 500px;
  height: auto;
  float: left;
  position: relative;
}
.bd-img img{
  width: 100%;
  height: auto;
}
.img-remark{
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: #fff;
}
.bd-content{
  width: 650px;
  float: right;
  padding-top: 25px;
  padding-right: 25px;
}
.content-title{
  font-size: 40px;
  color: #036EB8;
  font-weight: normal;
}
.bd-content .info{
  line-height: 23px;
  padding-top: 15px;
  color: #888;
}
.color-back{
color: #000;
}