.about .mainsVw{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 120px 0 140px 0;
}

.aboutItem{
	width: 50%;
	position: relative;
}
.aboutItem2{
	width: 46%;
}


.aboutItem .absoluteItem{
	position: absolute;
	top: -50px;
	left: -55px;
	width: 105px;
}
.aboutItem .absoluteItem2{
	position: absolute;
	bottom: -40px;
	left: 20px;
	width: 80px;
}



.productVideo{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	z-index: 2;
}
.productVideo #music{
	width: 100%;
	height: 100%;
	
}
.productVideo .productVideo_absolute{
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-image: url(../images/about_img002.png);
	background-size:cover;
	-moz-background-size:cover; /* 老版本的 Firefox */
	background-repeat:no-repeat;
}
.productVideo .productVideo_absolute .text{
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.productVideo .productVideo_absolute .vied_cion{
	cursor: pointer;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(000,000,000,0.5);
}
.productVideo .productVideo_absolute .vied_cion img{
	width: 14px;
	margin: 0 auto;
	
}
@media (max-width: 540px) {
	.productVideo .productVideo_absolute .vied_cion{
		cursor: pointer;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		line-height: 50px;
		border-radius: 50%;
		background-color: rgba(000,000,000,0.5);
	}
	.productVideo .productVideo_absolute .vied_cion img{
		width: 12px;
		margin: 0 auto;
		
	}
}



.aboutItem2 .text_p{
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.aboutItem2 .seemore{
	margin: 10px 0 15px 0;
}
.aboutItem2_box{
	display: flex;
	border: 1px solid #D9D9D9;
}

.aboutItem2_box .list{
	width: 33.33%;
	padding: 7% 0;
	align-items: stretch;
	text-align: center;
	border-right: 1px solid #D9D9D9;
	transition: all 0.5s;
}
.aboutItem2_box .list:last-child{
	border-right: none;
}
.aboutItem2_box .list:hover{
	background-color: #126EBA;
}
.aboutItem2_box .list p{
	color: #333;
	font-size: 14px;
	margin-top: 15px;
	transition: all 0.5s;
}
.aboutItem2_box .list:hover p{
	color: #fff;
}

.aboutItem2_box .list .images img{
	width: 35px;
}
.aboutItem2_box .list .images img:nth-child(2){
	display: none;
}

.aboutItem2_box .list:hover .images img:nth-last-child(1){
	display: inline-block;
}
.aboutItem2_box .list:hover .images img:nth-last-child(2){
	display: none;
}


@media (max-width: 768px) {
	.about .mainsVw{
		display: flex;
		flex-wrap: wrap;
	}
	
	.aboutItem{
		width: 100%;
		position: relative;
	}
	.aboutItem2{
		width: 100%;
		margin-top: 70px;
	}
}
@media (max-width: 540px) {
	.about .mainsVw{
		display: flex;
		flex-wrap: wrap;
		padding: 50px 0;
	}
	.aboutItem .absoluteItem2{
		position: absolute;
		bottom: -20px;
		left: 20px;
		width: 80px;
	}
	.aboutItem2{
		width: 100%;
		margin-top: 40px;
	}
	.aboutItem2_box .list{
		width: 33.33%;
		padding: 5% 0;
	}
	
}



.proudct{
	width: 100%;
	padding: 70px 0;
	background-image: url(../images/indexBg001.png);
	background-size:cover;
	background-repeat:no-repeat;
}
/* 左 */
.proudct .swiper-button-prev{
        background-image: url(../images/left02.png);
}
/* 右 */
.proudct .swiper-button-next{
        background-image: url(../images/rigth02.png);
}
.proudctBg{
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.proudctBg{
		width: 100%;
	}
}



.proudctTop{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proudctTop .eserTitle{
	width: calc(100% - 162px);
}

.customSwiper{
	position: relative;
	padding: 30px 0 80px 0;
}
.customSwiper .swiper-slide{
	margin-top: 30px;
}
.customSwiper a{
	width: 90%;
	padding: 15px 5%;
	background-color: #fff;
	transition: all 0.8s;
}

.customSwiper a:hover{
	transform: translateY(-20px);
}
.customSwiper a .img{
	width: 100%;
	overflow: hidden;
}
.customSwiper a .img img{
	width: 100%;
	transition: all 0.7s;
}
.customSwiper a:hover .img img{
	transform: scale(1.03);
}
.customSwiper a h3{
	font-size: 18px;
	color: #222;
	margin: 10px 0;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
}
.customSwiper a:hover h3{
	color: #126EBA;
}
.customSwiper a .text_p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.customSwiper a .text_a{
	text-align: center;
	font-size: 14px;
	color: #222;
	margin-bottom: 5px;
	transition: all 0.5s;
}
.customSwiper a:hover .text_a{
	color: #ec5718;
}



.applications{
	padding: 70px 0;
}
.applications .eserTitle p{
	width: 70%;
	line-height: 24px;
	margin: 0 auto;
}

.circularTransverseBanner{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction:row-reverse;
	margin-top: 50px;
}


.circularTransverseBanner .banner_con{
	width: 70%;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1;
}
.circularTransverseBanner .absolute_button{
	position: absolute;
	width: 35%;
	left: 0;
	z-index: 2;
	text-align: center;
	padding: 50px 0;
	border-radius: 5px;
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
	background-color: #fff;
}
.absoluteBoxlist{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.absoluteBoxtop h3{
	font-size: 24px;
	color: #126EBA;
	margin-bottom: 20px;
}
.absoluteBoxtop .hengxian{
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #126EBA;
}
.absoluteBoxlist .text_p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.absoluteBoxlist .seeA{
	font-size: 14px;
	color: #222;
	margin-top: 15px;
}

.circularTransverseBanner .swiperbutton{
	position: relative;
	top: -50px;
	width: 150px;
	height: 50px;
	z-index: 2;
	margin: 0 0 0 auto;
	background-color: rgba(255,255,255,0.8);
}
.circularTransverseBanner .swiperbutton p{
	margin-top: 15px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	transition: all 0.5s;
}
.circularTransverseBanner .swiperbutton p:hover{
	color: #126EBA;
}
.circularTransverseBanner .swiperbutton p.left{
	margin-left: 24px;
}
.circularTransverseBanner .swiperbutton p.rigth{
	margin-left: -34px;
}

/* 分页器 圆与横 */
/* 分页器的大小和基础颜色设置 */
.circularTransverseButts .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	margin: 0 5px;
	transition: all 0.5s;
}
/* 分页器active 颜色 */
.circularTransverseButts .swiper-pagination-bullet-active{
	width: 24px;
	height: 10px;
	border-radius: 40px;
	background-color: #ec5718;
	opacity: 1;
}


/* 左右按钮 修改图片 */
/* 设置 左右按钮大小 高度 */
.circularTransverseBanner .swiper-button-next,
.circularTransverseBanner .swiper-button-prev{
	position: absolute;
	display: flex;
	top: 50%;
	width: 27px;
	height: 44px;
	background-size: 5px 10px;
}
/* 左 */
.circularTransverseBanner .banner_con .swiper-button-prev{
	background-image: url(../images/left03.png);
	left: 0;
}
/* 右 */
.circularTransverseBanner .banner_con .swiper-button-next{
	background-image: url(../images/rigth03.png);
	right: 0;
}
@media (max-width: 996px) {
	.circularTransverseBanner .absolute_button{
		position: absolute;
		width: 50%;
		left: 0;
		z-index: 2;
		text-align: center;
		padding: 30px 0;
		border-radius: 5px;
		box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
		background-color: #fff;
	}
}
@media (max-width: 768px) {
	.circularTransverseBanner{
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction:row-reverse;
		margin-top: 30px;
	}
	.circularTransverseBanner .banner_con{
		width: 100%;
	}
	.circularTransverseBanner .absolute_button{
		position: relative;
		width: 100%;
		padding: 0;
		box-shadow: none;
	}
	.absoluteBoxlist{
		width: 100%;
	}
	.applications .eserTitle p{
		width: 100%;
	}
	.absoluteBoxtop h3{
		font-size: 20px;
		margin-bottom: 14px;
	}
	.absoluteBoxtop .hengxian{
		width: 26px;
		height: 2px;
		margin-bottom: 14px;
	}
}
@media (max-width: 540px) {
	.applications {
	    padding: 50px 0;
	}
	.proudctTop{
		flex-wrap: wrap;
		
	}
	.proudctTop .eserTitle {
	    width: 100%;
		margin-bottom: 20px;
	}
	.customSwiper{
		padding: 0;
	}
	.proudct .swiper-button-prev,
	.proudct .swiper-button-next{
		top: 65%;
		background-size: 17px 32px;
	}
	.circularTransverseBanner .swiper-button-next,
	.circularTransverseBanner .swiper-button-prev{
		position: absolute;
		top: 70%;
		width: 15px;
		height: 25px;
		background-size: 5px 10px;
	}
	.customSwiper a{
		width: 70%;
		margin: 0 auto;
	}
	.circularTransverseBanner .swiperbutton p{
		margin-top: 5px;
	}
	.circularTransverseBanner .swiperbutton p.left {
	    margin-left: 18px;
	}
	.circularTransverseBanner .swiperbutton p.rigth {
	    margin-left: -38px;
	}
	.absoluteBoxlist .text_p{
		font-size: 14px;
		color: #666;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}












/* 最新新闻 */
.news{
	width: 100%;
	padding: 60px 0;
	background-image: url(../images/indexBg002.png);
	background-size:cover;
	background-repeat:no-repeat;
}
.news .eserTitle .hengxian{
	margin-bottom: 0px;
}
.news .seemore{
	color: #333;
	border: 1px solid #999999;
}
.news .seemore:hover{
	color: #fff;
	border: 1px solid transparent;
}


.newsTitle{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
}
.newsTitle .newsNav{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.newsTitle .newsNav li{
	width: auto;
	padding: 20px;
	font-size: 16px;
}
.newsTitle .newsNav li:hover{
	color: #235BBA;
}
.newsTitle .newsNav li.active{
	color: #235BBA;
	border-bottom: 2px solid #235BBA;
}

.newsBox{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 45px;
}

.newsList{
	width: 31.5%;
	margin-right: 2.7%;
	border-radius: 10px;
	background-color: #fff;
}
.newsList:nth-child(3n+3){
	margin-right: 0;
}
.newsList .image{
	width: 100%;
	overflow: hidden;
}
.newsList .image img{
	width: 100%;
	transition: all 1s;
}
.newsList:hover .image img{
	transform: scale(1.05);
}
.newsList p{
	width: 90%;
	font-weight: bold;
	margin: 20px auto;
	font-size: 14px;
	color: #ec5718;
}
.newsList h3{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.newsList:hover h3{
	color: #126eba;
}
@media (max-width: 540px) {
	.newsTitle{
		flex-wrap: wrap;
	}
	.newsTitle .newsNav{
		width: 100%;
		justify-content: space-between;
	}
	.newsTitle .newsNav li{
		padding: 15px 0;
		margin-top: 10px;
	}
	.newsBox{
		margin-bottom: 0;
	}
	.newsList{
		width: 100%;
		border-radius: 10px;
		margin-bottom: 30px;
		background-color: #fff;
	}
	.newsList:first-child{
		margin-bottom: 30px;
	}
	
}



.server{
	width: 100%;
	padding: 120px 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-image: url(../images/indexBg003.png);
}
.server .eserTitle p{
	width: 60%;
	margin: 0 auto;
	margin-top: 30px;
}
.server .serverBox{
	display: flex;
	align-items: stretch;
}

.serverBox .imagesBox{
	width: 104px;
	height: 104px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);
	transition: all 0.5s;
}
.server .serverBox a:hover .imagesBox{
	border: 1px solid #126EBA;
	background-color: #126EBA;
}
.serverBox .images{
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	margin: auto;
	margin-top: 2px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	transition: all 0.5s;
}
.server .serverBox a:hover .images{
	background-color: #126EBA;
}
.serverBox .images img{
	width: 50px;
	margin: 0 auto;
}
.serverBox p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.server .serverBox a{
		flex: 1;
		margin-top: 50px;
	}
}
@media (max-width: 768px) {
	
	.server .eserTitle p {
	    width: 100%;
	}
	.server .serverBox{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.server .serverBox a{
		width: 48%;
		margin-top: 50px;
	}
}
@media (max-width: 540px) {
	.server{
		padding: 65px 0;
	}
}