.ray_box .title_Mobile{
	display: none;
}
.content-box .content_title .desc_mobile{
	display: none;
}
.footer{
	display: none;
}
.banner-box {
	position: relative;
	display: flex;
	align-items: center;
}

.banner-box .text {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	text-align: center;
	color: #fff;
}

.banner-box .text .title {
	font-size: 5rem;
	font-weight: 700;
	text-shadow: 0 0 2px black;
}
.banner-box .text .desc {
	font-size: 1.7rem;
	line-height: 4rem;
}

.row-product2-wrap {
	position: relative;

	/*display: flex;*/
	/*flex-flow: column;*/
	/*align-items: center;*/
	/*justify-content: center;*/
	overflow: hidden;

}

.product-swiper-item {
	padding-top: 100px;
}

.product-box {
	/*background: url("/img/banner.png");*/
	/*background-size: cover;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
}

.wp {
	/*margin-top: 7.25rem;*/

}

.product-swiper-item {
	padding-bottom: 62px;
	position: relative
}

.product-swiper-item .nav {
	margin: 0 -0.25rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden
}

.product-swiper-item .nav-top {
	margin: 0 -4px;
	position: absolute;
	left: 0;
	top: 0 !important;
	right: 0;
	overflow: hidden;
	height: 56px;
	margin-bottom: 15px;
}

/*.product-swiper-item .nav-top{margin:0 -4px;position:absolute;left:0;top:0!important;right:0;overflow:hidden;height: 56px;margin-bottom: 15px;}*/
.product-swiper-item .nav .swiper-slide {
	padding: 0 4px
}

.product-swiper-item .nav .con {
	padding: 0 8px;
	display: block;
	background-color: #eee;
	border-radius: 5px;
	font-size: 0;
	text-align: center;
	line-height: 48px;
	position: relative;
}

.product-swiper-item .nav .con .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.product-swiper-item .nav .con span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%
}

.product-swiper-item .nav .on .con {
	background-color: #0E2D88;
}

.product-swiper-item .nav .on .con .bg {
	opacity: 1
}

.product-swiper-item .nav .on .con span {
	color: #fff
}

.product-swiper-item .for {
	position: relative;
	overflow: hidden;
	padding-bottom: 2.8125rem
}

.product-swiper-item .for .con {
	padding-top: 65px;
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.product-swiper-item .for .pic {
	height: 295px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.product-swiper-item .for .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.product-swiper-item .for .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.product-swiper-item .for .swiper-info-box {
	padding: 0 50px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: rgba(14, 45, 136, .7);
}
.product-swiper-item .for .swiper-info-box .title {
	font-size: 1.8rem;
	font-weight: 600;
}
.product-swiper-item .for .swiper-info-box .desc {
	margin: 20px 0;
	font-size: 1rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-swiper-item .learn-more{
	position: relative;
	width: 10.63rem;
	height: 2.81rem;
	background-color: transparent;
	border-radius: 50px;
	border: solid 0.06rem #fff;
	font-size: 1.2rem;
	color: #fff;
}
.swiper-slide-active:hover .mask{
	display: none;
}
.swiper-slide-active:hover .swiper-info-box{
	opacity: 1;
}
.swiper-slide-active:hover .pic img {
	transform: scale(1.1);
}
.product-swiper-item .for .mask .mask-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.product-swiper-item .for .mask h4 {
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	background-color: rgba(14, 45, 136, .7);
	line-height: 86px
}

.product-swiper-item.ge-3 .for .swiper-slide-active .con {
	padding: 0;
	margin: 0 -80px;
}

.product-swiper-item .for .swiper-slide-active {
	z-index: 1;
}

.product-swiper-item.ge-3 .for .swiper-slide-active .pic {
	height: 360px
}

.product-swiper-item .for .swiper-slide-active .mask {
	opacity: 1
}

.product-swiper-item .for .swiper-slide-active .mask .mask-inner {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0)
}

.product-swiper-item .for .swiper-next,
.product-swiper-item .for .swiper-prev {
	position: absolute;
	top: 54%;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: transparent;
	outline: 0;
	border: none;
	text-indent: -999px;
	overflow: hidden;
	z-index: 10;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

/*.product-swiper-item .for .con:hover .pic img{-webkit-transform: scale(1.05, 1.05);*/
.content-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	height: 100vh;
	background-color: #060A21;
	overflow: hidden;
}
.content-box .content_title{
	display: flex;
	align-items: center;
	color: #fff;
}
.content-box .content_title .title {
	position: relative;
	padding-right: 4rem;
	font-size: 2.38rem;
	flex-shrink: 0;
}
.content-box .content_title .title:after{
	content: "";
	position: absolute;
	bottom: 0.5rem;
	left: 6rem;
	width: 5.44rem;
	height: 0.69rem;
	background-color: #2162db;
	border-radius: 0.31rem;
}
.content-box .content_title .desc {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 4rem;
	height: 4.94rem;
	font-size: 1.125rem;
	border-left: 1px solid #fff;
	line-height: 1.8rem;
}
.content-box .menu-box{
	 display: flex;
	 justify-content: space-around;
	 align-items: center;
	margin:0 auto 2.44rem;
	 width: 20.63rem;
	 height: 4.94rem;
	color: #fff;
	font-size: 1.25rem;
}
.content-box .menu-box span{
	position: relative;
	padding: 1rem 0;
	cursor: pointer;
}
.content-box .menu-box>span:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0.19rem;
	background-color: #2162db;
	border-radius: 0.09rem;
	transition: all .5s;
}
.content-box .menu-box-active {
	color: #2162db;
	font-weight: 600;
}
.content-box .menu-box-active:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%!important;
	height: 0.19rem;
	background-color: #2162db;
	border-radius: 0.09rem;
	transition: all .5s;
}
.content-box .menu-item {
	z-index: 10;
}
.menu-item-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-box .menu-item:not(:nth-child(2)) {
	display: none;
}
.content-box .menu-item .item {
	width: 24%;
}
.content-box .menu-item .item:not(:first-child) {
	margin-left: 1%;
}
.content-box .menu-item .item .img-box {
	width: 100%;
	/*height: 25.31rem;*/
	border-radius: 10px;
	overflow: hidden;
}
.content-box .menu-item .item .img-box img{
	width: 100%;
	transition: all .5s;
}
.content-box .menu-item .item .name {
	margin: 1.88rem 0 1.75rem 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.content-box .menu-item .item .btn {
	position: relative;
	margin: auto;
	width: 9.69rem;
	height: 2.94rem;
	font-size: 1.16rem;
	color: #fff;
	border-radius: 1.44rem;
	border: solid 0.06rem #fff;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}
.content-box .menu-item .item .btn:hover{
	background-color: #2162db;
	border: 1px solid #2162db;
}
.content-box .menu-item .item:hover .img-box img{
	transform: scale(1.1);
}
.content-box .width-1500 {
	position: absolute;
	z-index: 10;
}
.bg{
	position: absolute;
	bottom: 12.5rem;
	left: 0;
	z-index: 1;
	height: 100vh;
	/*z-index: -1;*/
	/*height: 700px;*/
	/*overflow: hidden;*/
	/*position: relative;*/
}
/*.content-box .menu-item .item .btn:after {*/
/*	content: "了解更多 >>";*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background-color: #2162db;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: -9.69rem;*/
/*	transition: all .5s;*/
/*}*/
/*.content-box .menu-item .item .btn:hover:after{*/
/*	left: 0;*/
/*}*/
