div.left{
	background: #f6f6f6;
	width: 700px;
	height: 250px;	
	padding:30px 20px;
	box-sizing: border-box;
	float: left;
}
div.left p{
	text-align: left;
	font-size: 17px;
	line-height: 32px;
	margin-top: 20px;
}
div.left p a{
	font-size: 14px;
	color: #2B6CA3;
}
div.left p a:hover{
	opacity: 0.8;
	transition: opacity 0.4s ease 0s;
}
div.right{
	width: 400px;
	height: 250px;
	float: right;
}
p.line{
	width: 100%;
	height: 6px;
	background: #FCFCFC;
	margin: 40px auto 0 auto;
}
div.center{
	margin: 30px auto 0 auto;
}
.center h1{
	text-align: center;
	font-size: 42px;
	color: #044175;
	font-family: simsunu;
}
.center h2{
	width: 32px;
	height: 3px;
	background: #044175;
	margin: 20px auto 0 auto;
}
.center div{
	width: 350px;
	padding: 40px 0 0 0;
	display: inline-block;
}
.center div a{
	width: 350px;
	height: 335px;
	display: block;
	position: relative;
}
.center div b{
	position: absolute;
	top: 0px;
}
b.vision{
	width: 260px;
	height: 260px;
	background: url(../img/Fashion_Designer.jpg) center center no-repeat;
	clip-path: circle(50%);
	background-size: 260px 260px;
	left: 50%;
	margin-left: -130px;
}
b.fast{
	width: 260px;
	height: 260px;
	background: url(../img/Sewing_operator.jpg) center center no-repeat;
	clip-path: circle(50%);
	background-size: 260px 260px;
	left: 50%;
	margin-left: -130px;
}
b.gsd{
	width: 260px;
	height: 260px;
	background: url(../img/Manufacturing_Product.jpg) center center no-repeat;
	clip-path: circle(50%);
	background-size: 260px 260px;
	left: 50%;
	margin-left: -130px;
}
b.cut{
	width: 260px;
	height: 260px;
	background: url(../img/Fabric_Cutting.jpg) center center no-repeat;
	clip-path: circle(50%);
	background-size: 260px 260px;
	left: 50%;
	margin-left: -130px;
}
b.buy{
	width: 260px;
	height: 260px;
	background: url(../img/FabricRoll.jpg) center center no-repeat;
	clip-path: circle(50%);
	background-size: 260px 260px;
	left: 50%;
	margin-left: -130px;
}
.center div a :hover{
	color: #2B6CA3;
	transition: color 0.4s ease 0s;
}
.center img{
	width: 60%;
	margin-top: 288px;
}
