.banner {
  height: 380px;
}
.banner img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
	
  .banner {
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
	padding-top: 60px;
	height: 300px;
  }
}
@media screen and (max-width: 540px) {
  .banner {
	  padding-top: 50px;
    height: 240px;
  }
}
@media screen and (max-width: 414px) {
  .banner {
	  padding-top: 50px;
    height: 180px;
  }
}
@media screen and (max-width: 360px) {
  .banner {
    height: 100px;
    height: 180px;
  }
}
.history{
	margin-top: 70px;
}
.history .main{
	overflow: hidden;
	margin-top: 60px;
}
.history .main .item{
	overflow: hidden;
}
.history .main .item .text{
	width: 45%;
	float: left;
}
.history .main .item .text .text_title{
	margin-top: 50px;
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
	text-align: left;
}
.history .main .item .text .text_content{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	text-align: left;
	margin-top: 20px;
}
.history .main .item .pic{
	width: 50%;
	height: 400px;
	float: right;
}
.history .main .item .pic img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1024px) {
	.history .main .item .pic{
		height: 300px;
	}
}
@media screen and (max-width: 768px) {
	.history .main .item .text .text_title{
		margin-top: 20px;
	}
	.history .main .item .text .text_content{
		margin-top: 10px;
	}
	.history .main .item .pic{
		height: 280px;
	}
}
@media screen and (max-width: 414px) {
	.history .main .item{
		margin-top: 20px;
	}
	.history .main .item .text .text_title{
		font-size: 20px;
		margin-top: 5px;
		line-height: 22px;
	}
	.history .main .item .text .text_content{
		margin-top: 5px;
		font-size: 14px;
		line-height: 22px;
	}
	.history .main .item .pic{
		height: 150px;
	}
}
@media screen and (max-width: 320px) {
	.history .main .item .pic{
		height: 130px;
	}
}
/* 中部横幅开始 */
.center_banner{
	margin-top: 70px;
	height: 200px;
	box-sizing: border-box;
	padding-top: 55px;
}
.center_banner .text{
	max-width: 938px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 48px;
	margin: 0px auto;
}
@media screen and (max-width: 540px) {
	.center_banner{
		padding-top:35px;
	}
}
@media screen and (max-width: 414px) {
	.center_banner{
		padding-top:24px;
	}
	.center_banner .text{
		max-width: 390px;
		font-size: 14px;
	}
}
@media screen and (max-width: 320px) {
	.center_banner{
		padding-top:13px;
	}
}
/* 中部横幅结束 */

/* 专属服务开始 */
.services{
	margin-top: 60px;
}
.services .main{
	
}
.services .main .item{
	width: 90%;
	height: 430px;
	background: #FFFFFF;
	border: 1px solid #F3A309;
	border-radius: 10px;
	margin: 0px auto;
	margin-top: 100px;
	box-sizing: border-box;
	padding: 107px 40px 86px 40px;
	position: relative;
	transition: 0.4s;
}
.services .main .item:hover{
	box-shadow: 0px 0px 30px 0px rgba(235, 166, 62, 0.3);
	border-radius: 10px;
	border-top: 10px solid #F3A309;
}
.services .main .item .service_item_title{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
}
.services .main .item .service_item_content{
	margin-top: 15px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	min-height: 110px;
	line-height: 26px;
	text-align: left;
}
.services .main .item .border{
	width: 100px;
	height: 8px;
	background: #F3A309;
	border-radius: 4px;
	margin: 0px auto;
	margin-top: 70px;
}
.services .number{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50px);
}
@media screen and (max-width: 1024px) {
	.services .number{
		width: 80px;
		height: 80px;
		transform: translateX(-40px);
	}
	.services .main .item{
		padding: 47px 20px 16px 20px;
		height: 360px;
	}
	.services .main .item .service_item_content{
		min-height: 130px;
	}
}
@media screen and (max-width: 992px) {
	.services{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.services .main .item{
		width: 95%;
	}
	.services .main .item .service_item_title{
		font-size: 20px;
	}
	.services .main .item .service_item_content{
		font-size: 14px;
		min-height: 150px;
	}
	.services .main .item .border{
		margin-top: 40px;
	}
}
/* 专属服务结束 */

/* 核心价值开始 */
.core{
	margin-top: 70px;
}
.core .main{
	margin-top: 50px;
}
.core .main .item{
	width: 90%;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 30px 80px 0px rgba(212, 212, 212, 0.4);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 48px 29px 50px 28px;
}
.core .main .item:hover{
	background: linear-gradient(-45deg, #2168FF, #34B0FF);
}
.core .main .item:hover .title{
	color: white;
}	
.core .main .item:hover .content{
	color: white;
}	

.core .main .item .title{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
	text-align: left;
}
.core .main .item .content{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	text-align: left;
	margin-top: 15px;
	line-height: 26px;
}
@media screen and (max-width: 1024px) {
	.core{
		display: none;
	}
}
/* 核心价值结束 */
/* 数据展示开始 */
.data_display {
  margin-top: 100px;
  height: 200px;
  background: #2662AA;
}
.data_display .item {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  padding-top: 45px;
}
.data_display .item span {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
	.data_display {
		margin-bottom: 30px;
	}
	.data_display .item {
		font-size: 25px;
	}
	.data_display .item span {
		font-size: 17px;
	}
}
@media screen and (max-width: 992px) {
	.data_display{
		display: none;
	}
}
@media screen and (max-width: 540px) {
  .data_display .item {
    font-size: 20px;
  }
  .data_display .item span {
    font-size: 12px;
  }
  .partner{
	  padding-top: 50px;
  }
}
@media screen and (max-width: 360px) {
  .data_display {
    height: auto;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .data_display .container {
    padding: 0px;
  }
  .data_display .item {
    padding: 0px;
    padding-top: 20px;
    line-height: 18px;
  }
  .data_display .item .title {
    font-size: 16px;
  }
}

/* 数据展示结束 */