/* 公司介绍开始 */
.gsjs .wp p{
	line-height: 2;
}
/* 公司介绍结束 */


/* 数字滚动开始 */
.szgd.cont{
	padding: 8rem 0;
}
/* 数字滚动结束 */




/* 企业文化开始 */
.qywh{
	background: #f1f4f7;
}
.qywh .grid{
	gap: 1.2rem;
}
.qywh .li-cont{
	color: #fff;
	text-align: center;
	position: relative;
}
.qywh .li{
	height: auto;
	aspect-ratio: 510/430;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qywh .li-cont img{
	width: 2.4rem;
	/* font-size: var(--f60); */
}
.qywh .li-cont h5{
	font-size: var(--f32);
	text-align: center;
	margin-top: 1.6rem;
	margin-bottom: 1rem;
}
.qywh .li-cont p{
	font-size: var(--f20);
	text-align: center;
	opacity: .7;
}
.qywh .li:nth-child(1){
	border-radius: 2.2rem 0 2.2rem 0;
	overflow: hidden;
}
.qywh .li:nth-child(2){
	border-radius: 2.2rem;
	overflow: hidden;
}
.qywh .li:nth-child(3){
	border-radius: 0 2.2rem 0 2.2rem;
	overflow: hidden;
}
/* 企业文化结束 */




/* 发展历程开始 */
.fzlc .cont{
	padding-right: var(--wpPaddingNum);
}
.fzlc .grid1{
	grid-template-columns: 1.7fr 1fr;
	gap: 2rem;
	align-items: end;
}
.fzlc .grid1 > .img img{
	height: auto;
}
.fzlc .list{
	overflow-y: auto;
	max-height: 33rem;
}
.fzlc .list li{
	margin-bottom: 3rem;
}
.fzlc .list li:last-child{
	margin-bottom: 0;
}
.fzlc .list li .yuanhuan{
	width: 6rem;
	margin-right: 1rem;
}
.fzlc .list li .yuanhuan img{
	width: 40%;
	height: auto;
}
.fzlc .list li .text h5{
	color: var(--themeColor);
	font-size: var(--f52);
	margin-bottom: .5rem;
}
.fzlc .list li .text p{
	font-size: var(--f18);
	color: #000;
}
/* 地图地标开始 */
.dibiao .dot {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 9;
}
.dibiao .dot.mg{
    left: 17%;
    top: 50%;
}
.dibiao .dot.zd{
    left: 49%;
    top: 40%;
}
.dibiao .dot.nw{
    left: 52%;
    top: 22%;
}
.dibiao .dot.dg{
    left: 56%;
    top: 28%;
}
.dibiao .dot.oz{
    left: 60%;
    top: 34%;
}
.dibiao .dot.fz{
    left: 52%;
    top: 62%;
}
.dibiao .dot.zg{
    left: 78%;
    top: 45%;
}
.dibiao .dot.rb{
    left: 87%;
    top: 45%;
}
.dibiao .dot.dny{
    left: 82%;
    top: 58%;
}
.dibiao .dot.xjp{
    left: 78%;
    top: 66%;
}
.dibiao .dot.az{
    left: 85%;
    top: 82%;
}



.dibiao img{
    width: .8rem;
    position:absolute;
    max-width: none;
    max-height: none;
    left: 50%;
    bottom: -0.7rem;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
.dibiao .circle {
    margin: 0 auto;
    position: relative;
    top: 50%;
    right: 50%;
    transform: translateX(-50%) translateY(-50%) scaleY(.7);
    z-index: 9;
    align-items: center;
    justify-content: center;
    font-size: var(--f18);
    width: 1.5rem;
    height:1.5rem;
}
.dibiao .circle:before {
    content: "";
    display: block;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #00479d;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.dibiao .circle span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: var(--themeColor);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: circleScale 3s linear infinite;
    -moz-animation: circleScale 3s linear infinite;
    -ms-animation: circleScale 3s linear infinite;
    animation: circleScale 3s linear infinite;
    border-radius: 50%;
    overflow: hidden;
}
.dibiao .circle span:nth-of-type(2) {
    animation-delay: 1s;
}
@keyframes circleScale{
    0% {
        opacity: 1;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        border-radius: 50%;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.dibiao .dot p {
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 0.6rem;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* 地图地标结束 */
/* 发展历程结束 */






/* 资质荣誉开始 */
.zzry .cont .img-db{
	height: auto;
	aspect-ratio: 278/360;
}
.zzry .swiper-btn .swiper-button-next:after,.zzry .swiper-btn .swiper-button-prev:after{
	color: #fff;
}
.zzry .swiper-btn .swiper-button-prev{
	background: var(--themeColor);
}
.zzry .swiper-btn .swiper-button-next{
	background: var(--themeColor2);
}
/* 资质荣誉结束 */




/* 合作伙伴开始 */
.hzhb .grid{
	gap: 8rem;
}
.hzhb .grid .img-db{
	height: auto;
	aspect-ratio: 406/95;
}
.hzhb p{
	color: #fff;
	text-align: center;
}

.cz-swiper .group .img-db{
	background: #fff;
	aspect-ratio: 235/93;
	border-radius: 1rem 0 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}
.cz-swiper .group .img-db:last-child{
	margin: 0;
}
.cz-swiper .group .img-db img{
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	position: static;
}
/* 合作伙伴结束 */