*{
	margin: 0px;
	padding: 0px;
}
html,body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height:100%; 
	overflow:hidden;
}
.portrait_mode 
{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
#topban {
	background-color: #FE7E03;
	position: fixed;
	z-index: 99999;
	height: 70px;
	width: 100%;
	border-bottom-color: #EF7801;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	overflow: hidden;
	-webkit-box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	box-shadow:0 0 5px #333333;
	opacity: 0.9;
}
#topban #logo {
	background-image: url(../imgs/banner4.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 300px;
	float: left;
	margin-left:20px;
}
#topban #topmenu {
	float: right;
	width: 600px;
}
#topban #topmenu ul {
	list-style-type: none;
}
#topban #topmenu li {
	display: block;
	float: left;
}
#topban #topmenu a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	vertical-align: middle;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 22px;
	padding-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
	margin-left: 3px;
	font-size: 18px;
}
#topban #topmenu a:hover {
border-bottom-color: #00CCCC;
padding-top: 32px;
padding-bottom: 12px;
}
#topban #topmenu .active{
border-bottom-color: #FF0000;
}
.pages {
	height: 100%;
	width: 100%;
	overflow:hidden;
	position: absolute;
	background-color:#FFFFFF;
	z-index:1;	
}

.slide_m {
	background:#990000;
	width:100%;
	height:100%;
	display:table;
    position: relative;
}
.slide_s {
    display:table-cell;
    vertical-align: middle;
	text-align:center;
	font-size:18px;
    width: 100%;;
	height:100%;
	color:#FFFFFF;
	position:relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.slide_p{
	background-color: #00FF33;
	position: absolute;
	height: 3px;
	width: 0%;
	top: 74px;
	z-index: 99990;
	-webkit-box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	box-shadow:0 0 5px #333333;
}
.pic1{
background-size: cover;
background-image: url(../imgs/bg0.jpg);
padding: 0 0 0 0;
background-position:center;
}
.pic2{
background-size: cover;
background-image: url(../imgs/bg1.jpg);
padding: 0 0 0 0;
background-position:center;
}
.pic3{
background-size: cover;
background-image: url(../imgs/bg2.jpg);
padding: 0 0 0 0;
background-position:center;
}
#headingbox{
	background-color: #FFFFFF;
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #FE7E03;
	width: 0;
	height: 35%;
	margin-left:7%;
	opacity: 0.9;
	-webkit-box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	box-shadow:0 0 5px #333333;
	overflow: hidden;
	max-width:500px;
}
#headingbox #box_title{
	font-size: 24px;
	color: #003366;
	text-align: center;
	padding: 8px;
	opacity: 0;
}
#headingbox #box_text{
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 12px;
	opacity: 0;
	line-height: 30px;
}
#pservice{
	height: 100%;
	width: 100%;
	overflow:hidden;
}
#d_p2{
	top: 100%;
	background-color:#FF0033;
	background-image: -webkit-gradient(linear, left top, left right, from( #777 ), to( #FF0033 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(to right, #777 , #FF0033 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(to right, #777 , #FF0033 ); /* FF3.6 */
	background-image:     -ms-linear-gradient(to right, #777 , #FF0033 ); /* IE10 */
	background-image:      -o-linear-gradient(to right, #777 , #FF0033 ); /* Opera 11.10+ */
	background-image:         linear-gradient(to right, #777 ,#FF0033);
}
#d_p3{
	top: 100%;
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)), to(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-o-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:-ms-linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	background-image:linear-gradient(left, rgba(168,168,168,0.5), rgba(168,168,168,0) 50%, rgba(168,168,168,0.5));
	
	/* Creating borders with box-shadow. Useful, as they don't affect the size of the element. */
	
	box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3,-2px 0 0 #fff,1px 0 0 #a3a3a3,2px 0 0 #fff;
	

}


#d_p4{
	top: 100%;
	background-color:#272727;

	background-image: -webkit-gradient(linear,  top,  bottom, from( #272727 ), to( #FF5533 )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom, #272727 , #FF5533 ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(to bottom, #272727 , #FF5533 ); /* FF3.6 */
	background-image:     -ms-linear-gradient(to bottom, #272727 , #FF5533 ); /* IE10 */
	background-image:      -o-linear-gradient(to bottom, #272727 , #FF5533 ); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #272727 ,#FF5533);
}
.ibox {
	margin: 2%;
	width: 20%;
	height: 80px;
	position: absolute;
	top: 100px;
	left:40%;
	text-align: center;
	

}
.iboxtext {
	margin: 2%;
	width: 20%;
	background-color: #FFFFFF;
	height: 50%;
	position: absolute;
	top: 190px;
	-webkit-box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	box-shadow:0 0 5px #333333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#itbox_1{
left:2%;
}
#itbox_2{
left:26%;
}
#itbox_3{
left:50%;
}
#itbox_4{
left:74%;
}
.iboxtext #head{
	font-size: 30px;
	color: #000099;
	text-align: center;
	padding: 6px;
}
.iboxtext #data{
	font-size: 20px;
	line-height: 35px;
	color: #333333;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#botbar{
	background-color: #333333;
	position: fixed;
	z-index: 99999;
	height: 25px;
	width: 100%;
	overflow: hidden;

	-webkit-box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	box-shadow:0 0 5px #333333;
	opacity: 0.9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #282828;
	bottom:0px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
}
.contactbox{
	width: 30%;
	height: 100px;
	float:left;
	background-color: #FFFFFF;
	margin: 2%;


	-webkit-box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	box-shadow:0 0 5px #333333;
	border-radius:5px;


	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity: 0.7;
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	
}
.phoneimg{
background-image: url(../imgs/Phone64.png);
}
.emailimg{
background-image: url(../imgs/email.png);
}
.mailimg{
background-image: url(../imgs/icon_email.png);
}
.mapbox{
	width: 50%;
	height: 450px;
	float:right;
	background-color: #FFFFFF;
	margin: 3%;

	-webkit-box-shadow:0 0 5px #333333;
	-moz-box-shadow:0 0 5px #333333;
	box-shadow:0 0 5px #333333;
	border-radius:5px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	opacity: 0.7;
	overflow: hidden;
}
.boxhead{
background-color:#990000;
padding:3px;
color:#FFFFFF;
}
.boxdata{
padding:8px;
color:#333333;
}
.leftbox{
	width: 45%;
	height: 70%;
	float: left;
	
	margin: 3%;

	margin-top: 120px;
}
.rightbox{
	width: 40%;
	height: 70%;
	float: right;
	background-color: #FFFFFF;
	margin: 3%;

	-webkit-box-shadow:0 0 2px #333333;
	-moz-box-shadow:0 0 2px #333333;
	box-shadow:0 0 2px #333333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	overflow: hidden;
	margin-top: 120px;
	background-image: url(../imgs/BigDataCube.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.des{
background-color:#333333;
opacity: 0.7;
color:#FFFFFF;
padding:6px;
height:40px;
margin-top:60px;
}
.des #hd{
font-size:20px;
text-align:right;
}
.des #txt{
font-size:13px;
text-align:right;

}
.des img{
position:relative;

top:-60px;
border:#FFFFFF solid 6px;
background-color:#FFFFFF;
}
#hlink {
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
}
@media screen and (max-width: 900px) {
html,body {
	overflow:auto;
}
.pages {
	position:relative;

	height:auto;
}
#d_p2, #d_p3,#d_p4{
top:0px;
}
.ibox {
visibility:hidden;
height:0px;
top:0px;
position:inherit;
}
.iboxtext{
left:0px;
top:0px;
width:90%;
position:static;
margin:10px auto;
}
.leftbox{
	width: 100%;
	height: 100%;
	float: left;
	
	margin: 0;

	margin-top: 10px;
}
.des{
background-color:#333333;
opacity: 0.7;
color:#FFFFFF;
padding:6px;
height:70px;
margin-top:35px;
margin-bottom:25px;
}
.des #txt{
font-size:13px;
text-align:right;
display:block;
width:50%;
margin-left:50%;

}
.rightbox{
visibility:hidden;
width:0;
height:0;
margin:0;
}
.contactbox{
width:95%;
position:static;
margin: 10px;
}
.mapbox{
margin-top:10px;
width:100%;
position:static;
margin:0;
float:left;

}
}