		.banner-ab{
			overflow: hidden;
			background: #fff url(/static/home/images/img/other/about-ban-bg.png) no-repeat;
			height: 880px;
		}
		.banner-ab h2{
			font-size: 36px;
			line-height: 1;
			color: #fff;
			font-weight: bold;
			text-align: center;
			margin-top: 100px;
			margin-bottom: 50px;
		}
		.banner-ab p{
			font-size: 16px;
			line-height: 1;
			color: #fff;
			text-align: center;
			margin-bottom: 20px;
		}
		
		.about-znjj{
			background-color: #fff;
			padding-bottom: 1px;
		}
		.about-znjj h2{
			margin-top: 0;
			position: relative;
			top: -40px;
		}
		.about-znjj ul{
			width: 1200px;
			display: flex;
			margin: 40px auto;
			justify-content: space-between;
		}
		.about-znjj ul li{
			width: 360px;
		}
		.about-znjj ul div{
			box-sizing: border-box;
			padding: 30px 10px;
		}
		.about-znjj ul div h3{
			font-size: 20px;
			color: #333;
			line-height: 1;
			font-weight: bold;
			position: relative;
			box-sizing: border-box;
			padding-left: 14px;
		}
		.about-znjj ul div h3::before{
			content: '';
			display: block;
			width: 4px;
			height: 20px;
			background-color: #fe6000;
			position: absolute;
			left: 0;
		}
		.about-znjj ul div p{
			margin-top: 17px;
			line-height: 28px;
			font-size: 14px;
			color: #555;
		}
		.about-qwzn{
			background:url(/static/home/images/img/other/about-bg-02.png);
			height: 606px;
			box-sizing: border-box;
			overflow: hidden;
		}
		.about-qwzn ul{
			width: 1200px;
			display: flex;
			margin: 69px auto 0;
			justify-content: space-between;
		}
		.about-qwzn ul li{
			width: 240px;
			text-align: center;
		}
		.about-qwzn ul div{
			margin-top: 36px;
		}
		.about-qwzn ul div h3{
			font-size: 18px;
			color: #333;
			line-height: 1;
			font-weight: bold;
		}
		.about-qwzn ul div p{
			margin-top: 20px;
			line-height: 22px;
			font-size: 12px;
			color: #999;
		}
