.show_aboutjj{
	width: 100%;
	padding: 40px 0px;
	background: url(../img/images/aboutright_03.jpg) right no-repeat;
	background-color: #f4f4f4;
	height: 620px;
}
.show_aboutjjdv{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.show_aboutjjdvleft{
	padding:95px 70px;
	background-color: #fff;
	width: 970px;
}
.show_aboutjjdvright{
	width: 545px;
}
.show_aboutjjdvleft h1{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.show_aboutjjdvleft p{
	margin-top: 20px;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
}
.show_aboutzizhi{
	background: url(../img/images/zizhi_02.jpg) center no-repeat;
	padding: 85px  0px;
	padding-bottom: 130px;
}
.show_aboutzizhitop{
	text-align: center;
	font-size: 42px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 40px;
}
.show_aboutzizhidv{
	width: 1300px;
	margin: 0 auto;
}
.show_aboutzizhidv .swiper-slide img{
	display: block;
	width: 100%;
}
.show_aboutqyzz{
	width: 1300px;
	margin: 0 auto;
	padding: 75px 0px;
	display: flex;
	justify-content: space-between;
}
.show_aboutqyzzleft{
	width: 195px;
}
.show_aboutqyzzleft h1{
	font-size: 42px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.show_aboutqyzzleft p{
	color: #333333;
	font-size: 16px;
	font-family:arial;
	text-align: center;
	font-weight: bolder;
	margin-top: 5px;
}
.show_aboutqyzzright{
	width: 1080px;
}
.show_aboutqyzzright p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 25px;
}
.show_aboutqyzzright p:last-child{
	margin: 0;
}
.show_aboutfazhan{
	width:100%;
	padding: 90px 0px;
	background: url(../img/images/fazhan_02.jpg) center no-repeat;
}
.show_aboutfazhandv{
	width: 1300px;
	margin: 0 auto;
}
.show_aboutfazhanleft{
	width: 190px;
}
.show_aboutfazhanleft h1{
	color: #ffffff;
	font-size: 42px;
	text-align: center;
	font-weight: bold;
}
.show_aboutfazhanleft p{
	text-align: center;
	line-height: 25px;
	color: #94adcd;
	font-size: 16px;
	font-weight: bold;
}
.show_aboutfazhanright{
	width: 1080px;
	color: #ffffff;
	font-size: 16px;
	line-height: 35px;
}
.show_aboutfazhantop{
	display: flex;
	justify-content: space-between;
}
.fazhanlist{
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
}
.fazhanlist li{
	height: 125px;
	border-bottom: 1px solid #82a9d4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fazhanlist li:first-child{
	border-top: 1px solid #82a9d4;
}
.fazhanlist li h2{
	height: 35px;
	width: 160px;
	border-right: 2px dotted rgba(255,255,255,.6);
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	text-indent:10px ;
}
.fazhanlist li p{
	width: 1110px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.show_aboutzhanshi{
	width: 1300px;
	padding: 100px 0px;
	margin: 0 auto;
}
.show_aboutzhanshi ul{
	display: flex;
	justify-content: space-between;
}
.show_aboutzhanshi ul li{
	width: 420px;
	height: 270px;
	overflow: hidden;
}
.show_aboutzhanshi ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.show_aboutzhanshi ul li:hover img{
	transform: scale(1.1);
}

@media only screen and (min-width: 1000px) and (max-width: 1299px){
	.shownav ul li{
		width: 15%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.show_aboutjj{
		height: auto;
		background:url(../img/images/aboutright_03.jpg) right bottom no-repeat;
		background-color: #f4f4f4;
		background-size:auto 600px ;
	}
	.show_aboutjjdv,.show_aboutzizhidv{
		width: 95%;
		flex-flow: wrap;
	}
	.show_aboutqyzz,.show_aboutfazhandv,.fazhanlist,.show_aboutzhanshi{
		width: 95%;
	}
	.show_aboutqyzzright,.show_aboutfazhanright {
	    width: 80%;
	}
	.show_aboutqyzzleft,.show_aboutfazhanleft{
		width: 19%;
	}
	.show_aboutjjdvleft{
		width: 90%;
		padding: 5%;
	}
	.show_aboutzhanshi ul li{
		width: 33%;
		height: auto;
	}
	.fazhanlist li p{
		width: 80%;
	}
}
@media only screen and (min-width: 764px) and (max-width:999px){
	.shownav ul li{
		width: 15%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.show_aboutjj{
		height: auto;
		background:url(../img/images/aboutright_03.jpg) right bottom no-repeat;
		background-color: #f4f4f4;
		background-size:auto 600px ;
	}
	.show_aboutjjdv,.show_aboutzizhidv{
		width: 95%;
		flex-flow: wrap;
	}
	.show_aboutqyzz,.show_aboutfazhandv,.fazhanlist,.show_aboutzhanshi{
		width: 95%;
	}
	.show_aboutqyzzright,.show_aboutfazhanright {
	    width: 80%;
	}
	.show_aboutqyzzleft,.show_aboutfazhanleft{
		width: 19%;
	}
	.show_aboutjjdvleft{
		width: 90%;
		padding: 5%;
	}
	.show_aboutzhanshi ul li{
		width: 33%;
		height: auto;
	}
	.fazhanlist li p{
		width: 80%;
	}
	.fazhanlist li h2{
		font-size: 24px;
		width: 18%;
	}
	.show_aboutfazhanleft h1{
		font-size: 32px;
	}
	.show_aboutqyzzleft h1{
		font-size: 32px;
	}
	.show_aboutzizhitop{
		font-size: 32px;
	}
}
@media screen and (max-width: 767px){
	.shownav ul li{
		width: 20%;
		font-size: 16px;
	}
	.shownav ul li a{
		font-size: 16px;
		transition: all 1s;
	}
	.show_aboutjj{
		height: auto;
		background:url(../img/images/aboutright_03.jpg) right bottom no-repeat;
		background-color: #f4f4f4;
		background-size:auto 600px ;
	}
	.show_aboutjjdv,.show_aboutzizhidv{
		width: 95%;
		flex-flow: wrap;
	}
	.show_aboutqyzz,.show_aboutfazhandv,.fazhanlist,.show_aboutzhanshi{
		width: 95%;
	}
	.show_aboutqyzzright,.show_aboutfazhanright {
	    width: 100%;
	}
	.show_aboutqyzzleft,.show_aboutfazhanleft{
		width: 100%;margin-bottom: 20px;
	}
	.show_aboutjjdvleft{
		width: 90%;
		padding: 5%;
	}
	.show_aboutzhanshi ul li{
		width: 33%;
		height: auto;
	}
	.fazhanlist li p{
		width: 73%;
	}
	.fazhanlist li h2{
		font-size: 20px;
		width: 25%;
		line-height: 35px;
	}
	.show_aboutjjdvleft h1{
		font-size: 24px;
	}
	.show_aboutfazhanleft h1{
		font-size: 24px;
	}
	.show_aboutqyzzleft h1{
		font-size: 24px;
	}
	.show_aboutzizhitop{
		font-size: 24px;
	}
	.show_aboutjjdvright,.show_aboutjjdvright img{
		width: 100%;
	}
	.show_aboutqyzz,.show_aboutfazhantop{
		flex-flow: wrap;
	}
	.show_aboutfazhan{
		background-size: cover;
	}
	.show_aboutzhanshi{
		padding: 25px 0px;
		display: none;
	}
}
