/*首页轮播图*/
.index-slide {
    overflow: hidden;
	padding: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff!important;
}
.index-slide .slide {
    position: relative;
    width: 100%;
    display: none;
	animation-name: slideimg;
	animation-duration: 3s; /* 设置动画持续时间 */
	animation-fill-mode: forwards; /* 保持动画结束状态 */
	flex-direction: row-reverse;
}
@-webkit-keyframes slideimg {
	0% {
	  opacity: 0; /* 初始状态为完全透明 */
	}
	100% {
	   opacity: 1; /* 结束状态为完全不透明 */
	}
}
@keyframes slideimg {
	0% {
	  opacity: 0; /* 初始状态为完全透明 */
	}
	100% {
	   opacity: 1; /* 结束状态为完全不透明 */
	}
}
.index-slide .active {
    display: flex;
	justify-content: end;
	align-items: center;
	max-width: 1400px;
}
.index-slide .slide-img{
	width: 50%;
	}
.index-slide .slide img {
    max-width: 100%;
}
.slide-bnt{
	position: absolute;
}
.slidebtn {
	position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    border: none;
}
.slide-progress {
	/*width: 100%;
	height: 5px;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;*/
	display: none;
}
.progress-bar {
	height: 100%;
	width: 0%; /* 初始宽度为0 */
	background-color: #4CAF50; /* 绿色 */
}
.nav-dots {
    display: flex;
	flex-direction: column;
	position: absolute;
	right:50px;
}
.nav-dot {
    cursor: pointer;
	padding:0px;
}
.nav-dot:hover:after  {
	color:#f08519;
	transition: color 0.5s ease;
}
.nav-dot:after{
	content: "\e689"; 
	font-family: 'iconfont'!important ;
	font-size: 24px;
	line-height: 35px;
	color:#1a62ab;
}
.nav-dots .active{
	display: block;
	padding:0px;
}
.nav-dots .active:after{
	color:#f08519;
}
/*轮播图文字*/
.index-slide .text {
    position: absolute;
    left: 10px;
	width: 50%;
}
.index-slide .slide-cp{
	visibility: visible;
	animation: slidecp 1.2s;
	font: 700 18px "DM-Sans", sans-serif;
	color:#193B1E;
	align-items: center;
    display: flex;
}
@keyframes slidecp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


.index-slide .slide-cp .iconfont{
	width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    background: #f08519;
    align-items: center;
    justify-content: center;
    font-weight: 700;
} 
.slide-ms{
	font-size: 65px;
    font-weight: 700;
    line-height: 110px;
	margin: 25px 0;
	animation: slidems 1.2s;
}
@keyframes slidems {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-ljbtn{
	margin-bottom: 40px;
	animation: slidecp 1.2s;
}

.slide-morebtn{
	margin-left: 25px;
}

.slide-rzry{
	animation: slidems 1.2s;
}
.slide-rzrybt{
	font-family: "Syne", sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}
.slide-rzrybt span{
	padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
	display: inline-block;
}
.slide-rzrytb{
	display: flex;
    align-items: center;
}
.slide-rzrytb .iconfont{
	font-size:70px;
	color: #193B1E;
} 
.slide-rzrytb-a{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 20px;
}
.slide-rzrytb-top{
	margin-top: -1.6em;
	font-size: 35px!important;
}
@media screen and (max-width:1600px){
	.index-slide {
        padding: 100px 15px;
	}
}
@media screen and (max-width:1400px){
	.index-slide .active {
		max-width: 1140px;
	}
}
@media screen and (max-width:1100px){
	.index-slide {
        padding: 70px 15px;
		flex-direction: column;
	}
	.index-slide .active {
		flex-direction: column;
		max-width:960px;
	}
	.index-slide .slide-img{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.index-slide .text{
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		left: auto;		
	}
	.slide-ms{
		text-align:center;
	}
	.nva-dots-top{
		top: 150px;
		display: flex;
		flex-direction: row;
		right: auto;
	}
	.nva-dots-bottom{
		display: flex;
		flex-direction: row;
		right: auto;
		position: relative;
        margin-top: 20px;
	}
	.nav-dot{
		margin: 0 3px;
	}
}
@media screen and (max-width:800px){
	.nva-dots-top{
		top: 100px;
	}
}
@media screen and (max-width:600px){
	.slide-ms{
		text-align:center;
		font-size: 40px;
		line-height: 50px;
		hyphens: auto;
	}
	.slide-ljbtn{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.slide-morebtn{
		margin: 25px 0 0 0;
	}
	.slide-rzrybt span{
		text-align: center;
	}
}