/* 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:0px;padding:0px;}
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 */
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: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.wrap{
	width:80%;
	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;
}

.wrap p {
	text-align:left;
	text-indent:2em;	
}
/*----start-header-----*/
.header{
	background:#323A45;
	border-bottom:2px solid #00b895;
}
.image-slider {
	position: relative;
}
.slider-text {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 999;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.logo{
	float: left;
	padding:25px 0;
}
.top-nav{
	float:right;
}
.top-nav ul li{
	display:inline-block;
	float:left;
}
.top-nav ul li a{
	color: #d6d6d6;
	padding: 40px 25px;
	display: block;
	position: relative;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font-size: 0.875em;
	position:relative;
}
.top-nav li.active a, .top-nav li a:hover {
	color:#fff;
	background:#00b895;
}
/*---start-content----*/
.content {}
.content_top{
	background:#45B39E;
	padding:50px 0;
	text-align: center;
	position:relative;
	cursor:pointer;
}
.content_top:after{
	content: '';
	position:relative;
	width: 0;
	height: 0;
	border:20px solid #FFF;
	border-top: 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:0%;
	top: 30px;
	margin-left: -10px;
}
.content_top h1 {
	font-size:3em;
	color: #fff;
}
.content_top h2 {
	color: #fff;
	padding-bottom:14px;
}
.message{
	font-size:0.8em;
	color:#23594f;
}
.learnmorecontain {
	text-align:center;
	width:100%;
	margin:40px auto 10px auto;
	
}
.learnmorecontain a{
	color:#ffffff;
	background-color:#009175;
	display: inline-block;
	padding: 10px 20px;
	font-size:1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.learnmorecontain a:hover{
	background:#222;
}
.learnmore_2 {
	color:#45B39E;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.learnmore_2:hover{
	color:#222;
}
.content_top p{
	font-size:1em;
	line-height: 1.8em;
	color: #fff;
	margin-bottom: 24px;
	margin: 14px 0px 24px 0px;
}
.content-grids {
	padding:50px 0;
	background:#FFF;
}
.grid{
	float: left;
	width: 29%;
	background: #fff;
	border: 1px solid #EBEBEB;
	color: #7e7e7e;
	text-align: center;
	margin-right:6.2%;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.grid h3{
	padding: 8px 0;
	margin-bottom: 8px;
	font-size: 1.3em;
	color:#00b895;
	border-bottom: 1px solid #dedede;
}
.grid h3 a{
	color:#00b895;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grid h3 a:hover{
	color:#6c6c6d;
	
}
.grid p{
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.button{
	color: #ffffff;
	background-color:#00b895;
	display: inline-block;
	
	padding: 10px 30px;
	margin-bottom:15px;
	font-size: 0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-indent:0;
}
.button:hover{
	background-color: #222;
}
.last-grid{
	margin:0px;
}
/*-----specials-heading----*/
.specials-heading{
	margin:30px 0 40px 0;
}
.specials{
	background:#edeae6;
	padding:50px 0;
	position:relative;
}
.specials:after{
	content: '';
	position:absolute;
	width: 0;
	height: 0;
	border:20px solid #FFF;
	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%;
	top:0px;
	margin-left: -10px;
}
.specials-heading h3{
	font-size: 1.8em;
	color:#6C6C6D;
	text-align: center;
	
	background:url(../images/bg-h2.png) repeat-x center;
}
.special-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	font-size: 1.3em;
	color:#00b895;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid a:hover{
	color: #6c6c6d;
}
.special-grid p{
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.special-grid h3{
	font-size: 1.3em;
	color:#00b895;
	padding: 0.5em 0;
}
.spe-grid{
	margin: 0px;
}
/*----start-testmonial-grid----*/
.testmonials{
	text-align:center;
	background:#FFF;
	padding:50px 0;
}
.testmonial-grid h3{
	font-size: 2em;
	color:#323a45;
	text-align: center;
	
	padding: 0.5em 0 0.5em 0;
}
.testmonial-grid p{
	font-size: 0.875em;
	color:#8a8a8a;
	padding:10px 0;
	margin:0 auto;
	width:80%;
	line-height: 1.8em;
}
.testmonial-grid a{
	font-size: 0.875em;
	font-size: 1.2em;
	color:#45b39e;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
/*---start-footer-----*/
.footer{
	background:#45B39E;
	padding: 50px 0;
	position:relative;
}
.footer:after{
	content: '';
	position:absolute;
	width: 0;
	height: 0;
	border:20px solid #45B39E;
	border-top: 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%;
	top:-20px;
	margin-left: -10px;
}
.footer-grid{
	display: inline-block;
	float:left;
	width:32%;
	margin-right:2%;
}
.footer-grid:after {
	content: '';
	display: block;
	clear: both;
}
.footer-grid .add{
	float:left;
	width:30%;
	padding-right:3%;
}
.footer-grid h3{
	font-size: 1.5em;
	color: #fff;
	
	margin-bottom: 20px;
}
.footer-grid p{
	font-size: 0.875em;
	color:#fff;
	line-height: 1.8em;
}
.footer-grid ul li {
	display:inline;
}
.footer-grid ul li a{
	display:block;
	padding:10px 0px;
	border-bottom: 1px solid #5AC5B1;
	font-size: 0.875em;
	color:#fff;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:uppercase;
}
.footer-grid ul li a:hover{
	color:#005f4d;
}
.footer-lastgrid{
	margin:0;
}
.footer-lastgrid p{
	text-indent:0em;
}
.email-link{
	color:#fff;
	text-decoration:underline;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:lowercase;
}
.email-link:hover{
	color:#005f4d;
}
/*---start-copy-right-----*/
.copy-right{
	text-align:center;
	padding:1em;
	background:#323A45;
}
.copy-right p{
	font-size: .8em;
	color: #fff;
}
.copy-right p:not(:last-child) {
	margin-bottom: 5px;
}

.beian {
	color: #fff;
	text-decoration: underline;
}
/*---start-projects----*/
.spacing{
	height:50px;
	width:100%;
	clear:both;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}


/*---end-projects----*/

/*---start-products----*/
.products{
	background-color:#edeae6; 	
}
/*---trends-----*/
.newsimgs{
	width:20%;
	margin-right:2%;
	float:left;
}
/*.newsimgs img{
	width:100%;
} */
.newstext{
	width:78%;
	float:left;
	/*background-color:#edeae6; */
	text-indent:2em;
}
.newstext h4{
	
	padding: 8px 0;
	margin-bottom: 8px;
	font-size: 1.3em;
	color:#00b895;
	border-bottom: 1px solid #dedede;
	padding: 0em 0em 0.5em 0.5em;
}
.newstext p{
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.newstext .button{
	float:right;
	margin:0 1.5em 1.5em 0;
}
#topline{
	border-top: 1px solid #dedede;
}
.newshidden{
	display:none;
	width:100%;
}
.newshidden .imgHolder{
	width:80%;
	text-indent:0em;
	margin:0 auto 15px auto;
	text-align:center;
	text-indent:0em;
}
.newshidden .imgHolder img{
	border:solid 10px #f3f3f3;
	width:96%;
}
/*----start products_chil-----*/
.productTitle h5{
	width:100%;
	margin:0 auto 15px auto;
	text-align:center;
	font-size: 1.3em;
	color:#fff;
	padding: 1.5em 0em;
	background-color:#00b895;
}
.productP{
	width:94%;
	margin:0 auto;
}
.productM{
	width:75%;
	margin:0 auto;
}
.productI{
	width:60%;
	margin:0 auto;
}
.productImini{
	width:30%;
	margin:0 auto;
}
.productP p{
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	line-height: 1.4em;
	text-indent:2em;
	margin:0px 0px 5px 0px;
}
.productP h6{
	font-size: 1em;
	font-weight:bold;
	color: rgba(148, 145, 145, 0.84);
	line-height: 1.5em;
	margin:10px 0px 2px 0px;
}
.productP img{
	width:100%;
	margin:0px 0px 10px 0px;
}
.productM img{
	width:100%;
	margin:0px 0px 10px 0px;
}
.bottomLine{
	width:100%;
	height:45px;
	background-color:#00b895
}
.bottomLine p{
	text-align:center;
	color:#fff;	
	font-size:1em;
	line-height:45px;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.grid{
		width:27.8%;
	}
	
	.productI{
		width:65%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:40px 15px;
	}
	.content_top h1 {
		font-size:2em;
		padding-bottom:10px;
	}
	.content_top p{
		font-size:0.875em;
		line-height: 1.5em;
		margin-bottom: 18px;
		margin: 10px 0px 18px 0px;
	}
	.grid{
		width:26.8%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.footer{
		padding:0;
	}
	.footer-grid h3{
		margin-bottom:5px;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	
	.productI{
		width:70%;
	}
	.productImini{
		width:45%;
	}
}
@media only screen and (max-width: 720px) {
	.wrap{
		width:95%;
	}
	.top-nav ul li a{
		padding:40px 15px;
	}
	.grid{
		width:26.8%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.footer{
		padding:0;
	}
	.footer-grid h3{
		margin-bottom:5px;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	
	.productI{
		width:80%;
	}
	.productImini{
		width:50%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.wrap_trends{
		width:100%	
	}
	.top-nav ul li a{
		padding:41px 5px;
		font-size:0.75em;
	}
	.grid{
		float:none;
		width:94%;
		padding:3%;
		margin:15px 0;
	}	
	.grid img{
		width:100%;
	}
	.content_top{
		padding:10px 0;
	}
	.content_top:after{
		top:-10px;
	}
	.content-grids{
		padding-top:30px;
	}
	.content_top h1 {
		font-size:1.75em;
		padding-bottom:8px;
	}
	.content_top p{
		font-size:0.875em;
		line-height: 1.5em;
		margin-bottom: 15px;
		margin: 8px 0px 16px 0px;
	}
	.special-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}	
	.specials{
		padding:30px 0 0 0;
	}
	.specials-grids{
		padding:10px 0;
	}
	.specials-heading{
		margin:0px auto 0px auto;
	}
	.testmonials{
		padding:0 0 30px 0;
	}
	.footer-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.services{
		padding:20px 0;
	}
	.images_1_of_2{
		width:94%;
		padding:3%; 
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.list_2_of_1{
	  width:78.2%;	
	}
	.error-page{
		padding:20px 0;
		min-height:0;
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	#topline{
		height:25px;
	}
	.newsimgs{
		float:none;
		width:100%;
		text-align:center;
		margin-top:15px;
		margin-bottom:15px;
	}
	.newsimgs img{
		width:100%;
	}
	.newshidden .imgHolder{
		width:95%;
	}
	.newshidden .imgHolder img{
		border:solid 5px #f3f3f3;
	}
	.newstext{
		float:none;
		width:100%;
		text-align:center;
	}
	.newstext .button{
		float:none;
		margin-left:0;
		margin-right:0;
		
	}
	.productP{
		width:98%;
	}
	.productI{
		width:100%;
	}
	.productImini{
		width:65%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.wrap_trends{
		width:100%	
	}
	.logo{
		float:none;
		text-align:center;
		padding:5px 0;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.top-nav{
		float:none;
		text-align:center;
	}	
	.top-nav ul li{
		float:none;
	}
	.top-nav ul li a{
		padding:15px 20px;
	}
	.content-grids,.about-us{
		padding:20px 0;
	}
	.testmonial-grid p{
		width:100%;
	}
	.error-page p{
		font-size:2em;
	}
	.error-page h3{
		font-size:6em;
	}
	.col { 
		margin:0;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.wrap_trends{
		width:100%	
	}
	.top-nav ul li a{
		padding:15px 4px;
	}
	.content_top p{
		font-size:0.8em;
		line-height:1.6em;
		margin:5px 0 25px 0;
	}
	.specials-heading h3{
		font-size:1.5em;
	}
	.special-grid p{
		padding:0;
	}
	.testmonial-grid h3{
		font-size:1.5em;
		padding:5px 0;
	}
	.testmonial-grid p{
		padding:0;
	}
	.about-info a{
		font-size:0.8em;
	}
	.list_2_of_1 h3{
		font-size:1.3em;
	}
}
		