@charset "UTF-8";

/* ========== 首页 start ========== */
/* ————— indexBanner start ————— */
.indexBannerBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

/* .indexBannerBox::before {
	display: block;
	content: '';
	padding-top: 48.7174%;
} */

.indexBanner {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.scrollBottom {
	padding-left: 35px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	background: url("../images/scrollBg.png") no-repeat left center;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	position: absolute;
	right: 120px;
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
	animation: moveUp 3s linear infinite;
	-webkit-animation: moveUp 3s linear infinite;
}

@keyframes moveUp {
	0% {
		bottom: 50px;
	}

	25% {
		bottom: 55px;
	}

	50% {
		bottom: 50px;
	}

	75% {
		bottom: 45px;
	}

	100% {
		bottom: 50px;
	}
}

.bannerSwiper {
	height: 100%;
	width: 100%;
}

.bannerSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	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;
}

.bannerSwiper .swiper-slide .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBannerArrow {
	position: absolute;
	width: 430px;
	height: 60px;
	left: 120px;
	bottom: 50px;
	z-index: 2;
	display: none;
}

.indexBannerArrowL {
	float: left;
	display: inline;
	margin-right: 5px;
}

.indexBannerPrev {
	float: left;
	display: inline;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: url("../images/indexBannerPrev.png") no-repeat center center;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexBannerPrev:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}

.indexBannerArrowL .num {
	overflow: hidden;
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	color: #ffffff;
}

.indexBannerArrowR {
	float: right;
	display: inline;
	margin-left: 10px;
}

.indexBannerNext {
	float: right;
	display: inline;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: url("../images/indexBannerNext.png") no-repeat center center;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexBannerNext:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}

.indexBannerArrowR .count {
	overflow: hidden;
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	color: #ffffff;
}

.indexBannerArrow .line {
	overflow: hidden;
	position: relative;
	padding-top: 29px;
}

.indexBannerArrow .line::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	left: 0;
}

.indexBannerArrow .line .lineBg {
	width: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexBanner .slideText {
	font-size: 72px;
	color: #ffffff;
	top: 0%;
	left: 0;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	font-family: "DingTalkJinBuTi";
}

@keyframes quanquan {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.indexBanner .indexBannerArrowPagination {
	position: absolute;
	bottom: 40px;
	font-size: 0;
	text-align: center;
	z-index: 5;
}

.indexBanner .indexBannerArrowPagination span {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 22px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 22px;
	background-image: url(../images/bannerPage.png);
	margin: 0;
	opacity: .5;
}

.indexBanner .indexBannerArrowPagination span.swiper-pagination-bullet-active {
	opacity: 1;
}

.commonMore {
	height: 60px;
	border: 2px solid #e5e5e5;
	width: 160px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	text-align: center;
}

.commonMore:hover {
	border-color: #0075c2;
}

.commonMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0075c2;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.commonMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.commonMore a {
	display: block;
	position: relative;
	line-height: 56px;
	z-index: 5;
	font-size: 16px;
	color: #333333;
	font-family: 'Alibaba PuHuiTi 2.0 55';
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

.commonMore:hover a {
	color: #fff;
}

.commonMore span {
	display: inline-block;
	padding-right: 29px;
	background: url(../images/indexMore.png) right center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.commonMore:hover span {
	background: url(../images/indexMoreH.png) right center no-repeat;
}

/* ————— indexBanner end ————— */
.indexTitle1Box {
	color: #3a383c;
	position: relative;
	overflow: hidden;
}

.indexTitle1Box .enTitle {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	overflow: hidden;
}

.indexTitle1Box .cnTitle {
	font-size: 36px;
	line-height: 88px;
	overflow: hidden;
}

.indexTitle2Box {
	color: #ffffff;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.indexTitle2Box:before {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexTitle2Box.noneBefore:before {
	display: none;
}

.indexTitle2Box .enTitle {
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
	overflow: hidden;
}

.indexTitle2Box .cnTitle {
	font-size: 36px;
	line-height: 70px;
	overflow: hidden;
}

.indexText1 {
	font-size: 17px;
	color: #666666;
	line-height: 34px;
	overflow: hidden;
}

.indexText2 {
	font-size: 22px;
	color: #fff;
	line-height: 36px;
	overflow: hidden;
}

.indexMore1Box {
	font-size: 0;
}

.indexMore1Box a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 130px 0 70px;
	background-color: var(--themeColor);
	background-position: center right 70px;
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-image: url(../images/arrowRight.png);
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	border-radius: 32.5px;
}

.indexMore1Box a:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.indexMore2Box {
	font-size: 0;
}

.indexMore2Box a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 140px 0 80px;
	background-position: center right 80px;
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-image: url(../images/arrowRight.png);
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height: 63px;
	line-height: 63px;
	overflow: hidden;
	border-radius: 32.5px;
	border: 1px solid #ffffff;
}

.indexMore2Box a:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	background-color: var(--themeColor);
	border: 1px solid var(--themeColor);
}

.indexMore3Box {
	font-size: 0;
}

.indexMore3Box a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 140px 0 80px;
	background-position: center right 80px;
	background-repeat: no-repeat;
	background-size: auto 14px;
	background-image: url(../images/arrowRight2.png);
	background-color: #eff0f4;
	font-size: 18px;
	color: #333333;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	border-radius: 32.5px;
}

.indexMore3Box.center {
	text-align: center;
}

.indexMore3Box.bgBai a {
	background-color: #fff;
}

.indexMore3Box a:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	background-color: var(--themeColor);
	color: #fff;
	background-image: url(../images/arrowRight.png);
}

.indexGsjj {
	position: relative;
	overflow: hidden;
}

.indexGsjj .wrap {
	position: relative;
	padding: 252px 0 242px;
}

.indexGsjjLeft {
	width: 590px;
}

.indexGsjjText {
	padding: 42px 0 60px;
}

.indexGsjjText .indexText1 {
	height: 136px;
}

.indexGsjjRight {
	position: absolute;
	right: 0;
	top: 112px;
}

.indexGsjjPicBox {
	border-radius: 25px;
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.indexGsjjPicBox:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.indexGsjjPicBox .pic::before {
	padding-top: 100%;
}

.indexGsjjPicBox .bgColor1 {
	background-color: #edf5ff;
}

.indexGsjjPicBox .bgColor2 {
	background-color: #f6f6f6;
}

.indexGsjjPicBox .bgColor3 {
	background-color: #fffced;
}

.indexGsjjPicBox .bgColor4 {
	background-color: #f7feeb;
}

.indexGsjjPicBox .textCon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.indexGsjjPicBox .textCon .text1 {
	font-size: 18px;
	color: #5073a0;
	line-height: 38px;
}

.indexGsjjPicBox .bgColor2 .text1 {
	color: #666666;
}

.indexGsjjPicBox .bgColor3 .text1 {
	color: #878164;
}

.indexGsjjPicBox .bgColor4 .text1 {
	color: #798865;
}

.indexGsjjPicBox .textCon .text2 {
	font-size: 42px;
	color: #333333;
	line-height: 70px;
	font-weight: bold;
}

.indexGsjjPicBox .textCon .text2 .span1 {
	font-size: 18px;
	font-weight: lighter;
}

.indexGsjjPicBox .textCon .text2 .span2 {
	font-size: 60px;
}

.indexGsjjList {
	overflow: hidden;
	margin: 0 -13px;
	display: flex;
	justify-content: flex-end;
}

.indexGsjjList dd {
	padding-top: 25px;
}

.indexGsjjList .indexGsjjPicBox {
	width: 235px;
	margin: 0 13px;
}

.indexGsjjRight .indexGsjjList:nth-child(1) {
	margin-right: 248px;
}

.indexCxyfnl {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 108px 0 120px;
}

.indexCxyfnl:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 26, 26, .3);
	position: absolute;
	left: 0;
	top: 0;
}

.indexCxyfnl .wrap {
	position: relative;
	z-index: 5;
}

.indexCxyfnlTop {
	overflow: hidden;
	margin-bottom: 36px;
}

.indexCxyfnlTop .indexMore2Box {
	float: right;
	display: inline;
	margin-top: 30px;
}

.indexCxyfnlSwiper {
	padding: 106px 0 0;
	position: relative;
	overflow: hidden;
}

.indexCxyfnlSwiper .indexCxyfnlSwiperPage {
	text-align: center;
	padding: 20px;
}

.indexCxyfnlSwiper .indexCxyfnlSwiperPage span {
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.indexTextCon1Box {
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 16px;
	background-color: rgba(26, 26, 26, .3);
	border: 1px solid #fff;
	padding: 108px 30px 30px;
}

.indexTextCon1Box .icon {
	margin-bottom: 25px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 40px;
}

.indexTextCon1Box .textTitle {
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
	line-height: 30px;
}

.indexTextCon1Box .textInfo {
	font-size: 17px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	height: 300px;
	overflow: hidden;
}

.indexTextCon1Box:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.indexCpml {
	position: relative;
	overflow: hidden;
	padding: 90px 0 120px;
}

.indexCpmlTop {
	overflow: hidden;
}

.indexCpmlSearchBox {
	background-color: #f5f5f5;
	border-radius: 32.5px;
	overflow: hidden;
	display: flex;
	float: right;
}

.indexCpmlSearchBox input {
	overflow: hidden;
	height: 65px;
	line-height: 65px;
	padding: 0 40px;
	border: none;
	background: none;
	width: 400px;
}

.indexCpmlSearchBox .searchBtn {
	cursor: pointer;
	overflow: hidden;
	height: 65px;
	line-height: 65px;
	border-radius: 32.5px;
	padding: 0 60px;
	background-color: var(--themeColor);
	font-size: 18px;
	color: #ffffff;
}

.indexCpmlSwiper {
	position: relative;
	overflow: hidden;
	padding: 30px 0 60px;
}

.indexCpmlSwiper .indexCpmlSwiperPage {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 24px;
	left: 0;
}

.indexCpmlSwiper .indexCpmlSwiperPage span {
	width: 12px;
	height: 12px;
	background-color: var(--themeColor);
}

.indexImgCon1Box {
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 10px;
	background-color: #f2f5f7;
	background-repeat: no-repeat;
	background-size: cover;
}

.indexImgCon1Box .pic::before {
	padding-top: 133.1818%;
}

.indexImgCon1Box .textCon {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}

.indexImgCon1Box .textTitle {
	font-size: 22px;
	color: #333333;
	text-align: center;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.indexImgCon1Box .textInfo {
	font-size: 20px;
	color: #666666;
	text-align: center;
	height: 360px;
	line-height: 36px;
	overflow: hidden;
}

.indexImgCon1Box:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.indexKcxfz {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.indexKcxfz .wrap {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	padding: 108px 0 120px;
}

.indexKcxfz:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 26, 26, .3);
	position: absolute;
	left: 0;
	top: 0;
}

.indexKcxfzConBox {
	overflow: hidden;
}

.indexKcxfzConRight {
	float: right;
	display: inline;
	width: 50%;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.indexKcxfzCircle {
	width: 635px;
}

.indexKcxfzConLeft {
	position: relative;
}

.indexKcxfzList {
	overflow: hidden;
	position: relative;
}

.indexKcxfzList dd {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 318px;
	height: 318px;
	border: 1px solid transparent;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-repeat: no-repeat;
	background-size: auto 640px;
}

.indexKcxfzList1 dd:nth-child(1) {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.indexKcxfzList1 dd:nth-child(2) {
	border: 1px solid rgba(255, 255, 255, .2);
	border-top: 1px solid transparent;
}

.indexKcxfzList2:before {
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	left: 320px;
}

.indexKcxfzList2 dd {
	border: 1px solid rgba(255, 255, 255, .2);
}

.indexKcxfzList2 dd:nth-child(1) {
	border-radius: 0 120px 0 0;
}

.indexKcxfzList2 dd:nth-child(2) {
	border-radius: 120px 0 0 0;
}

.indexKcxfzList2 dd:nth-child(3) {
	border-radius: 0 0 120px 0;
}

.indexKcxfzList3 dd:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0 120px 0 0;
}

.indexKcxfzList3 dd:nth-child(3) {
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0 120px 0 0;
}

.indexKcxfzListCon {
	width: 320px;
	height: 320px;
	position: absolute;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background-repeat: no-repeat;
	background-size: auto 640px;
	background-image: url(../images/yuan.png);
	z-index: 2;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.indexKcxfzListCon .icon {
	height: 50px;
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: left top;
	margin-bottom: 15px;
}

.indexKcxfzListCon .title {
	font-size: 22px;
	color: #ffffff;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.indexKcxfzListCon .info{
	display: none;
}
.indexKcxfzListCon.ishover {
	cursor: pointer;
}

.indexKcxfzListCon1 {
	left: 320px;
	top: 0;
	background-position: left top;
}

.indexKcxfzListCon2 {
	left: 640px;
	top: 0;
	background-position: right top;
}

.indexKcxfzListCon3 {
	left: 320px;
	top: 320px;
	background-position: left bottom;
}

.indexKcxfzListCon4 {
	left: 640px;
	top: 320px;
	background-position: right bottom;
	border-radius: 0 0 120px 0;
}

.indexKcxfzListCon5 {
	left: 0;
	top: 320px;
	background-position: left top;
}

.indexKcxfzListCon6 {
	left: 320px;
	top: 320px;
	background-position: right top;
}

.indexKcxfzListCon7 {
	left: 0;
	bottom: 0;
	background-position: left bottom;
}

.indexKcxfzListCon8 {
	left: 320px;
	bottom: 0;
	background-position: right bottom;
}

.indexKcxfzListCon.ishover.hover,
.indexKcxfzListCon.ishover:hover {
	background-color: var(--themeColor);
}

.indexKcxfzTextBox {
	overflow: hidden;
	padding-top: 29.6875%;
}

.indexKcxfzTextBox .title {
	font-size: 22px;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 12px;
}

.indexKcxfzTextBox .info {
	font-size: 17px;
	color: #ffffff;
	line-height: 36px;
	height: 216px;
	overflow: hidden;
}

.indexXwjc {
	position: relative;
	overflow: hidden;
	padding: 90px 0 120px;
	background-color: #f7f7f7;
}

.indexXwjcTop {
	overflow: hidden;
}

.indexXwjcTop .indexXwjcSwiperTab {
	position: relative;
	overflow: hidden;
	float: right;
}

.indexBtn1Box a {
	display: block;
	padding: 0 40px;
	position: relative;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	border-radius: 25px;
	border: 1px solid #e5e5e5;
	font-size: 18px;
	color: #333333;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.indexBtn1Box a:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 24px;
	margin: auto;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 5;
}

.indexXwjcSwiperTab .swiper-slide {
	width: auto !important;
}

.indexXwjcSwiperTab .swiper-slide-thumb-active .indexBtn1Box a {
	background-color: var(--themeColor);
	color: #fff;
}

.indexXwjcSwiperTab .swiper-slide-thumb-active .indexBtn1Box a:before {
	background-color: #fff;
}

.indexXwjcSwiper {
	overflow: hidden;
	position: relative;
}

.indexXwjcList {
	overflow: hidden;
	padding: 30px 0;
	margin: 0 -15px;
}

.indexXwjcList dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.indexXwjcList dd .indexImgText1Con {
	margin: 0 15px;
}

.indexImgText1Con {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
	border-radius: 30px;
	padding: 30px;
	background-color: #fff;
}

.indexImgText1Con .pic {
	border-radius: 16px;
	overflow: hidden;
}

.indexImgText1Con .pic::before {
	padding-top: 56%;
}

.indexImgText1Con .date {
	font-size: 20px;
	color: #666666;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.indexImgText1Con .title {
	font-size: 22px;
	color: #333333;
	line-height: 36px;
	height: 72px;
	overflow: hidden;
}

.indexImgText1Con .title a {
	color: #333333;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.indexImgText1Con .eyes {
	font-size: 18px;
	color: #666666;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-size: auto 16px;
	background-position: left center;
	background-image: url(../images/eyeImg2.png);
}

.indexImgText1Con:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.indexImgText1Con:hover .title a {
	color: var(--themeColor);
}

.indexLxwm {
	position: relative;
	overflow: hidden;
	padding: 60px 0 50px;
}

.indexLxwmPicBox {
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	position: relative;
}

.indexLxwmPicBox .pic::before {
	padding-top: 34.72222%;
}

.indexLxwmPicBox .textCon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(26, 26, 26, .3);
	z-index: 2;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.indexLxwmPicBox .textCon .text1 {
	font-size: 36px;
	color: #edf2aa;
	margin-bottom: 20px;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}

.indexLxwmPicBox .textCon .text2 {
	font-size: 22px;
	color: #ffffff;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.indexLxwmList {
	display: flex;
	gap: 60px;
	padding: 50px 0 0;
}

.indexLxwmConBox {
	border-radius: 20px;
	border: 1px solid #ffffff;
	background-color: rgba(26, 26, 26, .2);
	padding: 18px 40px;
	display: flex;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.indexLxwmConBox .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 42px;
}

.indexLxwmConBox .icon.icon1 {
	background-image: url(../images/icon1.png);
	background-size: auto 37px;
}

.indexLxwmConBox .icon.icon2 {
	background-image: url(../images/icon2.png);
}

.indexLxwmConBox .textTitle {
	font-size: 22px;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
}

.indexLxwmConBox .textInfo {
	font-size: 18px;
	color: #e6e6e6;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.indexLxwmConBox:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

/* ========== 首页 end ========== */


/*==========  高德地图点聚合 start ========== */
.yywdLeftBox {
	width: 360px;
	height: calc(100vh - 190px);
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	padding: 20px 10px;
}

#searchShow {
	font-size: 15px;
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 34px;
	height: calc(100vh - 255px);
	overflow: auto;
}

#searchShow.hover {
	display: none;
}

#searchShow::-webkit-scrollbar {
	width: 6px;
	background-color: #fff;
}

#searchShow::-webkit-scrollbar-thumb {
	width: 6px;
	background: #d6d6d6;
}

#searchShow li {
	padding: 25px 10px 8px 10px;
	cursor: pointer;
	border-bottom: 1px solid #ececec;
}

#searchShow li .title {
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	font-weight: bold;
}

#searchShow li .address {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

#searchShow li:hover {
	background-color: #ebebeb;
}

.yywdSearch {
	width: 100%;
	height: 45px;
	background-color: #fff;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ebebeb;
	z-index: 2000;
	text-align: left;
}

.yywdSearch .searchIcon {
	overflow: hidden;
	height: 45px;
	background: url(../images/common/search.png) no-repeat center;
	z-index: 2;
	position: relative;
	display: block;
	cursor: pointer;
}

.yywdSearch input {
	width: 260px;
	;
	height: 45px;
	line-height: 45px;
	border: none;
	background: none;
	padding-left: 20px;
	display: block;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;
	color: #666;
}

.yywdSearch input::placeholder {
	color: #999;
	font-size: 15px;
}

.yywdSearch input::-webkit-placeholder {
	color: #999;
	font-size: 15px;
}

.mapBox {
	width: 100%;
	height: calc(100vh - 150px);
	position: relative;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
}

#container .textBox {
	width: 248px;
	height: 85px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	line-height: 85px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#container .textBox .icn {
	width: 30px;
	height: 85px;
	background: url(../images/common/dwIcn1.png) no-repeat center;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.amap-marker-content div {
	background: url(../images/common/dwIcn1.png) no-repeat center top 20px !important;
	width: 26px !important;
	height: 50px !important;
	border: none !important;
	box-shadow: none !important;
	line-height: 25px !important;
	color: #e60013 !important;
	font-weight: bold;
}

.amap-info-content {
	padding: 0 !important;
}

.amap-info-close {
	right: 6px !important;
}

.mapPop {
	background-color: #fff;
	padding: 20px;
}

.mapPop .pic {
	width: 280px;
	margin-bottom: 13px;
}

.mapPop .pic::before {
	padding-top: 57.1429%;
}

.mapPop .title {
	line-height: 24px;
	font-size: 16px;
	color: #333;
	margin-bottom: 7px;
}

.mapPop .address {
	line-height: 24px;
	font-size: 14px;
	color: #999;
}

.mapPop .phone {
	line-height: 24px;
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}

.jumpBox a {
	height: 32px;
	padding: 0 20px;
	border-radius: 16px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.jumpBox a:nth-child(1) {
	background-color: #e60212;
	margin-right: 10px;
}

.jumpBox a:nth-child(2) {
	background-color: #ef7901;
}

.yywdList {
	display: none;
	position: absolute;
	top: 45px;
	width: 100%;
	border: solid 1px #62a6da;
	max-height: 340px;
	overflow-y: auto;
	z-index: 1;
	font-size: 0;
}

.yywdList li {
	position: relative;
	padding-left: 10px;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #454545;
	text-align: left;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yywdList li:hover {
	color: #fff;
	background-color: var(--themeColor);
}

/*==========  高德地图点聚合 end ========== */

/* ========== 留言 start ========== */
.messagePage {
	background: #FFF;
	padding: 20px
}

.messageBox {
	padding: 20px;
}

.messageTitle {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}

.messageTitle::before {
	width: 4px;
	height: 26px;
	background: var(--themeColor);
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.messageTitle .conL {
	float: left;
	display: inline;
	font-size: 24px;
	color: #000000;
}

.messageTitle .conR {
	float: right;
	display: inline;
}

.messageTitle .conR a {
	color: var(--themeColor);
	font-size: 14px;
}

.messageTitle .conR a:hover {
	color: var(--themeColor);
}

/* 留言展示列表start */
.messageList dd {
	padding-bottom: 20px;
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 3%);
}

.messageList dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.msgHead {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.msgHeadL {
	float: left;
	display: inline;
	color: #333;
}

.msgHeadL span {
	font-size: 14px
}

.msgHeadR {
	float: right;
	display: inline;
	font-size: 12px;
	color: #999;
	padding-left: 20px;
	background: url(../images/common/timeIco.png) no-repeat left center / auto 15px;
}

.msgText {
	line-height: 25px;
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}

.msgReplay {
	line-height: 25px;
	color: #666;
	font-size: 12px;
	background: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
}

.msgReplay span {
	color: var(--themeColor);
	font-size: 14px;
}

/* 留言展示列表end */
/* 留言表单start */
.messageForm {
	margin-right: -40px;
	font-size: 14px;
}

.messageForm:after {
	clear: both;
	content: '';
	visibility: hidden;
	display: block;
}

.messageForm .item {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 15px;
}

.messageForm .item.w100p {
	width: 100%;
}

.messageForm .item .con {
	margin-right: 40px;
}

.messageForm .item .label {
	height: 38px;
	line-height: 38px;
}

.messageForm .item .label span {
	color: #da0100;
}

.messageForm .item .itemC {
	clear: both;
	min-height: 40px;
}

/* 留言表单end */
/* 时间选择器 和搜索框 */
.searchBox {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.searchBox  .select {
  width: 21.25rem;
  height:3rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  
}
.searchBox  .select input {
	height: 3rem;
	line-height: 3rem;
	color: #666;
} 
.searchBox  .select .layui-inline {
  width: 100%;
}
.searchBox  .select .layui-inline input {
  display: block;
  width: 100%;
  background-color: transparent;
  position: relative;
  border: none;
}
.searchBox  .select::after {
  content: '';
  display: block;
  width: 10px;	
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url(../images/icon/select.png);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.searchBox .inputBox {
  width: 21.25rem;
  height: 3rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.searchBox .inputBox .input {
  width: 16.25rem;
  height: 3rem;
  background-color: #fff;
  border: none;
  padding: 0 1.25rem;
  border: 1px solid #e6e6e6;
}
.searchBox .inputBox .input input {
	height: 3rem;
	line-height: 3rem;
	border: none;
}
.searchBox .inputBox a {
  width: 4.875rem;
  height: 3rem;
  background-color: var(--themeColor);
  border-radius: 0 5px 5px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-image: url(../images/icon/search.png);
}
/* 新闻详情 当前位置 start */
.newsLoction {
	height: 5rem;
	line-height: 5rem;
	font-size: .875rem;
	color: #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	padding: 0 2rem;
	border-radius: 5px;
	background-color: #fff;
}
.newsLoction .after {
	flex: 1;
	display: flex;
	align-items: center;
}
.newsLoction .after dl {
	display: flex;
}
.newsLoction .after a {
	color: #999;
	padding: 0 1.25rem;
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(../images/sjx.png);
	background-size: .3rem;
}
.newsLoction .after a.home {
	padding-left: 0;
	background-size: 0;
}
.newsLoction .after a.hover,
.newsLoction .after a:hover {
	color: var(--themeColor);	
}
.newsLoction .before a {
	padding-left: 1.875rem;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: .75rem;
	background-image: url(../images/icon/fhlb.png);
	color: #999;
	transition: .3s;
}
.newsLoction .before a:hover {
	color: var(--themeColor);
	font-weight: 600;
	background-image: url(../images/icon/fhlbh.png);
}
/* 新闻详情 当前位置 end */