.indexConent{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 80vh;
	background-color: #FFFFFF;
}

/*修改轮播*/
.indexBanner{
	padding-bottom: 40px;
	width: 100%;height: auto;
}
.swiper-container-horizontal>.swiper-pagination-progressbar{
	bottom: 0px !important;
	top: auto;
}
.swiper-pagination-progressbar{
	background-color: #eeeeee;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: #c7000b;
}
.bannerImg{
	width: 100%;
}
/*关于我们*/
.aboutUsBox{
	width: 100%;
	background-image: url(./../img/aboutUs.png);
	background-size: auto;
	height: auto;
	min-height: 600px;
	position: relative;
	z-index: 1;
}
.aboutUsCont{
	display: flex;
	width: 1400px;
	margin: auto;
	justify-content: space-between;
	padding: 90px 0px;
}

.aboutUsDiv{
	width: 30%;height: auto;min-height: 410px;
	background-image: url(./../img/aboutUs01.png);
	background-repeat: no-repeat;
	/*margin: 5% 0px 0px 20%;*/
	min-width: 490px;
}
.aboutUsDiv01{
	width: 62px;height: 213px;
	background-image: url(./../img/aboutUs02.png);
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
	margin: -18px 46px 0px 0px;
	color: #FFFFFF;
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	text-align: left;
	line-height: 62px;
	font-size: 26px;
	font-family: KaiTi_GB2312;
	padding-top: 75px;
}
.aboutUsDiv02{
	width: 239px;
	height: 410px;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	line-height: 30px;
	font-family: MicrosoftYaHei;
	float: right;
	margin: 10px 47px 0px 0px;
}
.aboutUsDiv03{
	width: 44px;
	height: auto;
	float: right;
	margin: 220px 50px 0px 0px;
}
.abMoreLine{
	width: 2px;
	height: 80px;
	background-color: #000000;
	margin: auto;
}
.abMoreBtn{
	width: 44px;
	height: 89px;
	background-image: url(./../img/aboutUs03.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 20px;
	cursor: pointer;
}
.aboutUsImg{
	width: 60%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.aboutUsImg01{
	width: 100%;height: auto;z-index: 2;
	position: relative;
	float: left;
	display: block;
}
.aboutUsImg02{
	width: 100%;height: auto;z-index: 1;
	position: relative;
	float: left;
	margin-left: -100%;
	display: block;
}


/*大屏*/
@media only screen and (max-width: 1536px ) and (min-width: 1350px) {
	
	.aboutUsCont{
		width: 1200px;
	}
	
}

/*小屏*/
@media only screen and (max-width: 1349px) and (min-width:1025px){
	
	.aboutUsCont{
		width: 1000px;
		align-items: center;
	}
	
}

/*ipadPro*/
@media  (min-width: 1024px) and (max-width:1366px)  and (min-height: 1024px) and (max-height:1366px) {
	
	.aboutUsCont{
		width: 1000px;
		align-items: center;
	}
	
}
@media only screen and (max-width:1366px) and (max-height:1024px) {
	
	.aboutUsCont{
		width: 90%;
		align-items: center;
	}
	
}

/*ipad*/ 
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 768px) and (max-height:1024px) {
	
	.aboutUsCont{
		width: 90%;
		/*display: block;*/
	}
	.aboutUsDiv{
		min-width: 410px;
	}
	.aboutUsDiv01{
		width: 40px;
    	height: 135px;
    	margin: 0px 0px 0px 0px;
    	padding-top: 30px;
    	font-size: 16px;
    	line-height: 38px;
	}
	.aboutUsDiv02{
		margin: 10px 15px 0px 0px;
		width: 270px;
		overflow: hidden;
		text-overflow: ellipsis;
		/*overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;*/
	}
	.aboutUsDiv03{
		margin: 220px 30px 0px 0px;
	}

	
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {

	.aboutUsCont{
		width: 95%;
		align-items: center;
	}
	
}


/*移动*/
@media  (max-width: 767px) {
	
	.indexBanner{
		padding-bottom: 0.394736rem;
	}
	.aboutUsCont{
		display: block;
		padding: 0.789473rem 0rem;
	}
	.aboutUsDiv{
		width: 100%;
		min-width: auto;
		background-size: contain;
		min-height: 9.473684rem;
	}
	.aboutUsDiv01{
		width: 1.052631rem;
		height: 3.815789rem;
		margin: -0.473684rem 0.526315rem 0px 0px;
		float: left;
		font-size: 0.473684rem;
		padding-top: 1.18421rem;
		line-height: 1.052631rem;
	}
	.aboutUsDiv02{
		float: left;
		font-size: 0.315789rem;
		width: 6.052631rem;
		height: 8.421052rem;
		line-height: 0.631578rem;
		margin: 0.263157rem 0.526315rem 0px 0px;
	}
	.aboutUsDiv03{
		float: left;
		margin: 4.210526rem 0rem 0px 0px;
	}
	.aboutUsImg{
		width: 100%;
	}
	
	
}
