@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

html,
body,
.view {
	font-size: 0.85vw;
}

.view {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	background-color: #173444;
}


.jq_btn {
	transition: all 0.3s;
}

.jq_btn.animat {
	transform: scale(0.9);
}
.box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg.jpg);
}

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;

}

.page .l,
.page .r {
	position: relative;
	width: 46.6%;
	height: 89.6%;
	border-radius: 6rem;
	background-color: rgba(255, 255, 255, 0.2);
}

.page .l .ewm,
.page .r .ewm {
	width: 11.25rem;
	height: 11.25rem;
	margin: 1.4rem auto;
	overflow: hidden;
	border-radius: 1rem;
	background-color: #fff;
}

.page .l .ewm img,
.page .r .ewm img {
	display: block;
	width: 10rem;
	height: 10rem;
	margin: 0.625rem auto;
}

.page .l .tit,
.page .r .tit {
	width: 50rem;
	margin: auto;
	color: #fff;
	font-size: 2rem;
}

.page .l .tit,
.page .r .tit {
	width: 50rem;
	margin: auto;
	color: #fff;
	font-size: 1.8rem;
}

.page .l .tit span,
.page .r .tit span {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	line-height: 2.5rem;
}

.page .l .tit span:last-child,
.page .r .tit span:last-child {
	width: 46rem;
}

.page .l .item {
	width: 45rem;
	margin: 3rem auto;
	display: flex;
	justify-content: space-between;
}

.page .l .item span,
.page .r .item span {
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
}

.page .r .item {
	width: 45rem;
	margin: 0.8rem auto;
}

.page .r .item span {
	display: inline-block;
	width: 49%;
}

.page .l .list ,
.page .r .list {
	position: absolute;
	width: 47.5rem;
	top: 26rem;
	left:0;
	right: 0;
	bottom: 1.6rem;
	margin: auto;
}
.page .l .list .list_item,
.page .r .list .list_item{
	position: absolute;
	width: 33.333%;
	height: 100%;
	left:0;
	top: 0;
	transition: all 3s linear;
}
.page .r .list .list_item{
	width: 25%;
}
.page .l .list .list_item .num,
.page .r .list .list_item .num{
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
}
.page .l .list .list_item .zhu,
.page .r .list .list_item .zhu{
	position: absolute;
	width: 2.5rem;
	top: 3.5rem;
	bottom: 7rem;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	border-radius: 2.5rem;
	border: 1px solid #fff;
}
.page .l .list .list_item .zhu img,
.page .r .list .list_item .zhu img{
	position: absolute;
	width: 80%;
	bottom: 0.3rem;
	height: 0%;
	max-height: 96%;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 2.5rem;
	transition: all 3s linear;
}
.page .l .list .list_item .chose,
.page .r .list .list_item .chose{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}
.page .l .list .list_item .chose span,
.page .r .list .list_item .chose span{
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	line-height: 2rem;
}