.zizhi{
	margin-top: 60px;
}
.zizhi{
	width: 1000px;
}
.zizhi01_left{
	float: left;
}
.zizhi01_left img{
	width: 31px;
	display: block;
	margin: 0 auto;
}
.zizhi_line:nth-child(1){
	height: 50px;
}
/*.zizhi_line:nth-child(3){
	height: 400px;
}*/
.zizhi_line{
	width: 1px;
	height: 460px;
	background: #999999;
	/*background: #0A33A8;*/
	margin: 12px 15px;
}

.zizhi01_right{
	margin-left: 60px !important;
}
.zizhi01_right h2{
	color: #0A33A8;
	font-size: 36px;
	padding-top: 64px;
}
.zizhi01_right h2 span{
	font-weight: normal;
	font-size: 14px;
	padding: 0 10px;
}
.zizhi01_right p{
	line-height: 50px;
	font-weight: bold;
	font-size: 15px;
	color: #0A33A8;
	letter-spacing: 1px;
}
.zizhi_img img{
	width:calc(30% - 32px);
	margin-right: 30px;
	border: 1px solid #CCCCCC;
}

/*2*/
.zizhi02 .zizhi01_right h2{
	padding-top: 0;
	position: relative;
	top: -8px;
}

/*6*/
.zizhi06 .zizhi_img img{
	width: 80%;
}

/*资质文字*/
.zizhi_text{
	margin-top: 60px;
}
.zizhi_text h3{
	color: #0A33A8;
	padding-bottom: 20px;
}
.zizhi_text_left p{
	line-height: 30px;
	color: #666666;
}
.zhuanli_img img{
	border: 1px solid #CCCCCC;
	width:calc(31% - 2px);
	margin: 0 1.15%;
	margin-top: 20px;
	display:block;
	float: left;
}
.zhuanli_img img:nth-child(5){
	width: 61.8%;
}


@media screen and (max-width: 1300px) {
	.width{
		width:90%;
	}
}

@media screen and (max-width: 1100px) {
	.zizhi_line{
		height: 420px;
		transition:  all ease 0.7s;
	}
}
@media screen and (max-width: 990px) {
	.zizhi_line{
		height:360px;
		transition:  all ease 0.7s;
	}
}
@media screen and (max-width: 920px) {
	.zizhi_line{
		height:320px;
		transition:  all ease 0.7s;
	}
}
@media screen and (max-width: 800px) {
	.zizhi_line{
		height:280px;
		transition:  all ease 0.7s;
	}
	.zizhi_img img{
		width:calc(30% - 17px);
		margin-right: 15px;
	}
}
@media screen and (max-width: 650px) {
	.zizhi_line{
		height:240px;
		transition:  all ease 0.7s;
	}
	.zizhi_img img{
		width:calc(30% - 12px);
		margin-right: 10px;
	}
}

@media screen and (max-width: 540px) {
	.zizhi_line{
		height:200px;
		transition:  all ease 0.7s;
	}
	.zizhi_img img{
		width:calc(30% - 12px);
		margin-right: 10px;
	}
}