a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

html {
	background: #e4e8f0;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #fff;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important
}

/* ::-webkit-scrollbar {
	width: 0;
	height: 0
} */

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li {
	list-style-type: none;
	float: left
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

img {
	border: none;
	vertical-align: middle
}

em,
i,
var {
	font-style: normal
}

button {
	font-family: "microsoft yahei", Arial;
	outline: 0;
	cursor: pointer;
	font-size: .26rem;
	border: none
}


.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background: linear-gradient(0deg, #fff, #fff);
	margin: 0 auto;
}


.head {
	width: 7.5rem;
	height: 1rem;
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	top: 0;
	background-color: #000;
	border: solid 1px #898989;
	z-index: 999;
}

.head .logo {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo img {
	width: 3.5rem;
	height: auto;
}

.banner {
	width: 100%;
	padding-top: .66rem;
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.iconlist {
	width: 92%;
	border-bottom: solid 2px #0369c7;
	position: relative;
	margin: 0 auto;
	padding: 0 0 .45rem;
	box-sizing: border-box;
	font-size: .5rem;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.txtbox {
	width: 92%;

	margin: .4rem auto 0;
}

.txtbox h1 {
	font-size: .32rem;
	color: #000;
	width: 100%;
	line-height: 150%;
}

.txtbox p {
	font-size: .28rem;
	color: #333;
	width: 100%;
	line-height: 150%;
	margin: .6rem 0;
}

.txtbox .title {
	font-size: .5rem;
	color: #0369c7;
	width: 100%;
	line-height: 150%;

}

.txtbox img {
	width: 100%;
}

.schedule-box {
	width: 90%;
	margin: 0.8rem auto 0;
}

.schedule-box h1 {
	width: 100%;
	height: .8rem;
	text-align: center;
	line-height: .8rem;
	box-sizing: border-box;
	background: #0369c7;
	font-size: .36rem;
	font-weight: 600;
	color: #fff;
	margin-top: .5rem;
}

.schedule-box h2 {
	width: 100%;
	margin: .5rem 0;
	font-size: .32rem;
	color: #000;
	font-weight: 600;
}

.schedule-box p {
	width: 100%;
	font-size: .28rem;
	color: #333;
	display: flex;
	flex-wrap: nowrap;
	line-height: .4rem;
}

.web {
	width: 90%;
	margin: 0 auto;
}

.weblist {
	height: 1.2rem;
	border-radius: .2rem;
	background-color: #fff;
	box-shadow: rgba(173, 211, 255, 0.6) 0px 4px 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .28rem;
	padding: 0 .4rem;
}

.weblist:hover {
	box-shadow: rgba(140, 180, 250, 0.6) 0px 4px 10px;
}

.weblist img {
	width: 2.8rem;
	height: auto;
}

.weblist span {
	width: 2rem;
	height: .56rem;
	background-color: #35a8ff;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
	border-radius: .3rem;
}

.weblist span:hover {
	background-color: #0693fd;
	color: #fff;
}

.ft {
	width: 100%;
	margin: 0 auto;
	height: 1.8rem;
	background-color: #000;
	color: #fff;
	font-size: .26rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.ft img {
	width: 2rem;
	height: auto;
}

.videobox {
    width: 94%;
    margin: 0 auto;
    padding: .6rem 0;
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.videobox video {
    max-width: 100%; 
    max-height: 100%; 
}

.kf a {
	position: fixed;
	bottom: 2.6rem;
	right: 0;
	z-index: 111;	
	padding: .2rem .1rem;
	border-radius: .2rem 0 0 .2rem;
	/* background-image: linear-gradient(0deg, #21a57d, #21a57d);
	border-top: #ffffff 1px solid; 
	box-shadow: rgba(205, 227, 231, 0.2) -2px 5px 6px; */
	background: rgba(0, 0, 0, 0.66);
	border: 1px solid #fff;
	font-size: .2rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.kf img {
	width: .6rem;
	margin-bottom: .15rem;
	animation: myfirst 1s infinite;
}

@media screen and (min-width: 750px) {
	html {
		zoom: 80%;
	}
}

@keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}
