@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
     padding:0px;
	 font-size:18px;
	 font-weight:normal;
	 line-height:18px;
	 font-family:Arial, Helvetica, sans-serif;
}
	
body{
	background:url(../image/bg.jpg);
}
	 
*{padding:0px;
  margin:0px;}

a, abbr, address, area, article, aside, audio,b, base, bdi, bdo, blockquote, br, button,canvas, caption, cite, code, col, colgroup, command,datalist, dd, del, details, dfn, div, dl, dt,em, embed,fieldset, figcaption, figure, footer, form,h1, h2, h3, h4, h5, h6, head, header, hgroup, hr, html,i, iframe, img, input, ins,kbd, keygen,li, link,map, mark, menu, meta, meter,nav, noscript,object, ol, optgroup, option, ouput,p, param, pre, progress,q,rp, rt, ruby,s, samp, script, section, select, small, source, span, strong, style, sub, summary, sup,table, tbody, td, textarea, tfoot, th, thead, time, title, tr, track,u, ul, var, video,wbr {
	margin:0;
	padding:0;
	outline:none;
}
canvas, footer, header, menu, nav, section {
	display:block;
}
a { 
	text-decoration:none;
}
a,img,link,area,nav,menu {
	border:none;
}
img {
	max-width:100%;
	height:auto;	
}
table,tr,td {
	border-collapse:collapse;
	border-spacing:0;
}
textarea { 
	resize:none;
}
.clearfix { 
	zoom:1;
}
.clearfix:after { 
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
}
.cb {
	clear:both;
}
.lfloat{
	float:left;	
}
.rfloat{
	float:right;	
}

#main{
	max-width:1000px;
	margin:0px auto;
	padding:0px;
}

#header{
	width:100%;
	margin:0px auto;
	
}

#header #headerleft{
	width:70%;

}
#header #headerright{
	width:30%;
	float:right;
}

#header #headerright h1 {
	font-size:33px;
	font-weight:bold;
    color:#323232;
	line-height:33px;
	float:right;
}
#header #headerright.himg{
	margin:0px 10px;
	float:left;
}
.container{
	margin:0 auto;
	padding:0px;
	max-width:1000px;	
}
.nav-bg{
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
	
}
.navbar-inner{
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;

}

#banner{
	width:990px;
	border:5px solid #f76a01;
	border-radius:10px;
	margin:15px 0px;
	overflow:hidden;
}
#banner #bannerleft{
	width:68%;
	border-right:5px solid #f76a01;
}

#banner #bannerright{
	width:29.5%;
	float:right;
}
 
.rightfom{
	width:90%;
	margin-left:4%;
	margin-top:10px;}
	
.rightfom span{ 
	font-size:14px;
	color:#323232;
	font-weight:bold;
	display:block;
}
.rightfom input[type=text],
.rightfom input[type=tel],
.rightfom input[type=email] {
	outline:none;
	width:99%;
	border:1px solid #111111;
	border-radius:5px;
	height:26px;
	margin:5px 0px;
	padding:0;
}
.rightfom textarea{
	outline:none;
	width:95%;
	border:1px solid #111111;
	border-radius:5px;
	height:50px;
	margin:5px 0px;
}	


.textboxhight{
	
}
	
.rightfom input[type="submit"], .rightfom input[type="button"], .rightfom input[type="reset"]  {
	background:#323232;
	border-radius:5px;
	border:2px solid #888585;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background-color:#727272;
}
.myButton:active {
	position:relative;
	top:1px;
}

.mybtn{ text-align:center;
}   
.mybtn2{ text-align:center;
        margin:10px 0px;         
   } 
.ycolor{
	color:#f76a01;
}

#bannerdown{
	width:1000px;
	margin:10px 0px;}
	
.downimage{
	width:190px;
	margin-left:10px;
	float:left;
	}
	
#contentarea{
	width:1000px;
	margin:0px ;
}

#contentarea #contentleft{
	width:70%;
	float:left;
	margin:10px 0px; 
	
}
#contentarea #contentleft h1{
	font-size:30px;
	font-weight:bold;
	color:#f76a01;
	margin:15px 0px 15px 0;
}
.text{
	margin-top:15px;
}
	
#contentleft p{
	font-size:14px;
	color:#000000;
	line-height:21px;
	margin: 0 0 10px;
	}

#contentarea #contentright{
	width:28%;
	margin:20px 0px 15px 0px;
	float:right; 
	
	}

#contentarea #contentright .quote{
	width:100%;
	border:3px solid #f76a01;
	border-radius:5px;
	margin:0px auto;
	background:#fff;
}

#contentarea #contentright .quote .quotebg{
	width:100%;
	background:#323232;
}
#contentarea #contentright .quote .quotebg h1{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:38px;
	
}
#contentarea #contentright .quote p{
	font-size:14px;
	color:#000000;
	line-height:18px;
	margin:10px 5px;
}
.tslider blockquote footer, .tslider blockquote footer a{
    font-size:14px !important;
	color:#000000 !important;
	font-weight:bold !important;
	margin-right:5px;
}
.txt2{
	font-weight:bold;
	text-align:center;
}

#footer{
	width:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background:#323232;
	border-bottom-left-top-radius:10px;
	overflow:hidden;

}
#footer #footermenu{
	width:96%;
	margin:2%;
}

#footer #footermenu .fmenu{
	width:22%;
	float:left;
	margin-right:4%;
}
#footer #footermenu .fmenu:last-child{
	margin:0;	
}
#footer #footermenu .fmenu2{
	width:22%;
	float:right;
}

#footer #footermenu p{
	font-size:12px;
	color:#fff;
	margin-top:10px;
	line-height:20px;
}
#footer #footermenu p a{
	width:100%;
	text-decoration:none;
	color:#fff;
}
#footer #footermenu p a:hover{
	text-decoration:none;
	color:#f76a01;
	}

#footer #footermenu h2{
	font-size:24px;
	color:#fff;
}

.fmenu{
	margin:0px;
	padding:0; 	
}
.fmenu ul{
	color:#fff;
	margin-top:10px;
	line-height:20px;
	list-style:none;
}
.fmenu ul li{
 	list-style:none;
	font-size:12px;	
}
.fmenu ul li a{
	font-size:12px;
	text-decoration:none;
	color:#fff;
}
.fmenu ul li a:hover{
	text-decoration:none;
	color:#f76a01;
}

.copy-right{
	margin:0px;
	}
.copy-right p{
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {

#header #headerleft{
	width:60%;
	margin-right:5%;

}
#header #headerright{
	width:35%;
}

#header #headerright h1 {
	font-size:28px;
	font-weight:bold;
    color:#323232;
	line-height:28px;
	margin-top:10px;
}

#header #headerright.himg{
	margin:0px 10px;
}

#banner{
	width:98%;
	border:5px solid #f76a01;
	border-radius:10px;
	margin:15px 0px;
	overflow:hidden;
}
#banner #bannerleft{
	width:65%;
	border-right:5px solid #f76a01;
}


#banner #bannerright{
	width:34%;
	float:right;
}
 
.rightfom{
	width:100%;
	margin-left:4%;
	margin-top:3px;}
	
.rightfom p{ 
	width:90%;
	font-size:12px;
	color:#323232;
	font-weight:bold;
	line-height:15px;
	margin:none;
}

.rightfom input[type=text],
.rightfom input[type=tel],
.rightfom input[type=email] {
	outline:none;
	width:90%;
	height:20px;
	border:1px solid #111111;
	border-radius:5px;
	margin:2px 0px;
	padding:0;
}
.rightfom textarea{
	outline:none;
	width:85%;
	border:1px solid #111111;
	border-radius:5px;
	height:40px;
	margin:5px 0px;
}	

.rightfom input[type="submit"], .rightfom input[type="button"], .rightfom input[type="reset"]  {
	background:#323232;
	border-radius:5px;
	border:2px solid #888585;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	margin-left:-30px;
	
}


	
.myButton {
	background:#323232;
	border-radius:5px;
	border:2px solid #888585;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:2px 7px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background-color:#727272;
}
.myButton:active {
	position:relative;
	top:1px;
	
}
 
#bannerdown{
	width:100%;
	margin:10px 0px;}
	
.downimage{
	width:18.3%;
	margin-left:10px;
	float:left;
	}	
	
#contentarea{
	width:97%;
	margin:0 1% ;
}


#contentarea #contentleft h1{
	font-size:26px;
	font-weight:bold;
	color:#f76a01;
	margin:15px 0px 15px 0;
}
#contentarea #contentright{
	width:26%;
	margin:20px 0px 15px 0px;
	float:right; 
	
	}

#contentarea #contentright .quote{
	width:100%;
	border:3px solid #f76a01;
	border-radius:5px;
	margin:0px auto;
	background:#fff;
}

#contentarea #contentright .quote .quotebg{
	width:100%;
	background:#323232;
}
#contentarea #contentright .quote .quotebg h1{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:38px;
	
}
#contentarea #contentright .quote p{
	font-size:14px;
	color:#000000;
	line-height:16px;
	margin:5px 5px;
}


#footer #footermenu{
	width:93%;
	margin:2%;
}

#footer #footermenu .fmenu{
	width:22%;
	float:left;
	margin-right:4%;
}

#footer #footermenu .fmenu:last-child{
	margin:0;	
}

#footer #footermenu .fmenu2{
	width:20%;
	float:right;
}

#footer #footermenu p{
	font-size:12px;
	color:#fff;
	margin-top:10px;
	line-height:20px;
}
#footer #footermenu p a{
	width:100%;
	text-decoration:none;
	color:#fff;
}
#footer #footermenu p a:hover{
	text-decoration:none;
	color:#f76a01;
}


#footer #footermenu h2{
	font-size:18px;
	color:#fff;
}

.copy-right{
	margin:0px;
	}
.copy-right p{
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}

.copy-right{
	margin:0px;
	}
.copy-right p{
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
#header #headerleft{
	width:100%;
}

#header #headerright{
	width:49%;
	margin:0 25%;
	text-align:center;
	float:none;
}
#header #headerright h1 {
	font-size:24px;
	font-weight:bold;
    color:#323232;
	line-height:33px;
}
#header #headerright.himg{
	margin:0px 10px;
}

#banner{
	width:98%;
   overflow:hidden;
}
#banner #bannerleft{
	width:100%;
	
}


#banner #bannerright{
	width:100%;
	float:none;
}
 
.rightfom{
	width:100%;
	margin-left:4%;
	margin-top:10px;}
	
.rightfom p{ 
	width:95%;
	font-size:12px;
	color:#323232;
	font-weight:bold;
}

.rightfom input[type=text],
.rightfom input[type=tel],
.rightfom input[type=email] {
	outline:none;
	width:95%;
	border:1px solid #111111;
	border-radius:5px;
	height:26px;
	margin:5px 0px;
	padding:0;
}
.rightfom textarea{
	outline:none;
	width:92%;
	border:1px solid #111111;
	border-radius:5px;
	height:50px;
	margin:5px 0px;
}	

.rightfom input[type="submit"], .rightfom input[type="button"], .rightfom input[type="reset"]  {
	background:#323232;
	border-radius:5px;
	border:2px solid #888585;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	margin-left:-30px;
	
}

.myButton:hover {
	background-color:#727272;
}
.myButton:active {
	position:relative;
	top:1px;
}	

#bannerdown{
	width:100%;
	margin:10px 0px;}
	
.downimage{
	width:17.6%;
	margin-left:10px;
	float:left;
	}
#contentarea{
	width:96%;
	margin:0 1% ;
}


#contentarea #contentleft{
	width:100%;
	margin:10px 0px; 
	
}

#contentarea #contentleft img{
	width:100%;
}

#contentarea #contentleft h1{
	font-size:26px;
	font-weight:bold;
	color:#f76a01;
	line-height:30px;
	margin:15px 0px 15px 0;
}
	
#contentleft p{
	font-size:14px;
	color:#000000;
	line-height:20px;
	}

#contentarea #contentright{
	width:98%;
	margin:5% 1%;
	float:right; 
	
	}

#contentarea #contentright .quote{
	width:99%;
	border:3px solid #f76a01;
	border-radius:5px;
	margin:0px auto;
	background:#fff;
}

#contentarea #contentright .quote .quotebg{
	width:100%;
	background:#323232;
}
#contentarea #contentright .quote .quotebg h1{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:38px;
	
}
#contentarea #contentright .quote p{
	font-size:14px;
	color:#000000;
	line-height:18px;
	margin:10px 10px;
}
.textbox{ 
	width:93%;
	border:1px solid #111111;
	border-radius:5px;
	height:18px;
	margin:2px 0px 3px 0;
	}
	
#footer #footermenu{
	width:96%;
	margin:2%;
}

#footer #footermenu .fmenu{
	width:22%;
	float:left;
	margin-right:3%;	
}
#footer #footermenu .fmenu:last-child{
	margin:0;	
}

#footer #footermenu .fmenu2{
	width:20%;
	float:right;
}

#footer #footermenu p{
	font-size:12px;
	color:#fff;
	margin-top:10px;
	line-height:20px;
}
#footer #footermenu p a{
	width:100%;
	text-decoration:none;
	color:#fff;
}
#footer #footermenu p a:hover{
	text-decoration:none;
	color:#f76a01;
	}

#footer #footermenu h2{
	font-size:16px;
	color:#fff;
}

.copy-right{
	margin:0px;
	}
.copy-right p{
	font-size:12px;
	color:#fff;
	text-align:left;
	float:left;
	margin-bottom:10px;
	margin-top:40px;
}	
	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	
#header #headerleft{
	width:100%;

}

#header #headerleft img{
	width:96%;
	text-align:center;
	margin:5px;

}

#header #headerright{
	width:48%;
	margin:2% 25%;
}
#header #headerright img{
	width:20%;
}
#header #headerright h1 {
	font-size:18px;
	font-weight:bold;
    color:#323232;
	line-height:18px;
}
#header #headerright.himg{
	margin:0px 10px;
}

#banner{
	width:96%;
   overflow:hidden;
}
#banner #bannerleft{
	width:100%;
	border-right:none;
	
}


#banner #bannerright{
	width:100%;
	float:none;
}
 
.rightfom{
	width:96%;
	margin-left:4%;
	margin-top:10px;
	float:none;}
	
.rightfom p{ 
	width:92%;
	font-size:12px;
	color:#323232;
	font-weight:bold;
}

.rightfom input[type=text],
.rightfom input[type=tel],
.rightfom input[type=email] {
	outline:none;
	width:92%;
	border:1px solid #111111;
	border-radius:5px;
	height:28px;
	margin:5px 0px;
	padding:0;
}
.rightfom textarea{
	outline:none;
	width:89%;
	border:1px solid #111111;
	border-radius:5px;
	height:50px;
	margin:5px 0px;
}	


.textboxhight{
	
}
	
.rightfom input[type="submit"], .rightfom input[type="button"], .rightfom input[type="reset"]  {
	background:#323232;
	border-radius:5px;
	border:2px solid #888585;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 15px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}

	
.myButton {
	background:#323232;
	border-radius:5px;
	border:2px solid #888585;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
}
.myButton:hover {
	background-color:#727272;
}
.myButton:active {
	position:relative;
	top:1px;
}	
.mybtn{ text-align:left;
	margin:0 0 5px 0;
}
#bannerdown{
	width:100%;
	margin:10px 0px;}
	
.downimage{
	width:45%;
	margin:5px;
	}
	
#contentarea{
	width:96%;
	margin:0 1% ;
}


#contentarea #contentleft{
	width:100%;
	margin:10px 0px; 
	
}

#contentarea #contentleft img{
	width:100%;
}

#contentarea #contentleft h1{
	font-size:21px;
	font-weight:bold;
	color:#f76a01;
	line-height:26px;
	margin:10px 0px ;
}
	
#contentleft p{
	font-size:13px;
	color:#000000;
	line-height:18px;
	}

#contentarea #contentright{
	width:98%;
	margin:5% 1%;
	float:right; 
	
	}

#contentarea #contentright .quote{
	width:99%;
	border:3px solid #f76a01;
	border-radius:5px;
	margin:0px auto;
	background:#fff;
}

#contentarea #contentright .quote .quotebg{
	width:100%;
	background:#323232;
}
#contentarea #contentright .quote .quotebg h1{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:38px;
	
}
#contentarea #contentright .quote p{
	font-size:14px;
	color:#000000;
	line-height:18px;
	margin:10px 10px;
}
.textbox{ 
	width:93%;
	border:1px solid #111111;
	border-radius:5px;
	height:18px;
	margin:2px 0px 3px 0;
	}

#footer #footermenu{
	width:96%;
	margin:2%;
}

#footer #footermenu .fmenu{
	width:30%;
	float:left;
	margin-right:3%;
}

#footer #footermenu .fmenu:last-child{
	width:100%;
	margin:0;	
}




#footer #footermenu h2{
	font-size:14px;
	color:#fff;
}

.copy-right{
	margin-top:50px;
	}
.copy-right p{
	font-size:12px;
	color:#fff;
	text-align:left;
	margin-bottom:10px;
}
.copy-right p{
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}

.copy-right{
	margin:0px;
	}
.copy-right p{
	font-size:12px;
	color:#fff;
	text-align:center;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:5px;

}