.backImg {
	width: 100%;
	height: 980px;
}

.introduction {
	width: 1200px;
	height: 350px;
	margin: 90px auto 40px;
	background-color: #F3F4F8;
	position: relative;
}
.introduction .title {
	font-size: 20px;
	padding: 20px;
}
.introductionContent {
/*	width: 450px;
	padding: 60px;*/
	width: 50%;
	height: 355px;
	float: left;
}
.introductionContent .info {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 5px solid #48ab72;
	font-size: 16px;
	color: #797a7e;
}
.introductionImg {
	/*position: absolute*/
	width: 528px;
	height: 355px;
	float: left;
/*	top: 90px;
	right: 60px;*/
}
img {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.introductionTwo {
	width: 100%;
	height: 810px;
	position: relative;
	margin: 155px 0; 
	/*background-image: url(../img/1.jpg);*/
}
/*.introductionTwoImg {
	position: absolute;
	width: 1065px;
	height: 790px;
	top: -90px;
	left: 220px;
	background-color: pink;
	border: 20px solid #e5e5e5;
}*/
.borderT {
	width: 145px;
	height: 15px;
	background-color: #48ab72;
	display: block;
	margin-bottom: 20px;
}
.introductionTwo .info {
	width: 800px;
	height: 250px;
/*	margin-top: 300px;
	margin-left: 125px;*/
	color: #fff;
	position: absolute;
	top: 25%;
	left: 20%;
}

.introductionTwo .info p {
	/*font-size: 18px;*/
	text-indent: 2em;
	padding: 5px 0;
}

.introductionThree {
	width: 100%;
	position: relative;
}

.introductionThree .imgLeft, .imgRight{
	position: absolute;

}

.introductionThree .imgLeft {
	top: 340px;
	left: 50px;
	width: 210px;
	height: 67px;
}

.introductionThree .imgRight {
	top: 50px;
	right: 50px;
	width: 225px;
	height: 80px;
}

.introductionThree .list {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.introductionThree .listItem {
	float: left;
	margin-bottom: 60px;
}
.introductionThree .listItem p {
	text-indent: 2em;
}
.introductionThree .listItem:nth-child(1){
	width: 50%;
    height: 325px;
}
.introductionThree .listItem:nth-child(2){
	width: 35%;
	height: 195px;
	margin-top: 130px;
	margin-left: 5%;
}
.introductionThree .listItem:nth-child(2) p{
	padding-right: 11px;
}
.introductionThree .listItem:nth-child(3){
	width: 425px;
	height: 640px;
}
.introductionThree .listItem:nth-child(4){
	width: 210px;
	height: 230px;
	margin: 120px 45px 0;
}
.introductionThree .listItem:nth-child(5){
	width: 470px;
	height: 310px;
	margin-top: 120px;
}