@charset "utf-8";
@import url('reset.css');
@import url('/public/plugins/font-awesome-4.7.0/css/font-awesome.min.css');

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--common-background-color: #009a74;
	--common-font-size: 16px;
	--common-font-color: #000;
	--common-font-hover-color: #009a74;
	--common-font-color2: #000;
	--common-p-line-height: 180%;
	--common-p-color: #000;
}

body {
	background-color: #fff;
	overflow: hidden;
}

input {
	font-family: 微软雅黑;
}

img {
	max-width: 100%;
}

a {
	background: transparent;
	text-decoration: none;
	color: #000;
}

a:active,
a:hover {
	outline: 0
}

a:hover {
	text-decoration: none;
	color: var(--common-font-hover-color)
}

.textCenter {
	text-align: center;
}

.wrapper {
	width: 1008px;
	margin: 0 auto;
	text-align: left
}

.textRight {
	text-align: right;
}

.index .wrapper {
	width: 1008px;
}

.ov {
	overflow: hidden;
}

.ts {
	text-transform: uppercase
}

.pointer {
	cursor: pointer;
}

.mauto {
	margin: 0 auto
}

.pz {
	position: relative;
	z-index: 0
}

.pf {
	position: fixed;
	z-index: 999;
}

.pa {
	position: absolute;
	z-index: 0
}

.bz {
	box-sizing: border-box
}

.b {
	font-weight: bold
}

.i {
	font-style: italic
}

.hidden {
	display: none !important
}

.cb {
	clear: both
}

.tes {
	text-overflow: ellipsis;
	white-space: nowrap;
}

:root {
	--common-color: #693100;
	--common-p-line-height: 200%;
	--common-p-size: 14px;
	--common-p-color: #5f5f5f;
}

/*animation*/
@keyframes slideDown {
	0% {
		top: 45px;
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		top: 50px;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: 45px;
		opacity: 0;
		transform: scale(0, 0);
	}

	to {
		top: 50px;
		opacity: 1;
		transform: scale(1, 1);
	}
}

@keyframes headerDown {
	0% {
		transform: translateY(-70%);
	}

	to {
		transform: translateY(0);
	}
}

.img img {
	transform: scale(1);
}

a:hover .img img {
	transform: scale(1.1, 1.1);
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flexJb {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flexColumn {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}

.flexAc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.flexJc {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.flexCenter {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.flexWrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.flexRight {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}

.ovd {
	overflow: hidden;
}

.db {
	display: block;
}

/*header*/
header {
	width: 100%;
	height: 81px;
	background: #009a74;
}

header.active {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	height: 81px;
	-webkit-animation: headerDown .5s 1;
	-khtml-animation: headerDown .5s 1;
	animation: headerDown .5s 1;
	animation-direction: alternate;
	box-shadow: 0 0 5px #666;
}

header .logo {
	height: 44px;
}

header.active .logo {
	height: 44px;
}

header .logo img {
	max-width: 100%;
	display: block;
}

/*nav*/
nav {
	width: 650px;
	height: 51px;
	margin: 15px auto;
}

nav ul {
	overflow: visible !important;
	font-size: 0;
}

nav li {
	position: relative;
	z-index: 9999999;
	height: 51px;
}

nav li .a {
	height: 51px;
	line-height: 51px;
	padding: 0 17px;
	font-size: 16px;
	color: #fff;
}

nav li:hover .a,
nav li .a.active {
	font-weight: bold;
}

nav .dl {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	top: 51px;
	left: 0;
	width: 100%;
	background: var(--common-font-hover-color);
	text-align: center;
	-webkit-animation: slideDown 0.3s 1;
	-khtml-animation: slideDown 0.3s 1;
	animation-direction: alternate
}

nav li:hover .dl {
	display: block;
}

nav dt {
	overflow: hidden;
	width: 100%;
}

nav dt a {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	line-height: 25px;
}

nav dt a:link,
nav dt a:visited {
	font-size: var(--common-p-size);
	color: #fff
}

nav dt a:hover {
	background-color: #333;
	text-decoration: none;
	color: #fff
}

/*footer*/
footer {
	padding: 61px 0 26px 0;
	background-color: var(--common-background-color);
	border-bottom: 12px solid #04654d;
}

footer .texts {
	line-height: 32px;
	font-size: var(--common-font-size);
	color: #fff;
}

footer .texts a {
	font-size: var(--common-font-size);
	color: #fff;
}

footer .texts a:hover {
	color: #ccc;
}

/*swiper*/
#app.on {
	margin-top: 80px;
}

.mySwiper img {
	width: 100%;
	display: block;
}

.swiper-pagination {
	width: 100%;
}

.swiper-button-next::before, .swiper-button-prev::before {
	color: var(--common-font-color) !important;
}

.swiper-pagination-bullet-active {
	background-color: var(--common-font-hover-color) !important;
}

/*index*/
.index1 {
	margin-top: 1px;
}

.index1>ul:first-child>li:first-child {
	width: 123px;
	height: 78px;
	background:  url(../images/icon/index1_1.png) no-repeat center #009a74;
}


.index1>ul:first-child>li:nth-child(2) {
	width: 123px;
	height: 78px;
	margin-left: 1px;
	background-color: #009a74;
}

.index1>ul:first-child>li:nth-child(2) p {
	width: 108px;
	height: 68px;
	border: 1px solid #fff;
	font-size: 18px;
	color: #fff;
}

.index1>ul:first-child>li:nth-child(3) ul {
	width: 427px;
	height: 78px;
	background-color: #009a74;
	margin-left: 2px;
	padding: 8px 24px;
}

.index1>ul:first-child>li:nth-child(3) ul li {
	width: 33.333%;
	height: 32px;
}

.index1>ul:first-child>li:nth-child(3) ul li a {
	font-size: 14px;
	color: #fff;
}

.index1>ul:first-child>li:nth-child(3) ul li a {
	border-bottom: 2px dashed #99d7c7;
}

.index1>ul:first-child>li:nth-child(3) ul li:nth-child(n+4) a {
	border-bottom: 0;
}

.index1>ul:first-child>li:nth-child(3) ul li a:hover {
	color: #ccc;
}

.index1>ul:first-child>li:nth-child(3) ul li:nth-child(3n+1) a::after, .index1>ul:first-child>li:nth-child(3) ul li:nth-child(3n+2) a::after {
	content: '';
	display: block;
	width: 1px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 2px dashed #99d7c7;
}

.index1>ul:first-child>li:nth-child(4) {
	width: 192px;
	height: 79px;
	background: url(../images/bg/index1_2.jpg) no-repeat;
}

.index1>ul:first-child>li:last-child {
	width: 131px;
	height: 79px;
	background: url(../images/icon/index1_phone.png) no-repeat 0 49px;
}

.index1>ul:first-child>li:last-child h2 {
	line-height: 31px;
	font-size: 16px;
	color: #787878;
	text-indent: 14px;
}

.index1>ul:first-child>li:last-child p {
	padding-left: 24px;
	margin-top: 8px;
	line-height: 27px;
	font-size: 15px;
	color: #04654d;
}

.index1>ul:last-child {
	margin-top: 1px;
}

.index1>ul:last-child>li {
	flex: 1;
	margin-right: 2px;
	border-top: 9px solid #e8e8e8;
}

.index1>ul:last-child>li a {
	background-color: #f2f2f2;
}

.index1>ul:last-child>li:last-child {
	margin-right: 0;
}

.index1>ul:last-child>li a {
	width: 100%;
	height: 156px;
	padding-top: 18px;
}

.index1>ul:last-child>li a .pic {
	width: 100%;
	height: 64px;
}

.index1>ul:last-child>li a .pic img {
	height: 64px;
}

.index1>ul:last-child>li a:hover .pic img:first-child {
	margin-top: -64px;
}

.index1>ul:last-child>li a:hover {
	background-color: #009a74;
}

.index1>ul:last-child>li a .name {
	line-height: 32px;
	margin-top: 8px;
	font-size: 14px;
	color: #6b6b6b;
}

.index1>ul:last-child>li a:hover .name {
	color: #fff;
}

.index2 {
	padding: 35px 0 0 0;
}

.index2 .l {
	width: 290px;
}

.index2 .l .lt {
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #ebc5d5;
}

.index2 .l .lt h2 {
	padding-left: 27px;
	padding-right: 2px;
	line-height: 40px;
	border-bottom: 3px solid #53b535;
	font-size: 18px;
	color: #04654d;
	background: url(../images/icon/index2_1.png) no-repeat 1px center;
}

.index2 .l .lt a {
	font-size: 13px;
	color: #04654d;
}

.index2 .l .lt a:hover {
	color: var(--common-background-color);
}

.index2 .l img {
	margin-top: 18px;
	width: 100%;
}

.index2 .l .des {
	margin-top: 16px;
	line-height: 23px;
	font-size: 14px;
	color: #2d2d2d;
	text-indent: 2em;
}

.index2 .r {
	width: 660px;
}

.index2 .r .tabs {
	width: 100%;
	height: 43px;
	border-bottom: 1px solid #ebc5d5;
}

.index2 .r .tabs li.ib {
	padding: 0 13px;
	font-size: 18px;
	color: #66545a;
	margin-right: 29px;
}

.index2 .r .tabs li.ib.active {
	color: #04654d;
}

.index2 .r .tabs li.pa {
	display: none;
	right: 2px;
	top: 0;
	line-height: 42px;
}

.index2 .r .tabs li.pa a{
	font-size: 13px;
	color: #04654d;
}

.index2 .r .tabs li.pa.active {
	display: block;
}

.index2 .r .list {
	margin-top: 18px;
	display: none;
}

.index2 .r .list.active {
	display: block;
}

.index2 .r .list .lt {
	width: 100%;
	height: 145px;
	background-color: #fff5fa;
	margin-bottom: 18px;
}

.index2 .r .list .lt .img, .index2 .r .list .lt img {
	width: 235px;
	height: 145px;
}

.index2 .r .list .lt .texts {
	width: 401px;
	padding: 0 10px 0 0;
}

.index2 .r .list .lt .texts .title {
	line-height: 35px;
	height: 35px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.index2 .r .list .lt .texts .des {
	line-height: 160%;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.index2 .r .list .lb {
	width: 50%;
	height: 28px;
}

.index2 .r .list .lb a .title {
	font-size: var(--common-font-size);
	color: #2d2d2d;
	padding-left: 23px;
	background: url(../images/bg/newslist.png) no-repeat 2px center;
}

.index2 .r .list .lb a:hover .title {
	color: var(--common-background-color);
}

.index3 {
	margin-top: 40px;
}

.index3 .it {
	width: 100%;
	height: 45px;
	background: #009a74;
}

.index3 .it .title {
	width: 197px;
	height: 45px;
	padding-left: 68px;
	border-radius: 0 23px 23px 0;
	background: url(../images/icon/index3_1.png) no-repeat 14px center #027256;
	font-size: 18px;
	color: #fff;
}

.index3 .it a {
	padding-right: 24px;
	margin-right: 26px;
	font-size: 13px;
	color: #fff;
	background: url(../images/icon/index3_2.png) no-repeat right center;
}

.index3 .c {
}

.index3 .c .teamDetail {
	width: 611px;
}

.index3 .r {
	width: 335px;
	margin-right: 8px;
	margin-top: 33px;
	padding-left: 45px;
	border-left: 1px solid #e7e7e8;
}

.index3 .r img {
	width: 100%;
}

.index3 .r ul {
	margin-top: 27px;
}

.index3 .r li {
	width: 85px;
	height: 59px;
	margin-right: 15px;
	margin-bottom: 14px;
}

.index3 .r li:nth-child(3n) {
	margin-right: 0;
}

.index3 .r li a {
	width: 85px;
	height: 59px;
	background-color: #fff;
	border: 1px solid #009a74;
	padding: 8px 0 0 0;
}

.index3 .r li a .pic {
	width: 100%;
	height: 22px;
	text-align: center;
}

.index3 .r li a .pic img {
	width: auto;
	height: 22px;
	margin: 0 auto;
}

.index3 .r li a:hover {
	background-color: #0d9f7b;
	color: #fff;
}

.index3 .r li a:hover img:first-child {
	margin-top: -22px;
}

.index3 .r li a .title {
	font-size: 13px;
	color: #0ea07c;
}

.index3 .r li a:hover .title {
	color: #fff;
}

.index3 .teamview {
	padding: 0 38px;
}

.index3 .teamSwiper {
	margin-top: 31px;
	position: static;
}

.index3 .teamSwiper .swiper-slide a {
	width: 100%;
	height: 128px;
	border: 1px solid #e7e7e7;
	padding: 8px;
}

.index3 .teamSwiper .swiper-slide .img, .index3 .teamSwiper .swiper-slide .img img {
	width: 82px;
}

.index3 .teamSwiper .swiper-slide .texts {
	margin-left: 13px;
	flex: 1;
}

.index3 .teamSwiper .swiper-slide .texts .title {
	line-height: 35px;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.index3 .teamSwiper .swiper-slide .texts .zw {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #000;
}

.index3 .teamSwiper .swiper-slide .texts .details {
	width: 61px;
	height: 22px;
	background-color: #948b8e;
	border-radius: 11px;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	padding-left: 12px;
}

.index3 .teamSwiper .swiper-slide .texts .details i {
	margin-left: 5px;
}

.index3 .teamSwiper .swiper-slide a:hover {
	background-color: #009a74;
	border: 1px solid #096850;
}

.index3 .teamSwiper .swiper-slide a:hover .title, .index3 .teamSwiper .swiper-slide a:hover .zw {
	color: #fff;
}

.index3 .teamSwiper .swiper-slide a:hover .details {
	background: #fff;
	color: #04654d;
}

.index3 .teamSwiper .swiper-slide a:hover .details i {
	color: #04654d;
}

.index3 .teamSwiper .swiper-button-next, .index3 .teamSwiper .swiper-button-prev {
	width: 20px;
	height: 41px;
}

.index3 .teamSwiper .swiper-button-prev {
	background: url(../images/icon/index4_1.png) no-repeat;
}

.index3 .teamSwiper .swiper-button-next {
	background: url(../images/icon/index4_1.png) no-repeat;
	transform: rotate(180deg);
}

.index4 {
	margin-top: 56px;
}

.index4 .tabs {
	width: 100%;
	height: 45px;
	background-color: #009a74;
}

.index4 .tabs li {
	width: 141px;
	height: 45px;
	border-right: 2px solid #fff;
	font-size: 16px;
	color: #fff;
	padding-left: 58px;
	background-repeat: no-repeat;
	background-position: 14px center;
}

.index4 .tabs li.active {
	background-color: #04654d;
}

.index4 .tabs li:first-child {
	background-image: url(../images/icon/index5_1.png);
}

.index4 .tabs li:nth-child(2) {
	background-image: url(../images/icon/index5_2.png);
}

.index4 .tabs li:nth-child(3) {
	background-image: url(../images/icon/index5_3.png);
}

.index4 .picslist {
	display: none;
}

.index4 .picslist.active {
	display: -webkit-flex;
	display: flex;
}

.index4 .picslist li {
	margin-right: calc( (100% - 852px) / 3 );
}

.index4 .picslist li:nth-child(3) {
	margin-right: calc( (100% - 852px) / 3 );
}

.index4 .picslist li:nth-child(4) {
	margin-right: 0;
}

.index5 {
	margin-top: 20px;
	margin-bottom: 75px;
}

.index5 .map {
	width: 368px;
}

.index5 .contact {
	width: 365px;
	margin-left: 24px;
}

.index5 .contact h2 {
	line-height: 33px;
	border-bottom: 2px solid #7d7d7d;
}

.index5 .contact p {
	margin-top: 5px;
	line-height: 30px;
	font-size: 14px;
	color: #5f5f5f;
}

.index5 .contact h2:nth-of-type(2) {
	margin-top: 20px;
}

.index5 .contact .ask {
	width: 226px;
	height: 31px;
	background-color: #009a74;
	border-radius: 15px;
	margin-top: 15px;
	font-size: 13px;
	color: #fff;
}

.index5 .contact .ask:hover {
	box-shadow: 0 0 5px #666;
}

.index5 .contact .phone {
	margin-top: 29px;
	padding-left: 59px;
	background: url(../images/icon/tel.jpg) no-repeat left center;
}

.index5 .contact .phone h3 {
	line-height: 21px;
	font-size: 14px;
	color: #404040;
}

.index5 .contact .phone h4 {
	line-height: 28px;
	font-size: 24px;
	color: #009a74;
}

.index5 .wx {
	width: 222px;
	margin-right: 8px;
	border: 1px solid #f2f2f2;
	margin-left: 19px;
	padding: 5px;
}

.index5 .wx img {
	width: 100%;
}

.index5 .wx h2 {
	height: 42px;
	font-size: 16px;
	color: #04654d;
}

.index5 .wx .ask {
	width: 181px;
	height: 32px;
	font-size: 14px;
	color: #53b535;
	border: 1px solid #53b535;
	border-radius: 16px;
}

.index5 .wx .ask:hover {
	background-color: #53b535;
	color: #fff;
}

.index5 .wx p.des {
	height: 33px;
	font-size: 13px;
	color: #666;
}
/*other*/
.banner {
	position: relative;
	z-index: 0;
	width: 1142px;
	margin: 0 auto;
	margin-bottom: 2px;
	text-align: center
}

.banner:after {
	content: '';
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 232px;
	background: url(../images/bg_slider.png) center bottom no-repeat
}

.banner img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

/*main*/
main {
	padding: 44px 0;
}
/*sidebar*/
.sidebar {
	width: 260px;
	border: 1px solid #b5b5b5;
	height: 100%;
}

.sidebar .logo {
	width: 100%;
	margin-top: 25px;
}

.sidebar .tname {
	margin-top: 9px;
}

.sidebar .tname h2 {
	line-height: 31px;
	font-size: 21px;
	color: #e40013;
}

.sidebar .tname h3 {
	line-height: 17px;
	font-size: 16px;
	color: #090909;
}

.sidebar ul {
	margin-top: 18px;
	width: 100%;
}

.sidebar li {
	width: 100%;
}

.sidebar li a {
	width: 100%;
	height: 50px;
	padding: 0 18px;
	border-bottom: 1px solid #b5b5b5;
	font-size: 18px;
	color: #5e5e5e;
}

.sidebar li a i {
	font-size: 25px;
}

.sidebar li:last-child a {
	border: 0;
}

.sidebar li a:hover, .sidebar li a.active {
	background-color: #009a74;
	border-color: #009a74;
	color: #fff;
}
/*main content*/
.position {
	line-height: 24px;
	font-size: 14px;
	color: #151515;
}

.position i {
	color: #8a8a8a;
	font-weight: bold;
	font-size: 20px;
	margin-right: 15px;
}

.position a:last-child {
	color: var(--common-font-hover-color);
}

.mainContent {
	width: 703px;
}

.mainContent .typename {
	line-height: 52px;
	font-size: 25px;
	color: #000;
}

.mainContent .typename::after {
	content: '';
	display: block;
	width: 59px;
	height: 3px;
	background-color: #bcbcbc;
}

.introduction {
	margin-top: 32px;
	text-align: justify;
	line-height: 180%;
	font-size: 16px;
	color: var(--common-p-color);
}

.introduction.nmt {
	margin-top: 0
}

.introduction div,
.introduction p {
	font-size: 16px;
	color: var(--common-p-color);
}

.introduction img {
	max-width: 100%
}

.articleImg {
	width: 100%;
	margin: 0 0 0 0;
	text-align: center
}

.articleImg img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleImg2 {
	width: 100%;
	margin: 0 0 22px 0;
	text-align: center
}

.articleImg2 img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.articleBody {
	width: 400px;
	margin: 20px 0
}

.articleTitle {
	overflow: hidden;
	width: 100%;
	padding: 43px 0 0;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: var(--common-p-color);
	font-weight: bold;
}

.articleTime {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	line-height: 21px;
	font-size: 13px;
	color: var(--common-p-color);
}

.articleDes {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #42403f
}

.articlePages {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #969797
}

.articlePages div {
	width: 50%;
	font-size: 16px;
	color: #666
}

.articlePages a {
	font-size: 16px;
	color: #333
}

.articlePages a:hover {
	color: #efae2e
}

.askNow a {
	width: 165px;
	height: 35px;
	background: #ea6000;
	margin: 10px auto;
	line-height: 35px;
	font-size: 14px;
	color: #fff
}

.askNow a:hover {
	background: linear-gradient(to bottom, #f78e45, #ea6000)
}

/*预约专家*/
.orderMaster img {
	border: 2px solid #af7f47;
	border-radius: 3px;
}

.orderMaster p.title {
	line-height: 60px;
	font-size: 20px;
	color: var(--common-font-color2);
}

/*联系我们*/
.contactus {
	margin-top: 6px;
	line-height: 30px;
}

.contactus img {
	margin-bottom: 10px;
}

.contactus p {
	font-size: 15px !important;
	color: #5e3a10 !important;
}

.contactus b {
	font-size: 18px !important;
}

.kslist {
	margin-top: 24px;	
}

.kslist li {
	width: 224px;
	margin: 0 15px 15px 0;
}

.kslist li:nth-child(4n) {
	margin-right: 0;
}

.kslist li a {
	width: 224px;
	height: 44px;
	background: url(../images/bg_ks.png) no-repeat;
	font-size: 18px;
	color: #aa783c;
}

/*新闻列表*/
.newslist {
	margin: 30px 0 0
}

.newslist a {
	width: 100%;
	height: 38px;
	border-bottom: 1px dashed #ebebeb;
}

.newslist a .title {
	font-size: var(--common-font-size);
	color: #2d2d2d;
	padding-left: 23px;
	background: url(../images/bg/newslist.png) no-repeat 2px center;
}

.newslist a .time {
	margin-right: 10px;
	font-size: 15px;
	color: #5e5e5e;
}

.newslist a:hover * {
	color: var(--common-font-hover-color);
}

/*图片列表*/
.picslist {
	width: 100%;
	margin-top: 30px;
}

.picslist li {
	width: 213px;
	margin-right: calc( (100% - 639px) / 2 );
	margin-bottom: 36px;
}

.picslist li:nth-child(3n) {
	margin-right: 0;
}

.picslist .img {
	width: 100%;
	height: 156px;
	padding: 19px;
	background: url(../images/bg/picslist.png) no-repeat;
}

.picslist img {
	width: 100%;
}

.picslist li a .title {
	line-height: 38px;
	height: 38px;
	font-size: var(--common-font-size);
	color: #595959;
}

.picslist li a:hover .title {
	color: var(--common-font-hover-color);
}

/*团队*/
.teamlist {
	margin-top: 35px;
}

.teamlist li {
	width: 212px;
	margin-right: 25px;
	margin-right: calc( (100% - 636px) / 2 );
	margin-bottom: 32px;
}

.teamlist li:nth-child(3n) {
	margin-right: 0;
}

.teamlist li a {
	width: 212px;
	height: 128px;
	border: 1px solid #e7e7e7;
	padding: 8px;
}

.teamlist li .img, .teamlist li .img img {
	width: 82px;
}

.teamlist li .texts {
	margin-left: 13px;
	flex: 1;
}

.teamlist li .texts .title {
	line-height: 35px;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.teamlist li .texts .zw {
	line-height: 25px;
	height: 25px;
	font-size: 12px;
	color: #000;
}

.teamlist li .texts .details {
	width: 61px;
	height: 22px;
	background-color: #948b8e;
	border-radius: 11px;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	padding-left: 12px;
}

.teamlist li .texts .details i {
	margin-left: 5px;
}

.teamlist li a:hover {
	box-shadow: 0 0 5px #ccc;
}

.teamDetail {
	margin-top: 30px;
}

.teamDetail .img {
	width: 251px;
	margin-top: 8px;
}

.teamDetail .img img {
	max-width: 100%;
}

.teamDetail .texts {
	margin-left: 40px;
	flex: 1;
}

.teamDetail .texts .name {
	line-height: 40px;
	padding-bottom: 9px;
	border-bottom: 1px dashed #b8b8b8;
	font-size: 22px;
	color: var(--common-font-hover-color);
}

.teamDetail .texts .des {
	margin-top: 8px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #b8b8b8;
}

.teamDetail .texts .des li {
	height: 28px;
	font-size: 14px;
	color: #2d2d2d;
}

.teamDetail .texts .des li i {
	margin-right: 10px;
	font-size: 20px;
	color: var(--common-background-color);
}

.teamDetail .texts .contentTitle {
	margin-top: 13px;
	line-height: 26px;
	font-size: 14px;
	color: #04654d;
}

.teamDetail .texts .intro {
	margin-top: 10px;
	line-height: 23px;
	font-size: 14px;
	color: #2d2d2d;
}
/*右方浮动按钮*/
.fixedBar {
	top: 50%;
	right: 33px;
	transform: translateY(-50%);
}

.fixedBar li {
	margin-bottom: 10px;
}

.fixedBar li:last-child {
	margin-bottom: 0;
}

.fixedBar a {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #26a19f;
	color: #fff;
	font-size: 30px;
}

.fixedBar li:nth-child(2) img {
	width: 120px;
	max-width: 120px;
	left: -130px;
	top: 0;
	display: none;
}

@keyframes weixinShow {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

.fixedBar li:nth-child(2):hover img {
	display: block;
	-webkit-animation: weixinShow .5s 1;
	-khtml-animation: weixinShow .5s 1;
	animation: weixinShow .5s 1;
	animation-direction: alternate;
}

.fixedBar li:last-child a {
	background-image: url(../images/icon/up.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 25px;
	font-size: 16px;
}

.fixedBar a:hover {
	background-color: #199d52;
}

/*联系我们*/
.contactus {
	margin-top: 30px;
}

.contactus .wx {
	width: 170px;
}

.contactus .wx img {
	width: 100%;
}

.contactus .wx p.title {
	line-height: 40px;
	font-size: var(--common-font-size);
	color: #04654d;
}

.contactus dl {
	margin-left: 35px;
}

.contactus dl dt {
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #5f5f5f;
}

.contactus dl dd {
	line-height: 35px;
	font-size: 14px;
	color: #5f5f5f;
}

/*分页*/
.pages {
	padding: 20px 0 15px 0;
	text-align: right;
}

.pages li {
	display: inline;
}
.pages li.active a{
    background-color: red;
}


.pages a,
.pages em {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	background: var(--common-color);
	border: 1px solid #fff;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	line-height: 28px;
	font-size: 14px;
	color: #fff
}

.pages span.disabled {
	background: var(--common-color);
	color: #fff
}

.pages em {
	background: var(--common-color);
	color: #fff;
	font-style: normal;
}

/*在线留言*/
.guestbook {
	margin-top: 40px;
}

.guestbook h2 {
	height: 32px;
	font-size: 20px;
	color: #000;
}

.guestbook ul {
	margin-top: 14px;
}

.guestbook li {
	margin-bottom: 14px;
}

.guestbook .title {
	width: 104px;
	margin-left: 180px;
	height: 26px;
	font-size: 15px;
	color: #696969;
}

.guestbook .wbk {
	box-sizing: border-box;
	width: 317px;
	height: 26px;
	background: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 0 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wby {
	box-sizing: border-box;
	width: 316px;
	height: 189px;
	border: 1px solid #b5b5b5;
	border-radius: 2px;
	padding: 5px;
	font-size: 15px;
	color: #333;
}

.guestbook .wbk:focus {
	border-color: #04654d;
}

.guestbook button {
	box-sizing: border-box;
	width: 72px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #009a74;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin-left: 400px;
	border-radius: 4px
}