.about3 {
	padding: 150rem 0;
	background: #fcfcfc url("../images/aboutbg.jpg") no-repeat bottom center;
	background-size: cover;
	height: 100vh;
}

.about3 .home-title {
	color: #013763;
}

.about3 .about-title p {
	font-size: 24rem;
	color: #DF191D;
	letter-spacing: 1px
}

.about3 .bottom {
	overflow: hidden;
	padding-bottom: 60rem;
	min-height: 536rem
}

.about3 .bottom .text {
	background: url("../images/aboutbg1.png") no-repeat top left;
	padding-left: 94rem;
	background-size: contain;
	overflow: hidden
}

.about3 .bottom .text ul li {
    float: left;
}

.about3 .bottom .text ul li .box .pic {
	width: 80rem;
	height: 80rem;
	background: #013763;
	border-radius: 50%
}

.about3 .bottom .text ul li .box .info {
	padding-top: 27rem
}

.about3 .bottom .text ul li .box .info .bt {
	font-size: 26rem;
	color: #000;
	margin-bottom: 16rem
}

.about3 .bottom .text ul li .box .info .jsh {
	font-size: 16rem;
	line-height: 34rem
}

.about3 .bottom .text ul .ab1 {
	padding-top: 342rem;
	margin-right: 45rem;
}

.about3 .bottom .text ul .ab2 {
	padding-top: 265rem;
	margin-right: 105rem;
}

.about3 .bottom .text ul .ab3 {
    padding-top: 179rem;
    margin-right: 166rem;
}

.about3 .bottom .text ul .ab4 {
    padding-top: 114rem;
    margin-right: 45rem;
}

/*@media (max-width: 1750px) {  
  .about3 .bottom {
    transform: scale(0.8);
  } 
}


@media (max-width: 1400px) { 
  .about3 .bottom {
    transform: scale(0.7);
  }
}*/


@media(max-width:1200px) {
	.about3 {
		padding: 30px 0;
		background: #fcfcfc url("../images/aboutbg.jpg") no-repeat bottom left
	}

	.about3 .about-title h3 {
		font-size: 24px
	}

	.about3 .about-title p {
		font-size: 16px
	}

	.about3 .bottom {
		margin-top: 20px;
		padding-bottom: 20px;
		min-height: 0;
		background: 0
	}

	.about3 .bottom .text {
		padding-left: 0;
		background: 0
	}

	.about3 .bottom .text ul li {
		width: 100%;
		float: none;
		margin-bottom: 10px
	}

	.about3 .bottom .text ul li .box .pic {
		width: 45px;
		height: 45px
	}

	.about3 .bottom .text ul li .box .info {
		padding-top: 10px
	}

	.about3 .bottom .text ul li .box .info .bt {
		font-size: 16px;
		color: #000;
		margin-bottom: 5px
	}

	.about3 .bottom .text ul li .box .info .jsh {
		font-size: 14px;
		line-height: 25px
	}

	.about3 .bottom .text ul .ab1 {
		padding-top: 0;
		margin-right: 0
	}

	.about3 .bottom .text ul .ab2 {
		padding-top: 0;
		margin-right: 0
	}

	.about3 .bottom .text ul .ab3 {
		padding-top: 0
	}
}