.container{width: 1400px;}
.zt_wrapbox{background: url(../images/zt_body.png) no-repeat top center; padding-bottom: 40px; overflow: hidden;}
.zt_banner{height: 436px;}
.zt_banner img{display: none;}
.ztjs_box{padding: 75px 32px 34px 40px; background: url(../images/ztjs_bj.png) no-repeat top center; background-size: 100% 100%;overflow: hidden;}
.pub_hd{height: 70px;line-height: 70px;}
.pub_hd a{font-size:50px; color:#2F8253;font-family: "阿里妈妈数黑体"; font-weight: bold; background: url(../images/hd_icon.png) no-repeat 0px center;padding-left: 90px;}
.ztjs_l{width: 58.7%;float: left;}
.ztjs_r{width: 39%; float: right;}
.ztjs_txt{font-size: 20px;text-align: justify;line-height: 50px;text-indent: 2em; margin-top: 20px;}
.zhyg_box{margin-top: 40px;overflow: hidden;}
.zhyg_box .zhyg_hd{padding-left: 40px; float: left; width: 290px;}
.zhyg_box .hd{float: left;width: calc(100% - 330px);}
.zhyg_box .hd ul{padding-left: 70px;margin-right: -10px; margin-left: -10px;margin-top: 17px; overflow: hidden;}
.zhyg_box .hd ul li{float: left;}
.zhyg_box .hd ul li a{display: block; font-size: 26px; padding: 10px 20px 10px 70px; background: url(../images/fk_icon.png) no-repeat 20px center #B5D19D; border-radius: 100px; 
color: #fff; margin: 0 10px;}
.zhyg_box .hd ul li.on a{background-color:#FF8D1A;}
.zhyg_box .bd{clear: both; float: left;margin-top: 70px;width: 100%; background:#FFF1D9;}
.zhyg_box .bd .itme_box{ border-radius: 10px;padding: 50px 40px; overflow: hidden;}
.zhyg_box .itme_box .picbox{width: 45.6%; float: left; border-radius: 10px;}
.zhyg_box .itme_box .picbox img{height: 401px;}
.zhyg_box .itme_box .xqbox{width: 51.8%; float: right;}
.xqbox .title{height: 56px; line-height: 56px; text-align: center; background: url(../images/zhyg_hd_bj.png) no-repeat left center; background-size: 100% 100%;}
.xqbox .title a{font-size: 36px;color: #2F8253;font-weight: bold;}
.xqbox .textbox{margin-top: 30px; padding: 30px; background-color: #fff; border-radius: 10px; min-height: 255px;}
.xqbox .textbox span{font-size: 20px;font-weight: bold; color: #2F8253;}
.xqbox .textbox .dd{line-height: 40px; padding-bottom: 10px; border-bottom: 1px dashed #B5D19D;}
.xqbox .textbox .td{padding-top: 20px;font-size: 20px; line-height: 40px;}
.zdhd_box{margin-top: 50px; padding: 40px;background: linear-gradient(180deg, rgba(239, 250, 230, 1) 0%, rgba(239, 250, 230, 0) 100%); border-radius: 10px; clear: both;}
.zyhd_bd{margin-top: 40px;}
#certify {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}

#certify .swiper-container {
	padding-bottom: 40px;
	
}

#certify  .swiper-slide {
	width: 800px;
	overflow: hidden;
	
}
#certify .swiper-slide.swiper-slide-active{padding-bottom: 60px;}
#certify .swiper-slide.swiper-slide-active img{height: 450px;}
#certify  .swiper-slide img{

	max-width: 100%;
}
#certify  .swiper-slide p {
	line-height:30px;
	padding-top: 10px;
	text-align: center;
	color: #636363;
	font-size:20px;
	margin: 0;
	font-weight: bold;
	display: none;
}
#certify .swiper-slide.swiper-slide-active p{display: block;}
#certify .swiper-slide.swiper-slide-active p a{max-width:98%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;color: #333;}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.zyhd_bd .swiper-button-prev {
	left:-35px;
	width:62px;
	height: 62px;
	background: url(../images/zjsl/tssl_nav_l.png) no-repeat;
	background-size: 100%;
	top: 40%;
}

.zyhd_bd .swiper-button-prev:hover {
	opacity: 0.9;
	background-size: 100%
}

.zyhd_bd .swiper-button-next {
	right: -35px;
	width: 62px;
	height: 62px;
	background: url(../images/zjsl/tssl_nav_r.png) no-repeat;
	background-size: 100%;
	top: 40%;
}

.zyhd_bd .swiper-button-next:hover {
	opacity: 0.9;
	background-size: 100%
}
.zyhd_bd .swiper-slide {
  transition: transform 0.3s ease; /* 变形动画过渡 */
  transform-origin: center center; /* 变形原点（中心） */
}
#certify .swiper-container {
    perspective: 1400px; /* 透视距离，数值越小3D效果越强 */
    overflow: visible;
}

/* 每个slide的样式 */
.zyhd_bd .swiper-slide {
    width: 400px;
    height: 450px; /* 固定高度 */
    transform-style: preserve-3d;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 8px; /* 可选：圆角 */
    overflow: hidden;
  
}

/* 图片容器 */
.zyhd_bd .swiper-slide .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 图片样式 */
.zyhd_bd .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 标题样式 */
.zyhd_bd .swiper-slide .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    transform: translateZ(20px); /* 让标题浮在图片上方 */
}
.imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
.imgratio .imgratio-imgbox{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.imgratio .imgratio-imgbox .imgratio-img{display: block; width: 100%; height: 100%;}
.imgratio.free .imgratio-imgbox .imgratio-img{height: auto; min-height: 100%; object-fit: cover;}
.spzl_box{padding: 40px;background: linear-gradient(180deg, rgba(239, 250, 230, 1) 0%, rgba(239, 250, 230, 0) 100%); border-radius: 10px;}
.spzl_bd{margin-top: 30px;}
.spzl_bd .imgratio{width: 100%; padding-top: 154%; border-radius: 10px;}
.spzl_bd .imgratio a::before{display: block;content: ""; width: 60px;height: 60px; background: url(../images/play.png) no-repeat center center;
position: absolute; left: 40%; top: 40%;}


@media (max-width:1400px) {
	.container{width: 100%;}
	.zt_banner{height: auto;}
	.zt_banner img{display: block;}
	.zt_logo{position: absolute;}
	.zt_wrapbox{background:#fff;}
}

@media (max-width: 1280px) {
.ztjs_l{width: 100%;}	
.ztjs_r{width: 100%;text-align: center; margin-top: 20px;}
.zhyg_box .zhyg_hd{width: 100%; float: none;}
.zhyg_box .hd{width: 100%; float: none; margin-top: 20px;}
.zhyg_box .hd ul{padding-left: 20px;margin-right: 0;}
.zhyg_box .bd{margin-top: 40px;}
.zhyg_box .itme_box .picbox{width: 100%; float: none;text-align: center;}
.zhyg_box .itme_box .xqbox{width: 100%; float: none; margin-top: 20px;}
.zhyg_box .itme_box .picbox img{height: auto;}
.ztjs_box{padding: 20px;}
.zhyg_box .bd .itme_box{padding: 20px;}
.zdhd_box{padding: 20px;}
.spzl_box{padding: 20px;}
}
@media (max-width: 990px) {	
#certify .swiper-slide.swiper-slide-active{padding-bottom: 0;}
.zyhd_bd .swiper-button-prev{left: 0;}
.zyhd_bd .swiper-button-next{right: 0;}
.zhyg_box .hd ul li{width: 50%; margin-bottom: 10px;}
.zyhd_bd .swiper-slide .tit{background: rgba(0, 0, 0, 0.6);}
#certify .swiper-slide.swiper-slide-active p a{ color: #fff;font-size: 16px;}
}

@media (max-width: 640px) {
.zyhd_bd .swiper-slide{height: 1px;width: 100%;}
#certify .swiper-slide.swiper-slide-active img,#certify .swiper-slide.swiper-slide-active{height: auto;}
#certify .swiper-slide{width: 100%;}
.zt_logo img{height: 40px;}
.zdhd_box{margin-top: 0;}
.zhyg_box{margin-top: 20px;}
.pub_hd a{font-size: 40px;}
.zhyg_box .hd ul li a{font-size: 20px; padding-left: 60px;}
.zhyg_box .bd{margin-top: 20px;}
.xqbox .textbox{margin-top: 20px;}
.ztjs_txt,.xqbox .textbox .td{font-size: 18px;line-height: 40px;}
.xqbox .textbox span{font-size: 18px;}
.xqbox .title a{font-size: 32px;}
#certify .swiper-slide.swiper-slide-active p{padding: 5px;}

}

@media (max-width: 480px) {
.zyhd_bd{margin-top: 30px; }

}