.banner-container {
	position: relative;
	padding-bottom: 36%;
	height: 600px;
}
.banner-container .swiper-container {
	height: 100%;
}

.banner-content .container{
	position:relative;
	height: 100%;

}
.banner-container .container-fixed .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  object-position: 21% 75%;
}
.banner-container .swiper-wrapper .swiper-slide .slide-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 72px;
	display: flex;
	align-items: center;
	color: #fff;
}
.banner-container .swiper-wrapper .swiper-slide .slide-info h3 {
	font-size: 36px;
	padding-bottom: 50px;
}
.banner-container .swiper-wrapper .swiper-slide .slide-info p {
	font-size: 16px;
	line-height: 32px;
	max-width: 500px;
	padding-bottom: 50px;
}
.banner-container .swiper-wrapper .swiper-slide .slide-info a {
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #4F7CFD;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.banner-container .swiper-pagination {
	position: absolute;
	/* width: 100px; */
	top: 0;
	bottom: 0;
	left: calc(100% - 80px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.banner-container .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	margin-bottom: 30px;
	color: transparent;
	font-size: 10px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
}
.banner-container .swiper-pagination .swiper-pagination-bullet-active{
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	margin-bottom: 30px;
	color: #fff;
	opacity:1;
	font-size: 16px;
	background-color: #4F7CFD;
}
.section-product {
	padding-bottom: 80px;
}
.section-product>div>.row>div{
	padding: 0 25px;
}
.section-product h4 {
	font-size: 20px;
	color: #3A4666;
	display: flex;
	justify-content: space-between;
}
.section-product h4 span {
	cursor: pointer;
	display: inline-block;
	width: 48px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	background: #4F7CFD;
	border-radius: 12px;
}
.section-product h4 span:hover{
	background: #688FFF;
}
/* .banner-container img {
	height: 100% !important;
} */
.banner-container img {
    height: 655px !important;
}
.section-product .product-item {
	cursor: pointer;
	margin-bottom: 50px;
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0px 5px 18px 2px rgba(154,170,193,0.3);
	border-radius: 5px;
}
.section-product p {
	font-size: 14px;
	color: #6F7A9A;
	margin-top: 30px;
	margin-bottom: 10px;
}
.section-gateway {
	padding-bottom: 100px;
}
.section-gateway .row>div{
	padding: 0;
}
.section-gateway .gateway-item{
	margin-bottom: 20px;

}
.section-gateway .gateway-item-img{
	cursor: pointer;
	position: relative;
	height: 280px;
}

.section-gateway .gateway-item-img > .bg {
	width: 100%;
	height: 100%;
}
.section-gateway .gateway-item1 .gateway-item-img > .list {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -42px;
	margin-left: -125px;
	width: 250px;
}
.section-gateway .gateway-item2 .gateway-item-img > .list {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -53px;
	margin-left: -125px;
	width: 250px;
}
.section-gateway .gateway-item3 .gateway-item-img > .list {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -51px;
	margin-left: -103px;
	width: 206px;
}

.section-gateway .gateway-item-img .li {
	display: none;
	background: rgba(82, 113, 206, .5);
}
.section-gateway .gateway-item-img:hover .li{
	display: block;
}
.section-gateway .gateway-item-img .li img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 22px;
	margin-top: -11px;
	margin-left: -19px;
	width: 38px;
}
.section-gateway .gateway-item-info{
	position: relative;
	height: 280px;
	background: #FFFFFF;
	padding: 66px 46px;
	box-shadow: 0px 2px 10px 0px rgba(94,114,134,0.2);
}
.section-gateway .gateway-item-info h4{
	font-size: 24px;
	padding-bottom: 34px;
	color: #3A4666;
}
.section-gateway .gateway-item-info p{
	font-size: 14px;
	line-height: 32px;
	color: #586586;
}
.section-gateway .gateway-item2 .gateway-item-info span {
	position: absolute;
	bottom:-24px;
	left: 60px;
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid transparent;
	z-index: 1;
}
.section-gateway .gateway-item1 .gateway-item-info span,
.section-gateway .gateway-item3 .gateway-item-info span{
	position: absolute;
	top: -24px;
	left: 60px;
	width: 0;
	height: 0;
	display: inline-block;
	border-top: 12px solid transparent; 
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 12px solid #fff;
}
.section-device {
	padding-bottom: 100px;
}
.section-device h3 {
	padding-bottom: 148px;
}
.section-device .row>div {
	display: flex;
	justify-content: center;
	padding: 0;
}
.section-device .device-item {
	/*position: relative;*/
	cursor: pointer;
	margin: 0 2px;
	max-width: 318px;
	width: 100%;
	height: 450px;
	margin-bottom: 20px;
}
.section-device .device-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-device .device-item .container-fixed{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	color: #fff;
}
.section-device .device-item .container-fixed>div h5{
	font-size: 28px;
	margin-bottom: 23px;
}
.section-device .device-item .container-fixed>div p{
	display: none;
	font-size: 14px;
	color: #FEFEFE;
	margin-bottom: 55px;
	opacity: 0.6;
}
.section-device .device-item .container-fixed>div span{
	
	display: none;
	width: 128px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	background: #FFFFFF;
	color: #333;
	border-radius: 18px;
	margin-bottom: 100px;
}
.section-device .device-item .container-fixed>div span:hover{
	background: #4F7CFD;
	color: #fff;
}
.section-device .device-item .container-fixed>div img{
	margin-top: 20px;
	margin-bottom: 90px;
	width: 32px;
	height: 8px;
}
.section-device .device-item-show .container-fixed>div p {
	display: block;

}
.section-device .device-item-show .container-fixed>div span {
	display: inline-block;
}
.section-device .device-item-show .container-fixed>div img {
	display: none
}
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 1200px) {
	.banner-container .swiper-wrapper .swiper-slide .slide-info {
		/*display: none;*/
		top: 15px !important;
	}
	.banner-container .swiper-wrapper .swiper-slide .slide-info h3 {
		padding-bottom: 15px;
		font-size: 25px;
	}
	.banner-container .swiper-wrapper .swiper-slide .slide-info p {
		padding-bottom: 25px;
		font-size: 15px;
	}
	.banner-container .swiper-wrapper .swiper-slide .slide-info .container{
		top: 40px !important;
	}
}
@media only screen and (min-width: 1200px) {
	.section-device .row {
		display: flex;
		justify-content: center;
	}
	.section-device .row>div {
		max-width: 318px;
		padding: 0;
	}
	.section-device .row>.device-item-show{
		max-width: 560px;
		margin-top: -38px;
	}
	.section-device .row>.device-item-show .device-item{
		max-width: 560px;
		height: 526px;
	}
} 
@media only screen and (max-width: 1200px) {
	.section-device .device-item-show .container-fixed>div span {
		margin-bottom: 40px;
	}
}



.section-news {}
.section-news-container {
	position: relative;
}
.section-news-container img{
	max-width: 620px;
	width: 100%;
}
.section-news .news-fixed{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 680px;
}
.section-news .news-fixed>div{
	padding: 50px 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
	left: 0;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgba(94,114,134,0.2);
}
.section-news .news-fixed>span{
	width: 100%;
	display: block;
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 0;
	border-radius: 10px;
	background-color: #CDDAFF;
}
.section-news .news-fixed>div h4{
	font-size: 24px;
	color: #3A4666;
	margin-bottom: 42px;
}
.section-news .news-fixed>div h4 img{
	width: 24px;
	vertical-align: -2px;
	margin-right: 12px;
}

.section-news .news-fixed>div .news-item{}
.section-news .news-fixed>div .news-item h5{
	font-size: 16px;
	color: #3A4666;
	margin-bottom: 18px;
}

.section-news .news-fixed>div .news-item  p{
	font-size: 14px;
	color: #7D87A3;
	margin-bottom: 38px;

}
.section-news .news-fixed>div .news-item:hover {
	text-decoration-line: underline;
}
.section-news .news-fixed>div .news-item  b{
	color: #4270F6;
}
.section-news .news-fixed>div .more{
	display: inline-block;
	padding: 0 20px;
	line-height: 36px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	background: #4F7CFD;
	border-radius: 18px;
}
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 726px) {
	.section-news .news-fixed{
		width: 100%;
		left: 20px;
	}
	.section-news-container {
		overflow: hidden;
	}
	.section-news-container>img{ 
		height: 430px;
	}
} 

