﻿@charset "utf-8";

.bannerBox.Img{
	position:relative;
	overflow:hidden;}

.bannerBox .Img img{
	display:block;
	width:100%;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

.bannerBox .Img:hover img{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	opacity:0.7;}

.sideBar{
	position: fixed;
	top: 180px;
	right: 0px;
	z-index: 199;
	padding:5px 0;
	background-color: rgba(23,23,23,0.90);
	}

.sideBar a{
	font-size:20px;
	color:#fff;
	display:block;
	text-align:center;
	padding:10px;
	width:30px;
	height:30px;
	line-height:30px;}
.sideBar a:hover{
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
	background:#ff0011;}


.sideBar_old{
	width:130px;
	height:250px;
	background:url(../images/dashboard.png) no-repeat top left;
	position: fixed;
	top:180px;
    right: 0px;
    z-index: 99;

	}
.sideBar_old span.arrow{
	top:50%;
	margin-top:-10px;
	right:0;
	position:absolute;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}
.sideBar_old a{
	font-size:25px;
	color:#fff;
	display:block;
	position:absolute;
	padding:10px;}
.sideBar_old a:hover{
	color:#000;}
.sideBar_old a.btn_contact{left:75px; top:10px;}
.sideBar_old a.btn_booking{left:35px; top:65px;}
.sideBar_old a.btn_phone{left:30px; top:130px;}
.sideBar_old a.btn_map{left:80px; top:180px;}

div.workArea{
	background:#f8f8f8;
	padding:140px 0;
	overflow:hidden;}

div.workArea h2 {
    padding-bottom: 80px;
    text-align: center;
    font-weight: normal;
    font-size: 40px;
}

div.workArea ul{
	margin:0 -10px;}
div.workArea ul li{
	float:left;
	width:25%;
	margin:0;
}
div.workArea ul li .item:hover{
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
}
div.workArea ul li .item{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	margin:0 10px 20px 10px;}
div.workArea ul li .Img{
}
div.workArea ul li .Img a{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;}
div.workArea ul li .Img a:after{
	text-align:center;
	content:"VIEW PROJECT";
	font-size:13px;
	width:100%;
	background:#ff0011;
	color:#fff;
	line-height:35px;
	position:absolute;
	bottom:-40px;
	left:0;
	z-index:9;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	}
div.workArea ul li:hover .Img a:after{
	bottom:0;
	opacity:1}

div.workArea ul li .Img a img{
	float:left;
	width:100%;}
div.workArea ul li .Txt{
	background:#fff;
	padding:30px 20px;}
div.workArea ul li .Txt h3{
	font-weight:normal;
	text-align:center;
	font-size:18px;
	color:#000;
	padding:0 0 35px 0;}
div.workArea ul li .Txt h3 a{
	color:#000;
	display:block;
	padding:0 0 25px 0;
	position:relative;}
div.workArea ul li:hover .Txt h3 a{
	color:#ff0011;
}
div.workArea ul li .Txt h3 a:after{
	position:absolute;
	bottom:0;
	left:50%;
	background:#f0f0f0;
	margin-left:-20px;
	content:"";
	width:40px;
	height:3px;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}
div.workArea ul li:hover .Txt h3 a:after{
	background:#ff0011;
}
div.workArea ul li .Txt p{
	color:#666;
	font-size:13px;
	height:60px;
	line-height:20px;
	overflow:hidden;}




div.projectArea{padding:120px 0 80px 0;
border-bottom:2px solid #ededed;}
div.projectArea h2{
	padding-bottom:80px;
	text-align:center;
	font-weight:normal;
	font-size:40px;}
div.projectArea ul{
	margin:0 -15px;}
div.projectArea ul li{
	float:left;
	width:33.33%;}
div.projectArea ul li .item{
	margin:0px 15px 20px 15px;}
div.projectArea ul li .Img{
	padding:0 0 10px 0;
	position:relative;
	overflow:hidden;}
div.projectArea ul li .Img:before{
	content:"";
	display:block;
	width:100%;
	height:50px;
	bottom:0;
	position:absolute;
	left:15px;
	background:url(../images/project/project-icon01.jpg) left top no-repeat;
	border-bottom:1px solid #ff0011;
}
div.projectArea ul li:nth-child(2) .Img:before{
	background:url(../images/project/project-icon02.jpg) left top no-repeat;
}
div.projectArea ul li:nth-child(3) .Img:before{
	background:url(../images/project/project-icon03.jpg) left top no-repeat;
}
div.projectArea ul li:nth-child(4) .Img:before{
	background:url(../images/project/project-icon06.jpg) left top no-repeat;
}
div.projectArea ul li:nth-child(5) .Img:before{
	background:url(../images/project/project-icon04.jpg) left top no-repeat;
}
div.projectArea ul li:nth-child(6) .Img:before{
	background:url(../images/project/project-icon05.jpg) left top no-repeat;
}
div.projectArea ul li:nth-child(7) .Img:before{
	background:url(../images/project/project-icon07.jpg) left top no-repeat;
}
div.projectArea ul li:nth-child(8) .Img:before{
	background:url(../images/project/project-icon08.jpg) left top no-repeat;
}
div.projectArea ul li:nth-child(9) .Img:before{
	background:url(../images/project/project-icon09.jpg) left top no-repeat;
}
div.projectArea ul li .Img a{
	width:100%;
	float:left;
	display:block;}
div.projectArea ul li .Img a img{
	width:100%;
	float:left;}
div.projectArea ul li .Txt{
	min-height:200px;
}
div.projectArea ul li .Txt h3{
	font-weight:normal;
	font-size:18px;
	color:#000;
	padding:20px 0;}
div.projectArea ul li .Txt h3 a{
	color:#000;
	display:block;
	position:relative;}
div.projectArea ul li:hover .Txt h3 a{
	color:#ff0011;
}
div.projectArea ul li .Txt p{
	color:#666;
	font-size:13px;
	line-height:20px;
}


.priceInfo{
	padding:120px 0 80px 0;
border-bottom:2px solid #ededed;}
.priceInfo h2{
	padding-bottom:80px;
	letter-spacing:2px;
	text-align:center;
	font-size:40px;
	font-weight:normal;}
.priceInfo h2 strong{font-weight:600;}
.priceInfo h2 b{
	color:#ff0011;
	font-weight:normal;
}
.priceInfo h2 span{
	color:#777777;
	font-size:20px;}
.priceInfo h2 p{
	font-size:16px;
	color:#0f65b1;}	
.priceInfo .priceMain{}
.priceInfo .priceMain .Img{
	float:left;
	width:50%;
	text-align:center;}
.priceInfo .priceMain .Img img{
	max-width:100%;}
.priceInfo .priceMain .Txt{
	font-size:15px;
	line-height:1.5;
	color:#777;
	width:50%;
	float:left;}
.priceInfo .priceMain .Txt li{
	padding-left:25px;
	position:relative;
	margin-top:15px;}
.priceInfo .priceMain .Txt li:before{
	content:"◎";
	font-size:12px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	}
.priceInfo .priceMain .Txt th{
	color:#000;
	font-weight:normal;
	border-bottom:2px solid #ededed;
	padding:0 20px 10px 20px;	
}
.priceInfo .priceMain .Txt td{
	border-bottom:1px solid #ededed;
	padding:10px 20px;	}
.priceInfo .btn_more{
	clear:both;
	padding-top:40px;
}

.priceInfo .btn_more a{
	background:url(../images/arrow_more_red.png) no-repeat left center;
	padding:0 28px;
	
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#e72330;
	line-height:17px;}

.priceInfo .btn_more a:hover{
	background:url(../images/arrow_more_red.png) no-repeat right center;}


.homeContact{padding:120px 0;}
.homeContact h2{
	padding-bottom:80px;
	letter-spacing:2px;
	text-align:center;
	font-size:40px;
	font-weight:normal;}
.homeContact .Txt{
	color:#666;
	font-size:16px;
	line-height:2;
	width:42%;
	float:left;}
.homeContact .Txt h3{
	font-size:30px;
	color:#000;
	font-weight:normal;
	letter-spacing:-1px;}
.homeContact .Txt a.tel{
	color:#ff0000;
	font-size:30px;}
.homeContact .FormBox{
	width:55%;
	float:right;}
.homeContact .form{
	padding:6px 0;
border-radius: 5px;
	position:relative;
	border:2px solid #e6e6e6;
	margin:10px 0;
	overflow:hidden;}	
.homeContact .form2 i{
	border:2px solid #e6e6e6;
	position:absolute;
	border-radius: 5px;
	display:inline-block;
	padding:10px 0;
	color:#ABABAB;
	width:40px;
	font-size:20px;
	right:-2px;
	top:-2px;
	bottom:-2px;
	text-align:center;
}
.homeContact .form3 i{
	border:2px solid #e6e6e6;
	position:absolute;
	border-radius: 5px;
	display:inline-block;
	padding:10px 0;
	color:#ABABAB;
	width:40px;
	font-size:20px;
	right:-2px;
	top:-2px;
	bottom:-2px;
	text-align:center;
}
.homeContact .form2{
	width:48%;
	float:left;
border-radius: 5px;
	padding:6px 0;
	position:relative;
	border:2px solid #e6e6e6;
	margin:10px 0;}
.homeContact .form3{
		padding:6px 0;
	width:48%;
	float:right;
border-radius: 5px;
	position:relative;
	border:2px solid #e6e6e6;
	margin:10px 0;}
	
.homeContact .FormBox input[type="text"] {
    border: none;
    background: none;
    outline: none;
    padding: 5px;
	font-size:15px;
    box-sizing: border-box;
}
.homeContact .FormBox label{
	padding-left:10px;
	color:#888;}
.homeContact .FormBox select {
    border: none;
    background: none;
    color: #888;
    padding: 5px 10px;
    box-sizing: border-box;
}
.homeContact .FormBox textarea {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    height: 200px;
    padding: 5px 40px 5px 5px;
    box-sizing: border-box;
}
.homeContact .btn_more{
	clear:both;
	padding-top:20px;
	
}
.homeContact .btn_more a{
	background:url(../images/arrow_more_white.png) no-repeat 20px center #e72330;
	padding:12px 50px;	
	display:inline-block;
	font-size:15px;
	color:#fff;
	line-height:17px;
	border-radius:3px;}
.homeContact .btn_more a:hover{
	background: url(../images/arrow_more_white.png) 120px center no-repeat #e72330;
	-webkit-box-shadow: 1px 2px #860000;
	box-shadow: 1px 2px #860000;
}
@media (max-width:1110px){
.homeContact .Txt{
	width:37%;
}
.homeContact .FormBox{
	width:60%;
}



.sideBar{
	width:100%;
	height:50px;
	position: fixed;
	padding:0;
	top:auto;
	bottom:0;
    right: 0px;
	background-color: rgba(23,23,23,1);
}

.sideBar a{
	width:25%;
	margin:0;
	padding:0;
	float:left;
	display:block;
	height:50px;
	line-height:50px;
}


.sideBar a:hover{
	-webkit-transform: translateY(-5px) translateX(0px);
	transform: translateY(-5px) translateX(0px);
}

.sideBar_old{
	width:100%;
	height:55px;
	position: fixed;
	top:auto;
	bottom:0;
    right: 0px;
	background-image:none;
}
.sideBar_old a{
	line-height:45px;
	font-size:25px;
	color:#fff;
	width:25%;
	display:block;
	text-align:center;
	position:relative;
	float:left;
	padding:0;}
.sideBar_old a:hover{color:#000;}
.sideBar_old a.btn_contact{
	left: auto;
	top: auto;
	background: #ff5b1a;
	border-top:5px solid #ffa77f;
	border-bottom:5px solid #ffa77f;
}
.sideBar_old a.btn_booking{
	left: auto;
	top: auto;
	background: #ffc400;
	border-top:5px solid #ffe379;
	border-bottom:5px solid #ffe379;
}
.sideBar_old a.btn_phone{
	left: auto;
	top: auto;
	background: #7bd001;
	border-top:5px solid #afe866;
	border-bottom:5px solid #afe866;
}
.sideBar_old a.btn_map{left:auto; top:auto;
	background: #00a991;
	border-top:5px solid #54cfca;
	border-bottom:5px solid #54cfca;}	
}
@media (max-width:1023px){
div.workArea ul li{
	width:50%;
}
.homeContact .Txt{
	width:100%;
	float:none;
	padding-bottom:30px;
}
.homeContact .FormBox{
	width:100%;
	float:none;
}	
}
@media (max-width:900px){
div.projectArea ul li{
	width:50%;}
}
@media (max-width:800px){
.priceInfo .priceMain .Img{
	float:none;
	width:100%;
}
.priceInfo .priceMain .Txt{
	width:100%;
	float:none;
	}
}
@media (max-width:620px){
.homeContact .form2{
	width:100%;
	float:none;
}
.homeContact .form3{
	width:100%;
	float:none;}
}
@media (max-width: 520px){
.caseArea2 {
    padding: 60px 0;
}
.caseArea2 h2 {
    font-size: 35px;
	padding:0 20px 40px 20px;
	
}
div.projectArea ul li .Txt {
    min-height: auto;
}
div.workArea {
    padding: 60px 0;
}
div.workArea ul li{
	width:100%;
}
div.projectArea {
    padding: 60px 0;
}
div.projectArea ul li{
	width:100%;
margin-bottom:30px;}

div.projectArea h2 {
    font-size: 35px;
	padding:0 20px 40px 20px;
}

.priceInfo h2 {
    font-size: 35px;
	padding:0 20px 40px 20px;
}
.homeContact h2 {
    font-size: 35px;
	padding:0 20px 40px 20px;
}
.priceInfo {
    padding:60px 0;
}
}