
.banner-box{
	width: 100%;
	height: 688px;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	object-fit: cover;
	background-position: center;
	background-size: cover;

	 
}

.coo-main{
	width: 1200px;
	height:688px;
	margin: auto;	
}

.banner{
	position: relative;
	top: 135px;
	left: 50px;
   color: #fff;
   line-height:45px;


}
.banner span {
    font-size: 66px;
	width: 200px;
	margin-top: 180px;
	font-weight: 400;


}
.banner>div {
margin-top:70px;
font-size: 26px;
width: 629px;
}

/* 合作案例 */
.parter-things-box {
	width: 100%;
	height: 1100px;
	background: rgba(76, 188, 199, 1);
}
.parter-things-main{
	width: 1200px;
	height: 1100px;
	margin: auto;
}
.title{
	color: #fff;
	font-size: 56px;
	text-align: center;
	font-weight: 700;
	position: relative;
	line-height: 143px;
	top: 50px;
}
.title-line{
	width:150px;
	height: 3px;
	background-color: #fff;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 120px;
}

.parter-things-div{
	display: flex;
	margin-top: 30px;
}
.parter-things-div-1{
  text-align: center;
  color: black;
  font-weight: 700;
  margin-left: 20px;
}
.parter-things-div-1 p {
	font-size: 20px;
	margin-top: 5px;
}
/* 合作伙伴 */
.parents{
	width: 100%;
	height: 876px;
	background-color:  #ffaf34;
}
.parents-main{
	width: 1200px;
	height: 876px;
	margin: auto;
	position: relative;

}
.parents-main img{
	position: absolute;
	left: 50%;
     transform: translate(-50%,-50%);
	 top: 500px;
}