/* ==================== 公用部分 start ==================== */
.box {
	padding: 0 0.5rem;
}

/* —————————— 顶部 start —————————— */
.mobileTop {
	height: 2.25rem;
}

.head1 {
	height: 4.5rem;
	width: 100%;
	top: -1.95rem;
	position: relative;
	z-index: 5;
	background: #FFF;
	overflow: hidden;
	box-sizing: border-box;
	padding: .4rem .75rem;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* logo start */
.logo {
	height: 1.25rem;
	margin-top: -0.2rem;
}

.logo img {
	height: 100%;
	display: block;
}

/* logo end */
/* 导航按钮 start */
.menuBtn {
	width: 1.5rem;
	height: 2.25rem;
	display: inline;
	text-align: center;
	z-index: 6;
	position: absolute;
	right: .5rem;
	bottom: .25rem;
	background: url(../images/navIco.png)no-repeat center center;
	background-size: 1rem auto;
}

.menuBtn .line {
	width: 1.2rem;
	height: 2px;
	background-color: #999999;
	display: block;
	margin: .35rem auto;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menuBtn.active .line {
	background: #fff;
}

.menuBtn.active .line:nth-of-type(2) {
	opacity: 0;
}

.menuBg1 {
	height: 2.25rem;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #000;
	width: 100%;
	transition: all 0s;
	-webkit-transition: all 0s;
	visibility: hidden;
	opacity: 0;
}

.menuBg1.active {
	opacity: 0;
	visibility: visible;
}

.menuBtn.active .line:nth-of-type(1) {
	-webkit-transform: translateY(.6rem) rotate(45deg);
	-ms-transform: translateY(.6rem) rotate(45deg);
	-o-transform: translateY(.6rem) rotate(45deg);
	transform: translateY(.6rem) rotate(45deg);
}

.menuBtn.active .line:nth-of-type(3) {
	-webkit-transform: translateY(-.3rem) rotate(-45deg);
	-ms-transform: translateY(-.3rem) rotate(-45deg);
	-o-transform: translateY(-.3rem) rotate(-45deg);
	transform: translateY(-.3rem) rotate(-45deg);
}

.menuPage.active .head1 {
	padding-right: 0;
}

.menuBtn.active {
	width: 2.25rem;
	height: 2.25rem;
	position: absolute;
	right: 0;
	bottom: 0.15rem;
	background: #018440 url(../images/fork.png)no-repeat center center;
	background-size: 1rem 1rem;
}

/* 导航按钮 end */
/* 搜索 start */
.search {
	width: 100%;
	height: 2.25rem;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 999;
}

.search .searchTop {
	height: 1.4rem;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.search .searchTop .searchIcon {
	display: block;
	width: .75rem;
	height: .75rem;
	position: absolute;
	background: url('../images/search.png') center center no-repeat;
	background-size: 100%;
	margin-top: .35rem;
	margin-left: .35rem;
}

.search .searchTop input {
	float: left;
	width: 100%;
	height: 1.4rem;
	background: #f2f2f2;
	border: none;
	border-radius: .1rem;
	outline: none;
	padding: 0 0.5rem 0 1.5rem;
	box-sizing: border-box;
}

.search .searchTop .goSearch {
	height: 1.5rem;
	line-height: 1.5rem;
	margin-left: .5rem;
	color: #999;
	font-size: .75rem;
}

.indexSearch {
	overflow: hidden;
	width: .85rem;
	height: 2.25rem;
	position: absolute;
	padding-right: .75rem;
	right: 2.45rem;
	bottom: .2rem;
}

/* .indexSearch:before {display: block;content: '';position: absolute;width: 1px;height: .75rem;background: #f0f0f0;right: .15rem;top: 50%;margin-top: -.325rem;} */
.indexSearch a {
	display: block;
	height: 100%;
	background: url('../images/search.png') center center no-repeat;
	background-size: 100%;
}

/* 搜索 end */
/*导航菜单start*/
.menuBg {
	position: fixed;
	width: 100%;
	height: calc(100% - 2.1rem);
	right: 0px;
	top: 2.25rem;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.menuPage {
	position: fixed;
	width: calc(100% - 2.25rem);
	height: calc(100% - 2.25rem);
	background: #fff;
	left: 0px;
	top: 2.25rem;
	z-index: 6;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.menuHead {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 2;
}

.menuPageBody {
	clear: both;
	flex-grow: 1;
	flex-basis: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.menuPageList {
	overflow: hidden;
}

.menuPageList dd {
	overflow: hidden;
}

.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}

.menuPageList dd span:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dbdbdb;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}

.menuPageList dd span a {
	display: block;
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
	text-align: left;
	font-size: .7rem;
	color: #1f1f1f;
	padding: 0 .75rem;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: center;
}

.menuPageList dd span em {
	display: block;
	width: 2.7rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	color: #c7c7c7;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	display: none;
	z-index: 1;
	font-size: .8rem;
}

.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: .4rem .75rem;
	display: none;
	background: #f5f5f5;
	text-align: center;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
	margin-bottom: .5rem;
}

.menuPageList dd .ejBox .ejdd .ej {
	position: relative;
}

.menuPageList dd .ejBox .ejdd .ej em {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1.25rem;
	height: 1.25rem;
	text-align: center;
	line-height: 1.25rem;
	font-size: .7rem;
	display: none;
	z-index: 20
}

.menuPageList dd .ejBox .ejdd .ej em.active {
	display: block;
}

.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .6rem;
	padding-left: .5rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .ej a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -.1rem;
	width: .15rem;
	height: .15rem;
}

.menuPageList dd .ejBox .ejdd .sj {
	overflow: hidden;
	padding: .25rem .75rem;
	display: none;
}

.menuPageList dd .ejBox .ejdd .sj a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .6rem;
	padding-left: 1rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj a:before {
	display: block;
	content: '';
	position: absolute;
	left: .5rem;
	top: 50%;
	margin-top: 0;
	width: .25rem;
	height: 1px;
}

.menuPageList dd.hover span a {
	background: #018440;
	color: #FFF;
}

.menuPageList dd.hover span em {
	color: #FFF;
}

/*导航菜单end*/
/*导航动画start*/
.menuBg.active {
	visibility: visible;
	opacity: 1;
}

.menuPage.active {
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.menuPage.active .menuPageC1 {
	display: block;
}

.mobileTop.active,
.mobileFooter.active {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

/*导航动画end*/
/* —————————— 顶部 end —————————— */
/* —————————— 底部 start —————————— */
.footerList {
	height: 2.25rem;
	overflow: hidden;
	display: flex;
	background: #FFF;
}

.footerList .item {
	flex: 1;
}

.footerList .item a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: .25rem;
	color: #333;
}

.footerList .item .icn {
	height: .95rem;
	line-height: .95rem;
	font-size: .9rem;
	text-align: center;
}

.footerList .item .icn img {
	height: .75rem;
	display: block;
	margin: 0 auto;
}

.footerList .item .text {
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .6rem;
}

/* 返回顶部 */
#scrollTop {
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	right: .5rem;
	bottom: 3rem;
	z-index: 9999;
	display: none;
	-webkit-box-shadow: 0px 0px .25rem rgba(153, 153, 153, 0.5);
	-moz-box-shadow: 0px 0px .25rem rgba(153, 153, 153, 0.5);
	box-shadow: 0px 0px .25rem rgba(153, 153, 153, 0.5);
}

#scrollTop em {
	font-size: 1.3rem;
	color: #666;
	padding: .15rem 0 0 0;
}

/* —————————— 底部 end —————————— */
/* —————————— footerBlank start —————————— */
.footerList {
	height: 2.25rem;
	overflow: hidden;
	display: flex;
	background: #FFF;
}

.footerList .item {
	flex: 1;
}

.footerList .item a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: .25rem;
	color: #333;
}

.footerList .item .icn {
	height: .95rem;
	line-height: .95rem;
	font-size: .9rem;
	text-align: center;
}

.footerList .item .icn img {
	height: .75rem;
	display: block;
	margin: 0 auto;
}

.footerList .item .text {
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .6rem;
}

.footerContent {
	color: #999999;
	text-align: center;
	line-height: 1rem;
}

.footerContent a {
	color: #999999;
}

.footerContent .footerConTop {
	background: #e5e5e5;
	padding: 0 0.5rem;
}

.footerContent .footerConBottom {
	background: #545454;
}

.footerBTDl {
	text-align: left;
	font-size: 0;
	height: 2rem;
	line-height: 2rem;
	overflow-x: auto;
	white-space: nowrap;
}

.footerBTDl.bdBottom:before {
	border-bottom: 1px solid #c0c0c0;
}

.footerBTDl dd {
	display: inline-block;
	position: relative;
}

.footerBTDl dd:first-child a {
	padding-left: 0;
}

.footerBTDl dd::before {
	display: block;
	content: "";
	width: 1px;
	height: 0.5rem;
	background: #bfbfbf;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25rem;
}

.footerBTDl dd:last-child::before {
	display: none;
}

.footerBTDl dd a {
	display: block;
	padding: 0 0.75rem;
	color: #333;
	font-size: 0.6rem;
}

.footerConTopText {
	padding: 0.5rem 0;
}

.footerConTopText span {
	display: block;
	color: #333;
	font-size: 0.6rem;
	text-align: left;
	line-height: 1rem;
}

.footerConBottom {
	padding: 0.5rem;
	text-align: left;
	line-height: 1rem;
}

.footerConBottom img {
	width: 0.625rem;
	height: 0.625rem;
	overflow: hidden;
	object-fit: contain;
}

/* —————————— 详情底部footerBlank end —————————— */
/* —————————— 详情底部viewFooter start —————————— */
.footerBar2 {
	font-size: .6rem;
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	width: 100%;
	height: 2.25rem;
	background: #fff;
	position: relative;
}

.footerBar2:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid #ededed;
	box-sizing: border-box;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
}

.footerBar2 .shareBt:after {
	display: none;
}

.footerBar2 div {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.goBack2 {
	width: 16%;
	float: left;
}

.goBack2 a {
	display: block;
	height: 2.25rem;
	background: url(../images/jt6.png) no-repeat 10px center;
	background-size: 1.3rem;
	color: #666 !important;
	text-align: center;
}

.marker,
.shareDiv {
	float: right;
	line-height: 2.25rem;
	font-size: .7rem;
	padding: 0 .75rem 0 0;
}

.shareDiv .shareBt {
	width: 100%;
}

.marker span,
.shareDiv span {
	padding: 0 0 0 .3rem;
}

.marker em,
.shareDiv em {
	color: #999;
}

/* —————————— viewFooter end —————————— */
/* —————————— 内页顶部subTop start —————————— */
.subHead {
	height: 2.25rem;
	position: relative;
	z-index: 5;
	background: #FFF;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.subHeadPic {
	float: left;
	width: 2.15rem;
	height: 2.15rem;
	background: url(../images/subprev.png)no-repeat center center;
	background-size: 3.5rem 3.5rem;
}

.subHeadPic a {
	display: block;
	width: 2.15rem;
	height: 2.15rem;
}

.subHeadTitle {
	text-align: center;
	display: flex;
}

.subHeadTitle a {
	display: block;
	color: #333333;
	height: 2.25rem;
	line-height: 2.25rem;
	font-size: 0.9rem;
	flex: 1;
	padding-right: 1.5rem;
}

.subHead .menuBtn {
	bottom: 0;
}

/* —————————— subTop end —————————— */
/* —————————— 二级菜单 start —————————— */
.mobileSubMenu {
	height: 2rem;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	width: 100%;
	transition: 0.5s;
	background: #FFF;
}

.subMenu .swiper-slide {
	font-size: 0.6rem;
	width: auto;
}

.subMenu a {
	display: block;
	color: #000;
	position: relative;
	margin: 0 0.5rem;
	height: 2rem;
	font-size: 0.7rem;
	line-height: 2rem;
}

.subMenu .swiper-slide.hover a {
	color: #018440;
}

.subMenu .swiper-slide.hover a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	border-bottom: 2px solid #018440;
}

.subMenuDl {
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	height: 2rem;
	line-height: 2rem;
}

.subMenuDl dd {
	display: inline-block;
	margin: 0 1rem;
}
.subMenuDl dd a {
	font-size: 0.8rem;
	color: #333333;
	display: block;
	position: relative;
}
.subMenuDl dd.hover a{
	color: #018440;
}
.subMenuDl dd.hover a::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	border-bottom: 2px solid #018440;
}

/* —————————— 二级菜单 end —————————— */
/* —————————— subBanner start —————————— */
.subBanner {
	width: 100%;
	height: 7.5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

/* —————————— subBanner end —————————— */
/* —————————— 数据加载页码 start —————————— */
.ajaxLoad {
	color: #666;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
	font-size: 0.7rem;
}

.ajaxLoad i {
	font-size: 0.8rem;
	margin: 0 5px 0 0;
	color: #fc8b1c;
}

/* —————————— 数据加载页码 end —————————— */
/* —————————— indexBanner start —————————— */
.indexBanner {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 12.25rem;
	overflow: hidden;
}

.indexBanner * {
	outline: none;
}

.indexBanner img {
	width: 100%;
}

.indexBanner .swiper-pagination {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexBanner .swiper-pagination span {
	width: 0.3rem;
	height: 0.3rem;
	line-height: 0.3rem;
	border-radius: 50%;
	text-align: center;
	font-size: .6rem;
	color: #FFF;
	opacity: 1;
	border: 2px solid #fff;
	background: transparent;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff
}

/* —————————— indexBanner end —————————— */
/* —————————— 快捷导航 start —————————— */
.indexNavBox {
	padding: .5rem 0;
}

.indexNav {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}

.indexNav dd {
	width: 25%;
	float: left;
	display: inline;
	padding-top: .25rem;
}

.indexNav dd a {
	display: block;
}

.indexNav dd .icn {
	width: 2.25rem;
	height: 2.25rem;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 2.25rem;
	color: #FFF;
	font-size: 1.125rem;
}

.indexNav dd .icn img {
	display: block;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.indexNav dd.bg1 .icn {
	background: #ff9538;
}

.indexNav dd.bg2 .icn {
	background: #69bafa;
}

.indexNav dd.bg3 .icn {
	background: #ff9538;
}

.indexNav dd.bg4 .icn {
	background: #35bfb2;
}

.indexNav dd.bg5 .icn {
	background: #b97dcd;
}

.indexNav dd.bg6 .icn {
	background: #bed00f;
}

.indexNav dd.bg7 .icn {
	background: #7dbacd;
}

.indexNav dd.bg8 .icn {
	background: #e25242;
}

.indexNav dd .text {
	font-size: 0.65rem;
	text-align: center;
	display: block;
	line-height: 1.5rem;
	min-height: 1.5rem;
}

.indexNavDot {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexNavDot span {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	text-align: center;
	line-height: 8px;
	font-size: .6rem;
	background: #c9c9c9;
	color: #FFF;
	opacity: 1;
}

.indexNavDot span.swiper-pagination-bullet-active {
	background: #125fc8
}

/* —————————— 快捷导航 end —————————— */
/* ==================== 公用部分 end ==================== */
/* ==================== 首页 start ==================== */
/* 首页标题 start */
.indexTitleBox {
	padding: 1rem 0;
}

.indexTitleBox .indexTitle {
	font-size: 1rem;
	color: #000000;
	text-align: center;
	height: 2rem;
	line-height: 2rem;
	position: relative;
}

.indexTitleBox .indexTitle::before {
	content: "";
	display: block;
	width: 1.5rem;
	height: 3px;
	background: #018440;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.75rem;
}

/* 首页标题 end */
/* 第1通栏 start */
.indexNewsBanner {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	margin-bottom: 0.75rem;
}

.indexNewsBanner * {
	outline: none;
}

.indexNewsBanner img {
	width: 100%;
}

.indexNewsPagination {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 1rem 0;
	background: #fff;
}

.indexNewsPagination span {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	text-align: center;
	font-size: .6rem;
	color: #FFF;
	opacity: 1;
	background: #e1e1e1;
}

.indexNewsPagination span.swiper-pagination-bullet-active {
	background: #018440
}

.indexNewsBanner .text {
	padding: 0.5rem 0.75rem 0;
}
.indexNewsBanner .text .title{
	font-size: 0.75rem;
	color: #333333;
	height:1.5rem;
	line-height: 1.5rem;
}
.indexNewsBanner .text .time{
	font-size: 0.6rem;
	color: #999999;
	height:1rem;
	line-height: 1rem;
}
.indexNewsBanner .text .info{
	font-size: 0.6rem;
	color: #666666;
	line-height: 0.9rem;
	height: 1.8rem;
}
.indexNewsDl{
	overflow: hidden;
}
.indexNewsDl dd{
	margin-bottom: 0.75rem;
	background: #fff;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
}
.indexNewsDl dd .con .text {
	padding: 0.5rem 0.75rem;
}
.indexNewsDl dd .con .text .title{
	font-size: 0.75rem;
	color: #333333;
	height:1.5rem;
	line-height: 1.5rem;
}
.indexNewsDl dd .con .text .time{
	font-size: 0.6rem;
	color: #999999;
	height:1rem;
	line-height: 1rem;
}
.indexNewsDl dd .con .text .info{
	font-size: 0.6rem;
	color: #666666;
	line-height: 0.9rem;
	height: 1.8rem;
	overflow: hidden;
}
.indexNewsMore{
	background: #fff;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	margin-bottom: 0.5rem;
}
.indexNewsMore a{
	display: block;
	font-size: 0.7rem;
	color: #000000;
	text-align: center;
	height: 2.2rem;
	line-height: 2.2rem;
}
.indexNewsMore a span{
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 0.6rem;
	padding-left: 0.2rem;
}
/* 第1通栏 end */
/* 第2通栏 start */
.indexProductMore{
	overflow: hidden;
	padding: 0.5rem 0 1.25rem;
}
.indexProductMore a{
	display: block;
	font-size: 0.7rem;
	color: #000000;
	text-align: center;
	height: 2.2rem;
	line-height: 2.2rem;
	background: #f3f3f3;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
}
.indexProductMore a span{
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 0.6rem;
	padding-left: 0.2rem;
}
.indexProductDl{
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.6rem;
}
.indexProductDl dt{
	width: 100%;
}
.indexProductDl dd{
	width: 50%;
}
.indexProductDl dt .con,
.indexProductDl dd .con{
	margin-right: 0.6rem;
}
.indexProductDl dt .con .picBox,
.indexProductDl dd .con .picBox{
	overflow: hidden;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	background: #f8f8f8 url(../images/productBg.png)no-repeat center bottom;
	background-size: contain;
}
.indexProductDl dt .con .picBox{
	padding: 5rem 2.5rem 3.5rem;
}
.indexProductDl dd .con .picBox{
	padding: 2.5rem 1rem 2rem;
}
.indexProductDl dd .con .picBox .pic{
	background: #f8f8f8;
}
.indexProductDl dt .con .picBox .pic img,
.indexProductDl dd .con .picBox .pic img{
	height: auto;
	object-fit: contain;
	top: auto;
	bottom: 0;
}
.indexProductDl dt .text{
	padding: 0.5rem 0;
}
.indexProductDl dt .text .title{
	font-size: 0.8rem;
	color: #018440;
	font-weight: bold;
	height: 2rem;
	line-height: 2rem;
}
.indexProductDl dt .text .info{
	font-size: 0.6rem;
	color: #666666;
	height: 2rem;
	line-height: 1rem;
}
.indexProductDl dd .text{
	height: 2.25rem;
	line-height: 2.25rem;
}
.indexProductDl dd .text .title{
	font-size: 0.8rem;
	color: #333333;
}
/* 第2通栏 end */
/* 第3通栏 start */
.indexProductCenter {
	padding: 0.625rem 0 0;
}

.indexProductCenter dd {
	padding: 0.75rem 1rem 1.5rem;
	margin-bottom: 0.5rem;
	background: #fff;
	overflow: hidden;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
}

.indexProductCenter dd .pic {
	float: left;
	display: inline;
	width: 4.25rem;
	height: 4.25rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	margin-right: 0.75rem;
}

.indexProductCenter dd .pic::before {
	padding-top: 100%;
}
.indexProductCenter dd .text {
	overflow: hidden;
	padding: 0.35rem 0 0;
}

.indexProductCenter dd .text .title {
	font-size: 0.75rem;
	color: #333333;
	height: 1.5rem;
	line-height:1.5rem;
	font-weight: bold;
}

.indexProductCenter dd .text .info {
	font-size: 0.55rem;
	color: #666666;
	line-height: 1rem;
	height: 2rem;
}
.indexProductCenter dt{
	overflow: hidden;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	margin-bottom: 0.5rem;
}
.indexProductCenter dt .con{
	position: relative;
}
.indexProductCenter dt .con .text{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.indexProductCenter dt .con .text .title{
	text-align: center;
	font-size: 0.9rem;
	color: #ffffff;
	line-height: 1.5rem;
	height: 1.5rem;
	padding: 0 0.5rem;
	display: flex;
	justify-content: center;
}
.indexProductCenter dt .con .text .title span{
	display: inline-block;
	padding: 0 0.5rem;
}
.indexProductCenter dt .con .text .title em{
	display: inline-block;
	width: 1.5rem;
	height: 100%;
}
.indexProductCenter dt .con .text .title em.yun1{
	background: url(../images/yunp.png) no-repeat center center;
	background-size: contain;
}
.indexProductCenter dt .con .text .title em.yun2{
	background: url(../images/yunn.png) no-repeat center center;
	background-size: contain;
}
.indexProductCenter dt .con .text .info{
	text-align: center;
	font-size: 0.6rem;
	color: #e4e4e4;
	font-weight: bold;
	line-height: 1rem;
}
/* 第3通栏 end */
/* ==================== 首页 end ==================== */
