.contectArea {
	width: 100%;
	height: 410px;
	background-color: rgb(0, 112, 173);
}

.contectArea2 {
	display: none;
}

.contectLeftArea {
	width: 50%;
	height: 100%;
}

.contectLeftArea2 {
	width: 50%;
	height: 100%;
	padding-top: 10px;
}

.contectLeftArea2>p {
	font-size: 16px;
	color: #fff;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
}

.M-ContactData__icon {
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	margin-top: 20px;
}

.M-ContactData__icon2 {
	justify-content: center;
	display: flex;
	margin-top: 20px;
	margin: 0 5px;
}

.M-ContactData__icon3 {
	justify-content: center;
	display: flex;
}

.contectLeftAreaTopImg {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	margin: 30px auto;
}

.contectLeftAreaTopImg>img {
	width: 60px;
	height: 60px;
}

.contectLeftArea>p {
	font-size: 15px;
	color: #fff;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;

}

.contectIconList {
	justify-content: center;
	margin-top: 20px;
}

.contectIconList>img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
}

.contectStyle {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.contactErweima {
	width: 160px;
	margin: 0 auto;
}

.findUs {
	width: 100%;
	background-color: #fff;
	height: 300px;
	/* padding-top: 40px; */
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.findUsArea {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	background-image: url(../img/homeImg.jpg);
	transition: all .5s ease-in-out;
}

.findUsAreaActive {
	position: absolute;
	right: -100px;
	top: 40px;
	opacity: 0;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	background-image: url(../img/homeImg.jpg);
	transition: all .5s ease-in-out;
	
}


.findUsAreatext1{
	width: 680px;
	height: 140px;
	line-height: 70px;
	color: #fff;
	font-size: 23px;
	margin-left: 20%;
}

.findUsAreatext2{
	width: 400px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	background-color: #DC4D4F;
	margin-left: 20px;
}

.findUsAreatext2:hover{
	opacity: .8;
}


.phoneMenu {
	display: none;
}

.swiper-container2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-pagination2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	pointer-events: none;
}

/* 博客区域 */

.storyImgItem{
	width: 550px;
	height: 520px;
	border: 1px solid #d2d2d2;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
	position: relative;
	margin: 20px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.storyImgItem:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
}

.storyImgItemImg{
	width: 100%;
	height: 350px;
}
.storyImgItemImg img{
	width: 100%;
	height: 350px;
}

.storyImgItemText{
	width: 100%;
	height: 170px;
}

.storyImgItemTextP1{
	font-size: 36px;
	color: #000000;
	text-align: center;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	width: 80%;
	margin: 0 auto;
}

.storyImgItemTextP2{
	width: 80%;
	height: 40px;
	margin: 20px auto;
	text-align: center;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-line-clamp: 2;
}
.storyImgItemTextP3{
	font-size: 16px;
	text-align: center;
}

.storyImgItemDate{
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 40px;
	background-color: rgb(25,25,112,.8);
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}


.section2 {
	position: relative;
}

.section2 img {
	width: 100%;
}

.partnerContainer {
	width: 100%;
	background-color: #fff;
	position: relative;
	height: 834px;
}

.partnerArea {
	display: flex;
	width: 1100px;
	flex-wrap: wrap;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	top: 0;
	left: -100px;
	transition: all .5s ease-in-out;
}

.partnerArea2 {
	display: flex;
	width: 1100px;
	flex-wrap: wrap;
	margin: 0 auto;
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
	transition: all .5s ease-in-out;
}

.partnerArea2 img {
	width: 140px;
	height: 140px;
	padding: 10px 10px;
	border: 1px solid #F2F2F2;
	margin: 10px;
}

/* .partnerArea2 img:nth-child(6) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}

.partnerArea2 img:nth-child(12) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}
 */
.partnerArea img {
	width: 140px;
	height: 140px;
	padding: 10px 10px;
}

.partnerArea img:nth-child(6) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}

.partnerArea img:nth-child(12) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}

@media (min-width:1000px) and (max-width:1400px) {
	#lines {
		color: #FFFFFF;
		font-size: 0.24rem;
		/* font-weight: bolder; */
		position: absolute;
		left: 7.5%;
		top: 30%;
	}

	#lines2 {
		color: #FFFFFF;
		font-size: 0.24rem;
		/* font-weight: bolder; */
		position: absolute;
		left: 8%;
		top: 49%;
	}
	
	.findUsAreatext1{
		width: 680px;
		height: 140px;
		line-height: 70px;
		color: #fff;
		font-size: 23px;
		margin-left: 10%;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	#lines {
		color: #FFFFFF;
		font-size: 46px;
		/* font-weight: bolder; */
		position: absolute;
		left: 7.5%;
		top: 30%;
	}

	#lines2 {
		color: #FFFFFF;
		font-size: 46px;
		/* font-weight: bolder; */
		position: absolute;
		left: 8%;
		top: 49%;
	}
	
	.findUsAreatext1{
		width: 680px;
		height: 140px;
		line-height: 70px;
		color: #fff;
		font-size: 23px;
		margin-left: 15%;
	}
}

@media (min-width:1600px) {
	#lines {
		color: #FFFFFF;
		font-size: 50px;
		/* font-weight: bolder; */
		position: absolute;
		left: 7.5%;
		top: 30%;
	}

	#lines2 {
		color: #FFFFFF;
		font-size: 50px;
		/* font-weight: bolder; */
		position: absolute;
		left: 8%;
		top: 49%;
	}
}
