/*css*/
*{
	margin:0;
	padding:0;
	text-decoration:none;
}
body{
	margin:0;
	padding:0;
}
@font-face {
font-family:'Abel', 'arial narrow', 'arial', 'calibri';
src:url("Abel-Regular.eot?") format("eot"),
	url("Abel-Regular.woff") format("woff"),
	url("Abel-Regular.ttf") format("truetype"),
	url("Abel-Regular.svg#Abel-Regular") format("svg");
}
p{
	font-family:'arial narrow', 'arial', 'calibri';
	font-size:15px;
	color:#6d6d6d;
	font-weight:normal;
	text-align:justify;
	line-height: 23px;
}
hr{
	width:100%;
	border:1px solid #d7d7d7;
	margin-top:10px;
	margin-bottom:10px;
}
h1{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	font-size:20px;
	color:#e56e03;
	font-weight: normal;
}
h2{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	font-size:18px;
	color:#fff;
	font-weight: normal;
	text-decoration:underline;
}
.clear{
	clear:both;
}
#mainwrapper{
	width:100%;
	height:auto;
}
#mainbody{
	width:1024px;
	margin:0 auto;
	height:auto;
	
}
#header{
	width:100%;
	height:116px;
}
.logo{
	width:27%;
	height:100%;
	float:left;
}
.logo img{
	margin-top:20px;
}
.sharemenu{
	width:73%;
	float:right;
	height:100%;
}
.share{
	width:23%;
	height:40%;
	float:right;
	text-indent:-9999px;
	margin-top: 4px;
}
.social{
	width: 31px;
	height: 31px;
	float: left;
	display: inline;
	margin-left: 3px;
}
.fb{
	background: url(../images/share1.png);
	background-position: 0 -32px;
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.fb:hover{
	background: url(../images/share1.png);
	background-position: 0 0px;
	margin: 0 auto;
	background-repeat: no-repeat;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.twitter{
	background: url(../images/share1.png);
	background-position: -32px -32px;
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.twitter:hover{
	background: url(../images/share1.png);
	background-position:  -32px 0px;
	margin: 0 auto;
	background-repeat: no-repeat;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.google{
	background: url(../images/share1.png);
	background-position: -64px -32px;
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.google:hover{
	background: url(../images/share1.png);
	background-position:  -64px 0px;
	margin: 0 auto;
	background-repeat: no-repeat;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.mail{
	background: url(../images/share1.png);
	background-position: -96px -32px;
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.mail:hover{
	background: url(../images/share1.png);
	background-position:  -96px 0px;
	margin: 0 auto;
	background-repeat: no-repeat;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.call{
	background: url(../images/share1.png);
	background-position: -128px -32px;
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.call:hover{
	background: url(../images/share1.png);
	background-position:  -128px 0px;
	margin: 0 auto;
	background-repeat: no-repeat;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.menu{
	width: 78%;
	height: 50px;
	float: right;
	margin-top: 5px;
}
.menu ul{
	width: 100%;
	height: 100%;
	line-height: 55px;
}
.menu ul li{
	height: 100%;
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #b5b5b5;
}
.menu li a{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#808080;
	
}
.menu li a:hover{
	color:#f58634;
	
}
.active,
 .active a{
	color:#f58634!important;
}
#banner{
	width:100%;
	height:350px;
}
#banner1{
	width:100%;
	height:132px;
}
#bodywrapper{
	width:100%;
	height:auto;
	margin-top:10px;
}
.left{
	width:75%;
	height:auto;
	float:left;
}
.footer_qs{
	width: 32%;
	float: left;
	display: inline;
	padding-right: 5px;
	*padding-right: 4px;
	border-left: 1px solid #d7d7d7;
	padding-left: 4px;
}
.qs_cont{
	width:100%;
	
}
.qs_cont p{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#626262;
	font-weight:normal;
	text-align:justify;
	line-height: 20px;
}
.qs_cont a{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#f77d0e;
	font-weight:normal;
	text-align:justify;
}
.qs_cont img{
	border:1px solid #c2c2c2;
}
.right_main{
	
}
.right{
	width:24%;
	float:right;
	border-left:1px dotted #dbdbdb;
	height:auto;
}
.right_main{
	width:98%;
	float:right;
	/*background:red;*/
	height:auto;
}
.quote form{
	width:100%;
}
.quote1 form{
	width: 43%;
}
#text{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	width:100%;
	height:24px;
	border:1px solid #eaeaea;
	color:#8f8f8f;
	font-size:16px;
	text-indent:5px;
	margin-top: 7px;
}
.text3{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	width:100%;
	height:24px;
	border:1px solid #eaeaea;
	color:#8f8f8f;
	font-size:16px;
	text-indent:5px;
	margin-top: 7px;
}
.text4{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	width:100%;
	height:40px;
	border:1px solid #eaeaea;
	color:#8f8f8f;
	font-size:16px;
	text-indent:5px;
	margin-top: 7px;
}
#text1{
	font-family:'Abel', 'arial narrow', 'arial', 'calibri';
	width:100%;
	height:40px;
	border:1px solid #eaeaea;
	color:#8f8f8f;
	font-size:16px;
	text-indent:5px;
	margin-top: 7px;
}
#button{
	width: 32%;
	height: 33px;
	background: url(../images/submit.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	margin-top:10px;
}
#button:hover{
	width: 32%;
	height: 33px;
	background: url(../images/submit.jpg);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	opacity:0.8;
	filter:alpha(opacity=80);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.news{
	background: url(../images/news_shadow.jpg);
	width: 100%;
	height: 138px;
	background-repeat: no-repeat;
	background-position: top;
}
.news ul {

}
.news ul  li{
	width: 93%;
	height: auto;
	list-style-image: url(../images/list_style.jpg);
	margin-left: 18px;
	margin-bottom: 10px;
}
.news li a{

}
.news li p{
	font-family: 'arial narrow', 'arial', 'calibri';
	font-size: 13px;
	color: #6d6d6d;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}
#mainbody2{
	width:100%;
	height:198px;
	background:#fc8f12;
	box-shadow:inset 0px 0px 200px #e54b00;
	margin-top:15px;
}
.body2_cont{
	width: 1024px;
	margin: 0 auto;
	height: 89%;
	padding-top: 10px;
}
.cont1{
	width: 50%;
	height: 100%;
	float: left;
	border-right: 1px solid #f3720c;
	box-shadow: 1px 0px 0px #ffa864;
	-webkit-box-shadow: 1px 0px 0px #ffa864;
	-moz-box-shadow: 1px 0px 0px #ffa864;
	-ms-box-shadow: 1px 0px 0px #ffa864;
	-o-box-shadow: 1px 0px 0px #ffa864;
}
.cont1 ul{
	width:100%;
	height: auto;
}
.cont1 ul li{
	width:100%;
	height:auto;
	list-style:none;
	text-decoration:none;
	font-family: 'abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.cont1 li a{
	width:100%;
	height:auto;
	list-style:none;
	text-decoration:none;
	font-family: 'abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.cont1 li a:hover{
	text-decoration:underline;
}
.cont2{
	width: 17.5%;
	height: 100%;
	float: left;
	border-right: 1px solid #f3720c;
	box-shadow: 1px 0px 0px #ffa864;
	-webkit-box-shadow: 1px 0px 0px #ffa864;
	-moz-box-shadow: 1px 0px 0px #ffa864;
	-ms-box-shadow: 1px 0px 0px #ffa864;
	-o-box-shadow: 1px 0px 0px #ffa864;
	padding-left: 8%;
}
.cont2 ul{
	width:100%;
	height: auto;
}
.cont2 ul li{
	width:100%;
	height:auto;
	list-style:none;
	text-decoration:none;
	font-family: 'abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.cont2 li a{
	width:100%;
	height:auto;
	list-style:none;
	text-decoration:none;
	font-family: 'abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.cont2 li a:hover{
	text-decoration:underline;
}
.cont3{
	width: 15.5%;
	height: 100%;
	float: left;
	/*border-right: 1px solid #f3720c;
	box-shadow: 1px 0px 0px #ffa864;
	-webkit-box-shadow: 1px 0px 0px #ffa864;
	-moz-box-shadow: 1px 0px 0px #ffa864;
	-ms-box-shadow: 1px 0px 0px #ffa864;
	-o-box-shadow: 1px 0px 0px #ffa864;*/
	padding-left: 8%;
}
.cont3 ul{
	width:100%;
	height: auto;
}
.cont3 ul li{
	width:100%;
	height:auto;
	list-style:none;
	text-decoration:none;
	font-family: 'abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.cont3 li a{
	width:100%;
	height:auto;
	list-style:none;
	text-decoration:none;
	font-family: 'abel', 'arial narrow', 'arial', 'calibri';
	font-size:14px;
	color:#fff;
	line-height:25px;
}
.cont3 li a:hover{
	text-decoration:underline;
}
#footer{
	width:100%;
	height:50px;
}
.footer1{
	width:1024px;
	height:100%;
	margin:0 auto;
}
.footer_menu ul{
	width:100%;
	text-align: center;
}
.footer_menu ul li{
	display:inline;
	
}
.footer_menu li a{
	color:#2b2c30;
	font-size:14px;
	font-family:arial;
	font-weight:normal;
	text-align:center;
}
.footer_menu li a:hover{
	text-decoration:underline;
}
.left table p{
	padding-left:5px;
	padding-right:5px;
}
.designed_by{
	float:right;
}
.designed_by a{
	font-family:'arial narrow', 'arial', 'calibri';
	font-size:15px;
	color:#6d6d6d;
	font-weight:normal;
	text-align:justify;
	line-height: 23px;
}
.left ul{
	margin-left:20px;
}
.left table{
	/*text-indent: 5px;*/
	width:100%;
	border-color:#f5f5f5;
}
.quote1 form tr td{
font-family: 'arial narrow', 'arial', 'calibri';
font-size: 15px!important;
color: #6d6d6d;
font-weight: normal;
text-align: justify;
line-height: 23px;
	
}
.left span a{
	font-family:'arial narrow', 'arial', 'calibri';
	font-size:16px;
	color:#6d6d6d;
	font-weight:normal;
	text-align:justify;
	line-height: 25px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
}
.left span a:hover{
	font-family:'arial narrow', 'arial', 'calibri';
	font-size:16px;
	color: #f58634!important;
	font-weight:normal;
	text-align:justify;
	line-height: 25px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}