* {
	padding: 0;
	margin: 0;
	/* font-size: 10px; */
}

html, body {
	background-color: #f8f8f8!important;
}


.header {
	height: 70px;
	line-height: 70px;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 1rem 0rem rgba(34,34,34,0.1000);
	width: 100%;
	background: -webkit-linear-gradient(left,#e6e8ed,#d9e6f1, #e6e8ed);
	display: inline-block;
	align-content: center;
}

.header {
  /* padding-left: 35rem; */
  /* padding-right: 35rem; */
	box-sizing: border-box;
}

.themeName {
	padding-left: 1rem;
	font-size: 2.6rem;
	color: #123f7d;
	float: left;
	font-weight: bold;
	letter-spacing: 3px;
	}

.header div > img {
	width: 2.86rem;
	height: 2.86rem;
	float: left;
	position: relative;
	top: 20px;
	vertical-align: middle;
}

.cardBox {
	float: left;
}

.cardBox div {
	float: left;
	margin-right: 1.36rem;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	cursor: pointer;
	font-size: 1.6rem;
	transition: all 0.5s;
}

.cardBox div:hover {
	color: #184CCE;
}

.active {
	background: #184CCE;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE!important
}

.phoneBox {
	margin-left: 2.14rem;
	float: left;
	height: 100%;
}

.phoneBox > img {
	width: 1.43rem;
	height: 1.43rem;
	padding-left: 0.71rem;
	position: relative;
	top: calc((100% - 1.43rem) / 2);
margin-left: 2rem;}

.phoneBox span {
	padding-left: 0.71rem;
	float: right;
	font-size: 2.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #184CCE;
vertical-align: middle;margin-left: 1rem;}

.line {
	height: 1.4rem;
	background: #999999;
	width: 0.07rem;
	position: relative;
	top: calc((100% - 1.4rem) / 2);
	float: left;
}

.swiperBox {
	width: 100%;
	height: 48.86rem;
}

.swiperBox img {
	width: 100%;
	height: 100%;
}

.swiper-item > img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	width: 100%;
height: 48rem;}

.content {
	position: absolute;
	top: 8rem;
	color: white;
	font-weight: 500;
	z-index: 999;
	left: 20%;
}

.content > .title {
	font-size: 3.6rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FEFEFE;
}

.content > .message {
	font-size: 1.6rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E5EAF8;
	margin-top: 1rem;
	width: 45%;
	line-height: 3rem;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 3; */
	/* word-break: break-all; */
	/* -webkit-box-orient: vertical; */
}

.content button {
	margin-top: 5rem;
	border: 1px solid #fff;
	color: white;
	width: 8.57rem;
	height: 2.86rem;
	background: rgba(255,255,255,0.1);
	line-height: 2.86rem;
	z-index: 99999;
	cursor: pointer;
	margin-right: 1.43rem;
}

.active_chose {
	color: #184CCE!important;
	background: white!important;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.ProductCenter {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 6rem;
	margin-bottom: 6rem;
	animation: 1s linear 0s 1 normal none running key
}

.ProductCenter > h2 {
	text-align: center;
	font-size: 3.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	position: relative;
}

.ProductCenter > .title {
	font-size: 1.6rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	text-align: center;
	margin-top: 0.64rem;
}

.title > .smallTitle {
	color: #184CCE;
	font-size: 1.6rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-left: 5px;
}

.gridBox {
	margin-top: 2.14rem;
	margin-bottom: 2rem;
}

.grid_card:hover {
	background: linear-gradient(177deg, #EFF3FF 0%, #FFFFFF 100%)!important;
}

.gridBox .grid_card {
	border: 1px solid #ccc;
	height: 22.86rem;
	width: 30%;
	box-sizing: border-box;
	float: left;
	margin-right: 3%;
	background: linear-gradient(177deg, #F5F5F5 0%, #FFFFFF 100%);
	border-radius: 0.43rem;
	margin-bottom: 2rem;
	border: 2px solid white;
	cursor: pointer;
	position: relative;
	left: 3%;
}

.grid_card > .topBox {
	height: 8.21rem;
	padding-top: 2.07rem;
	padding-left: 2.14rem;
	box-sizing: border-box;
}

.grid_card > .bottomBox {
	position: relative;
	width: 100%;
	height: 14.71rem;
	z-index: 9999;
	position: relative;
}

.bottomBox > img {
	width: 80%;
	height: 80%;
	object-fit: contain;
	position: relative;
	left: 35%;
}

.chose_btn {
	position: absolute;
	left: 0;
	margin-left: 2.145rem;

	background: #E7ECF8;
	border: 1px solid #E7ECF8;
	border-radius: 0.29rem;
	bottom: 3.8rem;
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #184CCE;
	padding-left: 0.4rem;
	padding-right: 0.4rem;


width: 5rem;font-size: 12px;height: 3rem;}

.card_title {
	font-size: 1.8rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
}

.card_message {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 0.71rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	word-break: break-all;
	-webkit-box-orient: vertical;
	width: 50%;
	line-height: 25px;
}

.companyAdvantage {
	margin-top: 6rem;
	height: 52rem;
	width: 100%;
	position: relative;
}

.companyAdvantage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.conpanyTitle {
	position: relative;
}

.conpanyTitle {
	position: absolute;
	left: 0;
	right: 0;
	top: 4.29rem;
	margin: auto;
	text-align: center;
}

.conpanyTitle .title {
	font-size: 2.29rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.company_Box {
	margin-top: 0.64rem;
}

.company_Box > .span_1 {
	font-size: 1.14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.company_Box > .span_2 {
	font-size: 1.14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F28847;
}

.fixedBox {
	position: fixed;
	left: 90%;
	top: 70vh;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}

.fixedBox div {
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
	width: 3.29rem;
	height: 3.29rem;
	margin-bottom: 1rem;
	line-height: 3.29rem;
	text-align: center;
}

@keyframes key {
	0% {
		will-change: transform;/*优化动画卡顿1*/
		/*position:relative;优化动画卡顿2*/
		/*z-index: 1;优化动画卡顿2*/
		opacity: 0; /*初始状态 透明度为0*/
		transform:translateY(100px);/*初始状态 文档流下100px*/
	}
	100% {
		opacity:1; /*结尾状态 透明度为1*/
		transform:translateY(0px);/*初始状态 恢复正常位置*/
	}
}

@font-face {
	font-family: 'iconfont';  /* Project id 2754697 */
   src: url('https://at.alicdn.com/t/font_2754697_nh5hlmzfluk.woff2?t=1650607021947') format('woff2'),
       url('https://at.alicdn.com/t/font_2754697_nh5hlmzfluk.woff?t=1650607021947') format('woff'),
       url('https://at.alicdn.com/t/font_2754697_nh5hlmzfluk.ttf?t=1650607021947') format('truetype'),
       url('https://at.alicdn.com/t/font_2754697_nh5hlmzfluk.svg?t=1650607021947#iconfont') format('svg');
}

.iconfont {
	font-family: 'iconfont';
	font-style: inherit;
	font-size: 1.43rem;
	color: #969DAF;
}

.center_box {
	margin-top: 2rem;
	overflow: auto;
}

.center_left {
	float: left;
	width: calc((100% - 1.43rem) / 2);
	height: 39.5rem;
}

.center_left img {
	width: 100%;
	height: 100%;
	border-radius: 0.6rem;
}

.center_right {
	float: right;
	width: calc((100% - 1.43rem) / 2);
}

.center_card {
	height: 12.5rem;
	width: 100%;
	background: linear-gradient(177deg, #F5F5F5, #FFFFFF);
	margin-bottom: 1rem;
	border: 2px solid white;
	border-bottom: none;
	padding-left: 1rem;
	padding-top: 1.9rem;
	border-radius: 0.6rem;
	box-sizing: border-box;
	cursor: pointer;
position: relative;}

.center_card:hover {
	background: linear-gradient(177deg, #EFF3FF, #FFFFFF);
}

.center_card_title {
	font-size: 1.6rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}

.center_card_message {
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
	margin-top: 1.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	position: absolute;
bottom: 1.5rem;}

.botton_Nav {
	height: 26rem;
	width: 100%;
	background: #2C3343;
}

.botton_Nav > .top {
	height: 20rem;
	padding-left: 37rem;
	padding-right: 37rem;
}

.botton_Nav > .top > .left {
	display: grid;
	justify-items: center;
	align-content: center;
	float: left;
	height: 100%;
}

.botton_Nav > .top > .center {
	margin-left: 7rem;
	padding-top: 2.5rem;
	box-sizing: border-box;
	float: left;
}

.botton_Nav > .top > .right {
	float: right;
	padding-top: 3.5rem;
	text-align: center;
}

.botton_Nav > .top > .right > p {
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 2rem;
}

.small_title {
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.small_page {
	margin-top: 1rem;
}

.small_page > p {
	font-size: 1.4rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-bottom: 1rem;
	color: #CCCCCC;
}
.rightBox {
	left: 0;
	bottom: 25px;
	position: relative;
	top: 0px;
	width: 70%;
	display: flex;
	justify-content: center;
	margin: auto;
}
.botton_Nav > .bottom {
	height: 6rem;
	border-top: 1px solid #474D5D;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #afafb1;
	line-height: 6rem;
	text-align: center;
	align-items: center;
	justify-items: center;
	width: 100%;
	background: #2C3343;
}

@media screen and (min-width:300px) and (max-width:1000px) {
	.ProductCenter {
		width: 100%!important;
	}
	.showMessage {
		width: 100%!important;
	}
	.companyAdvantage {
		margin-top: 6rem;
		height: 20rem!important;
		width: 100%;
		position: relative;
	}
	.header {
		padding: 0;
		width: 100%!important;
		height: auto!important;
	}
	.header > div {
		width: 100%!important;
		height: auto!important;
	}
	.header > div > div {
		height: auto!important;
		width: 100%!important;
	}
	.ProductCenter {
		padding: 0
	}

	.fixedBox {
		right: 2rem
	}
	.themeName {
	  padding-left: 15px!important;
	  font-size: 22px!important;
	}

	.gridBox .grid_card {
		border: 1px solid #ccc;
		height: 22.86rem;
		width: 46%;
		box-sizing: border-box;
		float: left;
		margin-right: 2%;
		background: linear-gradient(177deg, #F5F5F5 0%, #FFFFFF 100%);
		border-radius: 0.43rem;
		margin-bottom: 2rem;
		border: 2px solid white;
		cursor: pointer;
		position: relative;
		left: 2%;
		box-sizing: content-box;
	}

	.swiper-item > img {
		height: 20rem
	}

	.content {
		position: absolute;
		top: 2rem;
		color: white;
		font-weight: 500;
		z-index: 999;
		left: 3rem;
	}

	.swiperBox {
		width: 100%;
		height: 20rem;
	}

	h2 > .more {
		right: 2rem!important;
	}

	.center_left {
		display: none
	}

	.center_right {
		width: 100%;
		padding: 1rem;
		box-sizing: border-box;
	}

	.botton_Nav > .top {
		width: 100%
	}

	.botton_Nav > .top {
		padding: 0
	}

	.center_card_message {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.companyAdvantage img {
		object-fit: cover;
	}

	.conpanyTitle {
		top: 1.29rem
	}

	.header {
		padding-left: 1rem;
		padding-right: 1rem
	}

	.grid_card {
		height: 18.86rem!important;
	}

	.topBox {
		height: 6.21rem!important;
	}

	.grid_card > .bottomBox {
		height: 12.71rem!important;
	}

	h2 > .more > span {
		top: 0!important
	}

	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 2rem;
		left: 0;
		width: 100%;
		right: 0;
		margin: auto;
		width: fit-content;
	}

	.content > .message {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.content button {
		margin: 0;
		position: relative;
		left: 42%;
		bottom: 3rem;
	}

	.small_page > p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.botton_Nav > .top > .left {
		display: none
	}

	.botton_Nav > .top > .center {
		margin-left: 3%;
		padding-top: 2rem;
		box-sizing: border-box;
		width: 40%;
		padding-left: 7%;
		vertical-align: top;
	}

	.botton_Nav > .top > .right {
		display: none
	}

	#cover {
		position: fixed;
		left: 0px;
		top: 0px;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		filter: alpha(opacity=100);
		display: block;
		z-Index: 999;
		display: none
	}

	#cover img {
		width: 160px;
		height: 160px;
		margin: 0 auto;
	}

	.content > .title {
		font-size: 2rem
	}

	.content > .message {
		font-weight: 100
	}

	.phoneBox {
		height: auto
	}
	.card_message {
		-webkit-line-clamp: 2!important;
	}
	.cardBox {
		line-height: 5.14rem;
		margin-bottom: 10px;
	}

	.line {
		top: 2rem;
		display: none;
	}

	.header div > img {
		width: 2rem;
   /* height: 2rem; */
		top: 1.5rem;
	}
	.mapMessage {
	  padding: 10px;
	}

	.phoneBox {
		margin-left: 0;
		display: none;
	}
	.phoneBox img {
	  top: 2.5rem!important;
	}

	.cardBox div {
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		overflow: auto;
	}

	.zxf_pagediv {
		text-align: left!important
	}

	.prebtn {
		width: 5rem
	}

	.nextbtn {
		width: 5rem
	}

	.zxfPagenum {
		color: #666;
		background: #fff;
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin: 0 5px;
		border-radius: 3px;
	}

	.current {
		color: #ffffff;
		background: #f0ffeb;
		width: 20px;
		height: 20px;
		line-height: 20px;
		border-radius: 3px;
		outline: 1px solid #184CCE;
		color: #184CCE;
	}

	nextbtn, .prebtn, span.disabled {
		color: #666;
		background: #fff;
		width: 65px;
		line-height: 25px;
		border-radius: 3px;
		height: 25px;
	}
}

.model2 {
	display: none;
	min-height: calc(100vh - 66.1rem);
}

.model3 {
	display: none;
	min-height: calc(100vh - 66.1rem);
}

.model4 {
	display: none;
	min-height: calc(100vh - 66.1rem);
}

.swiper-slide {
	width: 100%!important;
}

.content-wrap {
	display: flex;
	align-items: center;
	opacity: 0.7;
	overflow: hidden;
	padding: 0 10px;
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
}

.tab-wrap {
	height: 50px;
	width: 90%;
	display: inline-block;
  /* background: #bfa; */
	line-height: 50px;
	position: relative;
	overflow: hidden;
	flex: 1;
	margin: 0 10px;
}

.tab-list {
	white-space: nowrap;
	position: absolute;
	font-size: 0;
}

.tab-list span {
	color: #222222;
	font-size: 16px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 160px;
	text-align: center;
}

.to-left,
.to-right {
	display: inline-block;
	width: 22px;
	height: 22px;
  /* font-size: 36px;
  color: #554CCD; */
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: center;
	background: #f1f5ff;
	border-radius: 50%;
}

.to-left {
	background-image: url(../images/left.png);
	background-position: 6px;
	background-size: 15px;
	background-repeat: no-repeat;
}

.to-right {
	background-image: url(../images/right.png);
	background-position: 2px;
	background-size: 15px;
	background-repeat: no-repeat;
}

.activeTab {
	color: #184cce!important;
	border-bottom: 2px solid #184cce;
}

.row > div {
  /* height: 100%; */
  position: relative;
  /* display: grid; */
  /* justify-items: left; */
  float: left;
  /* align-content: center; */
  /* flex: 1; */
  padding: 0;
  margin-top: 20px;
}

.row > div img {
	border-radius: 10px;
	margin: auto;
	height: 280px;
	width: 100%;
	animation: myfirst 2s;
    -webkit-animation: myfirst 2s;
}

@keyframes myfirst
{
	0% {
		will-change: transform;/*优化动画卡顿1*/
		/*position:relative;优化动画卡顿2*/
		/*z-index: 1;优化动画卡顿2*/
		opacity: 0; /*初始状态 透明度为0*/
		transform:translateX(-100px);/*初始状态 文档流下100px*/
	}
	100% {
		opacity:1; /*结尾状态 透明度为1*/
		transform:translateX(0px);/*初始状态 恢复正常位置*/
	}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0% {
		will-change: transform;/*优化动画卡顿1*/
		/*position:relative;优化动画卡顿2*/
		/*z-index: 1;优化动画卡顿2*/
		opacity: 0; /*初始状态 透明度为0*/
		transform:translateX(-100px);/*初始状态 文档流下100px*/
	}
	100% {
		opacity:1; /*结尾状态 透明度为1*/
		transform:translateX(0px);/*初始状态 恢复正常位置*/
	}
}

.col-row > div {
  width: 100%;
}

.messgae {
  height: 220px;
  width: 98%;
  background: linear-gradient(177deg, #5379e8, #2457da);
  border-radius: 5px;
  overflow: auto;
  margin-top: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
  padding: 2rem 2rem 2rem 2rem;
  box-sizing: border-box;
  padding-right: 2rem;
  animation: mytwo 2s;
  -webkit-animation: mytwo 2s;
}

@keyframes mytwo
{
	0% {
		will-change: transform;/*优化动画卡顿1*/
		/*position:relative;优化动画卡顿2*/
		/*z-index: 1;优化动画卡顿2*/
		opacity: 0; /*初始状态 透明度为0*/
		transform:translateX(100px);/*初始状态 文档流下100px*/
	}
	100% {
		opacity:1; /*结尾状态 透明度为1*/
		transform:translateX(0px);/*初始状态 恢复正常位置*/
	}
}

@-webkit-keyframes mytwo /* Safari and Chrome */
{
	0% {
		will-change: transform;/*优化动画卡顿1*/
		/*position:relative;优化动画卡顿2*/
		/*z-index: 1;优化动画卡顿2*/
		opacity: 0; /*初始状态 透明度为0*/
		transform:translateX(100px);/*初始状态 文档流下100px*/
	}
	100% {
		opacity:1; /*结尾状态 透明度为1*/
		transform:translateX(0px);/*初始状态 恢复正常位置*/
	}
}

.messgae h3 {
 color: white;
 margin-bottom: 1rem;
}

.messgae > span {
    color: #d7ddf9;
    line-height: 30px;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.col-row {
	padding: 2rem;
	padding-left: 3rem!important;
}

.col-row p {
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

.col-row span {
	font-weight: 500;
	font-size: 1.6rem;
	color: #666;
}

.btnclass {
	display: block;
	margin-top: 2rem;
	background: #184cce;
	border: none;
}

.btnclass:hover {
	background-color: #184cce;
	border-color: #184cce;
}

.colCard > .top {
	height: 260px;
	width: 100%;
}

.colCard > .top img {
	height: 100%;
	width: 100%;
}

.colCard > .bottom {
	height: 130px;
	width: 100%;
	display: grid;
	align-content: center;
	justify-items: left;
	padding: 2rem;
	padding-left: 3rem!important;
}

.colCard > .bottom > p {
	font-size: 1.8rem;
	color: #222222;
	margin: 0;
font-weight: 400;}

.cardAllbox {
	overflow: auto;
	margin-top: 2rem;
	display: inline-block;
}

.colCard:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	background: linear-gradient(177deg, #EFF3FF 0%, #FFFFFF 100%)!important;
}

.colCard > .bottom > span {
	font-size: 1.4rem;
	margin-top: 1rem;
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 25px;
width: 95%;}

.colCard {
	background: white;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.cardAllbox > .col-md-4 {
	margin-bottom: 30px;
}

.mapMessage {
	margin-top: 2rem;
	line-height: 20px;
}

.mapMessage p {
	font-size: 16px;
	font-weight: 500;
}

.amap-logo {
	display: none!important;
}

.amap-copyright {
	opacity: 0;
}

.showMessage {
	display: none;
	width: 1200px;
	min-height: calc(100vh - 31.5rem);
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

.showMessage>div {
	background: white;
	width: 100%;
	min-height: calc(100vh - 31.5rem);
}

.wz_top {
	height: auto;
	padding: 7px 12px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.wz_top span {
	cursor: pointer;
}

.con_main {
  /* padding: 1rem; */
	padding: 10px 66px 38px 66px;
}

.con_main h2 {
	text-align: center;
	font-size: 2.8rem;
	margin-top: 1rem!important;
font-weight: bold;}

.message {
	font-size: 18px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-weight: 400;
	line-height: 35px;
	overflow:auto;
}

.message img {
	margin: 15px auto;
	padding: 0px;
	border: none;
	clear: both;
	display: block;
	font-size: 18px;
	max-width: 100%;
}

.message p {
	margin-bottom: 1rem;
	font-size: 23px;
}

.nextbtn, .prebtn, span.disabled {
	margin-left: 10px;
}

#container {
	margin-top: 2rem;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0!important;
}

.programe_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.showContent img {
  width: 85%;
  margin-left: 7.5%!important;
}
.showContent {
  text-indent: 50px;
  font-size: 25px;
}
.center_card_message > p {
  margin: 0!important;
  font-size: 14px;
}
.center_card_message > div {
  margin: 0!important
}
.center_card_message > span {
  margin: 0!important
}
.center_card_message p > span {
  background: none!important;
  font-size: 14px!important;
  color: #999!important;
}
.center_card_message div {
  background: none;
}
.btnAnclass {
	background-color: #E7ECF8;color: #184CCE;
	border: none;
	padding-left: 0.56rem;
    padding-right: 0.56rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
	margin-top: 0.5rem;
	border-radius: 0.29rem;
}
.btnAnclass:hover {
	border-radius: 2px;
	background-color:#184CCE;color:white;background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
}
.chose_btn span {
  vertical-align: middle;
}

.cardGird > .col-row {
  float: left;
  padding: 5px!important;
  /* padding: 0!important; */
}

.cardGird > .col-row > div {
  background-color: #f7f7f7;
  height: 220px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
}

.cardGird > .col-row > div:hover {
  background-color: #2457da;
  border: 1px solid #6599e6;
}

.cardGird {
  margin-top: 3rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  left: 5px;
}

.card_box {
 display: grid;
 align-content: center;
 justify-content: center;
 text-align: center;
 cursor: pointer;
 transition: all 0.5s;
}


.card_box > div > img {
 margin-bottom: 2rem;
 width: 35px;
 height: 35px;
 filter: drop-shadow(#1671ea 100px 0);
 transform: translateX(-100px)
}

.col-md-3 .card_box > div > img {
	margin-bottom: 2rem;
	width: 35px;
	height: 35px;
	filter: drop-shadow(#1671ea 150px 0);
	transform: translateX(-150px)
}
.col-md-3 .card_box:hover > div > img {
	margin-bottom: 2rem;
	width: 35px;
	height: 35px;
	filter: drop-shadow(white 150px 0);
	transform: translateX(-150px)
   }

.card_box p {
  font-size: 16px;
  margin-bottom: 1rem;
}
.card_box span {
  font-size: 14px;
  color: #a9a9a9;
}
.card_box > div {
  overflow: hidden;
}
.card_box:hover > div > img {
 margin-bottom: 2rem;
 width: 35px;
 height: 35px;
 filter: drop-shadow(white 100px 0);
 transform: translateX(-100px)
}

.card_box:hover p {
  color: #fff;
}
.card_box:hover span {
 color: #fff;
}

.coreBox {
  overflow: auto;
  margin-top: 20px;
}
.coreBox > .left {
  width: 20%;
  float: left;
}
.coreBox > .right {
  width: 80%;
  float: left;
  background: white;
  padding: 2rem;
  border-radius: 10px;
}
.coreBox > .left > div {
  width: 80%;
  margin: auto;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  background: linear-gradient(177deg, #F5F5F5 0%, #FFFFFF 100%);
  border: 2px solid white;
  border-radius: 10px;
  padding-left: 7%;
  font-size: 18px;
  color: #212121
}
.coreBoxActive {
	background: linear-gradient(177deg, #EFF3FF 0%, #FFFFFF 100%)!important;
	color: #184dd2!important;
	cursor: pointer;
}
.coreBox > .right > .Introduce > img {
	border-radius: 10px;
}
.Introduce {
	width: 100%;
    float: left;
    background: white;
    border-radius: 10px;
	display: none;
}
.Introduce:first-child {
  display: block;
}

.ulBox {
  width: 45%;
  background: #f7f7ff;
  padding: 1rem;
  min-height: 110px;
  border-radius: 10px;
  margin-top: 10px;
}
.ulBox > ul > li {
  width: 50%;
  float: left;
  line-height: 30px;
  text-align: center;
  list-style: none;
  height: 30px;
}
.rhombus {
	width: 10px;
	height: 10px;
	background-color: #1089ff;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	transition: 1s clip-path;
	position: relative;
	display: inline-block;
	margin-right: 8px;
}
.rhombusName {
  vertical-align: middle;
}

.AllUl > li {
  width: 100%!important;
  text-align: left!important;
  list-style: none;
  font-size: 15px;
}

.AllUl {
  overflow: hidden;
   margin: 0;
}

.AllrhombusBox {
	min-width: 90%;
    background: #f7f7ff;
    padding: 1rem 2rem;
	margin-top: 10px;
    border-radius: 10px;
}

.AllUl > li > .rhombus {
	width: 10px;
    height: 10px;
    background-color: #1089ff;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: 1s clip-path;
    position: relative;
    vertical-align: middle;
    line-height: 30px;
    display: inline-block;
}
.AllUl > li > .rhombusName {
	vertical-align: middle;
    line-height: 30px;
    display: inline-block;
}

.mapMessage > .messgaeContent{
  text-indent: 20px;
  line-height: 30px;
}

.pagecount{
    text-align: center;
	float: right;
    margin-bottom: 5px;
    padding:15px 15px 20px 0;
}
.pagecount span{
	background: white;
    margin: 0 0 0 5px;
    text-align: center;
    border: 1px solid #eee;
    color: #666;
    width: 50px;
    display: inline;
    padding: 1rem;
}
.pagecount span a{
    color:#333;
}
.pagecount span a:hover{
    text-decoration: underline;
}

.tabCard {
  display: none;
}

.right .Introduce:first-child {
  display: block;
}

.col-md-3 {
  width: 20%!important
}

.amap-info-content h4 {
  margin-bottom: 5px;
}

.amap-info-outer, .amap-menu-outer {
  border-radius: 5px;
}

.mapCenter {
 height: 35px;
 float: left;
 width: 1px;
 background: #eeeeee;
 position: relative;
 top: 15px;
 margin-left: 10px;
}

.mapRight {
  float: right;
  width: 60px;
  display: grid;
  align-content: center;
  justify-content: center;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 7.5px;
  cursor: pointer;
}

.mapRight img {
  width: 30px;
}

.mapLeft {
  float: left;
  padding-top: 3px;
}

.rightBox div {
	width: 70px;
    height: 100%;
    float: left;
    line-height: 35px;
	border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-left: 1px solid #efefef;
    text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #636466!important;
}
.rightBox {
	position: relative;
    top: 5px;
    right: 0;
    height: 37px;
    background: white;
}

.rightBox .active{
  background: #e7eef3;
  color: #5674db!important;
  border-top: 1px solid #1a4bcf;
  border-bottom: 1px solid #1a4bcf;
  border-left: 1px solid #6f8ee1;
  border-right: 1px solid #6f8ee1;
}

.no-underline:hover {
  text-decoration: none;
}
