@charset "UTF-8";

/* ========== banner start ========== */
.indexBanner {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.indexBanner .pic::before {
	padding-top: 66.6667%;
}

.indexBanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.indexBanner .swiper-slide {
	overflow: hidden;
}

.indexBanner .swiper-slide .slide-inner {
	display: block;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.indexBanner .indexBannerPage {
	position: absolute;
	width: 100%;
	bottom: 0.8rem;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.6rem;
	color: #ffffff;
	font-family: "Alibaba PuHuiTi";
}

.indexBanner .swiper-pagination-progressbar {
	background-color: rgba(255, 255, 255, .3);
	width: 2.5rem;
	height: 2px;
	position: unset;
	margin: 0 0.25rem;
}

.indexBanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #FFF;
}

.indexBanner .bannerCircle {
	position: relative;
	width: 0.85rem;
	height: 0.85rem;
	border: 0.05rem solid #fff;
	border-radius: 50%;
	margin-left: .5rem;
	border-top-color: #0e3db2;
	border-left-color: #0e3db2;
	-webkit-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

/* ========== banner end ========== */

/* ========== 企业概况 start ========== */
.introduceColumn1 {
	padding: .75rem 0.5rem;
	background: #fff;
}

.profilePic .pic::before {
	padding-top: 28.9855%;
}

.introduceDl1 {
	overflow: hidden;
	padding: .75rem 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.introduceDl1 dd {
	padding: 0.35rem 0;
}

.introduceDl1 dd.dd1,
.introduceDl1 dd.dd4 {
	width: 42%;
}

.introduceDl1 dd.dd2,
.introduceDl1 dd.dd5 {
	width: 33%;
}

.introduceDl1 dd.dd3,
.introduceDl1 dd.dd6 {
	width: 25%;
}

.introduceDl1 dd .title {
	height: 1rem;
	font-size: .7rem;
	color: #333;
	font-family: 'phtL';
}

.introduceDl1 dd .text {
	height: 1.25rem;
}

.introduceDl1 dd .number {
	font-size: .7rem;
	font-family: 'din';
	color: #1029be;
	font-weight: bold;
}

.introduceDl1 dd .unit sup {
	font-size: 0.5rem;
	color: #555;
	font-family: 'phtL';
}

.introduceDl1 dd .unit {
	font-size: .6rem;
	color: #666;
	font-family: 'phtL';
	line-height: 1.5rem;
}

.introduceColumn1Text {
	padding: 1rem 0 .75rem;
	font-size: .65rem;
	color: #333;
	line-height: 1.3rem;
	font-family: 'phtL';
}

.introduceCloumn3 {
	margin-right: 0.75rem;
	border-radius: 0 3rem 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.introduceCloumn3Con {
	position: relative;
	z-index: 5;
	padding: 1.25rem 0;
}

.introduceTitle3 {
	font-size: 0.85rem;
	color: #fff;
	font-family: "Alibaba PuHuiTi Light";
	line-height: 1.25rem;
}

.introduceCloumn3Con .introduceTitle3 {
	margin-bottom: 1.5rem;
}

.introduceList2Dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.introduceList2Dl dd {
	margin-bottom: 0.7rem;
	width: 25%;
}

.introduceList2Dl dd .con {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.introduceList2Dl dd .textC {
	border: 1px solid rgba(255, 255, 255, .4);
	width: 2.875rem;
	height: 2.875rem;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.55rem;
}

.introduceList2Dl dd .number {
	font-size: 0.9rem;
	color: #ffffff;
	font-family: 'DINPro';
	line-height: 1.05rem;
}

.introduceList2Dl dd .unit {
	font-family: "Alibaba PuHuiTi Light";
	font-size: 0.5rem;
	color: #ffffff;
	line-height: 0.8rem;
}

.introduceList2Dl dd .title {
	font-size: 0.55rem;
	color: #ffffff;
	line-height: 0.85rem;
	text-align: center;
	font-family: 'phtL';
}

.introduceCloumn4 {
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/introduceCloumn4Bg.png");
	background-color: #fff;
	overflow: hidden;
	padding: 1.5rem 0;
}

.introduceTitle2Box .cnTtitle {
	font-family: "Alibaba PuHuiTi";
	line-height: 1.5rem;
	color: #1029be;
	font-size: 0.8rem;
}

.introduceCloumn4 .introduceTitle2Box {
	margin-bottom: 0.5rem;
}

.introduceCloumn4 .introduceText3 {
	padding: 1rem 0 .5rem;
	line-height: 1.3rem;
	font-size: 0.7rem;
	font-family: 'phtL';
}

/* ========== 企业概况 end ========== */

/* ========== 肥料产业 start ========== */
.productColumn1 {
	padding: .5rem;
	background: #fff;
	overflow: hidden;
}

.productTitle {
	height: 1.75rem;
	line-height: 1.75rem;
	position: relative;
	font-size: .85rem;
	text-align: center;
	color: #333;
}

.productTitle::before {
	display: block;
	content: '';
	position: absolute;
	height: 2px;
	width: 1rem;
	left: 50%;
	margin-left: -.5rem;
	bottom: 0;
	background: #1029be;
}

.productText {
	padding: .75rem 0 1rem;
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #333;
}

.productColum1Img {
	padding-bottom: .5rem;
}

.productColum1Img .pic::before {
	padding-top: 71.6312%;
}

.productColumn2 {
	padding: 1rem .5rem;
	background: #f5f5f5;
	overflow: hidden;
}

.productColumn2Item {
	padding: .5rem 0;
}

.productColumn2Title {
	position: relative;
	overflow: hidden;
}

.productColumn2Title span {
	display: inline-block;
	background-image: -moz-linear-gradient(0deg, rgb(16, 41, 190) 0%, rgb(0, 157, 223) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(16, 41, 190) 0%, rgb(0, 157, 223) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(16, 41, 190) 0%, rgb(0, 157, 223) 100%);
	height: 1.5rem;
	line-height: 1.75rem;
	padding: 0 .75rem;
	border-radius: 0 1.5rem 1.5rem 0;
	font-size: .75rem;
	color: #fff;
	font-family: 'pht';
	position: relative;
}

.productColumn2Title span::before {
	display: block;
	content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	left: 100%;
	background: #c0cedb;
	margin-left: 1.25rem;
	top: 50%;
	transform: scaleY(.5);
	-webkit-transform: scaleY(.5);
}

.productColumn2Title span::after {
	display: block;
	content: '';
	position: absolute;
	width: .75rem;
	height: .75rem;
	left: 100%;
	margin-left: .5rem;
	border: 1px solid #c0cedb;
	border-radius: .5rem;
	top: 50%;
	margin-top: -.4rem;
	transform: scale(.5);
	-webkit-transform: scale(.5);
}

.productColumn2Info {
	padding: .75rem 0;
	line-height: 1.35rem;
	font-size: .7rem;
	color: #555;
}

.productColumn2Swiper {
	position: relative;
	overflow: hidden;
}

.productColumn2Swiper .picBox {
	border-radius: .2rem;
	overflow: hidden;
	margin: 0 1.75rem .75rem;
}

.productColumn2Swiper .picBox .pic::before {
	padding-top: 100%;
}

.productColumn2Swiper.productColumn2Swiper2 .picBox {
	padding: 1.25rem;
	background: #fff;
}

.productColumn2Swiper.productColumn2Swiper2 .picBox .pic img {
	object-fit: contain;
}

.productColumn2Swiper .text .title {
	line-height: 1rem;
	padding: .25rem 0;
	font-size: .75rem;
	color: #333;
	text-align: center;
}

.productColumn2Swiper .text .textC {
	line-height: 1.25rem;
	font-size: .65rem;
	color: #333;
	text-align: center;
}

.productColumn2Swiper .commonPrev {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	left: 0;
	background-color: #b2b5be;
	border-radius: 1.25rem;
	top: 6rem;
	line-height: 1.5rem;
	text-align: center;
	z-index: 5;
}

.productColumn2Swiper .commonNext {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	background-color: #b2b5be;
	border-radius: 1.25rem;
	top: 6rem;
	line-height: 1.5rem;
	text-align: center;
	z-index: 10;
}

.productColumn2Swiper .commonPrev span,
.productColumn2Swiper .commonNext span {
	font-size: .65rem;
	color: #FFF;
}

.productLink {
	display: flex;
	overflow: hidden;
	padding-top: .5rem;
}

.productLink .title {
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: .7rem;
	color: #333;
}

.productLinkC {
	flex: 1;
}

.productLinkC a {
	display: inline-block;
	padding: .25rem .75rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: .5rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-bottom: .25rem;
}

.productLinkC a.bdAll::before {
	border-radius: 2rem;
}

.productLinkC a span {
	line-height: 1rem;
	font-size: .75rem;
	color: #555;
}

.productLinkC a em {
	overflow: hidden;
	font-size: .65rem;
	color: #555;
	font-style: normal;
	padding: 0 .25rem;
}

/* ========== 肥料产业 end ========== */

/* 玻纤及复合肥料 start */
.productColumn2Swiper4 .picBox {
	margin: 0 0 .75rem;
}

.productColumn2Swiper4 .picBox .pic::before {
	padding-top: 66.6667%;
}

.productColumn2Swiper4 .commonPrev,
.productColumn2Swiper4 .commonNext {
	top: 5.5rem;
	background-color: rgba(178, 181, 190, 0.5);
}

/* 玻纤及复合肥料 end */


/* 企业文化 start */
.cultureColumn1 {
	background: url(../images/cultureBg1.jpg) bottom center no-repeat;
	background-size: cover;
	padding: .5rem 0 1rem;
}

.culturePic {
	margin-bottom: .5rem;
}

.culturePic .pic::before {
	padding-top: 28.9856%;
}
.cultureImg{
	padding: 0.5rem 0;
}
.cultureItem {
	padding: .25rem 0 .5rem;
}

.cultureItem .title {
	height: 1.5rem;
	line-height: 1.5rem;
	font-family: 'phtL';
	color: #000;
	font-size: .75rem;
}

.cultureItem {
	line-height: 1.25rem;
	font-size: .65rem;
}

.cultureLogo .pic::before {
	padding-top: 26.8116%;
}

.cultureColumn2 {
	padding: 1rem 0 1.5rem;
	background: #f9f9fb;
}

.cultureColumn2Content {
	padding-top: 6rem;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
}

.cultureCol1List {
	padding-bottom: .75rem;
}

.cultureCol1List .icon {
	width: 1.75rem;
	height: 1.75rem;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	margin-bottom: .5rem;
}

.cultureCol1List dd {
	margin-bottom: .75rem;
	padding: 0 .75rem;
}

.cultureCol1List dd .title {
	line-height: 1.5rem;
	font-size: .75rem;
	color: #fff;
	font-family: 'pht';
	text-align: center;
}

.cultureCol1List dd .text {
	line-height: 1.25rem;
	font-size: .65rem;
	color: #fff;
	text-align: center;
}

.cultureColumn3 {
	padding: 1rem 0;
	background: #fff;
}

.cultureColumn3Table {
	display: flex;
	justify-content: center;
}

.cultureColumn3Table dd {
	margin: 0 .5rem;
	padding: 0 .75rem;
	height: 1.5rem;
	line-height: 1.75rem;
	font-family: 'pht';
	font-size: 0.8rem;
	color: #333;
}

.cultureColumn3Table dd.hover {
	color: #1029be;
}

.cultureColumn3Swiper {
	overflow: hidden;
	padding: .5rem 0;
}

.cultureColumn3Swiper .swiper-slide {
	overflow: hidden;
}

.cultureMenu {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}

.cultureMenu dd {
	margin: 0 .35rem;
	padding: 0 .75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: .65rem;
	color: #333;
	border-radius: 1.5rem;
}

.cultureMenu dd.hover {
	background: #1029be;
	color: #FFF;
}

.pictureSwiper1 .pic::before {
	padding-top: 56.25%;
}

.pictureSwiper1 {
	margin: 0 -.25rem;
}

.pictureSwiper1 .con {
	margin: 0 .25rem;
	border: 2px solid #fff;
}

.pictureSwiper1 .swiper-slide.swiper-slide-thumb-active .con {
	border-color: #0081cc;
}

.pictureSwiper {
	position: relative;
}

.pictureSwiper .con .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .75rem .75rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	display: flex;
	align-items: center;
	font-size: .65rem;
	color: #fff;
}

.pictureSwiper .pictureSwiperNext {
	width: 1.5rem !important;
	height: 1.5rem !important;
	right: 0 !important;
	background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
}

.pictureSwiper .pictureSwiperPrev {
	width: 1.5rem !important;
	height: 1.5rem !important;
	left: 0 !important;
	background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
}

.pictureSwiper .swiper-button-next::after,
.pictureSwiper .swiper-button-prev::after {
	font-size: .85rem !important;
}

/* 企业文化 end */
/* ========== 领导团队 start ========== */
.leaderBox {
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% auto;
	min-height: 40vh;
	padding: 1rem 0;
}

.leaderBox .ajaxLoad {
	margin: 0;
}

.leaderCon {
	background-repeat: no-repeat;
	background-color: var(--color);
	background-image: url('../images/leaderList.png');
	background-size: contain;
	padding: 1.75rem;
}

.leaderList {
	position: relative;
	padding: 0.75rem 0;
}

.leaderList::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 0.3rem;
	top: 0;
}

.leaderList dd {
	margin-bottom: 1.5rem;
}

.leaderList dd .title {
	position: relative;
	line-height: 1.2rem;
	font-weight: bold;
	font-size: 0.75rem;
	color: #fff;
	padding-left: 1.4rem;
	margin-bottom: 0.5rem;
}

.leaderList dd .title::before {
	content: '';
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0.175rem;
	z-index: 2;
}

.leaderList dd .text {
	padding-left: 1.4rem;
	color: #fff;
	font-size: 0.65rem;
	font-family: 'phtL';
	line-height: 1rem;
}

/* ========== 领导团队 end ========== */
/* ========== 加入我们 start ========== */
.joinUsColumn1 {
	padding: 1rem 0;
}

.joinUsList dd {
	margin-bottom: 0.5rem;
}

.joinUsList dd .con {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.7rem 0.75rem 1rem;
}

.joinUsList dd .icon {
	height: 1.8rem;
	background-repeat: no-repeat;
	background-size: auto 1.25rem;
}

.joinUsList dd .title {
	position: relative;
	height: 1.3rem;
	line-height: 1.3rem;
	overflow: hidden;
	font-size: 0.9rem;
	color: #ffffff;
	padding-bottom: 0.65rem;
	margin-bottom: 0.5rem;
}

.joinUsList dd .title::before {
	content: '';
	display: block;
	width: 1.2rem;
	height: 0.075rem;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.joinUsList dd .text {
	font-size: 0.65rem;
	color: #ffffff;
	line-height: 1.2rem;
	font-family: 'phtL';
}

.joinUsTitle1 {
	position: relative;
	font-size: 0.9rem;
	color: #333333;
	text-align: center;
	line-height: 2rem;
	height: 2rem;
	overflow: hidden;
}

.joinUsTitle1::before {
	content: '';
	display: block;
	width: 1.25rem;
	height: 0.125rem;
	background-color: var(--mainColor);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.joinUsTextList dd {
	margin-bottom: 0.5rem;
}

.joinUsTextList dd .con {
	display: block;
	overflow: hidden;
	background-color: #ffffff;
	padding: 1rem 0.75rem;
	display: flex;
	align-items: center;
}

.joinUsTextList dd .time {
	margin-right: 1rem;
	padding-right: 0.9rem;
	color: #999999;
	font-size: 0.6rem;
	line-height: 1.225rem;
	position: relative;
}

.joinUsTextList dd .time::before {
	content: '';
	display: block;
	width: 1px;
	height: 1.225rem;
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.joinUsTextList dd .title {
	flex: 1;
	height: 1.6rem;
	line-height: 0.8rem;
	overflow: hidden;
	font-size: 0.65rem;
	color: #333333;
}

/* ========== 加入我们 end ========== */
/* ========== 联系我们 start ========== */
.contactUsBox {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top right;
	min-height: 40vh;
	padding: 4rem 0 1rem;
}

.contactUsList dd {
	margin-bottom: 0.5rem;
}

.contactUsList dd .con {
	display: block;
	padding: 1.25rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.contactUsList dd .icon {
	width: 3.25rem;
	height: 3.25rem;
	margin: 0 auto 0.5rem;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 1.1rem;
}

.contactUsList dd .icon::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-image: url(../images/contactLeftIcn.png);
	-webkit-animation: yuan 14s linear infinite;
	animation: yuan 14s linear infinite;
}

.contactUsList dd .icon.style2::before {
	background-image: url(../images/contactLeftIcn2.png);
}

@keyframes yuan {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contactUsList dd .title1 {
	color: #ffffff;
	text-align: center;
	font-size: 0.6rem;
	line-height: 1.15rem;
}

.contactUsList dd .text1 {
	color: #ffffff;
	text-align: center;
	font-size: 0.6rem;
	font-family: 'phtL';
	line-height: 1.05rem;
}

.contactUsList dd .title1.style2 {
	color: #555555;
}

.contactUsList dd .text1.style2 {
	color: #555555;
}

/* ========== 联系我们 end ========== */
/* ========== 企业基本信息 start ========== */
.essentialInformationBox {
	padding: 1rem 0;
	background-repeat: no-repeat;
	background-position: top 0.75rem center;
	background-size: auto 90%;
	min-height: 50vh;
}

.essentialInformationInfo {
	margin-bottom: 0.5rem;
}

.essentialInformationInfo img {
	width: 100%;
}

.essentialInformationList1 {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.5rem;
	margin-right: -0.5rem;
	overflow: hidden;
}

.essentialInformationList1 dd {
	width: 50%;
}

.essentialInformationList1 dd .con {
	display: block;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: left bottom -1.5rem;
	height: 100%;
	background-color: #fff;
	padding: 0.75rem 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.5rem;
}

.essentialInformationList1 dd .icon {
	height: 1.35rem;
	background-repeat: no-repeat;
	background-size: auto 0.875rem;
	color: var(--mainColor);
	font-size: 0.9rem;
}

.essentialInformationList1 dd .title {
	font-size: 0.7rem;
	color: #555555;
	margin-bottom: 0.25rem;
}

.essentialInformationList1 dd .text {
	font-size: 0.6rem;
	color: #555555;
	font-family: 'phtL';
}

.essentialInformationList1 dd.color2 .icon,
.essentialInformationList1 dd.color2 .title,
.essentialInformationList1 dd.color2 .text {
	color: #fff;
}

.essentialInformationList1 dd.dd2 .con {
	background-color: #0081cc;
	background-image: url('../images/essentialInformationList1Bg.png');
}

.essentialInformationList1 dd.dd3 .con {
	background-color: var(--mainColor);
	background-image: url('../images/essentialInformationList1Bg.png');
}

.essentialInformationList2 {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.essentialInformationList2 dd {
	width: 33.3333%;
}

.essentialInformationList2 dd .con {
	display: block;
	height: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.25rem 0.5rem 0.75rem;
	overflow: hidden;
	position: relative;
}

.essentialInformationList2 dd .con::before {
	display: block;
	content: '';
	width: 1.7rem;
	height: 0.075rem;
	background-color: var(--mainColor);
	position: absolute;
	top: 0;
	left: 0.75rem;
	z-index: 2;
}

.essentialInformationList2 dd .title {
	line-height: 1rem;
	font-size: 0.65rem;
	color: #333;
	margin-bottom: 0.25rem;
}

.essentialInformationList2 dd .text {
	font-size: 0.6rem;
	color: #555555;
	line-height: 0.8rem;
	font-family: 'phtL';
}

/* ========== 企业基本信息 end ========== */
/* ========== 首页 start ========== */
.indexCloumn {
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

.indexTitle1 {
	font-size: 0.9rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.35rem;
}

.indexMore1 {
	font-size: 0;
	text-align: center;
}

.indexMore1 span {
	display: inline-block;
	vertical-align: middle;
	height: 1.35rem;
	line-height: 1.35rem;
	overflow: hidden;
	color: #333333;
	font-family: 'phtL';
	font-size: 0.6rem;
}

.indexMore1 span.icon {
	width: 1.35rem;
	border-radius: 50%;
	background-color: var(--mainColor);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.3rem;
	background-image: url(../images/indexMoreIcon1.png);
	margin-left: 0.5rem;
}

.indexCloumn1 {
	background-image: url(../images/indexCloumn1Bg.jpg);
	padding: 2rem 0 1.5rem;
}

.indexCloumn1Info {
	font-size: 0.6rem;
	color: #333333;
	line-height: 1.05rem;
	margin-bottom: 1rem;
}

.indexCloumnJtgkCon {
	background-color: #ffffff;
	position: relative;
}

.indexCloumnJtgkConDl {
	display: flex;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	padding: 1.5rem 0.5rem 0.5rem;
	z-index: 5;
}

.indexCloumnJtgkConDl dd {
	width: 33.3333%;
	margin-bottom: 0.5rem;
}

.indexCloumnJtgkConDl dd .con {
	margin-right: 0.5rem;
}

.indexCloumnJtgkConDl dd .title {
	font-size: 0.55rem;
	color: #333333;
	white-space: nowrap;
}

.indexCloumnJtgkConDl dd .number {
	font-size: 0.75rem;
	color: var(--mainColor);
	font-weight: 500;
	line-height: 1.15rem;
}

.indexCloumnJtgkConDl dd .unit {
	font-size: 0.5rem;
	color: #333333;
	line-height: 1.15rem;
	overflow: hidden;
}

.indexCloumnJtgkCon .pic::before {
	padding-top: 52.3188%;
}

.indexCloumn2 {
	padding: 2rem 0 2.375rem;
}

.indexXwzxTab1Swiper {
	position: relative;
	overflow: hidden;
}

.indexXwzxTab1Swiper {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.indexXwzxTab1Swiper .tabCon {
	display: block;
	height: 1.3rem;
	line-height: 1.3rem;
	overflow: hidden;
	text-align: center;
	font-size: 0.55rem;
	color: #00003e;
	border-radius: 0.675rem;
	border: 1px solid #dbe2e8;
	background: #FFFFFF;
}

.indexXwzxTab1Swiper .swiper-slide-thumb-active .tabCon {
	border: 1px solid var(--mainColor);
	background: var(--mainColor);
	color: #FFFFFF;
}

.indexXwzxTabC1Swiper {
	position: relative;
}

.indexXwzxSwiper {
	position: relative;
	padding-bottom: 1.35rem;
	overflow: hidden;
}

.indexXwzxSwiper .swiper-wrapper {
	margin-bottom: 0.75rem;
	box-shadow: 0px 6px 14.55px 0.45px rgba(51, 51, 51, 0.05);
	-webkit-box-shadow: 0px 6px 14.55px 0.45px rgba(51, 51, 51, 0.05);
}

.indexXwzxSwiper .swiper-pagination {
	position: unset;
}

.indexXwzxSwiper .swiper-pagination-bullet {
	width: 0.2rem;
	height: 0.2rem;
	border: 2px solid #e5e5e5;
	background-color: #ffffff;
	opacity: 1;
	margin: 0 0.15rem;
}

.indexXwzxSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--mainColor);
	border-color: var(--mainColor);
}

.indexCloumnXwzxCon {
	background-color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
}

.indexCloumnXwzxCon .pic {
	width: 8rem;
}

.indexCloumnXwzxCon .pic::before {
	padding-top: 56.25%;
}

.indexCloumnXwzxCon .text {
	flex: 1;
	padding: 0 0.75rem;
}

.indexCloumnXwzxCon .title {
	font-size: 0.65rem;
	color: #00003e;
	line-height: 0.8rem;
	height: 1.6rem;
	-webkit-line-clamp: 2 !important;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 1.1rem;
}

.indexCloumnXwzxCon .date {
	font-size: 0.55rem;
	color: #b5c2cd;
	line-height: 0.7rem;
	height: 0.7rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.indexCloumnXwzxList1Dl {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 14.55px 0.45px rgba(51, 51, 51, 0.05);
	-webkit-box-shadow: 0px 6px 14.55px 0.45px rgba(51, 51, 51, 0.05);
	padding: 0.5rem;
}

.indexCloumnXwzxList1Dl dd {
	padding: 0.5rem 0;
}

.indexCloumnXwzxList1Dl dd+dd {
	border-top: 1px solid #e5e5e5;
}

.indexCloumnXwzxList1Dl dd .con {
	position: relative;
	padding-left: 0.5rem;
}

.indexCloumnXwzxList1Dl dd .con::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #c7c7c7;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.45rem;
	z-index: 2;
}

.indexCloumnXwzxList1Dl dd .title {
	margin-bottom: 0.5rem;
	height: 1.15rem;
	line-height: 1.15rem;
	overflow: hidden;
	font-size: 0.65rem;
	color: #00003e;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.indexCloumnXwzxList1Dl dd .date {
	height: 0.9rem;
	line-height: 0.9rem;
	overflow: hidden;
	font-size: 0.45rem;
	color: #b5c2cd;
	font-family: 'phtL';
}

.indexCloumn3 {
	background-image: url("../images/indexCloumn3Bg.jpg");
	padding: 1.25rem 0 1.5rem;
}

.indexCloumnYwycpList1Dl dd {
	margin-bottom: 0.75rem;
}

.indexCloumnYwycpList1Dl dd .pic {
	overflow: hidden;
}

.indexCloumnYwycpList1Dl dd .pic::before {
	padding-top: 57.971%;
}

.indexCloumnYwycpList1Dl dd .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 100%;
	background-image: url("../images/maskBg1.png");
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 0.75rem 0.5rem;
}

.indexCloumnYwycpList1Dl dd .icon {
	height: 1.8rem;
	background-position: left top;
	background-size: auto 1.25rem;
	background-repeat: no-repeat;
	font-size: 1.3rem;
	color: #fff;
}

.indexCloumnYwycpList1Dl dd .title {
	font-size: 0.65rem;
	color: #ffffff;
	height: 1rem;
	line-height: 1rem;
	overflow: hidden;
	padding-right: 1.375rem;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 0.225rem;
	background-image: url("../images/morew_h.png");
}

/* ========== 首页 end ========== */