.banner{
    background: url("../images/banner3.jpg") no-repeat center/100% 100%;

}
.bgc-hui{
    background-color: #f2f6f8;
}
.tit{
    width: 5rem;
    height: 1.041667rem;
  	line-height: 1.041667rem;
    margin: 0 auto;
    text-align: center;
    font-size: .1875rem;
    color: #454545;
}
.infoboxs{
    background-color: #fff;
    padding: .260417rem .354167rem;
    overflow: hidden;
   
    /* display: flex;
    justify-content:space-between; */
}
.infolist{
    float: left;
  	display: inline-block;
}
.infoitem{
    display: flex;
    margin-bottom: .3125rem;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e3e3e3;
}
.index{
	font-size: 48px;
    	font-family: Century Gothic;
font-weight: 700;
color: #32abc5;
margin-right: .182292rem;
}
.iteminfo{
color: #454545;
font-size: 16px;
line-height: 200%;
}
.infoimg{
    float: right;
}
.infoimg img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .infoboxs{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .infolist{
       padding: 10px;
    }
    .infoitem{
        padding: 20px 0 5px;
    }
    .index{
        font-size: 20px;
    }
    .iteminfo{
        font-size: 12px;
        line-height: 20px;
    }
  .tit {
  	font-size: 16px;
  }

  }