@charset "utf-8";
body {
	font-family: "microsoft yahei", Arial;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
}
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
form, input, button, option, textarea, select {
	margin: 0px;
	padding: 0px;
}
input, button, textarea, select {
	font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	color: #272727;
	font-family: "microsoft yahei";
}
span {
	font-family: "microsoft yahei";
}
p {
	font-family: "microsoft yahei";
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
th {
	font-weight: normal;
}
table {
	font-size: inherit;
	font: 100%;
}
img {
	border: none;
	object-fit: cover;
}
.clear:after {
	display: block;
	content: '';
	clear: both;
}

/*头部*/

.header {
	width: 100%;
	height: 140px;
	background: url(../images/header.png) center no-repeat;
}
.header .cont {
	width: 1002px;
	margin: 0 auto;
	position: relative;
	height: 140px;
}
.header .cont:after {
	display: block;
	content: '';
	clear: both;
}
.header .logo {
	float: left;
	margin-top: 47px;
}
.header .top {
	float: right;
	margin-top: 20px;
}
.header .search {
	float: right;
	width: 212px;
	height: 25px;
	border: 1px solid #dcdcdc;
}
.header .search input {
	width: 180px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-indent: 10px;
	border: none;
	background: none;
	outline: none;
}
.header .search button {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	vertical-align: top;
	font-size: 18px;
}
.header .tel {
	float: right;
	margin-right: 30px;
}
.header .tel .iconfont {
	font-size: 22px;
	color: #6fdab3;
}
.header .tel span {
	font-size: 14px;
	color: #aaaaaa;
}
.header .tel p {
	font-size: 20px;
	color: #aaaaaa;
	font-weight: bold;
}
.header .nav {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.header .nav ul li {
	display: inline-block;
	width: 100px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.header .nav ul li a {
	font-size: 15px;
	color: #444444;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.header .nav ul li:hover,.header .nav ul li.on {
	background: #008b65;
}
.header .nav ul li:hover a,.header .nav ul li.on a {
	color: #FFFFFF;
}

/*banner*/

.banner {
	position: relative;
	width: 100%;
	height: 610px;
	z-index: 1;
}
.banner .bd {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.banner .bd ul li {
	width: 100%;
	height: 610px;
	position: relative;
	text-align: center;
}
.banner .bd ul li img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.banner .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	z-index: 1;
}
.banner .hd ul li {
	margin: 0 4px;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	font-size: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.banner .hd .on {
	background: #008b65;
}

/*公共标题*/

.title {
	padding-bottom: 40px;
	background: url(../images/eng.png) no-repeat bottom center;
	text-align: center;
}
.title p {
	font-size: 16px;
	color: #6fdab3;
	font-weight: lighter;
	text-transform: uppercase;
}
.title span {
	font-size: 28px;
	color: #2d2c2c;
}
.title hr {
	width: 20px;
	height: 1px;
	border: none;
	background: #008b65;
	margin: 15px auto;
}

/*课程*/

.course {
	width: 1002px;
	margin: 30px auto 0;
}
.course:after {
	display: block;
	content: '';
	clear: both;
}
.course ul {
	margin-top: 30px;
}
.course ul li {
	width: 490px;
	height: 156px;
	margin: 15px 0;
}
.course ul li:nth-child(odd) {
	float: left;
}
.course ul li:nth-child(odd) .txt {
	float: left;
}
.course ul li:nth-child(odd) .photo {
	float: right;
}
.course ul li:nth-child(odd) h2 {
	text-align: right;
	padding-right: 23px;
	background: url(../images/icon.png) no-repeat right center;
}
.course ul li:nth-child(even) {
	float: right;
}
.course ul li:nth-child(even) .txt {
	float: right;
}
.course ul li:nth-child(even) .photo {
	float: left;
}
.course ul li:nth-child(even) h2 {
	padding-left: 23px;
	background: url(../images/icon1.png) no-repeat left center;
}
.course ul li .txt {
	width: 322px;
}
.course ul li .txt h2 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
}
.course ul li .txt p {
	font-size: 12px;
	color: #555555;
	line-height: 24px;
	text-indent: 2em;
}
.course ul li .photo {
	border: 10px solid #008b65;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	padding: 2px;
	float: left;
	width: 132px;
	height: 132px;
}
.course ul li .photo img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 100%;
	height: 100%;
}
.course ul li:hover a, .course ul li:hover p {
	color: #008b65;
}

/*关于我们*/

.about {
	width: 100%;
	height: 365px;
	background: #008b65;
	overflow: hidden;
	margin: 40px 0;
}
.about:after {
	display: block;
	content: '';
	clear: both;
}
.about .photo {
	width: 45%;
	height: 100%;
	margin-right: 55%;
}
.about .photo img {
	width: 100%;
	height: 100%;
}
.about .txt {
	float: right;
	width: 55%;
	height: 100%;
}
.about .txt .cont {
	width: 599px;
	height: 365px;
	background: url(../images/about.png) no-repeat center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 47px 63px 0 71px;
}
.about .txt .tit {
	text-align: center;
	text-transform: uppercase;
}
.about .txt .tit p {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: lighter;
}
.about .txt .tit hr {
	width: 20px;
	height: 1px;
	background: #FFFFFF;
	border: none;
	margin: 10px auto;
}
.about .txt .us {
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
}
.about .txt .us a {
	display: block;
	width: 109px;
	height: 21px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 21px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 25px auto 0;
}

/*学员*/

.stu {
	width: 1002px;
	margin: 40px auto 0;
}
.stu:after {
	display: block;
	content: '';
	clear: both;
}
.stu ul {
	margin: 0 -20px;
}
.stu ul li {
	width: 220px;
	height: 308px;
	text-align: center;
	position: relative;
	float: left;
	margin: 30px 20px;
}
.stu ul li .photo {
	width: 220px;
	height: 180px;
	display: block;
	font-size: 0;
}
.stu ul li .photo img {
	width: 100%;
	height: 100%;
}
.stu ul li .name {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 44px;
}
.stu ul li .name:hover {
	color: #008b65;
}
.stu ul li p {
	font-size: 12px;
	color: #555555;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
}
.stu ul li .more {
	display: block;
	border-style: dashed;
	border-color: #d2d2d2;
	border-width: 1px 0 1px 0;
	font-size: 12px;
	color: #555555;
	line-height: 24px;
	margin-top: 10px;
}
.stu ul li .more:hover {
	color: #008b65;
}
.stu ul li:after {
	width: 54px;
	height: 51px;
	display: block;
	content: "";
	background: url(../images/icon2.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

/*案例*/

.case {
	width: 100%;
	margin-top: 40px;
}
.case .cont {
	background: #008b65;
	margin-top: 40px;
	padding: 15px 0;
}
.case .cont:after {
	display: block;
	content: '';
	clear: both;
}
.case ul {
	width: 1002px;
	margin: 0 auto;
}
.case ul li {
	width: 486px;
	height: 170px;
	background: #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 15px 0;
	padding: 20px 23px 0;
	position: relative;
}
.case ul li:nth-child(odd) {
	float: left;
}
.case ul li:nth-child(even) {
	float: right;
}
.case ul li .photo {
	width: 106px;
	height: 106px;
	border: 6px solid #008b65;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	float: left;
}
.case ul li .photo img {
	width: 100%;
	height: 100%;
}
.case ul li .txt {
	margin-left: 136px;
}
.case ul li .txt a {
	font-size: 14px;
	color: #008b65;
	font-weight: bold;
	line-height: 38px;
}
.case ul li .txt p {
	font-size: 12px;
	color: #555555;
	line-height: 24px;
}
.case ul li .more {
	display: block;
	width: 112px;
	height: 24px;
	background: #008b65;
	position: absolute;
	right: 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
}
.case ul li span {
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #008b65;
	width: 35px;
	height: 45px;
}
.case ul li span.s1 {
	border-width: 0 1px 0 0;
	right: 13px;
	top: 5px;
}
.case ul li span.s2 {
	border-width: 1px 0 0 0;
	right: 9px;
	top: 9px;
}
.case ul li span.s3 {
	border-width: 0 0 0 1px;
	left: 9px;
	bottom: 5px;
}
.case ul li span.s4 {
	border-width: 0 0 1px 0;
	bottom: 9px;
	left: 5px;
}

/*新闻*/

.mid {
	width: 100%;
	min-height: 191px;
	background: url(../images/mid.png) center bottom no-repeat;
	margin-top: 45px;
	padding-bottom: 24px;
}
.mid .news {
	width: 1002px;
	margin: 0 auto;
}
.mid .news:after {
	display: block;
	content: '';
	clear: both;
}
.mid .news .fr {
	width: 390px;
	height: 269px;
	position: relative;
	float: left;
	margin-top: 45px;
}
.mid .news .fr .photo {
	width: 390px;
	height: 269px;
	font-size: 0;
}
.mid .news .fr .photo img {
	width: 100%;
	height: 100%;
}
.mid .news .fr .tit {
	width: 66px;
	height: 51px;
	background: #008b65;
	text-align: center;
	line-height: 51px;
	font-size: 18px;
	position: absolute;
	left: 8px;
	top: -10px;
	color: #ffffff;
}
.mid .news .fr .tit:first-letter {
	font-size: 32px;
}
.mid .news .fr .cont {
	width: 390px;
	height: 185px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 11px 9px;
	background: rgba(29, 29, 29, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.mid .news .fr .info {
	border: 1px solid #bbbec0;
	padding: 25px 25px 0 20px;
	height: 136px;
	text-align: center;
	position: relative;
}
.mid .news .fr .info .name {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 42px;
}
.mid .news .fr .info p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 2em;
	line-height: 22px;
}
.mid .news .fr .info .more {
	display: block;
	width: 52px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #FFFFFF;
	background: rgba(111, 218, 179, 0.8);
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.mid .news ul {
	width: 563px;
	float: right;
	margin-top: 22px;
}
.mid .news ul li {
	height: 47px;
	padding: 23px 0;
	border-bottom: 1px solid #d5d5d5;
}
.mid .news ul li .date {
	width: 53px;
	text-align: center;
	float: left;
}
.mid .news ul li .date p {
	font-size: 20px;
	color: #999999;
}
.mid .news ul li .date span {
	font-size: 12px;
	color: #999999;
	line-height: 30px;
}
.mid .news ul li .txt {
	margin-left: 94px;
}
.mid .news ul li .txt a {
	font-size: 14px;
	color: #333333;
}
.mid .news ul li .txt a:hover {
	font-weight: bold;
	color: #008b65;
}
.mid .news ul li .txt p {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	padding-left: 20px;
	background: url(../images/icon3.png) left center no-repeat;
}
.mid .address {
	width: 1002px;
	margin: 107px auto 0;
	background: url(../images/address.png) right center no-repeat;
}
.mid .address p {
	font-size: 12px;
	color: #333333;
	height: 30px;
	line-height: 30px;
}
.mid .address .iconfont {
	font-size: 18px;
	color: #6fdab3;
	margin-right: 10px;
}
.mid .address span {
	font-size: 18px;
	color: #008b65;
	font-family: arial;
	font-weight: bold;
}

/*底部*/

.footer {
	width: 100%;
	padding: 25px 0;
	background: #008b65;
}
.footer .foot {
	width: 1002px;
	margin: 0 auto;
}
.footer .foot:after {
	display: block;
	content: '';
	clear: both;
}
.footer .foot .link {
	width: 300px;
	float: left;
}
.footer .foot .link p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.34);
	text-transform: uppercase;
}
.footer .foot .link ul {
	width: 298px;
	height: 30px;
	border: 1px solid #cce8e0;
	margin-top: 20px;
	position: relative;
}
.footer .foot .link ul li {
	line-height: 30px;
	text-indent: 10px;
}
.footer .foot .link ul li a {
	font-size: 12px;
	color: #FFFFFF;
}
.footer .foot .link ul li button {
	width: 30px;
	height: 30px;
	border: none;
	background: none;
	outline: none;
	float: right;
	cursor: pointer;
}
.footer .foot .link ul li .iconfont {
	font-size: 12px;
	color: #FFFFFF;
}
.footer .foot .link ul .link_drop {
	position: absolute;
	width: 258px;
	padding: 0 20px;
	bottom: 31px;
	left: -1px;
	border-style: solid;
	border-color: #cce8e0;
	border-width: 1px 1px 0 1px;
	background: #6fdab3;
	z-index: 3;
	display: none;
}
.footer .foot .link ul .link_drop a {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-indent: 15px;
	border-top: 1px dashed #cce8e0;
	font-size: 12px;
	color: #FFFFFF;
}
.footer .foot .info {
	float: right;
	text-align: right;
	color: #FFFFFF;
	line-height: 30px;
}
.footer .foot .info p {
	font-size: 15px;
}
.footer .foot .info span {
	font-size: 12px;
}
.paper {
	width: 1002px;
	margin: 60px auto;
	min-height: 500px;
}
.paper:after {
	display: block;
	content: "";
	clear: both;
}
.page .cont {
	margin-top: 30px;
	line-height: 26px;
}

/*侧导航*/

.side {
	width: 209px;
	border: 1px solid #000;
	float: left;
	background: url(../images/sp.jpg) no-repeat left bottom;
	padding-bottom: 94px;
}
.side .side_c .tit {
	width: 100%;
	height: 58px;
	background: #008b65;
	text-align: center;
	line-height: 58px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.side .side_c .tit span {
	color: rgba(255, 255, 255, 0.25);
}
.side .side_c ul {
	padding: 10px 13px;
}
.side .side_c ul li {
	height: 50px;
	border-bottom: 1px dashed #cdcdcd;
	line-height: 50px;
	text-indent: 27px;
	position: relative;
}
.side .side_c ul li a {
	font-size: 15px;
	color: #444444;
	position: relative;
	z-index: 1;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.side .side_c ul li span {
	display: block;
	width: 211px;
	background: #008b65;
	height: 42px;
	opacity: 0;
	position: absolute;
	left: -14px;
	top: 4px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.side .side_c ul li span:before {
	position: absolute;
	left: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 13px solid #ffffff;
	border-top: 21px solid transparent;
}
.side .side_c ul li span:after {
	position: absolute;
	right: -13px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 21px solid transparent;
	border-left: 13px solid #008b65;
	border-top: 21px solid transparent;
}
.side .side_c ul li:hover span, .side .side_c ul li.on span {
	opacity: 1;
}
.side .side_c ul li:hover a, .side .side_c ul li.on a {
	color: #FFFFFF;
	font-weight: bold;
}
.side .side_p {
	padding: 0 13px 20px;
	margin-top: 56px;
}
.side .side_p .tit {
	border-bottom: 5px solid #11182a;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.side .side_p .tit p {
	font-size: ;
	color: rgba(0, 139, 101, 0.25);
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #11182a;
}
.side .side_p .tit p span {
	font-weight: bold;
	color: #11182a;
	font-size: 18px;
	margin-right: 5px;
}
.side .side_p>p {
	font-size: 12px;
	color: #444444;
	line-height: 24px;
}
.side .side_p>p .iconfont {
	color: #6fdab3;
	margin-right: 5px;
}
.side .side_p>p span {
	font-size: 14px;
	color: #6fdab3;
	font-weight: bold;
}

/*面包屑导航*/

.navigation {
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #d3d3d3;
}
.navigation:after {
	display: block;
	content: '';
	clear: both;
}
.navigation .s1 {
	font-size: 18px;
	color: #008b65;
	position: relative;
}
.navigation .s1:after {
	display: block;
	width: 45px;
	height: 4px;
	background: #008b65;
	content: '';
	position: absolute;
	bottom: -7px;
}
.navigation p {
	float: right;
	font-size: 12px;
	color: #999999;
}
.navigation p a {
	color: #999999;
}
.navigation p span {
	color: #008b65;
}
.product, .page, .news_list, .detail {
	width: 743px;
	float: right;
}

/*产品列表*/

.product ul {
	margin: 0 -20px;
}
.product ul li {
	width: 220px;
	height: 310px;
	float: left;
	margin: 17px 20px;
	text-align: center;
}
.product ul li .photo {
	display: block;
	width: 220px;
	height: 180px;
	font-size: 0;
	margin-bottom: 10px;
}
.product ul li .photo img {
	width: 100%;
	height: 100%;
}
.product ul li .name {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 32px;
}
.product ul li .name:hover {
	color: #008b65;
}
.product ul li .txt {
	font-size: 12px;
	color: #555555;
	line-height: 24px;
	height: 48px;
	text-align: left;
}
.product ul li .more {
	border-style: dashed;
	border-color: #d2d2d2;
	border-width: 1px 0 1px 0;
	height: 23px;
	line-height: 23px;
	margin-top: 15px;
}
.product ul li .more a {
	font-size: 12px;
	color: #555555;
}
.product ul li .more a:hover {
	color: #008b65;
}

/*新闻列表*/

.news_list .fr {
	width: 100%;
	margin-top: 10px;
	padding: 30px 0;
	height: 158px;
	border-bottom: 1px dashed #dcdcdc;
}
.news_list .fr .photo {
	width: 258px;
	height: 158px;
	float: left;
	font-size: 0;
}
.news_list .fr .photo img {
	width: 100%;
	height: 100%;
}
.news_list .fr .txt {
	float: right;
	width: 459px;
	height: 158px;
	position: relative;
}
.news_list .fr .txt .name {
	font-size: 15px;
	color: #444444;
	font-weight: bold;
}
.news_list .fr .txt .name:hover {
	color: #008b65;
}
.news_list .fr .txt span {
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.news_list .fr .txt .iconfont {
	margin-right: 10px;
}
.news_list .fr .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
}
.news_list .fr .txt .more {
	display: block;
	width: 100%;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	background: #11182a;
	position: absolute;
	bottom: 0;
}
.news_list ul li {
	height: 90px;
	padding: 29px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.news_list ul li .date {
	width: 88px;
	height: 88px;
	border: 1px solid #dcdcdc;
	float: left;
	text-align: center;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .date p {
	font-size: 35px;
	font-weight: bold;
	color: #666666;
	font-family: arial;
	padding-top: 10px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .date span {
	font-size: 12px;
	color: rgba(102, 102, 102, 0.8);
	font-family: arial;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt {
	width: 636px;
	float: right;
}
.news_list ul li .txt .name {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt .name:hover {
	color: #008b65;
}
.news_list ul li .txt .more {
	display: block;
	float: right;
	text-align: center;
	width: 64px;
	height: 16px;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	color: #888888;
	line-height: 16px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list ul li .txt .more:hover {
	background: #008b65;
	color: #FFFFFF;
	border-color: #008b65;
}
.news_list ul li .txt p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
}
.news_list ul li:hover .date {
	background: #008b65;
	border-color: #008b65;
}
.news_list ul li:hover .date p {
	color: #FFFFFF;
}
.news_list ul li:hover .date span {
	color: rgba(255, 255, 255, 0.8);
}

/*翻页*/

.pagination {
	width: 100%;
	margin: 30px 0;
}
.pagination:after {
	display: block;
	content: '';
	clear: both;
}
.pagination .prev {
	width: 39px;
	height: 24px;
	border: 1px solid #b8b8b8;
	text-align: center;
	cursor: pointer;
	float: left;
}
.pagination .next {
	width: 39px;
	height: 24px;
	border: 1px solid #b8b8b8;
	text-align: center;
	cursor: pointer;
	float: right;
}
.pagination .num {
	margin-left: 41px;
	margin-right: 41px;
	height: 26px;
	position: relative;
}
.pagination .num .num_list {
	position: absolute;
	text-align: center;
	background: #FFFFFF;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.pagination .num a {
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #b8b8b8;
	display: inline-block;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin: 0 4px;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.pagination .num a.on, .pagination .num a:hover {
	background: #008b65;
	border-color: #008b65;
	color: #FFFFFF;
}
.pagination .num:after {
	display: block;
	width: 100%;
	content: '';
	height: 1px;
	background: #e6e5e5;
	position: relative;
	top: 13px;
	z-index: -1;
}
.pagination .iconfont {
	font-size: 24px;
	color: #888888;
}

/*详情页*/

.detail .view {
	padding: 30px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.detail .view h1 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
}
.detail .photo {
	width: 100%;
	margin: 20px 0;
	line-height: 0;
	text-align: center;
}
.detail .photo img {
	max-width: 100%;
}
.detail .view .date {
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #666666;
}
.detail .view .date span {
	margin: 0 10px;
}
.detail .viewbox {
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	margin-top: 30px;
}
.detail .pager {
	width: 100%;
	margin: 20px auto;
}
.detail .pager p {
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #777;
	overflow: hidden;
}
.detail .pager a {
	color: #777;
}
.detail .pager a:hover {
	color: #008b65;
	text-decoration: underline;
}

/*表单*/

.form {
	width: 100%;
	padding-top: 55px;
}
.form_tit {
	width: 100%;
	text-align: center;
}
.form_tit .p1 {
	font-size: 36px;
	color: #efefef;
	text-transform: uppercase;
}
.form_tit .p2 {
	font-size: 24px;
	color: #333333;
	height: 68px;
	line-height: 68px;
}
.form_tit .p3 {
	width: 800px;
	height: 43px;
	line-height: 43px;
	background: #efefef;
	margin: 0 auto;
	font-size: 12px;
	color: #9c9c9c;
}
.layui-form {
	width: 830px;
	margin: 50px auto 0;
}
.layui-form td span {
	font-size: 16px;
	color: #333333;
	margin: 0 15px;
	float: left;
	line-height: 46px;
}
.layui-form table {
	width: 100%;
}
.layui-form td {
	width: 50%;
	padding-bottom: 25px;
	position: relative;
}
.layui-form td input {
	height: 46px;
	text-indent: 25px;
	font-size: 16px;
	line-height: 46px;
	border-radius: 5px;
	background: none;
	outline: none;
	border: 1px solid #cccccc;
	width: 264px;
}
.layui-form .new input {
	width: 674px;
}
.layui-form td .s1 {
	color: red;
	float: right;
	margin-right: 10px;
}
.layui-form textarea {
	resize: none;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 670px;
	padding: 5px;
	outline: none;
	background: none;
	height: 153px;
}
.form ul {
	width: 100%;
	text-align: center;
}
.form ul li {
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin: 0 15px;
}
.form ul li input {
	width: 100%;
	height: 100%;
}

/* all */

::-webkit-input-placeholder {
	color: #dedede;
}
::-moz-placeholder {
	color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
	color: #dedede;
}

/* ie */

input:-moz-placeholder {
	color: #dedede;
}

/* individual: webkit */

.form td input::-webkit-input-placeholder {
	color: #dedede;
}
.form td input::-webkit-input-placeholder {
	color: #dedede;
}
.form td input::-webkit-input-placeholder {
	color: #dedede;
}

/* individual: mozilla */

.form td input::-moz-placeholder {
	color: #dedede;
}
.form td input::-moz-placeholder {
	color: #dedede;
}
.form td input::-moz-placeholder {
	color: #dedede;
}

/*地图*/

.map {
	width: 100%;
	height: 400px;
	margin-top: 30px;
}
.BMap_bubble_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}
.BMap_bubble_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

/*悬浮*/

.float {
	width: 200px;
	position: fixed;
	right: -150px;
	transition: all 0.5s;
	top: 20%;
	z-index: 100;
}
.float ul li {
	position: relative;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #008b65;
	border-radius: 5px;
	margin-bottom: 3px;
	cursor: pointer;
}
.float ul li span {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.float ul li .iconfont {
	color: #FFFFFF;
	font-size: 30px;
}
.float ul li .icon-huidingbu {
	font-size: 20px !important;
}
.float ul li p {
	font-size: 18px;
	color: #FFFFFF;
}
.float ul li .wx {
	width: 90px;
	height: 0px;
	margin-left: 60px;
	overflow: hidden;
	padding-bottom: 0;
	transition: all 0.5s;
}
.float:hover {
	right: 0;
}
.float:hover .wx {
	height: 90px;
	padding-bottom: 10px;
}