/* .w1191 {
	width: 1191px;
} */

.mw1240 {
	min-width: 1240px;
}

.color-df7a03 {
	color: #df7a03;
}

.color-0a0362 {
	color: #0a0362;
}

/*
*date:20220719
*author:dwz
*/

/*banner*/
.banner {
	width: 100%;
	height: 747px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../picture/banner.jpg) no-repeat bottom center;
	box-sizing: border-box;
}

.banner .top-nav-box {
	width: 100%;
	height: 80px;
	background: rgba(61, 0, 200);
}

.banner .top-nav-box ul.top-nav {
	width: 1190px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
}

.banner .top-nav-box ul.top-nav li {
	display: inline-block;
	width: 98px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 50px;
}

.banner .top-nav-box ul.top-nav li:hover {
	background: #fff;
	color: #0a068b;
}

.section-box {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.section-box .img{
	width: 100%;
}


.slick-dots {
	height: 30px;
	line-height: 30px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 11px;
	width: 11px;
	margin: 0px 8px;
	padding: 0px;
	cursor: pointer;
	border-radius: 50%;
}

.slick-dots li button {
	border: 0;
	background: #fff;
	border-radius: 5px;
	display: block;
	height: 10px;
	width: 18px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	outline: none;
	text-indent: -999999px;
	padding: 0;
	position: absolute;
}

.slick-dots li.slick-active button {
	background: #2c394d;
}

.slick-dots {
	bottom: -50px;
}

/* 项目展示 */
.section-xmzs {
	width: 100%;
	height: 953px;
	margin: 0 auto;
	padding-top: 310px;
	background: url(../picture/08-项目展示.jpg) no-repeat bottom center;
	box-sizing: border-box;
    position: relative;
}	


/*footer*/
.footer-box {
	background: #f1f2f6 none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
}

.footer-box .copy {
	line-height: 24px;
	padding: 50px 0;
	color: #080a33;
}

.wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.swiper-container {
    width: 100%;
    max-width: 1200px; /* 根据实际需要调整 */
    margin: 0 auto;
	overflow: hidden; /* 防止内容溢出 */
}

.swiper-slide {
    text-align: center; /* 图片水平居中 */
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    display: inline-block; /* 确保居中生效 */
}

/* 普通圆点样式 */
.swiper-pagination-bullet {
    width: 20px; /* 自定义宽度 */
    height: 20px; /* 自定义高度 */
    background: #f1f2f6; /* 自定义颜色 */
    opacity: 1;
    margin: 0 10px !important; /* 圆点间距 */
    transition: all 0.3s; /* 过渡效果 */
}

/* 活动圆点样式 */
.swiper-pagination-bullet-active {
    background: #3b93ff; /* 活动状态颜色 */
}

/* 分页器容器样式 */
.swiper-pagination {
    position: absolute;
    bottom: 60px !important;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.map-btn:hover{
    cursor: pointer;
}
