﻿.clear{
	clear: both;
}

.project_title{
	width: 100%;
	text-align: center;
	padding: 60px 0 60px 0;
	float: left;
	color: #323233;
}

.project_title1{
	color: #fff;
}

#bg1{
	position: relative;
	width: 100%;
	height: 644px;
	background: url("../images/design/cw_catalog/bg1.jpg") no-repeat center;
}

#project_cont{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.text_block{
	width: 300px;
	color: #fff;
	float: left;
	margin: 260px 0 0 30px;
}

.l_text_block{
	margin-left: 108px;
}


#bg2{
	position: relative;
	width: 100%;
	height: 355px;
	background: url("../images/design/cw_catalog/bg2.jpg") no-repeat center;
	float: left;
}


#bg3{
	position: relative;
	width: 100%;
	height: 4475px;
	background: url("../images/design/cw_catalog/bg3.jpg") no-repeat center;
	float: left;
}

.project_button{
	position: relative;
	width: 430px;
	text-align: center;
	color: 3px solid #f15e30;;
	border: 3px solid #f15e30;
	margin: 60px 0 60px 400px;
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 15px;
	cursor: pointer;
	font-family: "Segoe ui", "Helvetica", "Arial", serif;
	color: #f15e30;
}

.project_button:hover{
	background: #f15e30;
	color: #fff;
}

