.swiperPage {
	position: absolute;
	width: 100%;
	height: 100%;
}

#pageSwiper {
	width: 100%;
	height: 100%;
}

/* 鼠标动画 */
.allpage-icon {
	position: absolute;
	width: 100%;
	z-index: 20;
	bottom: 45px;
	text-align: center;
}

.allpage-icon #allpage-icon {
	color: #064393;
	font-size: 22px;
	opacity: 0.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	animation: heart 1.3s ease-in-out 0.1s infinite alternate;
}

/*鼠标移动效果*/
@keyframes heart {
	from {
		transform: translate(0, 0);
		/* color: #000000; */
	}

	to {
		transform: translate(0, 15px);
		/* color: #EEEEEE; */
	}
}

@-moz-keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 15px)
	}
}

@-webkit-keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 15px)
	}
}

@-o-keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 15px)
	}
}


/* 首页 */
/* 首页 */
/* 首页 */
.swiper-slide1 {
	width: 100%;
	height: 100%;
}

#HeaderPageSwiper {
	width: 100%;
	height: 100%;
}

.swiper-header {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50px;
}

/* 研发实力 */
/* 研发实力 */
/* 研发实力 */
.swiper-slide2 {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.RDstrength {
	position: relative;
	width: 100%;
	height: 80%;
	padding-top: 50px;
}

.RDstrength-title {
	width: 85%;
	margin: 3.5% auto;
	text-align: right;
}

.RDstrength-title>p {
	font-size: 21px;
	font-weight: 700;
	color: #074493;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.RDstrength-title>span {
	font-size: 14px;
	color: #999999;
	letter-spacing: 3px;
}

/* //研发轮播 */
.RDstrength-swiperbox {
	width: 100%;
	padding-top: 5%;
	border-top: 1px solid #ECECEC;
}

.RDstrength-technologyslide {
	width: 75%;
	margin: 0 auto;
}

.RDstrength-technologyslide-tit {
	min-height: 110px;
}

.RDstrength-technologyslide-tit>p {
	color: #707072;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 8px;
	font-size: 18px;
}

.RDstrength-technologyslide-tit>span {
	font-size: 14px;
	color: #787878;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-indent:2em;
}

.RDstrength-technologyslide-imgbox {
	margin-top: 4%;
}

.RDstrength-technologyslide-imgbox img {
	width: 100%;
}

.RDstrength-technologyslide-button {
	margin-top: 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.technologyslide-button-left {
	width: 70%;
	text-align: left;
}

.technologyslide-button-left img {
	width: 15%;
}

.technologyslide-button-left img:first-child {
	margin-right: 15%;
}

.technologyslide-button-right {
	width: 30%;
	letter-spacing: 2px;
	background-color: #064393;
	color: #FFFFFF;
	padding: 6px 10px;
	text-align: center;
}

/* //分页器 */
#rd-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}

#rd-pagination span {
	display: inline-block;
	border-radius: 0;
	height: 4px;
}

#rd-pagination .swiper-pagination-bullet-active {
	background-color: #064393 !important;
}


/* 智能制造 */
/* 智能制造 */
/* 智能制造 */
.swiper-slide3 {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.manufacturing {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 50px;
}

.manufacturing-title {
	box-sizing: border-box;
	height: 12.5%;
	padding: 3.5% 7.5%;
	text-align: left;
}

.manufacturing-title>p {
	font-size: 21px;
	font-weight: 700;
	color: #074493;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.manufacturing-title>span {
	font-size: 14px;
	color: #999999;
	letter-spacing: 3px;
}

.manufacturing-conbox {
	width: 100%;
	height: 87.5%;
	color: #FFFFFF;
}

.manufacturing-con-top {
	height: 50%;
	background-image: url(../img/index/mobile-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.manufacturing-con-txt {
	width: 75%;
	padding-right: 5%;
}

.manufacturing-con-txt>p {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.manufacturing-con-txt>span {
	font-size: 12px;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-indent:2em;
}

.manufacturing-button {
	display: inline-block;
	width: 20%;
	font-size: 12px;
	letter-spacing: 2px;
	background-color: #ff0038;
	color: #FFFFFF;
	padding: 6px 10px;
	text-align: center;
	margin-top: 12px;
}

.manufacturing-con-bottom {
	height: 50%;
	background-image: url(../img/index/mobile-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: right;
}

.manufacturing-con-txt-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}



/* BWIN必赢唯一官方网站 */
/* BWIN必赢唯一官方网站 */
/* BWIN必赢唯一官方网站 */
.swiper-slide4 {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ProductCenter {
	width: 100%;
	height: 70%;
	text-align: center;
}

.ProductCenter-title>p {
	font-size: 21px;
	font-weight: 700;
	color: #074493;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.ProductCenter-title>span {
	font-size: 14px;
	color: #999999;
	letter-spacing: 3px;
}

/* 轮播切换按钮 */
.product-tab-btn {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 10%;
}

.product-tab-btn .product-tab-btnitem:first-child img {
	width: 100%;
}

.product-tab-btn .product-tab-btnitem:last-child img {
	width: 75%;
}

.pIcon {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	background-color: #b5b5b4;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

.pIconactive {
	background-color: #064393;
}

.pIconactive+div {
	color: #064393;
}

.ptext {
	cursor: pointer;
	color: #707072;
	font-size: 12px;
	margin-top: 6px;
}

/* //轮播区 */
.lunbobox {
	position: relative;
	width: 100%;
	margin-top: 10%;
}

.lunbobox-absolute {
	width: 100%;
	position: absolute;
	top: 0;
}

.swiperProduct {
	opacity: 0;
	z-index: 2 !important;
	transition: all 1s;
}

.swiperProduct-active {
	opacity: 1;
	z-index: 3 !important;
	transition: all 1s;
}

#swiperProductCenter,
#swiperdianzi {
	padding-bottom: 10px;
}

.productCenter-slidecon {
	width: 100%;
}

.ProductCenter .swiper-slide-active {
	box-shadow: 1px 1px 6px #afafaf;
}

.productCenter-slidecon-txt {
	padding: 5px 0;
	background-color: #FFFFFF;
	text-align: center;
	color: #064393;
}

/* 切换单张按钮 */
.product-Switch-btn {
	display: none;
	width: 30%;
	margin: 0 auto;
	margin-top: 6%;
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
}

.product-Switch-btn>img {
	width: 30%;
}


/* 关于BWIN必赢唯一官方网站 */
/* 关于BWIN必赢唯一官方网站 */
/* 关于BWIN必赢唯一官方网站 */
.swiper-slide5 {
	width: 100%;
	height: 100%;
	background-image: url(../img/index/mobile-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutus {
	width: 85%;
	height: 70%;
	background-color: rgba(27, 68, 138, 0.85);
}

.aboutus-conbox {
	margin: 20px 25px;
}

.aboutus-conbox>img {
	width: 45%;
}

.aboutus-con {
	margin-top: 10%;
	text-align: center;
	color: #FFFFFF;
}

.aboutus-con>p {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 3px;
}

.aboutus-con-txt {
	margin-top: 8%;
	letter-spacing: 2px;
	text-indent:2em;
	text-align: left;
}

.aboutus-con-mintit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10%;
}

.con-mintit-li {
	width: 33.33%;
	letter-spacing: 2px;
}

.con-mintit-litop {
	font-size: 21px;
	font-weight: 700;
}

.con-mintit-litop>span {
	font-size: 15px;
}

.con-mintit-libom {
	font-size: 12px;
}

.con-mintit-li:first-child {
	padding-left: 3px;
	text-align: left;
}

.con-mintit-li:nth-child(2) {
	text-align: center;
}

.con-mintit-li:last-child {
	text-align: right;
	padding-right: 3px;
}

.aboutus-con-btn {
	display: inline-block;
	width: 30%;
	letter-spacing: 2px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #064393;
	padding: 8px 15px;
	margin-top: 12%;
}


/* 新闻资讯 */
/* 新闻资讯 */
/* 新闻资讯 */
.swiper-slide6 {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.news {
	width: 85%;
	padding-top: 50px;
}

.news-titlebox {
	padding-left: 8px;
	margin-top: 8%;
}

.news-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.news-title-left>p {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 3px;
}

.news-title .common-sub-line {
	margin-bottom: 0;
}

.news-title-right {
	font-size: 13px;
	color: #adadad;
}

.news-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 6%;
}

.news-con-li {
	width: 48%;
	/* margin-bottom: 5%; */
	margin: 2% 0 2%;
	box-shadow: 1px 1px 6px #afafaf;
}

.news-con-li:last-child {
	/* display: none; */
}


.news-con-li img {
	width: 100%;
}

.news-con-txt {
	padding: 5px 8px;
}

.news-con-txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-con-txt span {
	color: #686666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}




/* 如果iphone678的尺寸 */
@media screen and (max-width: 375px) {

	/* 关于BWIN必赢唯一官方网站 */
	/* 关于BWIN必赢唯一官方网站 */
	/* 关于BWIN必赢唯一官方网站 */
	.aboutus {
		width: 90%;
		height: 85%;
	}

	.aboutus-conbox {
		margin: 15px 20px;
	}

	.aboutus-con {
		margin-top: 3%;
	}

	.aboutus-con-txt {
		margin-top: 2%;
	}

	.aboutus-con-mintit {
		margin-top: 4%;
	}

	.aboutus-con-btn {
		margin-top: 8%;
	}


	/* 研发实力 */
	/* 研发实力 */
	/* 研发实力 */
	.RDstrength-title {
		margin: 1.5% auto;
	}

	.RDstrength-title>p {
		margin-bottom: 6px;
	}

	.RDstrength-swiperbox {
		padding-top: 2%;
	}

	.RDstrength-technologyslide-tit>p {
		margin-bottom: 5px;
	}

	.RDstrength-technologyslide-imgbox {
		margin-top: 2%;
	}

	.RDstrength-technologyslide-button {
		margin-top: 3%;
	}

	#rd-pagination {
		display: none;
	}


	/* 智能制造 */
	/* 智能制造 */
	/* 智能制造 */
	.manufacturing-title {
		padding: 1.5% 7.5%;
	}

	.manufacturing-title>p {
		margin-bottom: 6px;
	}


	/* BWIN必赢唯一官方网站 */
	/* BWIN必赢唯一官方网站 */
	/* BWIN必赢唯一官方网站 */
	.ProductCenter {
		height: 75%;
	}

	.product-tab-btn {
		margin-top: 6%;
	}

	.lunbobox {
		margin-top: 6%;
	}

	.product-Switch-btn {
		margin-top: 3%;
	}


	/* 新闻资讯 */
	/* 新闻资讯 */
	/* 新闻资讯 */
	.news-titlebox {
		margin-top: 5%;
	}
}
