.banner{
	padding-top: 160px;
}
.banner .swiper-slide section{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .swiper-slide i{
	position: absolute;
	right: 5%;
	bottom: 10px;
	width: 50%;
}
.banner .swiper-slide p{
	font-size: 50px;
	line-height: 70px;
	font-weight: bold;
	color: #fff;
	max-width: 686px;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}
.banner .swiper-slide span{
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	max-width: 625px;
	margin: 3% 0px 0px;
}
.banner .swiper-slide-active p{
	animation: fadeInDown 2s;
}
.banner .swiper-slide-active span{
	animation: fadeInUp 2s;
}
.banner .swiper-slide-active i{
	animation: fadeInRight 2s;
}
@media (max-width: 1440px) {
	.banner{
		padding-top: 144px;
	}
	.banner .swiper-slide i{
		width: 46%;
	}
	.banner .swiper-slide p{
		font-size: 40px;
		line-height: 60px;
		max-width: 600px;
		text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	}
	.banner .swiper-slide span{
		font-size: 16px;
		line-height: 26px;
		max-width: 550px;
		margin: 3% 0px 0px;
	}
}
@media (max-width: 1200px) {
	.banner{
		padding-top: 126px;
	}
	.banner .swiper-slide i{
		width: 45%;
	}
	.banner .swiper-slide p{
		font-size: 30px;
		line-height: 50px;
		max-width: 500px;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	}
	.banner .swiper-slide span{
		font-size: 14px;
		line-height: 22px;
		max-width: 450px;
	}
}
@media (max-width: 992px) {
	.banner{
		padding-top: 94px;
	}
	.banner .swiper-slide{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 250px;
	}
	.banner .swiper-slide>img{
		object-fit: cover;
		max-height: 100%;
		max-width: none;
	}
	.banner .swiper-slide i{
		width: 50%;
		height: 100%;
		bottom: 0;
		display: flex;
		align-items: center;
		right: 5%;
	}
	.banner .swiper-slide i img{
		max-height: 100%;
		max-width: 100%;
	}
	.banner .swiper-slide-active i{
		animation: fadeInUp 2s;
	}
	.banner .swiper-slide section{
		align-items: flex-start;
		padding: 15% 0px 0px;
	}
	.banner .swiper-slide p{
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
		max-width: 70%;
	}
	.banner .swiper-slide span{
		display: none;
	}
}
.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title p{
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}
.title a{
	font-size: 18px;
	color: #000;
}
.about{
	padding: 125px 0px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.about .abtext{
	width: 43.5%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.about .abimg{
	width: 51.5%;
}
.abtext section{
	font-size: 18px;
	line-height: 32px;
	color: #1c1c1c;
	width: 100%;
}
.abtext section p{
	margin-bottom: 25px;
}
.abtext>a{
	width: 170px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #fff;
	background: #123790;
	border-radius: 25px;
	font-size: 18px;
}
@media (max-width: 1440px) {
	.title p{
		font-size: 30px;
		line-height: 40px;
	}
	.title a{
		font-size: 16px;
	}
	.about{
		padding: 90px 0px;
	}
	.about .abtext{
		width: 43.5%;
	}
	.about .abimg{
		width: 51.5%;
	}
	.abtext section{
		font-size: 16px;
		line-height: 28px;
	}
	.abtext section p{
		margin-bottom: 20px;
	}
	.abtext>a{
		width: 150px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
}
@media (max-width: 1200px) {
	.title p{
		font-size: 24px;
		line-height: 30px;
	}
	.title a{
		font-size: 14px;
	}
	.about{
		padding: 60px 0px;
	}
	.about .abtext{
		width: 43.5%;
	}
	.about .abimg{
		width: 51.5%;
	}
	.abtext section{
		font-size: 14px;
		line-height: 22px;
	}
	.abtext section p{
		margin-bottom: 15px;
	}
	.abtext>a{
		width: 110px;
		line-height: 34px;
		border-radius: 17px;
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.title p{
		font-size: 18px;
		line-height: 24px;
	}
	.title a{
		font-size: 14px;
	}
	.about{
		padding: 20px 0px;
		flex-wrap: wrap;
	}
	.about .abtext{
		width: 100%;
	}
	.about .abimg{
		width: 100%;
		margin: 15px 0px 0px;
	}
	.abtext section{
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0px;
	}
	.abtext section p{
		margin-bottom: 10px;
	}
	.abtext>a{
		width: 100px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 14px;
	}
}
.product{
	padding: 0px 0px 90px;
	position: relative;
	overflow: hidden;
	background: url(../images/lgbg.png) right -800px top no-repeat,url(../images/lgbgs.png) left -1000px bottom no-repeat;
}
.product .pdimg{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product ul{
	display: flex;
	justify-content: space-between;
}
.product li i{
	display: block;
	position: relative;
}
.product li i::after{
	content: '';
	width: 86%;
	height: 86%;
	position: absolute;
	background: #eeeeee;
	border-radius: 50%;
	top: 7%;
	left: 7%;
	transition: .3s;
}
.product li i img{
	position: relative;
	z-index: 3;
}
.product li p{
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}
.product li a:hover i::after{
	background: #6b99c4;
}
@media (max-width: 1440px) {
	.product{
		padding: 0px 0px 70px;
	}
	.product .pdimg img{
		max-width: 80%;
	}
	.product li i{
		margin: 0 auto;
		width: 75%;
	}
	.product li p{
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 1200px) {
	.product{
		padding: 0px 0px 50px;
	}
	.product .pdimg img{
		max-width: 70%;
	}
	.product li i{
		width: 70%;
	}
	.product li p{
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 992px) {
	.product{
		padding: 0px 0px 20px;
		background: url(../images/lgbg.png) right -250px top no-repeat,url(../images/lgbgs.png) left -250px bottom no-repeat;
		background-size: 300px auto;
	}
	.product .pdimg img{
		max-width: 100%;
	}
	.product li i{
		width: 90%;
		margin: 10px auto;
	}
	.product li p{
		font-size: 14px;
		line-height: 24px;
	}
}
.network{
	padding: 30px 0px 20px;
	background: #709bc4;
	overflow: hidden;
}
.nwocon{
	display: flex;
}
.nwlist{
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	padding: 10% 0px 6%;
}
.nwlist .title{
	color: #153a78;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, .5);
}
.nwlist ul{
	width: 100%;
}
.nwlist li{
	padding-top: 20px;
}
.nwlist li a{
	display: block;
	width: 135px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	color: #153a78;
	font-size: 20px;
	border-radius: 26px;
	background: #fff;
	transition: .3s;
}
.nwlist li.on a,.nwlist li a:hover{
	background: #153a78;
	color: #fff;
}
.nwmap{
	width: calc(100% - 135px);
	position: relative;
}
.nwmap dl{
	width: 100%;
	height: 100%;
}
.nwmap dl dd{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transform: scale(0);
}
.nwmap dl dd.active{
	position: relative;
	z-index: 2;
	opacity: 1;
	transform: scale(1);
}
.nwmap #map{
	height: 850px;
	width: 1020px;
}
.nwmap #world{
	height: 850px;
	width: 100%;
}
@media (max-width: 1440px) {
	.network{
		padding: 30px 0px 20px;
	}
	.nwlist li a{
		height: 42px;
		line-height: 42px;
		font-size: 18px;
		border-radius: 21px;
	}
	.nwmap #map{
		height: 700px;
		width: 100%;
	}
	.nwmap #world{
		height: 700px;
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.network{
		padding: 30px 0px 20px;
	}
	.nwlist li a{
		height: 34px;
		line-height: 34px;
		font-size: 15px;
		border-radius: 17px;
	}
	.nwmap #map{
		height: 600px;
		width: 100%;
	}
	.nwmap #world{
		height: 600px;
		width: 100%;
	}
}
@media (max-width: 992px) {
	.network{
		padding: 30px 0px 20px;
		background: #709bc4;
		overflow: hidden;
	}
	.nwocon{
		display: block;
	}
	.nwlist{
		padding: 0;
		width: 100%;
		justify-content: space-between;
	}
	.nwlist ul{
		width: 60%;
		display: flex;
		justify-content: flex-end;
	}
	.nwlist li{
		padding-top: 0px;
	}
	.nwlist li{
		width: 45%;
	}
	.nwlist li:last-child{
		margin-left: 10%;
	}
	.nwlist li a{
		width: 100%;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
	}
	.nwmap{
		width: 100%;
		position: relative;
		padding-top: 15px;
	}
	.nwmap #map{
		height: 300px;
		width: 140%;
		transform: scale(.9);
		margin-left: -20%;
	}
	.nwmap #world{
		height: 300px;
		width: 100%;
	}
}
.equipment{
	padding: 110px 0px;
	overflow: hidden;
}
.equipment .title p{
	color: #164f88;
}
.equipment ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0px 0px;
}
.equipment ul li{
	margin-top: 10px;
	background:#000;
	overflow:hidden;
}
.equipment ul li:nth-child(1){
	width: 62.5%;
}
.equipment ul li:nth-child(2){
	width: 36.9%;
}
.equipment ul li:nth-child(3){
	width: 58.86%;
}
.equipment ul li:nth-child(4){
	width: 40.55%;
}
.equipment ul li img{
	transition:opacity .3s,transform 1s;
}
.equipment ul li:hover img{
	opacity:.7;
	transform:scale(1.1);
}
@media (max-width: 1440px) {
	.equipment{
		padding: 80px 0px;
	}
}
@media (max-width: 1200px) {
	.equipment{
		padding: 50px 0px;
	}
	.equipment ul{
		margin: 20px 0px 0px;
	}
}
@media (max-width: 992px) {
	.equipment{
		padding: 20px 0px;
	}
	.equipment ul{
		margin: 5px 0px 0px;
	}
	.equipment ul li{
		margin-top: 10px;
	}
	.equipment ul li:nth-child(1){
		width: 100%;
		order: 1;
	}
	.equipment ul li:nth-child(2){
		width: 46%;
		order: 2;
	}
	.equipment ul li:nth-child(3){
		width: 100%;
		order: 4;
	}
	.equipment ul li:nth-child(4){
		width: 50.5%;
		order: 3;
	}
}