@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/* 头部开始 */
.top {
	height: 90px;
}

.logo {
	margin-top: 25px;
	float: left;
}

.logo img {
	height: 41px;
}

.hotWords {
	float: right;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 10px;
}

.hotWords dt {
	float: left;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	margin-right: 20px;
}

.hotWords dd {
	float: left;
	line-height: 30px;
	border-radius: 30px;
	margin-right: 20px;
}

.hotWords dd a {
	display: block;
	line-height: 30px;
	height: 30px;
	border-radius: 30px;
	padding: 0 18px;
	font-size: 12px;
	color: #ffffff;
}

.hotWords .hotWord1 a {
	background: #9cd05d;
}

.hotWords .hotWord2 a {
	background: #fe2625;
}

.hotWords .hotWord3 a {
	background: #fd9c2e;
}

.search {
	margin-top: 25px;
	position: relative;
	float: right;
	padding-left: 44px;
	padding-right: 126px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(../images/searchIco.png) no-repeat 20px center;
}

/*slelect.demo样式start*/
.demo2 {
	float: left;
	width: 60px;
	height: 38px;
	line-height: 38px;
	position: relative;
	padding-right: 22px;
}

.demo2 .seljg {
	line-height: 38px;
	color: #666666;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
	text-align: right;
}

.demo2 .seljg input {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 38px;
	border: none;
	background: none;
	text-align: right;
	color: #666666;
	font-size: 14px;
}

.demo2 .seljg input::-webkit-input-placeholder {
	color: #666666;
	font-size: 14px;
	text-align: right;
}

.demo2 i {
	display: block;
	width: 22px;
	height: 38px;
	background: url(../images/sel.jpg) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.demo2 .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-top: none;
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 38px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.demo2 .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.demo2 .selTj a:hover {
	background: #f8f8f8;
	color: #ff7800;
}

.demo2 .selTj a.hover {
	background: #f8f8f8;
	color: #ff7800;
}

/*slelect.demo样式end*/
.search .input {
	float: left;
	width: 180px;
	height: 38px;
	border: none;
	padding-right: 7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.search .searchBnt {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 126px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	background: #19b16a;
}

/* 头部结束 */
/* 导航开始 */
.menuBox {
	height: 50px;
	background: #19b16a;
}

.menuBox .menuIcon {
	height: 50px !important;
}

.menuBox .menuIcon div {
	height: 50px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.menu {
	float: left;
}

.menu dd {
	float: left;
	min-width: 120px;
	line-height: 50px;
	position: relative;
}

.menu dd .yj {
	text-align: center;
}

.menu dd .yj a {
	padding: 0 30px;
	display: inline-block;
	color: #FFFFFF;
	font-size: 15px;
	overflow: hidden;
	position: relative;
}

.menu dd .yj span {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 15px;
}

.menu dd .yj a em {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 24px;
	float: left;
	display: block;
	height: 50px;
	background: url(../images/downIco.png) no-repeat center center;
}
.menu dd .ej {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	background: #ffffff;
}
.menu dd .ej a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.menu dd.hover .yj a em {
	visibility: hidden;
}

.menu dd .ej a:hover {
	background: #f5f5f5;
}
.menuR {
	float: right;
	height: 50px;
}
.menuR .ewmBox {
	float: right;
	width: 120px;
	height: 50px;
	position: relative;
	cursor: pointer;
}
.menuR .ewmBox .text {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 50px;
	text-align: right;
	padding-right: 16px;
	background: url(../images/downIco.png) no-repeat right center;
	overflow: hidden;
}
.menuR .ewmBox .pic {
	opacity: 0;
	position: absolute;
	top: 70px;
	left: 0;
	transition: all 500ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
	-webkit-transition: all 500ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
	padding-top: 10px;
	visibility: hidden;
	width: 120px;
	height: 120px;
}
.menuR .ewmBox .pic .con {
	border-radius: 5px;
	padding: 5px;
	background: #f7f7f7;
}
.menuR .ewmBox .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.menuR .ewmBox:hover .pic {
	visibility: visible;
	top: 50px;
	opacity: 1;
}
/* 导航结束 */
/* 首页公共样式开始 */
.indexTitle {
	padding: 32px 0 22px 0;
}

.indexTitle .text {
	float: left;
	line-height: 40px;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}
.indexTitle .text a:hover {
	color: #19b16a;
}
.indexTitle .text em {
	font-style: normal;
	line-height: 40px;
	font-size: 14px;
	margin-right: 20px;
	color: #666666;
}

.indexTitle .more {
	line-height: 40px;
	font-size: 14px;
	color: #777777;
}
.indexTitle .more a:hover {
	color: #19b16a;
}
.indexTextList {
	margin: 15px 18px 18px 30px;
	overflow: hidden;
	background: #FFFFFF;
}

.indexTextList dd .text {
	line-height: 42px;
	font-size: 15px;
	color: #444444;
	height: 42px;
	overflow: hidden;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.indexTextList dd .text:hover {
	padding-left: 10px;
	color: #19b16a;
}
.indexTextList dd .time {
	float: right;
	line-height: 42px;
	font-size: 14px;
	color: #999999;
}

.indexImgTextBox {
	width: 100%;
}

.indexImgTextBox .pic {
	width: 100%;
}

.indexImgTextBox .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* 首页公共样式结束 */
/* 第一通栏开始 */
.column1 {
	padding-top: 40px;
}
.column1 .content {
	overflow: hidden;
	margin-right: -20px;
}
.column1 .column1L {
	float: left;
	height: 550px;
	width: 66.6666%;
}

.column1Scroll {
	width: 100%;
	height: 550px;
	position: relative;
}

.column1Scroll .prev {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/prev1.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	opacity: 0.8;
}

.column1Scroll .next {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/next1.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	opacity: 0.8;
}

.column1Scroll .prev:hover,
.column1Scroll .next:hover {
	opacity: 1;
}

.column1Scroll .myslide .pic {
	width: 100%;
	height: 550px;
}

.column1Scroll .myslide .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.column1 .column1R {
	float: left;
	width: 33.3333%;
	height: 550px;
}

.column1 .column1R .con {
	margin-right: 20px;
}

.column1R .articleList {
	width: 100%;
	height: 350px;
	overflow: hidden;
	background: #f7f7f7;
}

.column1R .articleList dd {
	width: 100%;
	height: 70px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.column1R .articleList dd .text {
	line-height: 70px;
	height: 70px;
	overflow: hidden;
	padding-left: 30px;
	font-size: 16px;
	color: #444444;
}

.column1R .articleList dd:hover {
	background-image: linear-gradient(to left, #19b16a, #83d566);
}

.column1R .articleList dd:hover .text {
	color: #FFFFFF;
}

.microalgaeList .title {
	height: 74px;
	background: #19b16a;
	text-align: center;
}

.microalgaeList .title a {
	display: block;
	text-align: center;
}

.microalgaeList .title .text {
	display: inline-block;
	line-height: 74px;
	font-size: 24px;
	color: #ffffff;
	position: relative;
}

.microalgaeList .title .text ul {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 74px;
	position: absolute;
}

.microalgaeList .title .text ul li {
	display: block;
	background: #8ed9b6;
	width: 4px;
	position: absolute;
	border-radius: 4px;
}

.microalgaeList .title .text .ulL {
	left: -50px;
	top: 0px;
}

.microalgaeList .title .text .ulL li:nth-child(1) {
	height: 8px;
	left: 0;
	top: 50%;
	margin-top: -4px;
	opacity: 0.4;
}

.microalgaeList .title .text .ulL li:nth-child(2) {
	height: 12px;
	left: 10px;
	top: 50%;
	margin-top: -6px;
	opacity: 0.6;
}

.microalgaeList .title .text .ulL li:nth-child(3) {
	height: 14px;
	left: 20px;
	top: 50%;
	margin-top: -7px;
	opacity: 0.8;
}

.microalgaeList .title .text .ulL li:nth-child(4) {
	height: 16px;
	left: 30px;
	top: 50%;
	margin-top: -8px;
}

.microalgaeList .title .text .ulR {
	right: -50px;
	top: 0px;
}

.microalgaeList .title .text .ulR li:nth-child(4) {
	height: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	opacity: 0.4;
}

.microalgaeList .title .text .ulR li:nth-child(3) {
	height: 12px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	opacity: 0.6;
}

.microalgaeList .title .text .ulR li:nth-child(2) {
	height: 14px;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	opacity: 0.8;
}
.microalgaeList .title .text .ulR li:nth-child(1) {
	height: 16px;
	right: 30px;
	top: 50%;
	margin-top: -8px;
}

.microalgaeList .microalgaeBottom {
	width: 100%;
	height: 126px;
	background: #39c181;
}

.microalgaeList .microalgaeBottom .textBox {
	float: left;
	margin-top: 25px;
	width: 25%;
}

.microalgaeBottom .textBox .textC {
	text-align: center;
	line-height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.microalgaeBottom .textBox .pic {
	width: 45px;
	height: 45px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 200ms linear;
	-webkit-transition: all 2     00ms linear;
}
.microalgaeBottom .textBox:hover .pic {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.microalgaeBottom .textBox:hover .textC {
	font-size: 18px;
}
/* 第一通栏结束 */
/* 第二通栏开始 */
.column2 {
	background: #f7f7f7;
	min-height: 870px;
}
.column2 .content {
	overflow: hidden;
}

.column2Box {
	overflow: hidden;
	margin-right: -20px;
}

.column2 .column2L {
	float: left;
	width: 66.6666%;
}
.column2L .column2LTop {
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.column2L .column2LTop .con {
	overflow: hidden;
	margin-right: 20px;
	padding: 15px 30px 20px;
	background: #FFFFFF;
}

.column2L .column2LTop .title a {
	line-height: 50px;
	height: 50px;
	font-size: 24px;
	color: #333333;
	overflow: hidden;
}

.column2L .column2LTop .textBox {
	overflow: hidden;
	width: 100%;
}

.column2L .column2LTop .textBox .text {
	float: left;
	width: 50%;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	font-size: 16px;
	color: #444444;
	padding: 0 10px;
	box-sizing: border-box;
	-webkeit-box-box-sizing: border-box;
	position: relative;
}
.column2L .column2LTop .textBox .text:hover a {
	color: #19b16a;
}
.column2L .column2LTop .textBox .text:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 5px;
	background: #4d9c45;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.column2L .column2LBottom {
	float: left;
	width: 50%;
	height: 453px;
	margin-bottom: 30px;
}

.column2L .column2LBottom .con {
	overflow: hidden;
	margin-right: 20px;
	background: #FFFFFF;
}

.column2L .column2LBottom .indexImgTextBox {
	padding: 15px 0;
	position: relative;
}

.column2L .column2LBottom .indexImgTextBox .pic {
	height: 222px;
	overflow: hidden;
}

.column2L .column2LBottom .indexImgTextBox .text {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 24px;
	overflow: hidden;
}

.column2 .column2R {
	float: left;
	width: 33.3333%;
}
.column2 .column2R .con {
	background: #FFFFFF;
	margin-right: 20px;
	height: 603px;
	padding: 30px 35px 0 35px;
	box-sizing: border-box;
	-webkeit-box-box-sizing: border-box;
}
.column2R .indexImgTextBox {
	position: relative;
}

.column2R .indexImgTextBox .pic {
	height: 222px;
	overflow: hidden;
}

.column2R .indexImgTextBox .text {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 24px;
	overflow: hidden;
}

.indexImgText {
	padding-top: 20px;
}

.indexImgText dd {
	height: 90px;
	margin-bottom: 20px;
}

.indexImgText dd a {
	display: block;
	overflow: hidden;
}

.indexImgText dd .pic {
	height: 90px;
	width: 160px;
	float: left;
	margin-right: 16px;
}

.indexImgText dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.indexImgText dd .text {
	line-height: 30px;
	font-size: 16px;
	height: 60px;
	overflow: hidden;
	color: #444444;
}
.indexImgText dd:hover .text {
	color: #19b16a;
}
.advertList {
	overflow: hidden;
	margin-right: -20px;
}

.advertList dd {
	float: left;
	width: 33.3333%;
}

.advertList dd .con {
	overflow: hidden;
	margin-right: 20px;
}

.advertList dd .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.advertList dd .pic:before {
	display: block;
	content: '';
	padding-top: 30%;
}

.advertList dd .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* 第二通栏结束 */
/* 第三通栏开始 */
.column3 {
	background: #f7f7f7;
	min-height: 694px;
}
.column3 .contact {
	overflow: hidden;
	margin-right: -20px;
}
.column3 .contact .col3L {
	width: 50%;
	float: left;
}
.column3 .contact .con {
	margin-right: 20px;
}

.col3ImgList {
	overflow: hidden;
	margin-right: -20px;
}

.col3ImgList .col3ImgListDd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 50%;
	margin-bottom: 20px;
}

.col3ImgList .col3ImgListDd a {
	display: block;
	overflow: hidden;
	margin-right: 20px;
}

.col3ImgList .col3ImgListDd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.col3ImgList .col3ImgListDd .pic:before {
	display: block;
	content: '';
	padding-top: 56%;
}

.col3ImgList .col3ImgListDd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: cover;
	object-position: center center;
}

.col3ImgList .col3ImgListDd .text {
	background: #FFFFFF;
	display: block;
	height: 50px;
	line-height: 25px;
	padding: 16px 30px 0 30px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
}

.col3ImgList .col3ImgListDd:hover .text {
	color: #19b16a;
}

.category {
	line-height: 36px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 10px;
	padding-left: 30px;
	background: #FFFFFF;
}

.column3 .indexTextList {
	margin: 0;
	padding: 15px 30px 0px 30px;
	overflow: hidden;
	background: #FFFFFF;
}

.column3 .contact .col3R {
	width: 50%;
	float: left;
}

.col3RTop {
	background: #FFFFFF;
	margin-bottom: 20px;
}

.col3RTop .title {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 24px;
	color: #333333;
	padding: 22px 30px 0 30px;
}
.col3RTop .title:hover {
	color: #19b16a;
}
.col3RM {
	margin-bottom: 20px;
}

.col3RBottom {
	overflow: hidden;
	margin-right: -20px;
}

.col3RBottom .imgBox {
	overflow: hidden;
	float: left;
	display: inline;
	width: 50%;
}

.col3RBottom .imgBox .con {
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}

.col3RBottom .imgBox a {
	display: block;
}

.col3RBottom .imgBox .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.col3RBottom .imgBox .pic:before {
	display: block;
	content: '';
	padding-top: 50%;
}

.col3RBottom .imgBox .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.col3RBottom .imgBox .text {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	padding: 0 30px;
	display: block;
	height: 40px;
	line-height: 20px;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.col3RBottom .imgBox:hover .text {
	color: #19b16a;
}

/* 第三通栏结束 */
.column4 {
	background: #f7f7f7;
	padding-bottom: 40px;
	min-height: 570px;
}

.column4 .contact {
	overflow: hidden;
	margin-right: -20px;
}
.column4 .con {
	margin-right: 20px;
}

.column4 .column4L {
	float: left;
	width: 33.3333%;
}

.column4L .textBox {
	margin-bottom: 20px;
}

.column4L .textBox .textC {
	padding-top: 24px;
	background: #FFFFFF;
}

.column4L .textBox .textC a {
	display: block;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding: 0 30px;
	font-size: 18px;
	color: #444444;
}
.column4L .textBox .textC a:hover {
	color: #19b16a;
}
.column4 .column4M {
	float: left;
	width: 33.3333%;
}

.column4M .imgBox {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.column4M .imgBox .pic {
	width: 100%;
	position: relative;
	height: 205px;
}
.column4M .imgBox .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.column4M .imgBox .text {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	padding: 0 30px;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.column4M .imgBox:hover .text {
	color: #19b16a;
}

.column4 .column4R {
	float: left;
	width: 33.3333%;
}

.column4 .indexTextList {
	margin: 0;
	padding: 15px 18px 0px 30px;
	overflow: hidden;
	background: #FFFFFF;
}

.column4 .column4R .indexTextList {
	padding: 19px 30px 0px 30px;
}

.column4 .column4R .indexTextList dd .text {
	line-height: 43px;
	height: 43px;
}

/* 内页Banner开始 */
.subBannerBox {
	position: relative;
}

.subBanner {
	width: 100%;
	height: 346px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

/* 内页Banner结束 */
/* 当前位置开始 */
.location {
	position: absolute;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	bottom: 25px;
	left: 0;
	width: 100%;
}

.locationL {
	font-size: 14px;
}

.locationR {
	overflow: hidden;
	font-size: 14px;
	color: #FFFFFF
}

.locationR a {
	margin-left: 18px;
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}
.locationR a:hover {
	color: #FFFFFF;
}
.locationR em {
	float: left;
	display: inline;
	font-style: normal;
	margin: 0 5px;
}

/* 当前位置结束 */
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 38px;
	line-height: 38px;
	color: #999999;
	border-radius: 40px;
	background: #fff;
	margin: 0 10px;
	border: 1px solid #dfdfdf;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #19b16a;
	color: #fff;
	border: 1px solid #19b16a;
}

.page a.hover {
	background: #19b16a;
	color: #fff;
	border: 1px solid #19b16a;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 38px;
	height: 38px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
	border: 1px solid #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
	border: 1px solid #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
	border: 1px solid #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
	border: 1px solid #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/* 底部开始 */
.footer {
	background: #FFFFFF;
}

.friendLink {
	border-bottom: 1px solid #e6e6e6;
	padding: 40px 0 34px 0;
}

.friendLinkL {
	float: left;
	padding-left: 32px;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	margin-right: 70px;
	background: url(../images/footerIco.png) no-repeat left center;
}

.friendLinkL em {
	margin-left: 14px;
	font-style: normal;
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}

.friendLinkR {
	overflow: hidden;
	line-height: 30px;
}

.friendLinkR a {
	display: inline-block;
	line-height: 30px;
	padding-left: 32px;
	margin-right: 34px;
	font-size: 14px;
	color: #444444;
	position: relative;
}
.friendLinkR a:hover{
	color: #19b16a;
}
.friendLinkR a:before {
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #f8b551;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.footerCon {
	padding: 30px 0 40px 0;
	overflow: hidden;
}

.footMenu {
	overflow: hidden;
}

.footMenu dd {
	float: left;
	margin-right: 76px;
}

.footMenu dd em {
	font-style: normal;
	line-height: 45px;
	font-size: 16px;
	color: #444444;
	margin-bottom: 12px;
}
.footMenu dd em a {
	color: #444444;
}
.footMenu dd em:hover a {
	color: #19b16a;
}
.footMenu dd span {
	display: block;
}

.footMenu dd span a {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.footMenu dd span a:hover {
	color: #19b16a;
}
.footerEwm {
	padding-top: 14px;
	float: right;
	overflow: hidden;
}

.footerEwm dd {
	width: 120px;
	margin-left: 28px;
	float: right;
}

.footerEwm dd img {
	width: 120px;
	height: 120px;
}

.footerEwm dd span {
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	display: block;
}

.footerBottom {
	height: 60px;
	overflow: hidden;
	background: #313131;
}

.footerBottom .footerText span {
	display: inline-block;
	line-height: 60px;
	font-size: 14px;
	color: #c7c7c7;
}

.footerBottom .footerText span a {
	display: inline-block;
	line-height: 60px;
	font-size: 14px;
	color: #c7c7c7;
}

.footerBottom .footerText em {
	font-style: normal;
	margin: 0 15px;
	color: #535252;
}

.copyright span {
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	color: #c7c7c7;
	margin-left: 8px;
}

.copyright span a {
	display: inline-block;
	font-size: 14px;
	line-height: 60px;
	color: #c7c7c7;
}

.copyright .span1 {
	padding-left: 28px;
	background-position: left center;
	background-repeat: no-repeat;
}

.copyright .span2 img {
	margin-left: 24px;
}

/* 底部结束 */
