*{
	padding: 0;
	margin: 0;
}
body{
	font-size: 14px;
	font-family: "microsoft yahei",arial;
}
#all{
	width: 100vw;
	height: 100vh;
}
.web-top{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	/*background-color: rgba(5,5,23,.5);*/
	color: white;
	background-color: rgba(5,5,23,.5);
	/*border-bottom: 3px solid rgba(0,0,0,.7);*/
	/*background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.1), rgba(0,0,0,.2));*/
	/*background-image: url(../img/top-bgimgs.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	/*background: linear-gradient(#0e0f21, #2c2f42); */
	/*box-shadow:rgb(11, 234, 235) 0px 0px 18px inset;*/
	/*background-color: white;*/
}
.web-top img{
	max-height: 46px;
	margin-left: 10%;
}
.call-me{
	width: auto;
	margin-right: 10%;
	font-size: 18px;
	cursor: pointer;
}
.call-me i{
	font-size: 24px;
}
.web-middle{
	width: 100%;
	height: 100%;
}
.swiper-container-h{
	width: 100%;
	height: 100%;
}
.text-title{
	font-size: 54px;
	line-height: 58px;
	letter-spacing: 6px;
	font-weight: 600;
	color: white;
}
.imgnumber{
	margin-top: 2.4%;
	margin-bottom: 3.7%;
}
/*.line{
	width: 48%;
	border: 3px solid #00faff;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
}
.line-1{
	width: 48%;
	margin-top: 10px;
	border-top: 1px solid #00faff;
	border-left: 0;
	border-right: 0;
	margin-bottom: 3.7%;
}*/
.swiper-one-text{
	position: absolute;
	left: 10%;
	top: 28%;
	height: auto;
	width: 41%;
	color:white;
}
.swiper-one-text p{
	/*text-indent: 2em;*/
	font-size: 22px;
	width: 100%;
	line-height: 40px;
	letter-spacing: 2px;
}
.more{
	width: 148px;
	height: 42px;
	border: 1px solid #00faff;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2px;
	font-size: 18px;
	margin-top: 6%;
	cursor: pointer;
}
.bgone-img{
	background-image: url(../img/swiper-one1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bgtwo-img{
	background-image: url(../img/swiper-two.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bgthree-img{
	background-image: url(../img/swiper-three1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.bgfour-img{
	background-image: url(../img/swiper-four.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
}
.swiper-container-cube {
    overflow: hidden !important;
}
.area-ba{
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 10;
	background-color: rgba(5,5,23,.5);
	padding: 4px 0;
}
.swiper-pagination{
	bottom: 40px !important;
}
.swiper-pagination-bullet{
	background: white;
}
.swiper-pagination-bullet-active{
	background: #00a47c !important;
}
.area-ba span{
	margin: 0 20px;
}
.area-ba a{
	color: white;
	text-decoration: none;
}
.area-ba a:hover{
	color: #00a47c;
	text-decoration: underline;
}
.swiper-two-text{
	position: absolute;
	top: 15%;
	left: 10%;
	width: 80%;
	height: auto;
}
.swiper-two-title{
	width: 100%;
	height: auto;
	padding-left: 20px;
	font-size: 36px;
	letter-spacing: 4px;
	margin-bottom: 28px;
	font-weight: 600;
	color: #3572b3;
	text-align: center;
}
.swiper-two-title span{
	border-left: 4px solid #3572b3;
	display: inline-block;
    height: 34px;
    line-height: 28px;
    padding-left: 10px;
    margin-right: 2%;
}
.hb-list{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.hb-list-b{
	margin-bottom: 3%;
}
.hb-li{
	width: 30%;
	height: auto;
	/*margin-right: 3%;*/
	cursor: pointer;
}
.hb-li img{
	max-width: 80%;
	margin-bottom: 10%;
}
.hb-li:nth-child(3n+3){
	text-align: end;
}
.phone-{
	position: absolute;
	width: 19%;
	/*height: 70%;*/
	top: 18%;
	left: 22%;
}
.img-right{
	position: absolute;
	top: 37%;
	width: 29%;
	left: 48%;
	height: auto;
}
.img-zhen{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.img-zhen img{
	max-width: 96%;
	padding-bottom: 30px;
}
.img-zhen div{
	width: 48%;
}
.hb-li:nth-child(3n+2){
	text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.hb-li img{
		max-width: 74%;
		margin-bottom: 6%;
	}
	.text-title{
		font-size: 38px;
		top: 23%;
	}
	.swiper-one-text p{
		font-size: 16px;
		line-height: 32px;
	}
	.swiper-two-title{
		font-size: 26px;
		
	}
	.more{
		height: 34px;
		font-size: 16px;
	}
	.hb-li{
		width: 30%;
		height: auto;
	}
	.swiper-two-title span{
		height: 27px;
    	line-height: 19px;
	}
	.imgnumber{
		width: 60%;
	}
	.img-right{
		width: 36%;
	}
	.img-right{
		top: 31%;
	}
	.img-zhen img{
		max-width: 80%;
		height: auto;
	}
	/*.w{
		width: 79%;
	}*/
}