.project-style{
	width: 1200px;
	height: 520px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
	border-radius: 15px;}
.out_warp {
	position: relative;
	width: 990px;
	height: 520px;}

.left {
	width: 275px;
	height: 360px;
	position: absolute; 
	top: 80px;
	left: 0;
	z-index: 0;}

.cont {
	width: 320px;
	height: 420px;
	position: absolute;
	top: 50px;
	left: 335px;
	z-index: 1;}

.right {
	width: 275px;
	height: 360px;
	position: absolute;
	top: 80px;
	left: 715px;
	z-index: 0;}

/* .p-text{
	position: relative;
} */
.p-text a{
	position: absolute;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	color: #FFFFFF;
	font-weight: 600;}
.p-name{
	left: 35px;
	top: 25px;
	letter-spacing: 10px;}
.p-more{
	right: 45px;
	bottom: 35px;
	letter-spacing: 5px;}
.out_warp img {
	width: 100%;
	height: 100%;
	border-radius: 15px;}
.button_left{
	width: 35px;
	height: 35px;
	background: url(../img/left.jpg);
	background-size: cover;
	margin: 0 35px;}
.button_right{
	width: 35px;
	height: 35px;
	background: url(../img/right.jpg);
	background-size: cover;
	margin: 0 35px;}
