/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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;}
/* start editing from here */
a{text-decoration:none;}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#te{ position:absolute; margin-top:-90px; margin-left:-250px;}
.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*/
body {
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	font-size: 100%;
	background: #ffffff;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.span1_of_30{ border:none;width:40%; float:left;}
/* start header */
.header_bg{
background: #EEEEEE url(../images/bg.png);
width: 100%;
height:90px;
}
.header{
	padding:2%;
}
.logo{
	margin-top:-5px;
}
.cssmenu {
z-index:9999;
}

.cleft{ width:20%; height:auto; float:left; margin-top:40px;}
.cleft .me{ background-image:url(../images/bkg-nm-mnu-left.gif); height:auto; line-height:35px;border:1px #dddddd solid; padding-left:20px; font-size:14px;}
.cleft .mee{ background-image:url(../images/bkg-nm-mnu-left-hover.gif);height:auto; line-height:35px;border:1px #dddddd solid; padding-left:20px; font-size:14px;}
.cleft .me:hover{ background-image:url(../images/bkg-nm-mnu-left-hover.gif);height:auto; line-height:35px;border:1px #dddddd solid; padding-left:20px; font-size:14px;}

.cleft .me2{ background-image:url(../images/bkg-nm-mnu-left.gif); height:auto; line-height:25px;border:1px #dddddd solid; padding-left:40px; font-size:12px;}
.cleft .me22{ background-image:url(../images/bkg-nm-mnu-left-hover.gif); height:auto; line-height:25px;border:1px #dddddd solid; padding-left:40px; font-size:12px;}
.cleft .me2:hover{ background-image:url(../images/bkg-nm-mnu-left-hover.gif); height:auto;  line-height:25px;border:1px #dddddd solid; padding-left:40px; font-size:12px;}

.cpn{ float:right; width:75%;}
.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;z-index:9999;
}
.cssmenu > ul > li.active a{
	color: #ffffff;z-index:9999;
}
.cssmenu > ul > li  img {
	vertical-align: middle;z-index:9999;
}
.cssmenu > ul > li > a {
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height:47px;
	padding: 0px 15px 5px 15px;z-index:9999;
}
.cssmenu > ul > li > a:hover {
	color: #ffffff;z-index:9999;
	background-image:url(../images/menu.png);
}
.dianhua{ float:right; margin-top:-5px; width:200px;}
.cssmenu > ul > li > ul {
	z-index:9999;
	opacity: 0;
	visibility: hidden;
	border:1px #cccccc solid;
	background: #5C5C5C;
	color:#fff;
	text-align: left;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-top: -10px;
	margin-left: -70px;
	width: 150px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.cssmenu > ul > li:hover > ul {
	opacity: 1;z-index:9999;
	top: 65px;
	visibility: visible;
}
.cssmenu > ul ul > li {
	position: relative;z-index:9999;
}
.cssmenu ul ul a {
	text-transform: uppercase;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	color: #333333;
	font-size: 14px;z-index:9999;
	background:url(../images/js.png);
	padding: 12px;
	display: block;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu ul ul a:hover {
	background-color: #f0f0f0;z-index:9999;
}
.cssmenu ul ul ul {
	visibility: hidden;z-index:9999;
	opacity: 0;
	position: absolute;
	top: -16px;
	padding: 8px;
	background-color: #fafafa;
	text-align: left;
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cssmenu ul ul > li:hover > ul {
	opacity: 1;
	visibility: visible;z-index:9999;
}
.cssmenu ul ul a:hover {
background-color:#197fe4;z-index:9999;
}
/* display with 840px  */
.top-nav{
	display: none;
}
.nav_bg{
	background: #464646;
}.post {
	background: #197fe4;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 12px;
	text-align: center;
	border: 7px solid #EBEBEB;
	position: absolute;
	left: 48em;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}.post a{
	color:#fff;
	text-decoration: none;
}
.post:hover {
	background:#FF6600;
	color: #fff;
}
.clearfix {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.clearfix ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #f0f0f0;
}
.clearfix li {
	display: block;
}
.clearfix a {
	color: #555555;
	font-size:15px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-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;
}
.clearfix li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.clearfix li:last-child a {
	border-right: 0;
}
.clearfix a:hover,.clearfix a:active {
	background: #197fe4;
	color:#ffffff;
}
.clearfix a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: #197fe4;
}
.clearfix a#pull:after {
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
/* start main */
.main_bg{
	background: #eeeeee;
}

.main {
	padding: 2%;
}
.grids_1_of_3{
padding-top:1%;
padding-bottom:6%;
padding-left:2%;
padding-right:2%;
	text-align:center;
}

.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 22%; 
}

.suo{text-indent:2em;}

.grid_1_of_33{
	display: block;
	float:left;
	margin-left: 4%;
}
.grid_1_of_33:first-child { 
	margin-left: 0; 
}
 
.images_1_of_33 {
	width: 22%; 
}
.images_1_of_3 img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.images_1_of_3  h3{
	color: #000000;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	line-height: 1.8em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.images_1_of_3  h3:hover{
	color: #777777;
}
.images_1_of_3  p  {
	color: #000000;
	line-height: 1.8em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
}
/* start top_mid_bg */
.top_grid_bg{
	background: url('../images/bg1.jpg') ;
	background-size: 100%;
}
.top_grid{
	padding:6% 2%;
}
.top_grid_text{
	float: left;
}
.top_grid_text h2{
	color: #ffffff;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: normal;
font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	letter-spacing: 1px;
}
.top_grid_btn{
	float:right;
}
.top_grid_btn .btn{
	padding: 12px 30px;
	border: 1px solid #ffffff;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
}
.top_grid_btn .btn:hover{
	background: #ffffff;
	color:#000000;
}
/* top_grid_portolio */
.top_grid_gallery{
	margin-top: 4%;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
}
.top_grid_portfoli{
	margin-right: 3%;
}
.da-thumbs li ,.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}
.da-thumbs {
	text-align:center;
}
.da-thumbs li  article h3{
	color:#fff;
	font-size:1.5em;
	text-transform:capitalize;
	padding: 80px 0 20px 0;
}
.da-thumbs li  article em{
	margin-bottom:10px;
	color:#fff;
	display:block;
}
.da-thumbs li  article span{
	display:inline-block;
}
span.link_post{
	display:block;
	width:35px;
	height:35px;
	background-color:#febd17;
	cursor:pointer;
	background-image:url(../images/link_post_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.dingzhiz{	border-radius:75px;
	-webkit-border-radius:75px;
	-moz-border-radius:75px;
	-o-border-radius:75px;
	margin-bottom:10px;}
span.zoom{
	overflow:hidden;
	display:block;
	width:35px;
	height:35px;
	background-color:#febd17;
	cursor:pointer;
	background-image:url(../images/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.portfolio_2col article h3{
	padding-top:70px !important;
}
/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	position:relative;
}
.image_grid li{
	float: left;
	line-height: 18px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
/* start mid_grid_bg */
.mid_grid_bg{
	background:#ffffff;
}
.mid_grid{
	padding: 6% 2%;
}
.mid_grid h2{
	color: #202227;
	text-transform: capitalize;
	font-size: 2.5em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
}
.mid_grid h3{
	color: #777777;
	text-transform: capitalize;
	font-size: 1.5em;
	margin: 2% 0;
}
.mid_grid h3 a{
	color: #202227;
	text-transform: uppercase;
}
.mid_grid h3 a:hover{
	color: #555555;
}
.mid_grid .btn{
	margin-top:8px;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background:#202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.mid_grid .btn:hover{
	background: #000000;
}
.mid_grid_left{
	float:left;
	width: 56.333333%;
	margin-right: 4%;
}
.mid_grid_right{
	float:right;
	width:38.333333%;
}
/* start btm_grid */
.btm_grid_bg{
	background: url('../images/bg2.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.btm_grid{
	padding:6% 2%;
}
.btm_grid h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 2em;
	letter-spacing: 1px;
}
.btm_grid h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	margin: 8% 0 4%;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btm_grid h3:hover{
	color: rgba(255, 255, 255, 0.69);
}
.btm_grid p{
	margin-top:10%;
	color: rgba(255, 255, 255, 0.69);
	line-height: 1.6em;
	font-size: 1em;
}
.span_of_3 {
margin-top: 3%;
	
}
.cpmenu{ background-color:#f5f5f5; float:left; margin-right:10px; font-size:16px; padding-left:15px; padding-right:15px; text-align:center; border:1px #cccccc solid; height:40px; line-height:40px;}
.cpmenu:hover{ background-color:#197FE4; }
.cpmenu:hover a{ color:#FFFFFF;}
.cpmenu2{ background-color:#197FE4; float:left; margin-right:10px; font-size:16px; padding-left:15px; padding-right:15px; text-align:center; border:1px #cccccc solid; height:40px; line-height:40px;}
.cpmenu2 a{ color:#FFFFFF;}


.cpmenuu{ background-color:#f5f5f5; float:left; margin-right:10px; font-size:16px; padding-left:15px; padding-right:15px; text-align:center; border:1px #cccccc solid; height:30px; line-height:30px;}
.cpmenuu:hover{ background-color:#FF6600; }
.cpmenuu:hover a{ color:#FFFFFF;}
.cpmenu22{ background-color:#197FE4; float:left; margin-right:10px; font-size:16px; padding-left:15px; padding-right:15px; text-align:center; border:1px #cccccc solid; height:30px; line-height:30px;}
.cpmenu22 a{ color:#FFFFFF;}

.span1_of_3 img{ width:100%;height:170px;}
.ser_btn:hover{ background-color:#197FE4; }
.ser_btn:hover a{ color:#ffffff; }
.span1_of_3 {
float: left;
width: 28%;
margin-right: 3.3333%;
border: 1px solid rgb(206, 206, 206);
 margin-bottom:20px;
}
.button {
color: #555555;
border-top: 1px solid rgb(221, 221, 221);
display: block;
text-align: center;
text-transform: uppercase;
font-size: 0.875em;
width: 100%;
padding: 12px 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.span1_of_3:nth-child(3){
	margin-right: 0;
}
.span_of_3 h3.style{
	opacity: 0.5;
}
.span_of_3 h4{
	position: relative;
	display: inline-block;
}
.span_of_3 h4.divider{
	position: absolute;
	background: url('../images/divider.png') no-repeat;
	width: 40px;
	height: 10px;
}
/* start testimonial */
.testimonial_bg{
	background: #f4f4f4;
}
.testimonial{
	padding:1% 2%;
	text-align: center;
}
.testimonial h2 {
	color: #202226;
	text-transform: capitalize;
	font-size: 1.8em;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
}
.testimonial h3{
	color: #A5A5A5;
	font-size: 1.5em;
}
.testimonial_text{
	margin:4% 0;
	background: #ffffff;
	padding:1% 8%;
	position: relative;
}
.testimonial_text h4{
	color: #333333;
	font-size: 0.8em;
	line-height:200%;
		font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
}
.testimonial_text:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #FFFFFF;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}
.client_btn{
}
.client_btn a{
	display: inline-block;
	text-transform: capitalize;
	font-size: 1.2em;
	padding: 8px 28px;
	color: #ffffff;
	background: #666666;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
}
.client_btn a:hover{
	background: #333333;
}
.client_pic ul li{
	display: inline-block;
	margin-right: 10px;
}
.client_pic ul li a img{
	margin-bottom: -4px;
}
.client_pic ul li a.active{
	border-bottom: 5px solid #FEBD17;
}
.client_pic ul li a{
	display:block;	
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.client_pic ul li a:hover{
	border-bottom: 5px solid #FEBD17;
}
/* start clients */
.clients_bg{
	background: #ffffff;
}
.clients{
	padding:6% 2%;
	text-align: center;
}
.clients_txt{
	padding-bottom: 4%;
}
.clients h2{
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 0px 0px;
	float: left;
}
.clients h3{
	float: right;
	width: 82%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}
/* start tooltip */
.tool_tip1 {
	margin: 4% 0;
}
.tt-wrapper{
	padding:4% 0 10% 0;	
}
.tt-wrapper li:first-child{
	margin-left: 0;
}
.tt-wrapper li{
	float: left;
	margin-left: 4%;
	width:16.77777%;
}
.tt-wrapper li a{
	display: block;
	outline: none;
	position: relative;
	height: 60px;
}
.tt-wrapper li .tt-sample{
    background-position: 0px 0px;
}
.tt-wrapper li a span{
	text-transform:uppercase;
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-weight: normal;	
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border: 4px solid #000;
	background:#000000;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #000;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

/* start products */
.products_bg{
	background: #f1f1f1;
}
.products{
	padding:6% 2%;
	text-align: center;
}
.products h2{
	background: #000000;
	font-size: 1.4em;
	color: #ffffff;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.products_of_3{
	display:block;
	margin-top: 4%;	
}
.product1_of_3{
	float: left;
	width: 25.3333%;
	padding: 2%;
	margin-right: 4%;
	background: #ffffff;
}
.product1_of_3 h3{
	font-size: 1.2em;
	color: #000000;
	text-transform: capitalize;
	-webkit-text-stroke: 0.5px;
	margin: 4% 0;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.product1_of_3 h3:hover{
	color: #febd17;	
}
.product1_of_3 h4{
	font-size: 1.2em;
	color: #28AAD6;
	-webkit-text-stroke: 0.5px;
}
/* start footer_top */
.footer_top_bg{
	background: #febd17;
}
.footer_top{
	padding:6% 2%;
	text-align: center;
}
.footer_top h2{
	color: #FFFFFF;
	font-size: 2.5em;
}
.footer_top h2  a{
	color: #FFFFFF;
}
.footer_top h2  a:hover{
	text-decoration:none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start footer */
.footer_bg{
	background: #eeeeee;
}
.footer{
	padding:1% 2%;
}
.span1_of_4{
	float:left;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	width: 20.3333333%;
	margin-right: 4%;
}
.span1_of_4  h2{
	font-size: 1.2em;
	color: #333333;

}
.span1_of_44{
	float:left;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	width:10%;
	margin-right: 4%;
}
.span1_of_44  h2{
	font-size: 1.2em;
	color: #333333;

}
.span1_of_444{
	float:left;
	width:40%;
	margin-right: 4%;
}
.span1_of_444  h2{
	font-size: 1.2em;
	color: #333333;

}
.f_nav1 li{
}
.f_nav1 li a{
	display: block;
	color: #ABABAB;
	line-height: 1.5em;
	font-size: 0.8em;
}
.f_nav1 li a:hover{
	color: #333333;
}
.f_nav2 li{
	margin:10px 5px 0 0;
	display: inline-block;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	background:url(../images/bg1.jpg);

}
.f_nav2 li:hover{
	background: #333333;
}
.f_nav2 li a{
	display: block;
	color: #ffffff;
	font-size: 1em;
	padding: 10px;
}
p.f_para{
	color: #ABABAB;
	line-height: 1.5em;
	font-size:0.8em;
		font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
}
/*search*/
.search{
	margin-top:8%;
	position: relative;
	background: #ffffff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.search input[type="text"]{
	font-family: 'Source Sans Pro', sans-serif;
	padding:10px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: none;
	width: 68.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 1em;
	text-transform: capitalize;
}
.search input[type="submit"]{
	background: url('../images/search1.png') no-repeat 8px 12px;
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	width: 14.33%;
	line-height: 1.5em;
	outline: none;
	position: absolute;
}
.search input[type="submit"]:hover {
	background:url('../images/search1_h.png') no-repeat 8px 12px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.footer_btm{
line-height:30px;
width:100%;
background-color:#333333;
font-size:12px;
font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;

}
.copy{
padding-left:10%;
margin:0 auto;
}
.copy p{
	font-size: 1em;
	text-transform:uppercase;
	color: #B9B9B9;
}
.copy p span{
	color: #ffffff;
}
.copy p a{
	color:#ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy p a:hover{
	color: #B9B9B9;
}
/*---top-social-icons-----*/
.social-icons {
	float: right;
}
.social-icons li{
	float:left;
	margin-right:10px;
	display:inline-block;
}
.social-icons li a {
	height: 16px;
	width: 18px;
	display: block;
	background:url(../images/social_icons.png);
}
.social-icons li:first-child a{
	background:url(../images/social_icons.png) 0% 0%;
}
.social-icons li:first-child a:hover{
	background: url(../images/social_icons.png) 0% 90%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/social_icons.png) 8% 0%;
}
.social-icons li:nth-child(2) a:hover{
	background: url(../images/social_icons.png) 8% 90%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/social_icons.png) 24% 0%;
}
.social-icons li:nth-child(3) a:hover{
	background: url(../images/social_icons.png) 24% 90%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/social_icons.png) 32% 0%;
}
.social-icons li:nth-child(4) a:hover{
	background: url(../images/social_icons.png) 32% 90%;
}
.social-icons li:nth-child(5) a{
	background: url(../images/social_icons.png) 40% 0%;
}
.social-icons li:nth-child(5) a:hover{
	background: url(../images/social_icons.png) 40% 90%;
}
.social-icons li:nth-child(6) a{
	background: url(../images/social_icons.png) 49% 0%;
}
.social-icons li:nth-child(6) a:hover{
	background: url(../images/social_icons.png) 49% 90%;
}
.social-icons li:nth-child(7) a{
	background: url(../images/social_icons.png) 56% 0%;
}
.social-icons li:nth-child(7) a:hover{
	background: url(../images/social_icons.png) 56% 90%;
}
.social-icons li:nth-child(8) a{
	background: url(../images/social_icons.png) 66% 0%;
}
.social-icons li:nth-child(8) a:hover{
	background: url(../images/social_icons.png) 66% 90%;
}
.social-icons li:nth-child(9) a{
	background: url(../images/social_icons.png) 74% 0%;
}
.social-icons li:nth-child(9) a:hover{
	background: url(../images/social_icons.png) 74% 90%;
}
.social-icons li:nth-child(10) a{
	background: url(../images/social_icons.png) 83% 0%;
}
.social-icons li:nth-child(10) a:hover{
	background: url(../images/social_icons.png) 83% 90%;
}
.social-icons li:nth-child(11) a{
	background: url(../images/social_icons.png) 92% 0%;
}
.social-icons li:nth-child(11) a:hover{
	background: url(../images/social_icons.png) 92% 90%;
}
.social-icons li:nth-child(12) a{
	background: url(../images/social_icons.png) 100% 0%;
}
.social-icons li:nth-child(12) a:hover{
	background: url(../images/social_icons.png) 100% 90%;
}
/* start portfolio */
.grids_1_of_3_btm{
	text-align:center;
	margin-bottom: 4%;
}
.grids_1_of_33_btm{
	text-align:center;
	margin-bottom: 4%;
}
/* start service*/
.ser-main{
	display: block;
	margin: 4% 0;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 24.3%;
	margin-right: 4%;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list2:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list2{
	float: left;
	width: 13%;
	margin-right: 4%;
	text-align:center;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	font-weight:bold;
	
}
.ser-grid-list2 img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-grid-list2 p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
		font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
}
h2.style{
	color: #202226;
	text-transform: capitalize;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	font-size: 1.5em;
	letter-spacing: -1px;
}
p.para{
	color: #000000;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	line-height: 1.8em;
	font-size:0.8em;

}
p.h2{ font-weight:bold;}
.btn_s {
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background:url(../images/bg1.jpg);
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btn_s:hover {
	background: #000000;
	
}
/* start staff */
.staff h3 {
	margin-top:4%;
	color: #000000;
	text-transform: capitalize;
	font-size: 1.5em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.staff h3:hover {
	color: #79C378;
}
/* start blog */
.blog {
	padding: 2%;
}

.read_more1{
	margin-top: 2%;
}
/***Contact*/
.contact{
	padding:4% 2%;
}
.map{
	margin: 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type="text"], .contact-form textarea {
	font-family: 'Source Sans Pro', sans-serif;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
#slider {
	height: 580px;
}/*--- about ---*/
.ad728x90{
	text-align: center;
}
 .about{
 	padding:5% 0 4%;
 	text-align: center;
 }
 .about h3{

 	font-size: 1.7em;
 	color:#7B6C63;
 	font-weight: 600;
 }
.about p {
	
	font-size: 1.3em;
	color: #444444;
	font-weight: 400;
	width: 60%;
	line-height: 1.9em;
	margin: 2% auto 0;
}
.about span {
	padding: 0px 60px;
	border-bottom: 3px solid #7B6C63;
}
.about-bottom{
	background: #F5F5F5;
}
.about-left {
	width: 27%;
	margin-left: 15%;
}
.about-left h4{
	
 	font-size: 1.3em;
 	color:#7B6C63;
 	font-weight: 600;
 	margin-top: 12%;
}
.about-left p {
	
	font-size: 0.8755em;
	color: #444444;
	font-weight: 400;
	line-height: 1.9em;
	margin: 4% 0 0%;
}
.about-right{
	width: 57%;
}
.about-left p a{
	
	font-size: 0.8755em;
	color: #333;
	padding: 13px 20px;
	border:2px solid #666;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 7px;
   	-webkit-border-radius: 7px;
   	-moz-border-radius: 7px;
   	-o-border-radius: 7px;
}
.about-left p a:hover{
	background: #7B6C63;
	border:2px solid #7B6C63;
	color: #fff;
}
.Protects{
	
}
.sss{float:right; width:400px;}
/*---blog----?*/
.blog{
	padding-bottom:10%;
}
.blog-bottom {
	position: relative;
}
.blog-left {
	width: 50%;
	float: left;
	border-right: 2px solid #DDD;
	padding-bottom: 5%;
	height: 330px;
}
.blog-left h6{
	
	color:#7B6C63;
	font-size: 1em;
}
.blog-left h4{
	
	color:#333;
	font-size: 1.4em;
	margin:2% 0;
}
.blog-left p{
	
	color:#444444;
	font-size: 0.8755em;
	line-height: 1.9em;
	width: 86%;
}

.blog-right{
	width: 41%;
	float: right;
	position: relative;
	padding-bottom: 5%;
}
.blog-right h6{
	
	color:#7B6C63;
	font-size: 1em;
}
.blog-right h4{
	
	color:#333;
	font-size: 1.4em;
	margin:2% 0;
}
.blog-right p{
	
	color:#444444;
	font-size: 0.8755em;
	line-height: 1.9em;
	width: 86%;
}
.blog .circle {
	position: absolute;
	top: 0em;
	left: 40em;
	display: block;
	width: 1.222em;
	height: 1.222em;
	border: 3px solid #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #cccccc;
}
.contact-form input[type="submit"]{
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type="submit"]:hover{
	background: #000000;
}
/* start feature */
.top_grid_bg1{
	background: #ffffff
}
.top_grid_btn1 {
	float: right;
}
.top_grid_btn1 .btn {
	padding: 12px 30px;
	border: 1px solid #202227;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #202227;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn1 .btn:hover{
	background: #202227;
	color:#ffffff;
}.nnn{margin-right:20px; float:left; margin-top:40px; width:400px;}
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:960px;
	}
	.nnn{margin-right:20px; float:left; margin-top:40px; width:400px;}
	
	#slider {
	height: 580px;
}
.post {
		left: 45em;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.images_1_of_3 h3 {
		font-size: 1.2em;
		font-weight:lighter;
		color:#333333;
		font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu; 
	}
	.images_1_of_3 p{ font-size:13px;}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:960px;
	}.nnn{margin-right:20px; float:left; margin-top:40px; width:400px;}
	#slider {
	height: 580px;
}
	.image_grid {
		width: 21.333%;
	}
		.post {
		left: 42em;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 16px;z-index:9999;
	}
.images_1_of_3 h3 {
		font-size: 1.2em;
		font-weight:lighter;
		color:#333333;
		font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	}
	.images_1_of_3 p{ font-size:0.8em;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu; font-size:13px;}
}
@media only screen and (max-width: 1152px) {.post {
		left: 37.5em;
	}}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:960px;
	}.nnn{margin-top:40px; width:100%;}
	#slider {
	height:450px;
}
	.post {
		left: 33em;
	}
	.tool_tip > ul > li > ul {
		margin-left: -50px;
	}
	.clients h3 {
		width: 76%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 10px;z-index:9999;
	}
	.search input[type="text"] {
		width: 60.33333%;
	}
	.search input[type="submit"] {
		background: url('../images/search1.png') no-repeat 4px 12px;
	}
	.search input[type="submit"]:hover {
		background: url('../images/search1_h.png') no-repeat 4px 12px;
	}
	.images_1_of_3 h3 {
		font-size: 1.2em;
		font-weight:lighter;
		color:#333333;
		font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
	}
	.images_1_of_3 p{ font-size:0.8em;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu; font-size:13px;}
}

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}.nnn{margin-top:40px; width:100%;}.header{
	padding:1%;
}
	.dianhua{ margin:0 auto; width:90%;}
	.header_bg{
	height: auto;
}
#slider {
	height: 250px;
}.post {
		left: 24em;
	}
	.search input[type="text"] {
		padding: 8px 16px;
	}
	.logo {
		text-align:center;
		float: none;
	}
	.cssmenu {
		float: none;
		text-align:center;z-index:9999;
	}
	.cssmenu {
		display: none;z-index:9999;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size:1.2em;
	}
	.span1_of_4 {
		float: left;
		width: 45.333333%;
		margin: 4% 4% 0 0;
	}
	.span1_of_4:nth-child(2),.span1_of_4:nth-child(4){
		margin-right: 0;
	}
		.span1_of_44 {
		float: left;
		width: 45.333333%;
		margin: 4% 4% 0 0;
	}
	.span1_of_44:nth-child(2),.span1_of_44:nth-child(4){
		margin-right: 0;
	}
	.span1_of_444 {
		float: left;
		width: 45.333333%;
		margin: 4% 4% 0 0;
	}
	.span1_of_444:nth-child(2),.span1_of_444:nth-child(4){
		margin-right: 0;
	}
	.search input[type="text"] {
		width: 75.33333%;
	}
	.footer_btm {
		text-align: center;
	}
	.social-icons {
		float: none;
		margin-bottom: 4%;
	}
	.social-icons li {
		float: none;
	}
	.copy {
		float: none;
	}
	.ser-grid-list {
		float: left;
		width: 45.33333%;
		margin-right: 4%;
	}
	.ser-grid-list:nth-child(2),.ser-grid-list:nth-child(4){
		margin-right: 0
	}
		.ser-grid-list2 {
		float: left;
		width: 45.33333%;
		margin-right: 4%;
	}
	.ser-grid-list2:nth-child(2),.ser-grid-list2:nth-child(4){
		margin-right: 0
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 30px 0 20px 0;
	}
	h2.style {
		font-size: 1.8em;
	}
	.images_1_of_3 p{ font-size:0.8em;
	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;}
}
@media only screen and (max-width: 640px){
.sss,nnn{ width:100%; float:none; clear:both; margin:0 auto;}.nnn{margin-top:40px; width:100%;}	.header_bg{
	height: auto;
}.header{
	padding:1%;
}
	.wrap{
		width:95%;
	}#slider {
	height: 250px;
}	.dianhua{ margin:0 auto; width:90%;}
.cleft{ width:100%; margin-top:0px;}.cpn{ width:100%; margin-top:0px;}
#foot1{ display:none;}
#foot2{display:none;}
.blog .circle{ display:none;}
.blog-left{  float:none;!important clear:both; width:100%; height:auto; border:none; }
.blog-right{ float:none;!important clear:both; width:100%;height:auto; border-bottom:4px #
f5f5f5 solid; margin-bottom:30px; }
.post{display:none;}
#you{ display:none;}
#zuo{ display:none;}
.span1_of_3{ width:100%;!important }.span1_of_30{ width:100%;!important }
	.testimonial h2 {
		font-size: 2em;
	}.post {
		left: 21.5em;
	}
	.testimonial_text h4 {
		font-size: 1em;
	}
	.clients h2 {
		font-size: 1.5em;
	}
	.clients h3 {
		width: 66%;
	}
	.clients_txt {
		padding-bottom: 10%;
	}
	.images_1_of_3 {
		width: 99.333%;
	}

	.grid_1_of_3 {
		margin-left: 0%;
	}
		.images_1_of_33 {
		width: 99.333%;
	}
	.grid_1_of_33 {
		margin-left: 0%;
		text-align:center;
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 10px 0 10px 0;
	}
}
@media only screen and (max-width: 480px) {.sss,nnn{ width:100%; margin:0 auto;}	.dianhua{ margin:0 auto; width:90%;}	.header_bg{
	height: auto;
}.header{
	padding:1%;
}
	.wrap{
		width:95%;
	}.nnn{margin-top:40px; width:100%;}#slider {
	height: 250px;
}.blog .circle{ display:none;}
.blog-left{  float:none; !important clear:both; width:100%; height:auto; border:none; }
.blog-right{float:none; !important clear:both; width:100%;height:auto; border-bottom:4px #
f5f5f5 solid; margin-bottom:30px; }
.post{display:none;}
#you{ display:none;}
#zuo{ display:none;}.cleft{ width:100%; margin-top:0px;}.cpn{ width:100%; margin-top:0px;}
#foot1{display:none;}
#foot2{display:none;}
	.images_1_of_3 {
		width: 99.333%;
		margin-top: 4%;
	}.span1_of_3{ width:100%; !important}.span1_of_30{ width:100%;!important }
		.images_1_of_33 {
		width: 99.333%;
		margin-top: 4%;
	}
	.images_1_of_3 h3 {
		margin: 0;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}	.post {
		left: 17.5em;
	}
		.grid_1_of_33 {
		margin-left: 0%;
		text-align:center;
	}
	.mid_grid h2 {
		font-size: 1.5em;
		-webkit-text-stroke: 1px;
	}
	.mid_grid h3 {
		font-size: 1em;
	}
	.span1_of_3 {
		margin-top:4%;
		width: 99.3333%;
		float: none;
		margin-right: 0%;
	}
	.testimonial_text h4 {
		font-size: 1em;
	}	.post {
		left: 12.2em;
	}
	.clients h3 {
		width: 50%;
	}
	.tool_tip > ul > li > ul {
		width: 99.33333%;
	}
	.span1_of_4 {
		float: none;
		width: 99.333333%;
		margin: 4% 0% 0 0;
	}
	.span1_of_4 h2 {
		margin-bottom: 4%;
	}
	
		.span1_of_44 {
		float: none;
		width: 99.333333%;
		margin: 4% 0% 0 0;
	}
	.span1_of_44 h2 {
		margin-bottom: 4%;
	}
		.span1_of_444 {
		float: none;
		width: 99.333333%;
		margin: 4% 0% 0 0;
	}
	.span1_of_444 h2 {
		margin-bottom: 4%;
	}
	.search input[type="text"] {
		width: 80.33333%;
	}
	.ser-grid-list {
		float: left;
		width: 99.33333%;
		margin-right: 0%;
	}
	.ser-grid-list p {
		margin: 4% 0;
	}
		.ser-grid-list2 {
		float: left;
		width: 99.33333%;
		margin-right: 0%;
	}
	.ser-grid-list2 p {
		margin: 4% 0;
	}
}
@media only screen and (max-width: 320px) {
	.sss,nnn{ width:100%; margin:0 auto;}	.dianhua{ margin:0 auto; width:90%;}	.header_bg{
	padding-top:20px;
	padding-bottom:10px;
	height:auto;

}
	.header{
	padding:1%;
}
	.wrap{
		width:95%;
	}	.nnn{margin-top:40px; width:100%;}.post {
		left: 12.2em;
	}
	.span1_of_3{  width:100%; !important}.span1_of_30{ width:100%;!important }
	#foot1{display:none;}
#foot2{display:none;}
.cleft{ width:100%; margin-top:0px;}
.cpn{ width:100%; margin-top:0px;}
	#slider {
	height: 250px;
}.blog .circle{ display:none;}
.blog-left{  float:none; !important clear:both; width:100%; height:auto; border:none; }
.blog-right{float:none;!important  clear:both; width:100%;height:auto; border-bottom:4px #
f5f5f5 solid; margin-bottom:30px; }
.post{display:none;}
#you{ display:none;}
#zuo{ display:none;}
	.top_grid_text {
		float: none;
		font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", MicrosoftJhengHei, "»ªÎÄÏ¸ºÚ", STHeiti, MingLiu;
		text-align:center;
	}
	.top_grid_btn {
		float: none;
		text-align:center;
		margin: 4% 0;
	}
	.mid_grid_left {
		float: none;
		width: 99.333333%;
		margin-right: 0%;
	}
	.mid_grid_right {
		margin-top:4%;
		float: none;
		width: 99.333333%;
	}
	.clients h3 {
		display: none;
	}
	.search input[type="text"] {
		width: 74.33333%;
	}
	.client_pic ul li {
		display: inline-block;
		margin-right: 4px;
		width: 17.3333%;
	}
}
