body {
	background: #fff;
}
/* 重置auto */
.auto{
	/* width: 100%;
	min-width: 100%;
	max-width: 100%; */
}
/*banner样式*/
.info-banner {
    background: url("img/banner.png") no-repeat center;
}
/* 关于我们 */
.index-aboutus{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 733PX;
    background: #FFFFFF;
}
.index-aboutus .container{ position:relative; overflow: hidden; width: 1200px;}
.index-aboutus .module-title p{ margin-top: 132px; }
.index-aboutus .li-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 43px;
}
.index-aboutus .li-box .item{
    width: 200px;
    height: 76px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}
.index-aboutus .li-box .item .img-bg{
    width: 67px;
    height: 76px;
    background:url("img/bit.png") no-repeat 100% 100%;
    margin: 0 auto;
}
.index-aboutus .li-box .item .info{
    position: absolute;
    top: 8px;
    z-index: 999;
    width: 100%;
}
.index-aboutus .li-box .item .info .p1{
    height: 30px;
    font-size: 30px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.index-aboutus .li-box .item .info .p2{
    height: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.index-aboutus .introduce{
    clear: both;
    width: 100%;
    margin-top: 43px;
}
.index-aboutus .introduce img{
    max-width: 100%;
    max-height: 100%;
}
.index-aboutus .introduce .img-left{
    float: left;
}
.index-aboutus .introduce .img-left .img-box{
    width: 309px;
    height: 135px;
}
.index-aboutus .introduce .info-right{
    float: right;
    width: 843px;
    height: 332px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
/* 合作资质 */
.index-honor{
    overflow: hidden;
    min-width: 1220px;
    padding: 0;
    height: 938px;
    background: #F8FAFD;
}
.index-honor .module-title p{ margin-top: 132px; }
.index-honor .descript{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 104px;
    height: 648px;
}
.index-honor .descript .item{
    width: 550px;
    height: 242px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    flex-shrink: 0;
    padding: 16px 20px 16px;
}
.index-honor .descript .item .img-box{
    width: 150px;
    height: 210px;
    border: 1px solid #DDDDDD;
    float: left;
}
.index-honor .descript .item img{
    max-width: 100%;
    max-height: 100%;
}
.index-honor .descript .item .info{
    float: left;
    margin-left: 30px;
}
.index-honor .descript .item .info .p1{
    width: 188px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 16px;
}
.index-honor .descript .item .info .p2{
    width: 324px;
    height: 94px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 16px;
}
.index-honor .descript .item .info .bg{
    width: 186px;
    height: 52px;
    margin-top: 9px;
    float: right;
    background:url("img/lif.png") no-repeat 100% 100%;
}

/* 联系我们 */
.index-contact{
    overflow: hidden;
    min-width: 1220px;  
    height: 688px;
    background: #FFFFFF;
}
.index-contact .module-title p{ margin-top: 100px; }
.index-contact .content{
    margin-top: 36px;
}
.index-contact .left{
    float: left;
}
.index-contact .message {
    width: 580px;
}
.index-contact .message .title{
    width: 175px;
    height: 40px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    display: inline-block;
}
.index-contact .message .info{
    width: 375px;
    height: 40px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    display: inline-block;
    margin-left: 25px;
}
.index-contact .map{
    width: 554px;
    height: 320px;
    margin-left: 55px;
}


