.container{
	width: 100%;
	margin:0;
	padding: 0;
}
.aboutbanner{
	width: 100%;
	height:350px;
	/*background-color: #ccc;*/
	background-image: url(../images/about/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 54%;
	background-size: cover;
	margin-top: 80px;
}
.aboutlogo{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 265px;
}
.aboutlogo img{
	width: 100%;
	max-width: 330px;
	transition: .5s;
}
@media(max-width: 480px){
	.aboutlogo img{
		/*width: 100%;*/
		max-width: 250px;
		position: absolute;
		top: 70px;
		/*margin-top: 70px;*/
		transition: .5s;
	}
}
.about{
	width: 100%;
	max-width: 1200px;
	height: 500px;
	margin: 0 auto;
	margin-top:50px;
	padding-bottom:50px;
	padding: 0;
	text-align: center;
	padding-right:10px; 
	padding-left:10px;
	position: relative;
}
.about-img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	height: auto;
	/*background-color: #ccc;*/
	overflow: hidden;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transition: .5s;
}
.about-img img{
	max-width: 600px;
	position: relative;
	transition: .5s;
}
.about-text{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 440px;
	background-color: #FEF4F7;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: absolute;
	bottom:0;
	left: 0;
	border-radius: 10px;
	transition: .5s;
}
.about-text-content{
	width: 100%;
	max-width: 430px;
	position: absolute;
	top: 150px;
	left: 50px;
}
@media (max-width:1200px){
	.about{
		width: 100%;
		max-width: 1200px;
		height: 500px;
		margin: 0 auto;
		margin-top:50px;
		padding-bottom:50px;
		padding: 0;
		text-align: center;
		padding-right:10px; 
		padding-left:10px;
		position: relative;
	}
	.about-img{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		height: auto;
		/*background-color: #ccc;*/
		overflow: hidden;
		border-radius: 5%;
		-webkit-border-radius: 5%;
		-moz-border-radius: 5%;	
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.about-img img{
		max-width: 500px;
		position: relative;
	}
	.about-text{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		height: 440px;
		background-color: #FEF4F7;
		padding-top: 15px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		position: absolute;
		bottom:0;
		left: 0;
		border-radius: 10px;
	}
	.about-text-content{
		width: 100%;
		max-width: 460px;
		position: absolute;
		top: 150px;
		left: 50px;
	}
}
/*@media (max-width: 1200px){
	.about{
		width: 100%;
		height: auto;
	}
	.about-img{
		width: 100%;
		position: relative;
		top:-75px;
		left: 0;
	}
	.about-img img{
		width: 100%;
	}
	.about-text{
		width: 100%;
		max-width: 660px;
		height: 300px;
		margin: 0 auto;
		position: relative;
		left: 0;
		top: 10px;
	}
	.about-text-content{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
	}
}*/
@media (max-width:978px){
	.about{
		width: 100%;
		height: auto;
	}
	.about-img{
		width: 100%;
		position: relative;
		top:-75px;
		left: 0;
	}
	.about-img img{
		width: 100%;
	}
	.about-text{
		width: 100%;
		max-width: 660px;
		height: 300px;
		margin: 0 auto;
		position: relative;
		left: 0;
		top: 10px;
	}
	.about-text-content{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
	}
}
@media (max-width:480px){
	.about{
		width: 100%;
		height: auto;
	}
	.about-img{
		width: 100%;
		position: relative;
		top:-30px;
		left: 0;
	}
	.about-img img{
		width: 100%;
	}
	.about-text{
		width: 100%;
		max-width: 660px;
		height: 300px;
		margin: 0 auto;
		position: relative;
		left: 0;
		top: 10px;
	}
	.about-text-content{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto;
	}
}

.about-text h3{
	font-size: 18pt;
	text-align: left;
	color: #D5758E;
}
.about-text span{
	width: 100%;
	display: inline-block;
	max-width: 30px;
	text-align: center;
}
.about-text span img{
	width: 100%;
	max-width: 20px;
}
.about-text p{
	font-size: 12pt;
	text-align: left;
	
}
/*.about-text span{
	font-size: 20px;
	text-align: left;
	color: #9e9e9e;
}*/
.about-item{
	display: inline-table;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	background-color: #FBFAFA;
	transition: 5s;
}
.item{
	width: 100%;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
	margin-top:50px;
	padding: 0;
	text-align: center;
	display: inline-block;

}
.item-title{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 15px;
	/*background-color: red;*/
}
.item-title h3{
	font-size: 21pt;
	color: #D5758E;
	/*background-color: red;*/
}
.item-title span{
	width: 100%;
	display: inline-block;
	max-width: 30px;
}
.item-title span img{
	width: 100%;
	max-width: 20px;
}
/*.item-title span{
	font-size: 20px;
	text-align: left;
	color: #9e9e9e;
}*/
.item-img{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
}

.item-img ul{
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 25px;
}

.item-img li{
	display: table;
	width: 100%;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.item-img h4{
	text-align: center;
	font-weight: bolder;
	font-size: 14pt;
	color: #D5758E;
}
.item-img p{
	text-align: left;
	height: 150px;
	font-size: 12pt;
	/*border-top: 3px rgb(241,160,179) dashed;
	padding-top: 5px;  */
}
.item-img img{
	width: 100%;
	height: 2px;
}

.item-img .iii{
	width:100%;
	height:200px;
	/*background: #eee;*/
	border-radius:10px;
	transform:scale(1,1);transition: all 1s ease-out;
}

.item-img .iii:hover{
	transform:scale(1.1,1.1);
}

.item-img .iii .iii1{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/1.jpg);
	border-radius:10px;
	background-position: center;
	background-size: cover;
}

.item-img .iii .iii2{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/2.jpg);
	border-radius:10px;
	background-position: center;
	background-size: cover;
}

.item-img .iii .iii3{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/3.jpg);
	border-radius:10px;
	background-position: center;
	background-size: cover;
}

.item-img .iii .iii4{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/4.jpg);
	border-radius:10px;
	background-position: center;
	background-size: cover;
}

.item-img .iii .iii5{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/5.jpg);
	border-radius:10px;
	background-position: center;
	background-size: cover;
	/*background-repeat: no-repeat;*/
}

.item-img .iii .iii6{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/6.jpg);
	border-radius:10px;
	background-position: top;
	background-size: cover;
}

.item-img .iii .iii7{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/7.jpg);
	border-radius:10px;
	background-position: top;
	background-size: cover;
}

.item-img .iii .iii8{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/8.jpg);
	border-radius:10px;
	background-position: top;
	background-size: cover;
}

.item-img .iii .iii9{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/9.jpg);
	border-radius:10px;
	background-position: top;
	background-size: cover; 
}

.item-img .iii .iii10{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/10.jpg);
	border-radius:10px;
	background-position: top;
	background-size: cover; 
}
.item-img .iii .iii11{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/11.jpg);
	border-radius:10px;
	background-position: top;
	background-size: cover; 
}
.item-img .iii .iii12{
	max-width: 300px;
	width:100%;
	height:100%;
	background-image: url(../images/about-item/12.jpg);
	border-radius:10px;
	background-position: top;
	background-size: cover; 
}
.trans{
	transition: 1s;
}