/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 | 
*/
.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*盒子带容器*/
.slides {
	margin:0px; padding:0px;
	height: auto;
	/* Simple clear fix */
	overflow: hidden;
	/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
	height: 604px;
	float: left;
	clear: none;
	position: relative;
}
/* .slide img{width:100%; height:auto !important;} */
.slide_img{width:100%; height:100%;object-fit: cover;}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 45px;
	height: 45px;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 2em;
	
}/*左右按钮样式及放置位置*/
.slider-arrow--right {
	bottom: 50%;
	right: 30px;
	background-image: url(../images/right_btn.jpg);
	background-size: 100% 100%;
}
.slider-arrow--left {
	bottom: 50%;
	left: 30px;
	background-image: url(../images/left_btn.jpg);
	background-size: 100% 100%;
}
/*
background:url(img/.png) no-repeat;
*/

.slider-nav {
	position: absolute;
	bottom: 25px;
	z-index: 3;
}
.slider-nav__item {  /*nva样式*/
	width: 60px;
	height: 5px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border:0px;
	/* background:url(../images/y2.png) no-repeat; */
	border-radius: 4px;
  	background-color: #c8caca;
}
.slider-nav__item:hover {
	/* background:url(../images/y3.png) no-repeat; */
	background-color: white;
}
.slider-nav__item--current{
	/* background:url(../images/y1.png) no-repeat; */
	background-color: white; 
} /*被选中后的样式*/


/*.nslider .slider-nav__item {
	width: 14px;
	height: 14px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border:0px;
	background:url(../images/y2.png) no-repeat;
	border-radius: 100%;
}
.nslider .slider-nav__item:hover {
	background:url(../images/y1.png) no-repeat;
}
.nslider .slider-nav__item--current{
	background:url(../images/y1.png) no-repeat;
}*/ 

/*lwl 2018-12-08 布局修改 banner1:亿星软件，放大管理的力量 */
/* .banner_2_msg{
	position: absolute;
		top:45%;
		left: 270px;
}
.banner_2_msg .tip_1{
color: #156eda;
font-size:  36px;
font-weight:  bold;
}
.banner_2_msg .tip_2{

	font-size: 20px;
color: #3669ca;
margin-top: 18px;
display: inline-block;
word-spacing: 8px;
letter-spacing: 4px

} */
/*banner3:全方位解决方案，布局从width:287px改成30%*/
/* .banner_3_msg{
position: absolute;
width: 30%;
left: 173px;
top: 33px;
}
.banner_3_msg .tip_1{
font-size: 24px;
color: #4269ba;
}
.banner_3_msg .tip_2{
	font-size: 38px;
color: #4269ba;
padding: 10px 0;

}
.banner_3_msg .tip_3{
	font-size: 13px;
line-height: 26px;
} */
/* banner_4:lwl  2018-12-08 亿星展会通APP */ 
/* .banner_4{
		position: absolute;
top: 45%;
left: 224px;
}
.banner_4 .tip_1{

font-size: 48px;
color: #3568ca;
font-weight:  bold;

}
.banner_4 .tip_2{	
	font-size: 22px;
color: #fff;
padding: 20px 0;
display: inline-block;
} */

/*lxj 2023-05-11 布局修改 注释banner_1_msg某些节点，新增对该节点下的节点的样式 */

.banner_content{
	color:white;
    position: absolute;
	width: 100%;
	top: 20%;
    left: 0%;
	white-space: pre-line;
	/* margin: -420px 285px; */
}
/*轮播图上内容和查看详情的按钮*/
.banner_msg,.detail{
	position: relative;
	width: 1380px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	top: -20px;
}
.banner_msg .tip_1,.banner_msg .tip_2{
    font-size: 40px;
    font-weight: 600; 
}
.banner_msg .tip_2{
	margin-top: 30px;
}
.banner_msg .tip_3{
	font-size: 18px;
}

/* 
.detail_button1{
	color: #52caff;
}
.detail_button2{
	color: #0079fd;
}
.detail_button3{
	color: #00c8fd;
}
.detail_button4{
	color: #80a0fa;
}
.detail_button5{
	color: #ff8f00;
} */
/*2023-09-11 lxj 轮播图下的波浪 start*/

.wave-container {
	position: absolute;
	width: 100%;
	height: 170px;
	overflow: hidden;
	bottom: 0;
}
.wave {
  position: absolute;
  bottom: 0;
  left: -3200px;
  width: 6400px;
  height: 180px;
  z-index:1;
}
.wave-1{
  top: 80px;
}

/*2023-09-11 lxj 轮播图下的波浪 end*/
@media only screen and (max-width: 1400px) {
	.banner_msg,.detail{
		width: 1080px;
		margin-top: -26px;
	}
	.banner_msg .tip_1, .banner_msg .tip_2{
		font-size: 34px;
	}
	.banner_msg .tip_3{
		font-size: 20px;
	}
	.slide {
		height: 420px;
	}
	.wave-container,.wave{
		height: 120px;
	}
	.wave-1{
		top: 60px;
	}
}