body {
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
}

.header2 ul li a {
	color: black;
}

.about {
	width: 1600px;
	height: 587px;
	margin: 0 auto;
	padding-top: 120px;
}

.about>img {
	width: 100%;
	/*height: 100%;*/
}

.about2 {
	width: 1200px;
	background: white;
	padding-bottom: 50px;
	margin: 0 auto;
	position: relative;
	/*top: -180px;*/
	margin-top: -180px;
}

.about2>.fq {
	width: 96%;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	padding-top: 27px;
	margin: 0 auto;
	margin-bottom: 50px;
	color: #545454;
}

.about2>hr {
	width: 980px;
	margin: 0 auto;
}

.about2>.ryu h1 {
	text-align: center;
	margin: 64px 0 75px 0;
	font-size: 36px;
}

.about2>.ryu ul {
	font-size: 0;
}

.about2>.ryu ul li {
	width: 400px;
	height: 300px;
	display: inline-block;
}

.about2>.ryu ul li a>img {
	width: 100%;
	height: 100%;
}
.about2>.zc{
	width: 100%;
}
.about2>.zc h1 {
	text-align: center;
	margin: 64px 0 75px 0;
	font-size: 36px;
}

.about2>.zc>.zc1 {
	width: 980px;
	height: 322px;
	margin: 0 auto;
	margin-bottom: 88px;
}

.about2>.zc>.zc1 .photo {
	width: 232px;
	height: 322px;
	float: left;
}

.about2>.zc>.zc1 .photo img {
	width: 100%;
	height: 100%;
}

.about2>.zc>.zc1 .describe {
	width: 650px;
	height: 322px;
	float: right;
}

.about2>.zc>.zc1 .describe>.describe1 {
	font-size: 23px;
	line-height: 53px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.about2>.zc>.zc1 .describe>.describe2 {
	font-size: 19px;
	line-height: 36px;
	color: #7d7d7d;
}

.about2>.zc>.zc1 .describe>.describe3 {
	font-size: 19px;
	margin-bottom: 38px;
	color: #7d7d7d;
}

.about2>.contact {
	width: 980px;
	height: 410px;
	margin: 0 auto;
	text-align: center;
	/*margin-bottom: 70px;*/
}

.about2>.contact p {
	font-size: 20px;
	line-height: 50px;
}

.about2>.contact p>a {
	color: #70a7fc;
}

.about2>.media {
	width: 100%;
}

.about2>.media h1 {
	text-align: center;
	margin: 80px 0 60px 0;
	font-size: 36px;
}

.about2>.media ul {
	width: 980px;
	margin-right: 200px;
	margin: 0 auto;
}

.about2>.media ul li {
	height: 50px;
	font-size: 20px;
	line-height: 46px;
	color: #595959;
}

.about2>.media ul li div {
	height: 50px;
	display: inline-block;
	max-width: 790px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.about2>.media ul li div:nth-of-type(1) {}

.about2>.media ul li div:nth-of-type(2) {
	margin-left: 10px;
}

.about2>.media ul li div:nth-of-type(3) {
	float: right;
}

.about2>.media ul li div a {
	max-width: 710px;
	color: #595959;
	height: 50px;
}

.about2>.media ul li a:hover {
	color: #1d2088;
}

.about2>.media ul li span:nth-of-type(1) {
	margin-left: 5px;
}

.about2>.media ul span {
	float: right;
	color: #595959;
}

.bottom {
	/*margin-top: -180px;*/
}

.swiper-container {
	width: 1200px;
	height: 600px;
}

.swiper-slide {
	font-size: 18px;
	cursor: pointer;
	width: 400px;
	height: 600px;
	/*margin-top: 20px;*/
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide {
	display: block;
}

.swiper-container>.swiper-wrapper>.swiper-slide>img {
	width: 400px;
	height: 300px;
	display: block;
}

.swiper-containers {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	/*margin-top: 20px;*/
	/*border: 1px solid red;*/
}

.swiper-container .arrow-left {
	background: url(../img/about6.png) no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	z-index: 99;
}

.swiper-container .arrow-right {
	background: url(../img/adout7.png) no-repeat left bottom;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	z-index: 99;
}

@media only screen and (min-width:0px) and (max-width: 1500px) {
	.about {
		width: 1200px;
		height: 440px;
		margin: 0 auto;
		padding-top: 120px;
	}
	.about2 {
		width: 900px;
	}
	.about2>hr {
		width: 735px;
		margin: 0 auto;
	}
	.swiper-container {
		width: 900px;
		height: 450px;
	}
	.swiper-slide {
		width: 300px;
		height: 450px;
	}
	.swiper-container>.swiper-wrapper>.swiper-slide>img {
		width: 300px;
		height: 225px;
		display: block;
	}
	.swiper-containers {
		position: relative;
		width: 900px;
		margin: 0 auto;
	}
	.about2>.zc>.zc1 {
		width: 735px;
		height: 242px;
		margin: 0 auto;
		margin-bottom: 88px;
	}
	.about2>.zc>.zc1 .photo {
		width: 174px;
		height: 242px;
		float: left;
	}
	.about2>.zc>.zc1 .describe {
		width: 500px;
		height: 242px;
		float: right;
	}
	.about2>.zc>.zc1 .describe>.describe1 {
		font-size: 21px;
		line-height: 39px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.about2>.zc>.zc1 .describe>.describe2 {
		font-size: 17px;
		line-height: 26px;
		color: #7d7d7d;
	}
	.about2>.zc>.zc1 .describe>.describe3 {
		font-size: 17px;
		margin-bottom: 10px;
		color: #7d7d7d;
	}
	.about2>.contact {
		width: 735px;
		height: 290px;
		margin: 0 auto;
		text-align: center;
		/*margin-bottom: 70px;*/
	}
	.about2>.contact p {
		font-size: 17px;
		line-height: 50px;
	}
	.about2>.media ul {
		width: 735px;
		margin-right: 200px;
		margin: 0 auto;
	}
	.about2>.media ul li div {
		height: 50px;
		display: inline-block;
		max-width: 541px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.about2>.media ul li div a {
		max-width: 541px;
		color: #595959;
		height: 50px;
	}
	.about2>.media ul li {
		height: 50px;
		font-size: 18px;
		line-height: 46px;
		color: #595959;
	}
}