html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
	font-family: "微软雅黑";
	src: url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}
body{
	font-family: "微软雅黑";
	/* [disabled]background-color: #f5f5f5; */
	background-image: url(../images/body_bg.png);
}
.wrap{
	width: 95%;
	margin: 0 auto;
	transition: all .2s linear;
	-moz-transition: all .2s linear;/* firefox */
	-webkit-transition: all .2s linear; /* safari and chrome */
	-o-transition: all .2s linear; /* opera */
	-ms-transition: all .2s linear;
	overflow: hidden;
}
.wrap .log_top {
	line-height: 28px;
	color: #FFF;
	font-size: small;
}
.wrap .log_top a {
	color: #EE5010;
	font-size: small;
}


.header{
	/* [disabled]background-color: #FFF; */

}
.header_fun {
	background-image: url(../images/fun_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.lang  {
	float: right;
}
.lang a  {
	font-size: medium;
	color: #333;
	padding-left: 16px;
	background-image: url(file:///C|/Documents%20and%20Settings/ZQ/%E6%A1%8C%E9%9D%A2/%E9%87%91%E5%B8%9D%E5%85%AC%E5%8F%B8/webcreate/jdsm/images/arrow.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	line-height: 30px;
	margin-right: 20px;
}
.header_top {
	padding-top: 20px;
	padding-bottom: 20px;
	/* [disabled]background-color: #FFF; */
}
.logo{
	float: left;
	height: 60px;
	width: 316px;
}
.sea {
	float: right;
	width: 40%;
}
.sea .stab {
	border: 2px solid #F63;
	height: 32px;
	width: 96%;
	margin-top: 10px;
	line-height: 32px;
	background-color: #FFF;
}
.inp {
	width: 85%;
	height: 30px;
	border: 0px none #FFF;
	margin: 0px;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #666;
}
.sub {
	width: 12%;
	height: 32px;
	border: 0px none #FFF;
	margin: 0px;
	background-image: url(../images/sea.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	float: right;
}
.header_menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 20px;
}
.menu{
	float: none;
	overflow: hidden;
	background-color: #FEF4D8;
}
.menu ul {
}

.menu li{
	float: left;
}
.menu li a{
	display: block;
	font-family: "微软雅黑";
	font-size: large;
	color: #999;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	position: relative;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-weight: bold;
}
.menu li a:hover,.menu li.active a{
	color:#FFF;
	background:#ee5010;
}
/********* Main ************/
.main{
	padding: 20px 0;
}
.content{
	float: right;
	width: 77%;
	margin-top: 0;
	margin-right: 0%;
	margin-bottom: 0;
	/* [disabled]border: 1px solid #CCC; */
}
.sidebar{
	float:left;
	width:21%;
}

/************* Sidebar - Right ***********/
.services {
	/* [disabled]border: 1px solid #CCC; */
}
.services h3{
	color: #FFF;
	font-size: large;
	font-family: "微软雅黑";
	padding: 8px 0;
	text-align: center;
	background: #EE5010;
	font-weight: bold;
}
.services_list{
	margin-top:5px;
	background:#FFF;
}
.services_list li a{
	display: block;
	background: url(../images/arrow.png) no-repeat 10px 9px;
	color: #969494;
	font-size: 0.85em;
	border-bottom: 1px solid #D6D6D6;
	padding: 8px 0 8px 25px;
	font-family: "微软雅黑";
}
.services_list li a:hover{
	background:#555 url(../images/arrow-hover.png) no-repeat 10px 9px;
	color:#FFF;
}
.gsid {
	height: 60px;
	margin-bottom: 20px;
	width: 19%;
	margin-right: 1%;
	float: left;
}
.sidebar_left_bottom{
	margin-top: 20px;
}
.projects {
	/* [disabled]border: 1px solid #CCC; */
}
.projects h3{
	color: #FFF;
	font-size: large;
	font-family: "微软雅黑";
	padding: 8px 0;
	text-align: center;
	background: #EE5010;
	font-weight: bold;
}
.project_img{
	margin-top:5px;
	background:#FFF;
	padding:15px;
}
.projects img{
	max-width:100%;
	display:block;
	width:100%;
	margin-bottom:6px;
}
/********* Content ***********/
.content_bottom{
	padding: 15px;
	background: #FFF;
}
.content_bottom h2{
	font-family: Arial;
	font-size: 1.5em;
	color: #424242;
	padding:5px 0;
	text-transform:uppercase;
}
.content_bottom h3{
	font-family: Arial;
	font-size:0.85em;
	color:#EE5010;
	padding:5px 0;
	line-height:1.6em;
}
.content_bottom p{
	color:#969494;
	font-size:0.85em;
	padding:5px 0;
	line-height:1.8em;
}
.content_bar {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	overflow: hidden;
}
.content_bar p{
	color: #969494;
	font-size: 0.85em;
	line-height: 1.8em;
	float: left;
	width: 45%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.feature_list{
	padding-top:22px;
}
.feature_list li{
	color:#888;
	font-size:0.85em;
	padding:8px 0 8px 15px;
	background:url(../images/list-img.png) no-repeat 0;
}
.feature_list li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

/************** Sidebar - Right *************/
.sidebar_right_top h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: Arial;
	padding:8px 0;
	text-align:center;
	background:#EE5010;
}
.latestnews{
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.latestnews_desc{
	padding:10px 0px;
	border-bottom: 1px solid #ECECEC;
}
.latestnews_desc h4{
	color:#555;
	font-family: Arial;
	font-size:1em;
}
.latestnews_desc p{
	color: #969494;
	font-size:0.85em;
	padding:5px 0;
	line-height:1.8em;
}
.latestnews_desc span a{
	font-family: Arial;
	font-size:0.8em;
	text-transform:uppercase;
	display:block;
	text-align:right;
	color:#777;
	text-decoration:underline;
}
.latestnews_desc span a:hover{
	color:#EE5010;
	text-decoration:none;
}
.view-all{
	padding-top: 5px;
	line-height: 28px;
}
.view-all a {
	font-family: Arial;
	color: #EE5010;
	font-size: 12px;
	background: url(../images/arrow.png) no-repeat 0;
	padding-left: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	text-align: right;
}
.view-all a:hover{
	color:#555;
}
.view-all .number {
	float: left;
	color:#969494;
	font-size:0.85em;
	padding:5px 0;
	line-height:1.8em;
}
.view-all .number input {
	width: 50px;
	border: 1px solid #CCC;
	line-height: 30px;
	text-align: center;
	height: 32px;
}

.view-all .price_new {
	float: right;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #EE5010;
	font-weight: bold;
}


/******** Member-Login ********/
.sidebar_right_bottom h3{
	color:#FFF;
	font-size:1.2em;
	text-transform:uppercase;
	font-family: Arial;
	padding:8px 0;
	text-align:center;
	background:#EE5010;
}
.login_form{
	padding:10px;
	background:#FFF;
	margin-top:5px;
}
.login_form h3{
	color: #EE5010;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Arial;
	padding-bottom: 15px;
}
.login_form div{
	padding:5px 0;
}
.login_form span{
	display: block;
	font-size: 0.85em;
	color: #6A6A6A;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: Arial;
}
.login_form input[type="text"]{
	font-size:1em;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#cecece;
	padding:6px;
	width:94%;
	outline:none;
}
.login_form input[type="password"]{
	font-size:1em;
	color:#3A3A3A;
	border:1px solid #CCC;
	background:#cecece;
	padding:6px;
	width:94%;
    outline:none;
}
.mybutton{
		font-family: Arial;
	    background:#EE5010;
		padding:8px 15px;
		color: #FFF;
		border:none;
		display:inline-block;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;  
	    cursor:pointer;
	    -webkit-appearance:none;
	    float:right;
}
.mybutton:hover{
    background:#222;
    color:#FFF;
}
.login_form span a{
	color: #EE5010;
}
.login_form span a:hover{
	text-decoration:underline;
	color:#555;
}
.login_form h4{
	font-size:1em;
	color:#888;
	font-family: Arial;
	padding-top:20px;
}
.login_form a{
	font-size: 1em;
	color: #EE5010;
}
.login_form a:hover{
	color:#555;
	text-decoration:underline;
}
/*** Footer ***/
.footer{
	background:#FFF;
}
 /*  GRID OF FOUR   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.sgs_tit {
	line-height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-bottom: 10px;
	font-size: large;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #333;
}

.col_1_of_4{
	display: block;
	float: left;
	margin-top: 1%;
	margin-right: 0;
	margin-bottom: 1%;
	margin-left: 1.2%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
.span_1_of_4  h3{
	font-size: large;
	color: #EE5010;
	border-bottom: 1px dotted #D5D5D5;
	font-family: "微软雅黑";
	margin-bottom: 10px;
	font-weight: bold;
}
.span_1_of_4  p{
	font-size:0.85em;
	padding:5px 0;
	color:#969494;
	line-height: 1.8em;
}
.span_1_of_4  p span a{
	color:#EE5010;
	font-family: Arial;
}
.span_1_of_4  p span a:hover{
	color:#222;
}
.location li,ul.address li{
	font-size:0.85em;
	color:#6A6A6A;
	display:block;
	padding:7px 0;
}
.Testimonials_desc p span.up{
	padding-right:10px;
}
.Testimonials_desc p span.down{
	padding-left:10px;
}
.Testimonials_desc p span.down img{
	vertical-align:middle;
}
.Testimonials_desc h5{
	font-size:0.85em;
	color:#EE5010;
	font-family: Arial;
	text-align:right;
	font-style:italic;
}
 .copy-right{
	text-align:center;
	padding:15px 0;
	background:#323232;
 }
 .copy-right p{
	font-size:0.85em;
	color:#FFF;
	font-family: Arial;
 }
 .copy-right p a{
	text-decoration:underline;
	color:#EE5010;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
 }
 .copy-right p a:hover{
 	color:#FFF;
	text-decoration:none;
 } 
 /************ Services **************/
.services_grid{
	float:left;
	width:77%;
	margin:0 2% 0 0;
}
.service_desc{
	margin-bottom: 20px;
}
.listview_1_of_2{
	display: block;
	float: left;
}
.listimg{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 170px;
}
.text{
	display: block;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
	overflow: hidden;
}
.images_1_of_3 {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.listimg_2_of_1 {
	width: 100%;

}
.list_2_of_1 {
	width: 100%;
}
.images_1_of_2  img {
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.list_2_of_1  h4{
	color: #555;
	font-size: 1.2em;
	margin: 5px 0;
	text-transform: uppercase;
	font-family: Arial;
}
.list_2_of_1  p{
	color: #969494;
	font-size: 0.85em;
	padding:0;
	line-height: 1.8em;	
}
.litit {
	line-height: 28px;
	float: left;
}
.litit a {
	font-size: 14px;
	color: #333;
}

.lidate {
	float: right;
	line-height: 28px;
	font-size: 12px;
	color: #C00;
}


.dmore {
	overflow: hidden;
	width: 100%;
	display: block;
	float: left;
	line-height: 26px;
	text-align: right;
}
.dmore a {
	font-size: 12px;
	color: #EE5010;
}


/*********** Marketing ************/
.marketing{
	margin-bottom:12px;
}
.image {
	clear: both;
	padding: 1.5%;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 2%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width: 43%;
	position: relative;
}
.blog-leftgrids{
	margin-bottom:25px;
}
.blog-desc{
	width: 53%;
}
.pro_info1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFFAF4;
	padding-left: 10px;
}

.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.blog-desc  h4 a{
	color:#555;
	font-family: Arial;
	font-size:1.2em;
	text-transform:uppercase;
}
.blog-desc  p {
	font-size:0.85em;
	color:#787878;
   line-height:1.8em;
}
/*********** Contact ************/
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	color: #949494;
	font-family: Arial;
	padding-bottom:5px;
	font-size:0.85em;
	text-transform:uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:none;
			border:1px solid #DDDCDC;
			outline:none;
			color:#555;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:60px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	border:1px solid #CAC8C8;
}
.submit_button{
	font-size: 1em;
	padding: 10px 20px;
	text-shadow: 0px 1px 1px rgba(94, 94, 94, 0.9);
	color: #FFF;
	border: none;
	cursor: pointer;
	background: #EE5010;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: Arial;
	position: absolute;
	right: 0;
	background-color: #EE5010;
}
.submit_button:hover{
	text-shadow: 0px 0px 1px #000;
    background:#000; 
}
.contact_info{
	margin-top:30px;
}


#wrapper_tab a.tab_link{
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 20px;
	height: 33px;
	color: #777;
	text-decoration: none;
	border: 1px solid #f1f3f5;
	background: #f1f3f5;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	behavior: url(PIE.htc);
	font-family: "微软雅黑";
	font-size: 13px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
}
#wrapper_tab a.tab_link:hover{
	border: 1px solid #f7f7f7;
	background: #f7f7f7;
}
#wrapper_tab.tab1 a.tab1,
#wrapper_tab.tab2 a.tab2,
#wrapper_tab.tab3 a.tab3{
	cursor: default;
	color: #444;
	text-decoration: none;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	background: #fff;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-khtml-border-radius: 2px 2px 0 0;
	behavior: url(PIE.htc);
	position: relative;
	z-index: 3;
	font-family: "微软雅黑";
	font-size: 13px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
}
#wrapper_tab div.tab_body {
	display:none;
}
#wrapper_tab.tab1 div.tab1,
#wrapper_tab.tab2 div.tab2,
#wrapper_tab.tab3 div.tab3{
	display:block;
	position: relative;
	z-index: 2;
	border-top: 1px solid #e0e0e0;
	margin: -1px 0 0 0;
	padding: 20px 0 0 0;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}



/**** Responsice Layout *****/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
	width: 95%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:95%;
	}
}
@media all and (max-width: 1024px) {
	.wrap {
		width:95%;
	}
}
@media all and (max-width:800px) {
	.wrap {
		width:95%;
	}
	.logo{
		padding:0;
	}
	.menu li a{
		font-size:0.75em;
		padding:25px 10px;
	}
	.main{
		padding:25px 0;
	}
	.content{
		width:72%;
	}
	.content_bottom{
		padding:15px;
	}
	.sidebar{
		width:26%;
	}
	.services_grid{
		width:72%;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:93%;
	}
}
@media all and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.logo{
		width:40%;
		padding:8px 0;
	}
	.menu li a{
		padding:25px 5px;
	}
	.sidebar{
	float: none;
	width: 100%;
	display: none;
	}
	.content{
		float:none;
		width:100%;
		margin:10px 0;
	}
	.col_1_of_4{
		margin:0;
	}
	.span_1_of_4{
		width:94%;
		padding:3%;
	}
	.services_grid{
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
	.blog-desc h4 a{
		font-size:1em;
	}
	.marketing{
		margin-bottom:0;
	}
}
@media all and (max-width:480px) {
	.wrap{
		width:95%;
	}
	.logo{
		float:none;
		width:100%;
		text-align:center;
		padding:0;
	}
	.menu{
		float:none;
	}
	.menu li a{
		padding:10px 18px;
	}
	.main{
		padding:10px 0;
	}
	.services h3,.projects h3,.sidebar_right_bottom h3{
		font-size:1em;
		padding:6px 0;
	}
	.feature_list{
		padding-top:0;
	}
	.listview_1_of_2{
		margin:0 0 10px 0;
	}
	.images_1_of_2{
		width:100%;
		padding:0%;
	}
	.images_1_of_3{
		width:100%;
		padding:0%;
	}
	.images_3_of_1,.blog-desc{
		width:100%;
	}
	.grid{
		margin:10px 0 0 0;
	}
	.contact_info{
		margin-top:10px;
	}
 }
@media all and (max-width:320px) {
	.wrap{
		width:95%;
	}
	.menu li a {
		font-size:0.7em;
		padding: 6px 4.2px;
	}
	.inp {
	width: 50%;
	height: 24px;
	border: 0px none #FFF;
	margin: 0px;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #666;
}
.sub {
	width: 32px;
	height: 32px;
	border: 0px none #FFF;
	margin: 0px;
	background-image: url(../images/sea.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	float: right;
}
}
