@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-font-size: 16px;
	--common-font-color: #000;
	--common-font-hover-color: #0fba59;
	--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: 1002px;
	margin: 0 auto;
	text-align: left
}

.index .wrapper {
	width: 1002px;
}

.ov {
	overflow: hidden;
}

.ts {
	text-transform: uppercase
}

.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: 15px;
	--common-p-color: #3e3e3e;
}

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

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

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

	to {
		top: 57px;
		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: 115px;
	background: #fff;
}

header.active {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	height: 80px;
	-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: 115px;
}

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

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

header .phones {
	margin-left: 20px;
	padding-left: 36px;
	line-height: 16px;
	font-size: 16px;
	color: #393939;
	background: url(../images/bg/headerPhone.png) no-repeat left center;
}

/*nav*/
nav {
	width: 580px;
	height: 57px;
	margin: 25px auto;
}

header.active nav {
	margin: 8px auto;
}

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

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

nav li .a {
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	font-size: 16px;
	color: #000;
}

nav li:hover .a,
nav li .a.active {
	color: var(--common-font-hover-color);
}

nav .dl {
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 999;
	top: 57px;
	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:nth-child(3) .dl, nav li:nth-child(4) .dl {
	width: 150%;
}

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-font-size);
	color: #fff
}

nav dt a:hover {
	background-color: var(--common-font-color);
	text-decoration: none;
	color: #fff
}

/*footer*/
footer {
	padding: 40px 0 42px 0;
	background-color: #199d52;
}

footer .ft {}

footer article {
	width: 320px;
	border-right: 4px solid #fff;
	padding-top: 4px;
	margin-left: 141px;
}

footer article h2 {
	height: 49px;
	font-size: 28px;
	color: #fff;
}

footer article p {
	line-height: 26px;
	font-size: 14px;
	color: #fff;
}

footer ul {
	margin: 22px 0 8px 33px;
}

footer li {
	width: 110px;
  margin-right: 10px;
}

footer li img {
	width: 100%;
}

footer li p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

footer .info {
	margin-top: 26px;
	line-height: 21px;
	font-size: 14px;
	color: #fff;
}

footer .copyright {
	margin-top: 25px;
	padding-top: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	border-top: 1px dashed #fff;
}

footer .info a, footer .copyright a {
	color: #fff;
}

footer .info a:hover, footer .copyright a:hover {
	text-decoration: underline;
}
/*swiper*/
.swiper-button-next, .swiper-button-prev {
	color: var(--common-font-color) !important;
}

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

/*index*/
.index1 {
	width: 100%;
	background-color: #0fba59;
}

.index1 .wrapper {
	line-height: 73px;
	font-size: 32px;
	color: #fff;
}

.index1 .wrapper img {
	margin-right: 21px;
}

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

.index2>h2 {
	line-height: 41px;
	font-size: 22px;
}

.index2>p {
	margin: 14px 0 46px 0;
	line-height: 30px;
	font-size: 16px;
}

.index2>ul>li {
	width: 494px;
	background-color: #fff;
	box-shadow: 0 0 5px #666;
	padding: 20px 30px;
}

.index2>ul>li>h2 {
	height: 34px;
	font-size: 20px;
	margin-bottom: 11px;
}

.index2>ul>li>h2 img {
	margin-left: 27px;
}

.index2>ul>li>.des {
	line-height: 27px;
	font-size: 16px;
}

.index3 {
	margin-top: 79px;
}

.index3 .img, .index3 .img img {
	width: 501px;
}

.index3 .text {
	width: 480px;
	margin-top: 15px;
}

.index3 .text .sitename {
	line-height: 37px;
	font-size: 23px;
	color: #246359;
}

.index3 .text p {
	margin-top: 14px;
	line-height: 26px;
	font-size: 16px;
}

.index3 .text a {
	margin-top: 29px;
	line-height: 35px;
	padding: 0 8px;
	background-color: #3c756c;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}

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

.index4 {
	width: 100%;
	background: url(../images/bg/index4.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 90px;
}

.index4 ul {
	justify-content: space-between;
	min-height: 247px;
}

.index4 li h2 {
	line-height: 68px;
	font-size: 56px;
	color: #246359;
}

.index4 li p {
	line-height: 31px;
	font-size: 16px;
	color: #246359;
}

.index5 {
	padding: 19px 0 30px 0;
	background: url(../images/bg/index5.jpg) no-repeat center top #eef4ff;
}

.index5 .wrapper>h2 {
	margin-top: 9px;
	line-height: 37px;
	font-size: 22px;
	color: #fff;
}

.index5 .wrapper>p {
	line-height: 24px;
	font-size: 16px;
	color: #fff;
}

.index5 ul {
	margin-top: 34px;
}

.index5 li {
	width: 474px;
}

.index5 li:hover {
	box-shadow: 0 0 5px #666;
	background-color: #fff;
}

.index5 li .pic, .index5 li img {
	width: 100%;
}

.index5 li p {
	line-height: 42px;
	font-size: 20px;
	color: #246359;
}

.index6 {
	margin-top: 62px;
}

.index6 .wrapper>h2 {
	line-height: 39px;
	font-size: 22px;
}

.index6 .wrapper>h2::after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	background-color: #ff8807;
}

.index6 .wrapper>p {
	margin-bottom: 28px;
	padding-bottom: 37px;
	background: url(../images/bg/index6.jpg) no-repeat center bottom;
	margin-top: 7px;
	line-height: 29px;
	font-size: 16px;
}

.index6 .swiper-slide .img {
	box-shadow: 0 0 5px #7ca29c;
	border-radius: 5px;
}

.index6 .swiper-slide .img img {
	width: 100%;
}

.index6 .swiper-slide p {
	margin-top: 12px;
	line-height: 34px;
	font-size: 20px;
	color: #000;
}

.index6 .swiper-slide a:hover p {
	color: var(--common-font-hover-color);
}

.index7 {
	margin-top: 58px;
}

.index7 .t {
	height: 45px;
	border-left: 3px solid #ff8807;
	padding-left: 11px;
}

.index7 .t h2 {
	margin-top: 7px;
	line-height: 11px;
	font-size: 12px;
	color: #9b9b9b;
}

.index7 .t p {
	line-height: 24px;
	font-size: 20px;
	color: #1498a2;
}

.index7 .c {
	margin-top: 29px;
}

.index7 .l {
	width: 492px;
	height: 356px;
	background-color: #f5f5f5;
}

.index7 .l .img, .index7 .l img {
	width: 100%;
	height: 214px;
}

.index7 .text {
	padding: 16px;
}

.index7 .text .title {
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #000;
}

.index7 .text p {
	line-height: 24px;
	font-size: 16px;
	color: #636363;
}

.index7 .text h3 {
	font-size: 16px;
	color: #636363;
}

.index7 .text h4 {
	font-size: 16px;
	color: #838383;
	padding-right: 16px;
}

.index7 .text h4 i {
	color: #838383;
	font-size: 24px;
	margin-left: 8px;
}

.index7 .r {
	width: 492px;
}

.index7 .r li:first-child {
	width: 100%;
	height: 150px;
	background-color: #f5f5f5;
}

.index7 .r li:last-child {
	margin-top: 22px;
}

.index7 .r li:last-child a {
	width: 237px;
	height: 184px;
	background-color: #f5f5f5;
	padding: 15px;
}

.index7 .r li:last-child a .at {
	margin-top: 10px;
}

.index7 a:hover {
	background: var(--common-font-hover-color) !important;
}

.index7 a:hover .title, .index7 a:hover p, .index7 a:hover h3, .index7 a:hover h4, .index7 a:hover h4 i {
	color: #fff;
}

.index8 {
	margin-top: 69px;
	padding-bottom: 145px;
	margin-bottom: 2px;
	background: url(../images/bg/index8.jpg) no-repeat center bottom;
}

.index8 .t h2 {
	line-height: 34px;
	font-size: 26px;
	color: #000;
}

.index8 .t p {
	line-height: 18px;
	font-size: 14px;
	color: #868a8a;
}

.index8 ul.faqlist {
	margin-top: 48px;
}
/*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*/
/*sidebar*/
.sidebar {
	width: 100%;
	margin-top: 1px;
	background-color: #ededed;
}

.sidebar li a {
	line-height: 60px;
	font-size: 18px;
	color: #000;
	margin-right: 64px;
}

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

.sidebar li a:hover, .sidebar li a.active {
	color: #0d64b0;
}
/*main content*/
.position {
	background-color: #ededed;
}

.position .wrapper {
	line-height: 60px;
	text-indent: 23px;
	font-size: 16px;
}

.mainContent {
	margin-top: 54px;
}

.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: 20px;
	padding: 24px 0;
	text-align: justify;
	line-height: var(--common-p-line-height);
	font-size: var(--common-font-size);
	color: var(--common-p-color);
}

.introduction.nmt {
	margin-top: 0
}

.introduction div,
.introduction p {
	font-size: var(--common-p-size);
	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;
}

/*团队*/
.teamSwiperWrapper {
	margin-top: 38px;
	padding: 0 45px;
}

.teamSwiper, .teamSwiper .swiper-wrapper {
	position: static !important;
}

.teamSwiper .swiper-slide .img, .teamSwiper .swiper-slide img {
	width: 100%;
}

.teamSwiper .swiper-slide .title {
	line-height: 22px;
	margin-top: 39px;
	background-color: #cc7710;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
}

.teamSwiper .swiper-slide .other {
	line-height: 25px;
	font-size: 15px;
	color: #786256;
	margin-top: 4px;
}

.teamSwiper .swiper-button-next, .teamSwiper .swiper-button-prev {
	width: 16px;
	height: 19px;
	background: url(../images/arrowRight.png) no-repeat;
}

.teamSwiper .swiper-button-next {
	transform: rotate(180deg);
}

.teamSwiper .swiper-button-next::after, .teamSwiper .swiper-button-prev::after {
	display: none;
}

.teamDetail {
	margin-top: 40px;
}

.teamDetail .img{
	width: 175px;
}

.teamDetail .img h1 {
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 28px;
	background-color: #cc7710;
	font-size: 18px;
	color: #fff;
}

.teamDetail article {
	width: 620px;
	padding-right: 20px;
}

.teamDetail article p.des {
	line-height: 24px;
	font-size: var(--common-p-size);
	color: var(--common-font-color);
}

/*科室*/
.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: 67px 0 0
}

.newslist li {
	margin-bottom: 28px;
}

.newslist li a {
	width: 100%;
	box-shadow: 0 0 5px #666;
	padding: 49px;
}

.newslist li a .img, .newslist li a .img img {
	width: 346px;
}

.newslist li a .text {
	flex: 1;
	margin-left: 68px;
}

.newslist li a .text .title {
	height: 29px;
	line-height: 29px;
	font-size: 20px;
	color: #000;
}

.newslist li a .text .time {
	margin-top: 11px;
	line-height: 25px;
	font-size: 18px;
	color: #636666;
}

.newslist li a .text .des {
	margin-top: 7px;
	line-height: 25px;
	font-size: 16px;
	color: #636363;
}

.newslist li a .text .more {
	margin-top: 39px;
	width: 150px;
	height: 40px;
	border: 1px solid #d4d4d4;
	font-size: 14px;
	color: #000;
}

.newslist li a:hover .text .more {
	background-color: var(--common-font-hover-color);
	border-color: var(--common-font-hover-color);
	color: #fff;
}
/*问答列表*/
ul.faqlist {
	margin-top: 50px;
}

ul.faqlist li {
	width: 473px;
}

ul.faqlist li a {
	width: 100%;
	height: 44px;
	background: #f7f7f7;
	margin-bottom: 6px;
	padding: 0 17px 0 10px;
}

ul.faqlist li a p {
	font-size: 16px;
	color: #000;
}

ul.faqlist li a i {
	font-size: 20px;
	color: #246359;
}

ul.faqlist li a:hover {
	background-color: #246359;
}

ul.faqlist li a:hover p, ul.faqlist li a:hover i {
	color: #fff;
}
/*图片文字列表*/
.picstextlist {
	width: 100%;
	margin: 10px 0 0 145px
}

.picstextlist li {
	width: 747px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dcdcdc
}

.picstextlist .img {
	overflow: hidden;
	width: 245px;
	height: 180px
}

.picstextlist img {
	width: 245px;
	height: 180px
}

.picstextlist .text {
	width: 452px;
	padding-right: 20px
}

.picstextlist .title {
	line-height: 28px;
	font-size: 18px;
	color: #ea8017
}

.picstextlist .body {
	margin: 14px 0 19px 0;
	line-height: 27px;
	font-size: 14px;
	color: #2f2e2c
}

.picstextlist .more {
	width: 97px;
	height: 30px;
	background: #3f3f3f;
	border-radius: 8px;
	font-size: 14px;
	color: #fff
}

.picstextlist .ly {
	left: 390px;
	top: 142px;
	width: 97px;
	height: 30px;
	background: #009cff;
	border-radius: 8px;
	font-size: 14px;
	color: #fff
}

.picstextlist a:hover .title,
.picstextlist a:hover .addtime,
.picstextlist a:hover .body {
	color: #ea8017
}

.picstextlist .ly:hover {
	background: #1279ba
}

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

.picslist li {
	width: 233px;
	margin-right: calc( (100% - 932px) / 4 );
	margin-bottom: 41px;
}

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

.picslist .img {
	width: 100%;
}

.picslist img {
	width: 100%;
}

.picslist li a {
	padding: 2px;
	background-color: #f2f2f2;
	border-radius: 3px;
}

.picslist li a .title {
	line-height: 62px;
	height: 62px;
	background-color: #f2f2f2;
	font-size: 18px;
	color: #000;
}

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

/*右方浮动按钮*/
.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;
}


/*分页*/
.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
}