*{
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
	font-weight: bold;
}

body{
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../images/bg.jpg);
	background-size: 100% auto;
}

.loading{
	position: fixed;
	left: 0;
	top: 0;
	font-size: 18px;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background-color: rgba(26,26,28,1);
}

.loadbox{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.loadtitle{
	color:rgba(255,255,255,1);
	margin-top: 1vh;
}

.swiper2 .head{
	width: 100vw;
	position: relative;
}

.swiper2 .headbg{
	display: block;
	width: 100vw;
}

.swiper2 .headtitle{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2vw;
	color:rgba(255,255,255,1);
	font-weight: bold;
}

.swiper2 .boxleft{
	border: 0.1vw solid rgba(25,186,139,.17);
	background: rgba(5,27,74,0.8);
	position: relative;
	width: 28vw;
	height: 58vh;
	margin: 0 0 0 0.5vw;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0 1vw;
}

.swiper2 .boxfoot {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.swiper2 .boxleft:before,.swiper2 .boxleft:after,.swiper2 .boxright:before,.swiper2 .boxright:after,.swiper2 .boxcenter:before,.swiper2 .boxcenter:after,.swiper2 .boxfoot:before,.swiper2 .boxfoot:after,.swiper2 .bottom:before,.swiper2 .bottom:after{
	position: absolute;
	content: "";
	width: 2vw;
	height: 2vw;
}

.swiper2 .boxleft:before,.boxright:before,.swiper2 .boxcenter:before,.swiper2 .bottom:before{
	top: 0;
	left: 0;
	border-top: 0.2vw solid #02a6b5;
	border-left: 0.2vw solid #02a6b5;
}

.swiper2 .boxleft:after,.swiper2 .boxright:after,.swiper2 .boxcenter:after,.swiper2 .bottom:after{
	top: 0;
	right: 0;
	border-top: 0.2vw solid #02a6b5;
	border-right: 0.2vw solid #02a6b5;
}

.swiper2 .boxfoot:before{
	bottom: 0;
	left: 0;
	border-bottom: 0.2vw solid #02a6b5;
	border-left: 0.2vw solid #02a6b5;
}

.swiper2 .boxfoot:after{
	bottom: 0;
	right: 0;
	border-bottom: 0.2vw solid #02a6b5;
	border-right: 0.2vw solid #02a6b5;
}

.swiper2 .boxcenter{
	border: 0.1vw solid rgba(25,186,139,.17);
	background: rgba(5,27,74,0.8);
	position: relative;
	width: 31vw;
	height: 58vh;
	padding: 0 1vw 0 1vw;
	margin: 0 0 0 0;
}

.swiper2 .boxright{
	border: 0.1vw solid rgba(25,186,139,.17);
	background: rgba(5,27,74,0.8);
	position: relative;
	width: 30vw;
	height: 58vh;
	margin: 0 1vw 0 0;
	padding: 0 1vw;
}

.swiper2 .bottom{
	border: 0.1vw solid rgba(25,186,139,.17);
	background: rgba(5,27,74,0.8);
	position: relative;
	width: 94.4vw;
	height: 27vh;
	margin: 1vh 0 0 0.5vw;
	padding: 0 1vw;
}