/*



**********************************************************************/



/*

1. General

**********************************************************************/

 body {
	font-family: "微软雅黑", 'Roboto', sans-serif;
	color: #666;
	line-height:1.2em;
	font-size:16px;
	line-height:20px;
}
.clear{ clear:both;}
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color: #888;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin: 10px;
	font-size:24px;
	text-align:center;
	line-height:24px;
}
h2 {
	margin: 10px;
	font-size:16px;
	text-align:center;
	line-height:16px;
}
p {
	padding: 10px;
	font-weight: 100;
	color: #fff;
}
.navbar {
	background: #f4f8ee;
	margin-bottom:0;
	min-height:60px;
}
.navbar-fixed-top {
	min-height:60px;
	height:60px;
	padding-top:0;
}
.navbar-inner {
	background: #f4f8ee;
	border-radius:0;
	filter: none;
	border: none;
	box-shadow: none;
	padding:0px;
	margin:0px;
}
.navbar .brand img {
	width:120px;
	height:40px;
}
.navbar .nav > li > a {
	text-transform:uppercase;
	line-height: auto;
	vertical-align: middle;
	margin:10px 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #6ead45;
	box-shadow: none;
	font-size:15px;
	text-shadow: none;
	color: #6ead45;
	transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	border: 1px solid #f4f8ee;
	color: #fff;
	background-color: #6ead45;
	transition: border-color 1s ease;
}
.nav-pills {
	margin-bottom: 30px;
}
.nav-pills > li > a {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right:5px;
	padding-left:25px;
	padding-right:25px;
	border: 1px solid #6ead45;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background: #6ead45;
	color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
	border-radius:0;
	text-shadow: none;
	background:none;
	color: #6ead45;
	float:left;
	border:none;
	margin-left:10px;
	margin-top:10px;
	padding:0px;
}
.copyrights {
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/******

2. Layout

**********************************************************************/

.centered {
	margin-left:auto;
	margin-right:auto;
	float: none;
	text-align: center;
}
/* Use this class if you want ceter element with span* class */

 .center {
	float: none !important;
	margin: 0 auto !important;
	text-align: center;
}
.highlighted-box {
	background:#F4F8F9;
	padding:20px 30px;
}
.highlighted-box h1 {
	margin:0px;
}
.large-text {
	line-height:1.2em;
	font-size: 30px;
	color: #6ead45;
	padding:20px;
	margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
	color: #6ead45 !important;
}
.circle-border {
	display: inline-block;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	-khtml-border-radius: 500px;
	border: 3px solid #fff;
}
.left-align {
	text-align:left;
}
.right-align {
	text-align:left;
}
.error {
	color: #CF0000;
	display: none;
}
.invisible {
	display:none;
	visibility:visible;
}
.triangle {
	margin: 0 auto;
	text-align:center;
	width: 0;
	height: 0;
	border-top: 20px solid #f4f8ee;
	border-left: 585px outset transparent;
	border-right: 585px outset transparent;
	position: relative;
}
.home .triangle {
	position: absolute;
	padding-left:10px;
	margin:0 20px;
	;
}
/*

2.1 Animations

**********/

 .zoom-in {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.zoom-in:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
/*

2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.

**********/

 .button, .button:visited, .button:focus {
	display:inline-block;
	border:1px solid #fff;
	color:#fff;
	background-color:transparent;
	padding:3px 20px;
	font-size:20px;
	line-height:auto;
}
.button:hover, .button:active {
	background-color:#6ead45;
	color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
	border:none;
	background-color:#f4f8ee;
	color:#6ead45;
}
.button-sp:hover, .button-sp:active {
	background-color:#6ead45;
	color:#f4f8ee;
}
.button-ps, .button-ps:visited, .button-ps:focus {
	border:none;
	background-color:#6ead45;
	color:#f4f8ee;
}
.button-ps:hover, .button-ps:active {
	background-color:#f4f8ee;
	color:#6ead45;
}
/*

2.3 Thumbnails - Predefined bootstrap's thumbnail class.

**********/

 .thumbnail {
	width:100%;
	height:100%;
	padding:0;
	overflow: hidden;
	position: relative;
	border:0;
	border-radius:0;
	box-shadow:none;
	text-align:center;
	background: #191a1c;
}
.thumbnail .more {
	display:block;
	z-index:4;
	position:absolute;
	top:-100px;
	left:50%;
	margin:0 auto;
	margin-left:-41px;
	width:80px;
	height:80px;
	font-size:40px;
	color:#fff;
	text-decoration:none;
	line-height: 70px;
	text-align: center;
}
.thumbnail:hover .more {
	top:40%;
	margin-top:-40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3 s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.thumbnail h3, .thumbnail p {
	margin:0;
	padding:0;
	position:relative;
	z-index:4;
}
.thumbnail h3 {
	color: #f4f8ee;
	margin-top:10px;
	font-size:20px;
}
.thumbnail > p {
	padding-bottom:20px;
}
.thumbnail .mask {
	opacity:0.85;
	filter: alpha(opacity=85);
	top:100%;
	left:0;
	width:100%;
	height:100%;
	background:#6ead45;
	position:absolute;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2 s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
	top:0;
}
/*

2.4 Socail icons

************/

 .social {
	list-style: none;
	float: none;
	position:relative;
	margin:5px;
auto;
}
.social li {
	display:inline-block;
	line-height: 32px;
	font-family:'Porta';
	font-size: 32px;
	padding:0 5px;
}
.social li a {
	margin:0;
	padding:0;
	width:32px;
	height:32px;
	color: #f4f8ee;
}
.social li a:hover {
	color:#6ead45;
}
/*

3. Sections 

***************************************************************************/

 .section {
	padding-bottom: 40px;
}
.section .title {
	text-align: center;
	padding:10px;
	margin-bottom: 30px;
}
.section .title h1 {
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0;
}
.section .title > p {
	font-size: 20px;
	color: #FFF;
	font-weight: lighter;
}
.primary-section {
	background:#f4f8ee;
}
.primary-section .triangle {
	border-top: 40px solid #f4f8ee;
}
.primary-section .title {
	border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
	color: #f4f8ee;
}
.primary-section h1 {
	color:#FFF;
}
/* Third section use bacground image */

.third-section {
	padding-bottom: 70px;
	background: #6ead45 url(../images/brand-bg.png) no-repeat center;
	border-top:6px solid #f4f8ee;
}
.third-section .container {
	padding-top:20px;
	position:relative;
}
.third-section .title {
	border-bottom: 1px solid #A1AAB7;
	color: #f4f8ee;
}
.sub-section {
	margin-top:30px;
}
.sub-section .title {
	padding:0;
}
/*******

3.1 Services  

***************************************/

.service {
	margin-top:20px;
}
.service, .service h2 {
	padding-top:15px;
}
.service p {
	padding:0px 50px;
	height:60px;
}
.service img {
	width:150px;
	height:150px;
}
/*

3.2 Portfolio

***************************************/

 .single-project {
	margin-bottom:30px;
	background:#6ead45;
}
.single-project img {
	width:100%;
}
.project-description {
	padding-right:20px;
}
.project-description p {
	padding-left:0;
}
.project-title {
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid #f4f8ee;
}
.project-title h3 {
	float:left;
	margin-top:0;
	padding:0;
	width:80%;
}
.project-title .close {
	color: #f4f8ee;
	margin-top:10px;
}
.project-info span, .project-title h3 {
	color:#f4f8ee;
}
.project-info {
	font-weight:100;
	padding:10px 0;
}
.project-info span {
	width: 80px;
	display: inline-block;
}
.project-info div {
	margin-bottom:5px;
}
.close {
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
}
#portfolio-grid .mix {
	opacity: 0;
	display: none;
}
/*

3.3 About

******************************************************************/

 .team .thumbnail {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	border: 1px solid #fff;
}
.team .thumbnail:hover .social {
	z-index: 5;
}
.team .thumbnail:hover .social a {
	color:#fff;
}
.team .thumbnail .mask {
	background: #f4f8ee;
}
.team .thumbnail .mask h2 {
	margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
	color:#181A17;
}
.about-text {
	margin-top:30px;
}
.about-text p {
	padding:0;
	font-size:16px;
}
/*********************************************************************

                        SKILLS BAR

*********************************************************************/

 .skills {
	list-style-type: none;
	position: relative;
	margin:0px;
}
.skills li {
	margin-bottom:30px;
	background:#FFF;
	height:40px;
	padding:1px;
}
.skills li h3 {
	position: relative;
	font-size: 15px;
	padding:0;
	margin:0;
	left: 10px;
	z-index: 1;
	color: #6ead45;
}
.skills li .bar {
	height:40px;
	position:absolute;
	background-color: #f4f8ee;
}
/*

3.4 Clients

**********************************************************************/

 .client-slider img {
	border:1px solid white;
}
.client-slider img:hover {
	background-color:#f4f8ee;
}
.client-nav {
	list-style:none;
	margin-top:10px;
}
.client-nav li {
	float:left;
	display:block;
	margin-left:10px;
}
.client-nav li a {
	display:inherit;
	padding:5px;
	background:#f4f8ee;
	border-radius:3px;
	width:20px;
	height:20px;
}
.client-nav li a:hover {
	background:#6ead45;
}
.testimonial p {
	color:#6ead45;
	background:#f4f8ee;
	padding:15px;
	margin:0;
}
.testimonial .arrow {
	margin-left:10px;
	width:0;
	border-top:10px solid #f4f8ee;
	border-left: 20px outset transparent;
	border-right: 20px outset transparent;
}
.testimonial .whopic {
	display:inline-block;
}
.testimonial .whopic img {
	margin-top:10px;
	width:50px;
	height:50px;
	float:left;
}
.testimonial .whopic strong {
	float:left;
	margin-top:10px;
	padding-left:10px;
}
.testimonial .whopic small {
	display:block;
	font-size:12px;
}
.testimonial-text {
	display:block;
	font-size:22px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	width:70%;
	line-height:1.3em;
}
/*

3.5 Price table

******************************************************************/

 .price-table {
	margin-top: 70px;
	margin-bottom: 20px;
}
.price-column {
	background-color:white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom:20px;
	margin:0 auto;
	text-align:center;
}
.price-column h3 {
	background-color:#6ead45;
	text-transform:uppercase;
	text-align: center;
	color:#f4f8ee;
	padding:40px 0px;
	font-size: 36px;
	margin-top:0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.price-column .list {
	list-style:none;
	margin:20px 50px;
}
.price-column .list li {
	font-weight:lighter;
	color:#747C89;
	font-size:20px;
	border-bottom:1px solid #747C89;
	padding:25px 0px;
}
.price-column .list li.price {
	text-align: center;
	font-size:31px;
	background-color:white;
	color:#747C89;
	margin-top:25px;
}
.price-text {
	margin:30px 0 20px;
	font-size:20px;
	color: #6ead45;
	font-weight:normal;
	
}
/*

3.6 Newsletter

********************************************************************/

 .newsletter, .newsletter h2 {
	color: #D7DDDE;
}
.newsletter .title h2 {
	text-align:left;
	padding:0;
	margin:0;
}
.newsletter form {
	text-align:right;
}
.newsletter input {
	margin-top:10px;
	padding:15px;
	height: auto;
}
.newsletter button {
	margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
	background-color:#FFF;
	color:#6ead45;
}
/*

3.7 Contact

********************************************************************/

 .contact {
	background: #f4f8ee;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
	color: #6ead45;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
	padding: 10px;
	line-height: 20px;
	height: auto;
}
.contact textarea {
	height: 120px;
}
.contacts, .contact .social {
	color: #fff;
	list-style: none;
	margin-left: 10px;
}
.contacts > li {
	margin-top: 15px;
}
.contacts > li > a {
	color: #fff;
}
.contact-info {
	margin-top:10px;
	margin-bottom:10px;
}
.contact-info p {
	font-weight:normal;
}
.contact-info .icon {
	margin:10px auto;
	font-size:30px;
}
.map-wrapper {
	position:relative;
	height:500px;
}
.map-canvas {
	position:absolute;
	margin-bottom:20px;
	width:100%;
	height:500px;
	color: #29383F;
	position:absolute;
	left:0;
	top:0;
	right:0;
}
.contact .social {
	display: inline-block;
	margin-left:0;
}
.contact .social li {
	line-height: 32px;
	padding:10px 10px;
	font-family:'Porta';
	font-size: 50px;
	transition: margin 0.4s;
	-webkit-transition: margin 0.4s;
}
.contact .social li a {
	color:#fff;
}
.contact .social li a:hover {
	color:#6ead45;
}
.contact-form {
	background:#fff;
	background: rgba(255, 255, 255, 0.9);
	z-index:110;
	position:relative;
	margin-top:-25px;
	padding:20px;
}
.contact-form h3 {
	color:#838589;
	padding-bottom:20px;
}
.message-btn {
	border:1px solid #747C89;
	color:#747C89;
	background-color:transparent;
	padding:15px 30px;
	font-size:17px;
}
.message-btn:hover {
	background-color:#f4f8ee;
}
.contact-info {
	text-align:center;
	font-size:22px;
}
.info-mail {
	border:1px solid white;
	width:60%;
	margin:0 auto;
	padding:15px;
	color:#6ead45;
}
.black {
	color:#6ead45;
}
/*

3.8 Footer

********************************************************************/

 .footer {
	background: #6ead45;
	text-align: center;
}
.footer > p {
	color: #fff;
	margin:0;
}
.footer a {
	color:#f4f8ee;
}
.footer a:hover, .footer a:focus {
	text-decoration: underline;
}
.scrollup {
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
	width:39px;
	height:39px;
	border-radius:5px;
	font-size:20px;
	position:fixed;
	bottom:30px;
	right:20px;
	border:1px solid #fff;
	display:none;
	background: #f4f8ee;
}
.scrollup > a {
	position:relative;
	top:7px;
	color:#fff;
}

/*

4 Responsible

********************************************************************/

 @media (min-width: 1200px) {
 .thumbnail .more {
 margin-left:-41px;
 width:80px;
 height:80px;
 border-radius:40px;
 line-height: 80px;
}
 .navbar-inner .row {
 display: black;
}
}
 @media (max-width: 979px) {
 body {
 padding-left:0;
 padding-right:0;
}
 .navbar-fixed-top, .navbar-fixed-bottom {
 position: fixed;
}
 .navbar .nav > li > a {
 line-height: 20px;
 vertical-align: middle;
}
 .section {
 padding-left:20px;
 padding-right:20px;
}
 .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 margin-left: 0px;
 margin-right: 0px;
}
 .nav-collapse {
 clear: both;
}
 .nav-collapse .nav {
 float: none;
 margin: 0 0 10px;
 width:100%;
}
 .nav-collapse .nav > li {
 float: none;
}
 .nav-collapse, .nav-collapse.collapse {
 width: 100%;
 display: inherit;
}
 .thumbnail .more {
 margin-left:-21px;
 width:40px;
 height:40px;
 border-radius:30px;
 line-height: 40px;
}
 .thumbnail:hover .more {
 margin-top:-20px;
}
 .newsletter form {
 text-align:center;
}
 .navbar-inner .row {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
 margin:0;
}
}
 @media (max-width: 767px) {
 .info-mail {
 width:90%;
 padding:15px 0px;
}
 .project-description {
 padding-left:20px;
}
 .price-column, .testimonial {
 margin-top:30px;
}
 .navbar-inner .row {
 display: flex;
 flex-wrap: wrap;
 box-sizing: border-box;
}
}
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin:0;
}
.row .col {
	margin:0;
	padding:0;
	text-align:center;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
}
.navbar-inner .row .col .btn {
	font-size:28px;
	line-height:30px;
}
.col a.phone:hover, .col a.phone {
	float:right;
	color:#6ead45;
}
.col a.phone i {
	font-size:28px;
	padding:10px;
}
/*===================
	slider
===================*/
.slider-slick {
	position: relative;
	overflow: hidden;
}
.slider-slick .slider-entry {
	position: relative;
	height: 320px;
}
@media (min-width: 768px) {
 .slider-slick .slider-entry {
 position: relative;
 height: 430px;
}
}
.slider-slick .overlay {
	background: linear-gradient( rgba(10, 10, 11, 0.7), rgba(10, 10, 11, 0.7) );
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}
.slider-slick img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-slick .caption {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 36%;
	color: #fff;
	z-index: 999;
	overflow-wrap: break-word;
	text-align: center;
}
.slider-slick .caption h2 {
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	display: inline-block;
}
.slider-slick .caption p {
	color: #eee;
	font-size: 16px;
	margin-bottom: 20px;
}
.slider-slick .caption ul {
	padding: 0;
	margin: 0;
}
.slider-slick .caption ul li {
	display: inline-block;
	margin: 0 4px;
}
.slider-slick .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
}
.slider-slick .slick-dots li {
	width: auto;
}
.slider-slick .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #999;
	border-radius: 50%;
}
.slider-slick .slick-dots li.slick-active button {
	background: #ff4531;
}
.slider-slick .slick-dots li button::before {
 font-size: 0;
 color: transparent;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.mar-top { margin-top:40px;
}
.mar-bottom{ margin-bottom:30px;}
.padd-top{ padding-top:40px;}

.primary-logo {
	width:30%;
	border-width:1px;
	border-radius:50%;
	-moz-border-radius: 50%; /* Mozilla浏览器的私有属性 */
	-webkit-border-radius:50%; /* Webkit浏览器的私有属性 */
	border-style:solid;
	padding:5px;
	margin:0 auto;
}
.cl-green {
	color:#12734a;
}
.cl-pink {
	color:#ce3560;
}
.cl-orange {
	color:#d47110;
}
.cl-brown {
	color:#a25a43;
}
.cl-offwhite {
	color:#f4f8ee;
}
.cl-grass {
	color:#6ead45;
}
.bg-grass {
	background-color: #6ead45;
}
.bg-offwhite {
	background-color:#f4f8ee;
}
.cl-white {
	color:#fff;
}
.primary-font {
	width:50%;
	margin:0 auto;
	padding-top:5px;
}
.primary-section .row .col {
	margin:15px auto;
}
.home {
	width:100%
}
.btn-grass {
	margin:30px auto 0px auto;
}
.btn-grass a, .btn-grass a:link {
	display:block;
	width:40%;
	margin:0 auto;
	padding:8px 10px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background-color:#6ead45;
}
.btn-grass a:active {
	background:none;
	border:1px solid #6ead45;
	color:#6ead45;
}
/*

套餐

********************************************************************/
.price-section {
	position:relative;
}
.price-section ul {
	padding:0;
	margin:0;
	margin-top:30px;
}
.price-section ul li {
	list-style: none;
	height:45px;
	line-height:45px;
	text-align:center;
	margin:15px auto;
}
.price-section ul li a {
	width:98%;
	height:98%;
	margin:0 auto;
	display:block;
	vertical-align: middle;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #f4f8ee;
	box-shadow: none;
	font-size:16px;
	text-shadow: none;
	color: #f4f8ee;
	transition: border-color 1s ease;
	border-radius:8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	text-decoration:none;
}
.price-section ul li a:hover, .price-section ul li a:focus {
	border: 1px solid #f4f8ee;
	color: #6ead45;
	background-color:#f4f8ee;
	transition: border-color 1s ease;
	text-decoration:none;
}
/*

新闻

********************************************************************/
.news-section {
	position:relative;
}
.news-section .triangle {
	border-color:#6ead45;
}

.news-section .row .col .newsmain {
	padding:5px;
	background-color:#fff;
	width:85%;
	margin:0 auto;
	-moz-box-shadow:0px 5px 8px #d1d1d1d1;
	-webkit-box-shadow:0px 5px 8px #d1d1d1d1;
	box-shadow:0px 5px 8px #d1d1d1d1;
}
.news-section .row .col .newsmain img {
	width:100%;
}
.news-section .row-b {
	margin-bottom:15px;
}
.news-section .row .col .newsmain .row-s {
	height:40px;
	line-height:40px;
	border-bottom:1px solid #d1d1d1d1;
	color:#aaa;
}
.news-section .row .col .newsmain .row-s .col-fl {
	text-align:left;
}
.news-section .row .col .newsmain .row-s .col-fr {
	text-align:right;
}
.news-section .row .col .newsmain .row-s .col-fl span {
	height:20px;
	line-height:20px;
	font-size:10px;
	text-align:left;
	padding:2px 4px;
	margin:10px 0;
	left:0;
}
.news-section .row .col .newsmain .row-s .col-fr span {
	height:20px;
	line-height:25px;
	font-size:10px;
	text-align:right;
	padding:1px 2px;
	margin:10px 0;
	left:0;
}
.news-section .row .col .newsmain h2 {
	font-size:16px;
	line-height:20px;
	text-align:left;
	margin:5px 0 10px 0;
}
.mg-top{ margin-top:20px;}

/*

医生

********************************************************************/
.doc-section .triangle {
	border-color:#6ead45;
}
.doc-section {
	position:relative;
}
.doc-section .btn-grass{ margin-top:0px;}

/*

3h管理

********************************************************************/
.h-section span{ margin:0; padding:15px 0 0; font-size:18px; text-align:center; line-height:20px; color:#6ead45; display:block;}
.h-section .row { margin-top:30px;}
.h-section .row .col .h-con{ max-width:80px; height:80px; margin:0 auto; border:1px solid #f4f8ee; background-color:#f4f8ee; border-radius:50% 50% 50% 50%; padding:10px; }
.h-section .row .col .h-con span strong{ font-size:30px;}
.h-section .row .col .h-con span.hcon-span{ font-size:16px; padding:0 0 15px;}
.h-section p{ margin-top:10px; line-height:24px; text-indent:24px;}
/*

9对1服务

********************************************************************/
.ser-section .triangle {
	border-color:#6ead45;
}
.ser-section .row .col{ margin:5px auto;}
.ser-section .s-con{ width:90%; margin:0 auto;}
.ser-section .s-con span{ display:block; height:30px; line-height:30px; background-color:#6ead45; color:#f4f8ee;}
.ser-section h2{ margin-bottom:25px;}
.ser-section p{ margin-top:10px; line-height:24px; text-indent:24px; color:#666}
/*
服务指南

********************************************************************/
.help-section a{ display:block; margin:0 auto;}
.help-section img { width:50%;border:1px solid #f4f8ee; padding:10px; border-radius:50% 50% 50% 50%; }
.help-section a span{ display:block; height:30px; line-height:30px; }
.help-section .row { margin-top:30px;}
.help-section a,.help-section a:link,.help-section a:active{ color:#f4f8ee;}

/*
footer

********************************************************************/
.footer .container{ margin-top:1px; border-top:4px solid #6ead45; padding:20px 20px 0 ; color:#6ead45;}
.footer .container p {color:#6ead45; padding-top:0; margin:0 0 10px;}
.footer .container a{ display:block;}
.foot-logo{ width:40%; margin:0 auto;}
.foot-phone{ width:73%; margin:0 auto; padding-top:15px;}
.footer .container .icp{ border-top:1px solid #6ead45; padding:10px 0;}
.footer .container .icp a { color:#959595; font-size:12px; line-height:14px; text-decoration:none;}
.footer  p.copyright{ padding:10px 0 80px 0; font-size:12px; text-align:center; color:#f8fcfa;}
.footer  p.copyright a{ display:inline;}
/*
footer

********************************************************************/
.xuanfu{ width:100%; height:auto; background-color:#12734a; z-index:9999999; position: fixed; bottom:0px;}

.xuanfu a{ display:block; padding:5px;}
.xuanfu a p{ padding:0; margin:0; font-size:12px;}
.xuanfu  .xf01 img{ width:22%; }
.xuanfu  .xf02{ top:-55%; position:absolute; left:9%;}
.xuanfu  .xf02 img { width:52%;  margin:0 auto; border:5px solid #12734a;border-radius:50% 50% 50% 50%; }
.xuanfu  .xf02 p{ margin-top:-5px;}

/*
列表页

********************************************************************/

.list-section ul, li, p { margin:0; padding:0; list-style:none; }
.list-section ul li p{color:#666;}
 .list-section h1{ color:#12734a; line-height:50px; margin:15px auto; border-bottom:1px solid #d3d3d3;}
.list-left{ width:20%; float:left;} 
.list-left .list-p1{ width:70%; margin:0 auto; line-height:40px; font-size:40px; text-align:center; color:#6ead45; border-bottom:1px solid #d3d3d3;  padding-bottom:10px; }
.list-left .list-p2{ font-size:16px; line-height:30px; text-align:center; color:#6ead45; }
.list-right{ width:78%; float:right;]}
.list-right h3{ padding:0;  margin:0; height:30px; line-height:30px; font-size:16px; font-weight:bold; height:30px; overflow:hidden; }
.list-right p{ line-height:20px; font-size:14px; color:#959595; margin-top:5px; height:40px; overflow:hidden;}
.list-section ul li{ margin:10px auto;}
.list-section ul li a{ display:block;}
/*
文章页

********************************************************************/
.article-section *{max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;}
	.article-section h1{
	margin:10px 0 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px; 
	text-align:left;}	
	.article-section .date-article {position: relative;
    z-index: 1;    
	margin: 0 0 18px;
    line-height: 20px;
    font-size: 0;
	color: #8c8c8c;
	
	}
	.article-section .date-article em{ display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 16px;
	font-style:normal;}
	.article-section .date-article span{ display:inline-block;color: #8c8c8c; vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 16px;
	}
	.article-section  p{color: #3e3e3e; overflow:hidden;}