/*.row{*/
/*	--bs-gutter-x:1rem;*/
/*}*/
.com-banner1 {
	position: relative;
	padding-bottom: 39%
}

.com-banner1 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.com-banner1 h3 {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	z-index: 2;
}
.com-banner1:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: var(--main-color);
	opacity: .2;
	z-index: 1;
}
.com-banner1 h3:after{
	content: '';
	display: inline-block;
	width: 4em;
	height: 2px;
	background-color: #fff;
	margin-left: .5em;
	vertical-align: middle;
}
.com-banner1 h3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	/*font-style: italic;*/
	line-height: 1;
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
	color: #fff;
}

.page-tabs {
	position: relative;
	z-index: 2;
}

.page-tabs:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	content: "";
	opacity: .5;
	background-color: var(--sub-color4);
}

.page-tabs > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center
}

.page-tabs a {
	font-size: 14px;
	line-height: 1;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 150px;
	height: 55px;
	margin: 0 5px;
	transition: all .3s;
	color: #333
}

.page-tabs a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	content: "";
	transition: all .3s;
	transform: translateX(-50%);
	opacity: 0;
	border-top: 6px solid var(--main-color);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}

.page-tabs a:hover, .page-tabs a.on {
	color: #fff;
	background-color: var(--main-color)
}

.page-tabs a:hover::after, .page-tabs a.on::after {
	opacity: 1
}

.m-navbar {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 18px 8%;
}

.m-navbar:before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	content: "";
	opacity: .3;
	background-color: var(--sub-color4);
}

.m-navbar ul {
	font-size: 14px;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 25px;
	color: #666;
	background: url(../img/icon_home.png) no-repeat left center
}

.m-navbar ul li:nth-of-type(n+2) {
	position: relative;
	margin-left: 0;
	padding-left: 22px;
}

.m-navbar ul li:nth-of-type(n+2)::before {
	position: absolute;
	top: 52%;
	left: 8px;
	display: block;
	width: 8px;
	height: 7px;
	content: "";
	transform: translateY(-50%);
	opacity: 1;
	background: url("../img/jt.png") no-repeat center;
	background-size: contain
}

.m-navbar ul li a {
	color: inherit;
}

.m-navbar .nav-btn {
	z-index: 2;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../img/m-nav001.png) no-repeat center;
}

.navbar {
	display: none;
	padding: 15px;
}

.navbar div {
	display: flex;
	align-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
	padding: 0 0 0 15px;
	border: 1px solid #e2e2e2;
	background-color: #fff
}

.navbar div p {
	font-size: 16px;
	line-height: 60px;
	position: relative;
	display: none;
	padding-left: 30px;
	color: #626262;
}

.navbar div p::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: "";
	transform: translateY(-50%);
	opacity: 1;
	background: url("../image/all.png") no-repeat;
	background-size: contain;
}

.navbar div ol {
	display: none;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 8px 0
}

.navbar div ol li {
	position: relative;
	transition: .4s all;
	border-radius: 15px;
}

.navbar div ol li.active {
	background-color: #ddae60
}

.navbar div ol li a {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	min-width: 85px;
	height: auto;
	padding: 6px 15px;
	transition: .4s all;
	text-align: center;
	color: #666
}

.navbar div .js-more {
	font-size: 16px;
	line-height: 44px;
	position: relative;
	display: block;
	cursor: pointer;
	text-align: center;
	color: #626262;
}

.navbar .js-more {
	display: none
}

.navbar .js-more::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 11px;
	height: 7px;
	margin-top: -3px;
	content: "";
	transition: all .3s;
	background: url(../image/qwy-i3.png) center no-repeat;
}

.navbar .js-more.active::before {
	transform: rotate(180deg)
}

.navbar > div {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 20px;
}

.navbar > div::after {
	position: absolute;
	top: 45px;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #e2e2e2;
}

.navbar-nav-more-body {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	transition: .2s;
	background-color: rgba(0, 0, 0, 0.6);
}

.navbar-nav-more-body .box-shadown {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%
}

.navbar-nav-more-body .offcanva {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 60%;
	height: 100%;
	background-color: #fff
}

.navbar-nav-more-body .offcanvas-body {
	position: relative
}

.navbar-nav-more-body .offcanvas-end {
	z-index: 119;
	width: 60%;
}

.navbar-nav-more-body .top-menu-list {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	/*font-size: 1rem;*/
	transition: .2s;
}

.navbar-nav-more-body .top-menu-list.active {
	transform: translateX(-100%)
}

.navbar-nav-more-body .top-menu-list > li {
	line-height: 3.5em;
	height: 3.5em;
	padding: 0
}

.navbar-nav-more-body .top-menu-list > li.on a {
	color: var(--main-color);
}

.navbar-nav-more-body .top-menu-list > li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 1em;
	color: inherit;
}

.navbar-nav-more-body .top-menu-list > li a:hover {
	color: var(--main-color);
}

.navbar-nav-more-body .top-menu-list ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fff;
}

.navbar-nav-more-body .top-menu-list ul.active {
	display: block
}

.navbar-nav-more-body .top-menu-list ul.active .icon {
	margin-right: .5rem;
	transform: rotate(180deg);
	vertical-align: sub
}

.navbar-nav-more-body .top-menu-list .icon {
	font-size: 16px;
	color: #666
}

.navbar-nav-more-body .top-menu-list > li li:first-child,
.navbar-nav-more-body .top-menu-list > li:first-child {
	height: 4em
}

.navbar-nav-more-body .top-menu-list > li li:first-child > a,
.navbar-nav-more-body .top-menu-list > li:first-child > a {
	font-weight: bold;
	height: 4em;
	color: #000;
	background-color: var(--sub-color4);
}

.sub_banner {
	height: 18.75rem;
}

.sub_banner .txt {
	position: absolute;
	z-index: 33;
	top: 21.8%;
	left: 4.025rem;
}

.sub_banner .txt .tip {
	font-size: .45rem;
	font-weight: 500;
	line-height: .9rem;
	display: inline-block;
	height: 1rem;
	padding: 0 .55rem;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
}

.sub_banner .txt .tit-60 {
	font-weight: 400;
	line-height: 1.8rem;
	margin-top: .85rem;
	color: #fff;
}

.addss {
	font-size: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1.9rem;
	padding-left: 4.025rem;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.addss a {
	font-size: 16px;
	font-weight: 450;
	line-height: 1.9rem;
	position: relative;
	display: inline-block;
	height: 100%;
	margin-right: 1.875rem;
	transition: all 0.5s;
	vertical-align: top;
	color: #fff;
}

.addss a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	content: "";
	transition: all 0.5s;
	background: var(--sub-color1);
}

.addss a:hover::after {
	width: 100%;
}

.addss a:hover {
	color: var(--sub-color1);
}

.addss a.on::after {
	width: 100%;
}

.addss a.on {
	color: var(--sub-color1);
}

.about_a {
	padding: 3.475rem 4.025rem;
	background: #f9f9f9;
}

.about_a .left {
	/*float: left;*/
	/*width: 45%;*/
}

.about_a .left .t1 {
	line-height: 1;

	color: var(--main-color);
}

.about_a .left .t2 {
	font-weight: 500;
	line-height: 1.75rem;
	margin-top: 0.8rem;
	color: #000;
}

.about_a .left .t2 span {
	color: var(--main-color);
}

.about_a .left .t3 {
	font-weight: 500;
	line-height: .9rem;
	margin-top: .8rem;
	color: #000;
}

.about_a .left .t4 {
	font-weight: 400;
	line-height: .75rem;
	margin-top: 1.2rem;
	padding-top: 1rem;
	text-align: justify;
	color: #666;
	border-top: 1px solid #e5e5e5;
}

.about_a .left .t4 p {
	margin-bottom: 1em;
}

.about_a .right {
	/*width: 50%;*/
	/*float: right;*/
	position: relative;
}

.about_a .right .dian {
	position: absolute;
	top: 36%;
	left: 30%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--main-color);
}

.about_a .right .dian div {
	width: 60px;
	height: 60px;
	-moz-animation: warn 2s ease-out;
	-webkit-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0.3;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	background: var(--sub-color4);
}

@keyframes warn {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0.0;
	}

	5% {
		transform: translate(-50%, -50%) scale(0.05);
		opacity: 0.05;
	}

	10% {
		transform: translate(-50%, -50%) scale(0.1);
		opacity: 0.1;
	}

	15% {
		transform: translate(-50%, -50%) scale(0.15);
		opacity: 0.15;
	}

	20% {
		transform: translate(-50%, -50%) scale(0.2);
		opacity: 0.2;
	}

	25% {
		transform: translate(-50%, -50%) scale(0.25);
		opacity: 0.25;
	}

	30% {
		transform: translate(-50%, -50%) scale(0.3);
		opacity: 0.3;
	}

	35% {
		transform: translate(-50%, -50%) scale(0.35);
		opacity: 0.35;
	}

	40% {
		transform: translate(-50%, -50%) scale(0.4);
		opacity: 0.4;
	}

	45% {
		transform: translate(-50%, -50%) scale(0.45);
		opacity: 0.45;
	}

	50% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 0.5;
	}

	60% {
		transform: translate(-50%, -50%) scale(0.60);
		opacity: 0.45;
	}

	65% {
		transform: translate(-50%, -50%) scale(0.65);
		opacity: 0.4;
	}

	70% {
		transform: translate(-50%, -50%) scale(0.7);
		opacity: 0.35;
	}

	75% {
		transform: translate(-50%, -50%) scale(0.75);
		opacity: 0.30;
	}

	80% {
		transform: translate(-50%, -50%) scale(0.80);
		opacity: 0.25;
	}

	85% {
		transform: translate(-50%, -50%) scale(0.85);
		opacity: 0.2;
	}

	90% {
		transform: translate(-50%, -50%) scale(0.90);
		opacity: 0.15;
	}

	95% {
		transform: translate(-50%, -50%) scale(0.95);
		opacity: 0.1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.0;
	}
}

.about_a .right .list {
	position: absolute;
	top: 6%;
	left: 0;
	display: flex;
}

.about_a .right .list .li {
	margin-right: 3rem;

}

.about_a .right .list .li:last-child {
	margin-right: 0;
}

.about_a .right .list .li .num {
	font-size: .9rem;
	line-height: 1;
	color: var(--main-color);
}

.about_a .right .list .li .tit-18 {
	font-weight: 550;

}

.about_a .right .list .li .num span {
	font-size: .4rem;
	vertical-align: top;
}

.about_b {
	padding: 2.925rem 4rem;
	background-color: #fff;
}

.about_b .t1 {
	font-weight: 500;
	line-height: 1;
}

.about_b .t1 span {
	color: var(--main-color);
}

.about_b {
	padding: 4rem 4rem 2.85rem;
}

.about_b .list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 1.4rem;
}

.about_b .list .li {
	width: calc((100% - 2rem) / 3);
	margin-right: 1rem;
	padding: 2.1rem 1.5rem;
	background: #f5f5f5;
}

.about_b .list .li:nth-last-of-type(1) {
	margin-right: 0;
}

.about_b .list .li .img {
	width: 1.7rem;
	min-height: 1.7rem;
}

.about_b .list .li .tit-24 {
	font-weight: 550;
	line-height: 1;
	margin-top: 1.5rem;
}

.about_b .list .li .desc {
	font-weight: 450;
	line-height: .6rem;
	margin-top: .85rem;
	text-align: justify;
	color: #666;
}

.about_b .list .li .desc span {
	color: #e50012;
}


.newsList .item-box {
	padding-bottom: 40px;
	border-bottom: 1px solid #dbdbdb;
}
.newsList .item-box + .item-box{
	padding-top: 40px;
}
.newsList .item-box .img-box {
	/*float: left;*/
	overflow: hidden;
	width: 300px;
	min-width: 20%;
	max-width: 27%;
	margin-right: 45px;
}

.newsList .item-box .img-box img {
	transition: all .3s;
	/*width: 300px;*/
	/*height: 205px;*/
	object-fit: cover;
}

.newsList .item-box .txt-box {
	/*float: left;*/
	width: 50%;
	margin-top: 20px;
}

.newsList .item-box .txt-box h3 {
	/*font-size: 18px;*/
	font-weight: 400;
	margin-bottom: 15px;
	color: #333;
}

.newsList .item-box .txt-box p {
	/*font-size: 14px;*/
	line-height: 1.8;
	color: #333;
}

.newsList .item-box .right-box {
	/*float: right;*/
	text-align: right;
}

.newsList .item-box .right-box p {
	font-size: 24px;
	color: #343333;
}

.newsList .item-box .right-box p span {
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}

.newsList .item-box .right-box .icon-box {
	margin-top: 10px;
}

.newsList .item-box .right-box .icon-box img.active {
	display: none;
}

.newsList .item-box:hover .img-box img {
	transform: scale(1.1);
}

.newsList .item-box:hover .txt-box h3 {
	font-weight: bold;
	text-decoration: underline;
	color: var(--main-color);
}

.newsList .item-box:hover .right-box p {
	color: var(--main-color);
}

.news_list-wrap .session_2 {
	margin-bottom: 150px;
}

.news_list-wrap .session_2 .title {
	margin-bottom: 45px;
	text-align: center;
}

.news_list-wrap .session_2 .title p {
	font-size: 30px;
	margin-bottom: 12px;
	color: #333;
}

.news_list-wrap .session_2 .title .txt_1 {
	font-size: 14px;
	color: #666;
}

.news_list-wrap .session_2 .title .txt_1 span {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.news_list-wrap .session_2 .des-box p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 35px;
	color: #4d4948;
}

.news_list-wrap .session_2 .des-box .img-box {
	margin-bottom: 35px;
	text-align: center;
}

.news_list-wrap .session_2 .des-box .img-box img {
	max-width: 100%;
}

.news_list-wrap .session_2 .bottom-box {
	margin-top: 100px;
	border-bottom: 1px solid #e8e8e8;
}

.news_list-wrap .session_2 .bottom-box .black-btn {
	font-size: 16px;
	line-height: 46px;
	float: left;
	width: 147px;
	height: 46px;
	text-align: center;
	color: #fff;
	background: var(--main-color);
}

.news_list-wrap .session_2 .bottom-box .share-box {
	float: right;
}

.news_list-wrap .session_2 .bottom-box .share-box #share-2 {
	display: inline-block;
}

.news_list-wrap .session_2 .bottom-box .share-box #share-2 .social-share-icon {
	font-size: 18px;
	line-height: 28px;
	width: 28px;
	height: 28px;
}

.news_list-wrap .session_2 .other-box {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e8e8e8;
}

.news_list-wrap .session_2 .other-box a {
	font-size: 16px;
	line-height: 2;
	display: block;
	color: #4d4948;
}

.news_list-wrap .session_2 .other-box a:hover {
	color: var(--main-color);
}

#Pages {
	margin-top: 0.5rem;
	margin-bottom: 2.4rem;
	text-align: center;
}

#Pages a, #Pages span {
	line-height: .95rem;
	display: inline-block;
	min-width: .95rem;
	height: .95rem;
	margin: 0 4px;
	padding: 0 12px;
	-webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
	text-decoration: none;
	color: #000;
	border-radius: 20px;
	background-color: transparent;
}

#Pages span {
	-webkit-transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
	transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
	color: #fff;
	background: var(--main-color);
}
#Pages p{
	display: none;
}
.rich_media_meta_list{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.rich_media_meta_list .lll{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 0.5rem;
}
.rich_media_meta_list .lll svg{
	fill: #ccc;
	width: 24px;
	height: 24px;
	margin-right: 0.2rem;
	transform: translateY(2px);
}
.rich_media_meta_list em{
	margin: 0 !important;
}
.rich_media_meta_list .tit-12{
	color: rgba(0,0,0,.3);
}


.listContent,
.imgList{
	padding-top: 3.475rem;
	padding-bottom: 2.58rem;
}
.imgList .imgList-item a .tit-16 {
	color: var(--main-color);
	margin-top: .5rem;
	line-height: 0.65rem;
	font-weight: 500;
	height: 1.3rem;
}
.imgList .imgList-item a:hover .tit-16{
	color: #000;
}


.contact1 .flexBox {
	display: flex;
	justify-content: space-between;
	/*margin-top: 4vw*/
}

.contact1 .contact-left {
	display: flex;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	flex: 1;
	justify-content: space-between;
	border: 1px solid #d9d9d9
}

.contact1 .contact-left p {
	font-size: 16px;
	color: #666666
}

.contact1 .contact-left span {
	font-size: 24px;
	font-weight: bold;
	color: #333333
}

.contact1 .contact-left div {
	padding-left: 30px;
	padding-right: 30px
}

.contact1 .contact-left div.line {
	padding-left: 0;
	padding-right: 0
}

.contact1 .contact-left .line:after {
	display: block;
	width: 1px;
	height: 60px;
	content: "";
	background-color: #d9d9d9
}

.contact1 .contact-right {
	display: flex;
	align-items: center;
	margin-left: 3.2vw
}

.contact1 .contact-right i+i {
	margin-left: 15px
}

.contact1 .contact-right i img {
	width: 119px
}

.contact1 .contact-right i span {
	font-size: 12px;
	display: block;
	width: 100%;
	margin-top: 24px;
	text-align: center;
	color: #333333
}

#myMap {
	height: 100%;
	margin: 0 !important;
	border: 0 !important
}

.contact2 {
	padding-top: 3.2vw;
	/*padding-bottom: 3.2vw;*/
	height: 600px
}

.contact2 >div {
	height: 100%
}

#crt_cats{
	text-align: center;
}
#crt_cats a {
	display: inline-block;
	margin: 0 0.25rem;
	color: var(--sub-color2);
	font-size: 15px;
	opacity: .7;
}
#crt_cats a.on{
	color: var(--main-color);
	opacity: 1;
	text-decoration: underline;
}


.agent2 .jmc2ul > div .jmc2a {
	position:relative;
	display:block;
	overflow:hidden;
	height:240px;
	cursor:default;
	border-radius:0.3em;
	background:#fff;
	transition:transform .36s
}
.agent2 .jmc2ul > div .jmc2a .jmc2x {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:28px 20px 0;
	text-align:center
}
.agent2 .jmc2ul > div .jmc2a .jmc2x .jmc2_num {
	font:24px/40px ec_b;
	display:block;
	height:40px;
	transition:all 0.5s ease-in-out;
	color:var(--main-color);
}
.agent2 .jmc2ul > div .jmc2a .jmc2x strong {
	display:block;
	margin-top:.5em;
	transition:all 0.3s ease-in-out;
}
.agent2 .jmc2ul > div .jmc2a .jmc2x p {
	margin-bottom:0;
	transition:all 0.36s ease-in-out;
	top:154px;
	right:20px;
	left:20px
}
.agent2 .jmc2ul > div .jmc2a .jmc2x p:nth-child(3) {
	font-size:12px;
	line-height:14px;
	margin-top:8px;
	color:#bfbfbf
}
.agent2 .jmc2ul > div .jmc2a .jmc2x p:nth-child(4) {
	font-size:16px;
	line-height:24px;
	position:absolute;
	opacity:0;
	color:var(--sub-color2);
}


.lc-box .list {
	margin-top: 1.925rem;
}

.lc-box .list .li {
	width: 3.75rem;
	margin-right: 3.75rem;
	position: relative;
}

.lc-box .list .li:last-child {
	margin-right: 0;
}

.lc-box .list .li .img {
	width: 3.55rem;
	height: 3.55rem;
	background: #FFFFFF;
	border: 2px solid #EEEEEE;
	border-radius: 50%;
	position: relative;
}

.lc-box .list .li .img::after {
	content: "";
	position: absolute;
	background-image: url(../img/jejt.png);
	width: 29px;
	height: 19px;
	right: -1.875rem;
	top: 50%;
	margin-top: -9px;
}

.lc-box .list .li:last-child .img::after {
	display: none;
}

.lc-box .list .li .tit-18 {
	font-weight: 500;
	margin-top: .7rem;
	text-align: center;
	line-height: 1.2;
}

.lc-pagination {
	margin-top: 1.175rem;
	width: 100%;
	text-align: center;
}

.lc-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	transition: all 0.5s;
}

.lc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	transform: translateY(25%);
	background: var(--main-color);
	border-radius: 50%;
}


.scx-box img{
	margin-bottom: 5%;
}



.caseDetailBox{
	padding: 60px 0 40px;
}
.caseDetailBox .Dtitle {
	margin-bottom: 20px;
	background: #fbfbfb;
	padding: 30px 30px 40px 30px;
}

.caseDetailBox .Dtitle .tit {
	font-size: 28px;
	color: #000000;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.caseDetailBox .Dtitle .tit a {
	border: 1px var(--main-color) solid;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: var(--main-color);
	color: #fbfbfb;
	padding: 0 20px;
}

.caseDetailBox .Dtitle .info {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
}

.caseDetailBox .Dtitle .con {
	margin-top: 25px;
	font-size: 16px;
	color: #999999;
}

.caseDetailBox .Dtitle .con td {
	border: 1px #eeeeee solid;
	font-size: 16px;
	color: #999999;
	padding: 10px 30px;
	line-height: 30px;
	background-color: #fff;
}

.caseDetailBox .Dtitle .con td span {
	font-size: 16px;
	color: #555555;
	padding-left: 5px;
}

.caseDetailBox .Dcontent {
	margin-bottom: 20px;
	background: #fbfbfb;
	padding: 30px 30px 40px 30px;
}

.caseDetailBox .Dcontent .tit {
	padding-left: 65px;
	background: url(../img/cdetail_icon.jpg) no-repeat left 50% #eeeeee;
	line-height: 50px;
	font-size: 20px;
	color: #2a2d36;
}

.caseDetailBox .Dcontent .con {
	padding-top: 20px;
	font-size: 16px;
	color: #999999;
	line-height: 25px;
}
.caseDetailBox .Dcontent table{
	width: 100%!important;
	margin-bottom: 1.5em;
	border: 0;
}
.caseDetailBox .Dcontent table td{
	border: 1px #eeeeee solid;
	font-size: 16px;
	color: #999999;
	padding: 10px 30px;
	line-height: 30px;
	background-color: #fff;
}
.caseDetailBox .Dcontent .con p{
	margin-bottom: .8em;
}
.caseDetailBox .Dphoto {
	margin-bottom: 60px;
	background: #fbfbfb;
	padding: 30px 30px 40px 30px;
}

.caseDetailBox .Dphoto .tit {
	font-size: 22px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 15px;
}

.caseDetailBox .Dphoto .list + .list {
	margin-top: 50px;
}

.caseDetailBox .dInfoTeam {
	padding: 20px;
	background: #fbfbfb;
	margin-bottom: 20px;
}

.caseDetailBox .dInfoTeam .tit {
	padding-bottom: 19px;
	margin-bottom: 19px;
	border-bottom: 1px #eeeeee solid;
	text-align: center;
}

.caseDetailBox .dInfoTeam .tit .tit_t {
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.caseDetailBox .dInfoTeam .tit .tit_line {
	width: 25px;
	height: 2px;
	background: var(--main-color);
	margin: 0 auto;
}

.caseDetailBox .dInfoTeam .con {
	margin-bottom: 20px;
}

.caseDetailBox .dInfoTeam .con .conr_t {
	font-size: 18px;
	color: #272727;
	line-height: 26px;
	margin-top: 20px;
}

.caseDetailBox .dInfoTeam .con .conr_i {
	font-size: 14px;
	color: var(--main-color);
	line-height: 26px;
	display: flex;
	align-items: center;
}

.caseDetailBox .dInfoTeam .con .conr_c {
	font-size: 14px;
	color: #333;
	line-height: 1.78;
	margin-top: 15px;
}

.caseDetailBox .dInfoTeam .con .conr_c p + p {
	margin-top: 8px;
}
.caseDetailBox .dInfoTeam .more a {
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	display: block;
	border-color: var(--main-color);
	background: var(--main-color);
	color: #fbfbfb;
}
.caseDetailBox .dpages{
	display: flex;
	align-items: center;
}
.caseDetailBox .dpages a{
	display: block;
	width: 50%;
	flex: 0 0 auto;
	border: 1px #eeeeee solid;
	font-size: 16px;
	color: #555555;
	padding: 10px 30px;
	line-height: 30px;
	background-color: #fbfbfb;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.caseDetailBox .dpages a:hover{
	color: var(--main-color);
}
.col-row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2);
}
.col-row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
	.lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
}

@media (min-width: 556.2px) {
	.agent2 .jmc2ul > div .jmc2a .jmc2x p{
		color:#fff;
	}
	.agent2 .jmc2ul > div .jmc2a:hover {
		transform:translateY(-10px);
		color:#fff;
		background:var(--main-color);
		box-shadow:0 10px 30px rgba(0, 0, 0, 0.1)
	}
	.agent2 .jmc2ul > div .jmc2a:hover .jmc2x .jmc2_num {
		color:#fff
	}
	.agent2 .jmc2ul > div .jmc2a:hover .jmc2x strong {
		color:#fff;
		margin-top:.2em;
	}
	.agent2 .jmc2ul > div .jmc2a:hover .jmc2x p {
		top:142px;
		color: #fff;
	}
	.agent2 .jmc2ul > div .jmc2a:hover .jmc2x p:nth-child(3) {
		opacity:0
	}
	.agent2 .jmc2ul > div .jmc2a:hover .jmc2x p:nth-child(4) {
		opacity:1
	}
}


@media (max-width: 1680px) {
	.about_b .list .li .img {
		width: 0.7rem;
		min-height: 0.7rem;
	}

	.about_b .list .li .tit-24 {
		margin-top: 0.75rem;
	}

	.about_b .list .li {
		padding: 1.5rem;
	}
	.lc-box .list .li .tit-18{
		font-size: .45rem;
	}
}

@media (max-width: 1466px) {
	.lc-box .list .li .img img {
		width: 40%;
	}
}

@media (max-width: 1024px) {

	.com-banner1 h5 {
		text-align: center
	}

	.sub_banner {
		height: 9.5rem;
	}

	.sub_banner .txt {
		top: 1rem;
		left: 1.25rem;
	}

	.addss {
		display: none;
	}

	.about_a {
		padding: 1.6rem 8%;
	}

	.about_a .left {
		width: 100%;
	}

	.about_a .left .t3 br {
		display: none;
	}

	.about_a .right {
		width: 100%;
	}

	.about_a .right .list {
		position: relative;
		top: 0;
		left: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		margin-top: 1.6rem;
	}

	.about_a .right .list .li {
		margin-right: 0;
	}

	.about_a .right .dian {
		top: 48%;
		left: 29%;
	}

	.about_b {
		padding: 1.6rem 8%;
	}

	.about_b .mcont {
		margin-top: 2rem;
	}

	.about_b .mcont .li {
		margin-bottom: .9rem;
	}

	.about_b .mcont .num {
		font-weight: 600;
		color: var(--main-color);
	}

	.about_b .mcont .tit-36 {
		font-weight: 500;
		line-height: 1.2rem;
		color: #000;
	}

	.about_b .mcont .img {
		width: 100%;
		height: 7rem;
		margin-top: .85rem;
	}

	.about_b {
		padding: 1.6rem 8%;
	}

	.about_b .list {
		display: block;
	}

	.about_b .list .li {
		width: 100%;
		margin-bottom: 1rem;
	}

	.about_b .list .li .tit-24 {
		margin-top: .6rem;
	}

	.about_b .list .li .desc {
		font-size: .4rem;
		line-height: 1.5;
	}

	.about_b .list .li .img {
		max-width: 1rem;
		min-height: 1rem;
	}

	.aaa {
		position: relative;
		top: -3.5rem;
		width: 100%;
		height: 1px;

	}

	.about_a .left .t2 {
		font-size: 1.3rem;
	}

	.main-container .t6 {
		font-size: 16px;
		line-height: 1.5;
	}

	.listContent,
	.imgList{
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
	.contact1 .flexBox {
		display: block
	}

	.contact1 .contact-left {
		width: 100%;
	}

	.contact1 .contact-right {
		display: none;
	}

	.contact2 {
		height: 46vw;
	}
	.lc-box .list .li .img img {
		width: 38%;
	}
	.scx-box img{
		height: 60px;
	}

}

@media (max-width: 991px) {

	.newsList .item-box .img-box {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.newsList .item-box .txt-box {
		width: 100%;
	}

	.newsList .item-box .txt-box span {
		font-size: 14px;
		font-weight: bold;
		display: block;
		padding-top: 1em;
		color: var(--main-color);
	}
}

@media (max-width: 767px) {
	.com-banner1 {
		padding-bottom: 62%
	}

	.com-banner1 h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.com-banner1 h3 span {
		font-size: 22px;
		margin-bottom: 10px
	}

	.com-banner1 h5 {
		font-size: 16px
	}

	.about_a .left .t3 {
		line-height: 1.2rem;
	}

	.about_a .left .t2 {
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

	.about_b {
		padding: 1.6rem 8%;
		background-position: 13%;
	}
	.contact1 .contact-left{
		display: block;
	}
	.contact1 .contact-left .line{
		height: 20px;
		opacity: 0;
	}
	.contact1 .contact-left span {
		font-size:18px
	}

	.contact1 .contact-right i:nth-of-type(1) {
		display: none
	}

	.contact2 {
		height: 300px
	}

	.scx-box .tit-22{
		font-size: 14px;
	}

	.col-row {
		--bs-gutter-x:0;
	}
	.caseDetailBox{
		padding: 20px 0;
	}
	.caseDetailBox .Dphoto,
	.caseDetailBox .Dcontent,
	.caseDetailBox .Dtitle{
		padding: 20px;
	}
	.caseDetailBox .Dtitle .tit{
		font-size: 24px;
		line-height: unset;
	}
	.caseDetailBox .Dtitle .info{
		font-size: 12px;
		line-height: 1.75;
	}
	.caseDetailBox .Dtitle .con{
		margin-top: 1em;
	}
	.caseDetailBox .Dcontent table td{
		display: block;
	}
}
@media (max-width: 556px){
	.agent2 .jmc2ul > div .jmc2a .jmc2x p:nth-child(4){
		opacity: 1;
	}
	.scx-box img{
		height: 40px;
	}
	.scx-box .tit-22{
		font-size: 12px;
	}
	.caseDetailBox .Dtitle .con tr{
		display: block;
	}
	.caseDetailBox .Dtitle .con td{
		display: block;
		width: 100%!important;
		padding: 0.5em;
		line-height: 1.75;
		font-size: 15px;
	}
	.caseDetailBox .Dcontent,
	.caseDetailBox .Dtitle{
		padding: 0;
		background: transparent;
	}
	.caseDetailBox .dpages a{
		padding: 10px;
		font-size: 14px;
		text-align: center;
	}
}