@charset "utf-8";
html, body {
	margin:0px;
	padding:0px;
	background-image: url(../images/body.html);
}
* {
	margin:0px;
	padding:0px;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.site_width {
	width:962px;
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
}
.relative {
	position:relative;
}
.color_1 {
	color:#ae1414;
}
.text {
	color:#3c3c3c;
	font-family:cali;
	font-size:14px;
	line-height:22px;
	text-align:justify;
}
.text .more {
	color:#000;
	font-family:cali;
	font-size:15px;
	line-height:22px;
	text-align:justify;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family:air;
}
/*-------------------------------------------header-------------------------------------------------------------*/
#header {
	width:100%;
	height:125px;
	margin:0px auto;
	background-image: url(../images/header.html);
}
.logo_box {
	width:50%;
	float:left;
}
.social_box {
	width:40%;
	float:right;
	font-family:tm;
	font-size:16px;
	color:#fff;
	text-align:right;
}
.header_tagline {
	width:100%;
	margin-left:auto;
	margin-top:auto;
	font-family:tm;
	font-size:12px;
	line-height:30px;
	color:#fff;
}

/*-------------------------------------navigation-------------------------------------------------*/

#nav {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	background-color:#fff;
}
.navigation {
	width:110%;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:0px;
	left:0px;
}
.nav_sep {
	font-family:cali;
	font-size:14px;
	width:2px;
	color:#f5a73e;
	line-height:40px;
	text-align:center;
	margin-left:7.5%;
	margin-right:7.5%;
	background-image: url(../images/sep_nav.html);
	background-repeat: repeat-y;
	background-position: left;
}

#menu, #menu ul {
		padding: 0;
		list-style: none;
		margin-left:auto;
		margin-right:auto;
}
	
	#menu {
		width: 100%;

	}
	
	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}
	
	#menu:after {
		clear: both;
	}
	
	#menu {
		zoom:1;
	}
	
	#menu li {
		float: left;		
		position: relative;
		z-index:9999;	
	}
		
	#menu a {
	float:left;
	margin-top:0px;
	height:37px;
	line-height:32px;
	text-align:left;
	font-family:trb;
	color:#000;
	font-size:18px;
	display:block;
	font-family:tm;
	text-decoration:none;
	line-height:40px;
	
	}
	#arrow_down {
	background-image: url(../images/down.html);
	background-repeat: no-repeat;
	background-position: center bottom;		
		
	
	}
	
	
	#menu li:hover > a {
		
		color:#B51716;
		background-image:none;
		
	}
	
	*html #menu li a:hover { /* IE6 only */
		color:#B51716;
		background-image:none;
	}
	
	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 33px;
		left: 0;
		z-index: 1;    
		background-color:#fff;
		color:#000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
	#menu ul ul {
		top: 0;
		left: 120px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
	
	}
	
	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		
	}
	
	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu ul a {    
		width: 250px;	
		display: block;
			float: none;
	font-size:14px;
	color:#000 !important;
	padding-left:5px;
	}
	
	#menu ul a:hover {
		
		color:#26A7D1 !important;
	}
	
	#menu ul li:first-child > a {
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	
	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 28px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #fff;
	}
	
	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #fff;
	}
	
	#menu ul li:first-child a:hover:after {
		border-bottom-color: #fff; 
	}
	
	#menu ul ul li:first-child a:hover:after {
		border-right-color: #fff; 
		border-bottom-color: transparent; 	
	}
	
	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
.nav_line {
	height:1px;
	width:75%;
	position:absolute;
	top:0px;
	right:0px;
	background-image: url(../images/nav_line.html);
	background-repeat: no-repeat;
	background-position: center center;	
}
.nav_line2 {
	height:1px;
	width:75%;
	position:absolute;
	top:40px;
	right:0px;
	background-image: url(../images/nav_line.html);
	background-repeat: no-repeat;
	background-position: center center;	
}
/*------------------------- navGATION end ----------------------------------*/

/*------------------------------slider-------------------------------------------------*/
#slider_shadow {
	width:100%;
	margin-top:10px;
	height:360px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/slider_shadow.html);
	background-repeat: no-repeat;
	background-position: center 280px;;
}
.slider_box {
	width:100%;
	height:320px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	
	box-shadow:0px 0px 10px 0px #999;
}

/*---------------------------------------content csss------------------------------------------------------------------------*/

.content_box {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------------------left part-------------------------------------------------------*/

.left_part {
	width:70%;
	float:left;
	min-height:580px;

}
.cro_box {
	margin-top:50px;
	width:99.5%;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	border:1px solid #eaeaea;
	box-shadow:1px 2px 5px 0px #ccc;
}
.cro_box iframe {
	width:100%;
	height:150px;
	margin-left:auto;
	margin-right:auto;

}
.feature_line {
	width:100%;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
}

/*----------------------------------right_part-------------------------------------------*/

.right_part {
	width:27%;
	float:right;
}
.news_box {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.right_header {
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#292929;
	color:#fff;
	text-align:center;
	font-family:tm;
	font-size:30px;
}
.right_content {
	border:1px solid #eaeaea;
	width:99.5%;
	height:220px;
	background-color:#fff;
}
#news-container {
	width:100%;
	height:200px !important;
	margin-left:auto;
	margin-right:auto;margin-top:5px;
}
#news-container ul li {
	padding:5px !important;
}
.en_form {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
.en_input {
	width:98.5%;
	height:30px;
	font-family:my;
	font-size:14px;
	padding-left:1%;
	border:1px solid #cbcbcb;
	-moz-box-shadow:0px 0px 3px 0px #ccc;
	-ms-box-shadow:0px 0px 3px 0px #ccc;
	-o-box-shadow:0px 0px 3px 0px #ccc;
	-webkit-box-shadow:0px 0px 3px 0px #ccc;
	box-shadow:0px 0px 3px 0px #ccc;
}
.en_input:focus {
	border:1px solid #F00;
}
.en_area {
	width:98.5%;
	font-family:my;
	font-size:14px;
	padding-left:1%;
	border:1px solid #cbcbcb;
	-moz-box-shadow:0px 0px 3px 0px #ccc;
	-ms-box-shadow:0px 0px 3px 0px #ccc;
	-o-box-shadow:0px 0px 3px 0px #ccc;
	-webkit-box-shadow:0px 0px 3px 0px #ccc;
	box-shadow:0px 0px 3px 0px #ccc;
}
.en_area:focus {
	border:1px solid #F00;
}
.en_btn {
	background-image: url(../images/btn.html);
	background-repeat: no-repeat;
	background-position: center center;
	height: 47px;
	width: 116px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#fff;
}

/*--------------------------------footer------------------------------------------------*/

#footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:115px;
	background-image: url(../images/footer.html);
}
.footer_nav {
	padding-top:20px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
		font-family:tm;
	font-size:18px;
	color:#fff;
	font-weight:normal;
}
.footer_nav a { 
	font-family:tm;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	margin-left:3%;
	margin-right:3%;
}
.footer_copy {	
	padding-top:50px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
		font-family:tm;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	
}
.footer_copy a {	
		font-family:tm;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	
}


/*-------------------------------inner page------------------------------------------*/

.pro_box {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
	margin-top:20px;
	border:1px dashed #ccc;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	
}
.pro_box:hover { 
	border:1px dashed #B51716;
	
	box-shadow:0px 0px 10px 0px #666;
}
.pro_image {
	width:30%;
	float:left;
	text-align:center;

}
.pro_image img {
	margin-top:15%;

}
.pro_detail {	
	padding-top:2%;
	width:63%;
	float:right;
	padding-right:2%;
}
.enquier_box {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	
}
.en_head {
	font-family:tm;
	font-size:18px;
}
.contact_box {
	
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.contact_img {
	position:absolute;
	top:40px;
	right:80px;
}
