html,body {
	margin: 0px;
	text-align: center;
}
* {
	font-family: PingFang-SC-Regular, PingFang SC, microsoft yahei, arial, helvetica neue, hiragino sans gb, sans-serif !important;
}
.banner {
	width: 100%;
}
.logo img {
	position: relative;
	float: left;
	top: 1vw;
	left: 6vw;
	height: 2vw;
}
.tab {
	position: relative;
	float: right;
	top: 1vw;
	right: 6vw;
}
ul {
	list-style: none;
	margin: 0px;
  padding: 0px;
  width: auto;
}
ul li {
	color: #FFF;
	float: left;
	margin-left: 3vw;
	font-size: 1vw;
	cursor:pointer;
	padding-bottom: 0.4vw;
	padding: 0.5vw 0vw;
	border-bottom: 0.15vw solid transparent;
}
li:hover {
	border-bottom: 0.15vw solid #FFF;
}
li:hover:last-child {
	border-bottom: 0.15vw solid transparent;
}
.title {
	position: absolute;
	font-size: 3vw;
	color: #FFF;
	margin: auto;
	top: 8vw;
	right: 0px;
	left: 0px;
	font-weight: 500;
}
.desc {
	position: absolute;
	color: #FFF;
	opacity: 0.8;
	top: 14vw;
	font-size: 2vw;
	margin: auto;
	right: 0px;
	left: 0px;
	font-weight: lighter;
}
.relative {
	position: relative;
}
.item-title {
	color: #333;
	font-size: 2.2vw;
}
.line {
	background-color: #1089FF;
	height: 0.4vw;
	width: 4vw;
	margin-top: 1vw;
	display: inline-block;
}
.item {
	position: relative;
	padding: 3vw 0vw 2vw;
}
.step {
	width: 60vw;
	margin: 6vw 0vw 2vw;
}
.item:nth-child(3) {
	background-color: #F7F9FB;
}
.item:nth-child(5) {
	background-color: #F7F9FB;
}
.icon {
	display: inline-table;
	margin: 7vw 1vw;
}
.icons .icon:nth-child(1) img {
	width: 16vw;
	margin: 0px 2vw;
}
.icons .icon:nth-child(2) img {
	width: 13vw;
	margin: auto 2vw;
	margin-bottom: 1vw;
}
.icons .icon:nth-child(3) img {
	width: 18vw;
	margin: auto 2vw;
	margin-bottom: 1vw;
}
.icon-title {
	font-size: 1.4vw;
	font-weight: 600;
	margin-top: 0.5vw;
}
.p {
	margin-top: 2vw;
	font-size: 1.2vw;
	color: #666;
	line-height: 1.8vw;
}
.icons-other .icon-title {
	margin-top: 2vw;
}
.icons-other .icon img {
	width: 12vw;
	margin: 0px 2vw;
}
.school {
	width: 25%;
}
.code {
	width: 14vw;
	margin-top: 6vw;
}
.footer {
	background-color: #343847;
	color: #FFF;
	height: 8vw;
	padding: 1.8vw 0px;
	font-size: 1vw;
}
.mrl {
	margin: 0px 1vw;
	display: inline-block;
}
.mrl img {
	width: 1.2vw;
	float: left;
	margin-top: 0.1vw;
	margin-right: 0.4vw;
	max-height: 1.3vw;
}
a {
	text-decoration: none;
	color: #FFF;
}
li:last-child {
	background-image: url("images/button.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0.5vw 1.5vw;
}
.nav {
	position: fixed;
	margin: auto;
	top: 0px;
	bottom: 0px;
	right: -7vw;
	display: inline-table;
	z-index: 2;
}
.nav a {
	color: #333;
}
.top,.wechat-code,.qq {
	position: relative;
	background-color: #EBEDF0;
	width: 5.5vw;
	height: 5.5vw;
	margin-bottom: 3px;
	max-height: 70px;
	max-width: 70px;
}
.top img,.wechat-code img,.qq img {
	width: 100%;
}
.bubble {
  position: absolute;
  left: -9.5vw;
  width: 8vw;
  margin: auto;
  top: 0px;
  bottom: 0px;
  padding: 1.2vw;
  font-size: 1.2vw;
  line-height: 2.6vw;
  background-image: url(images/dial-normal.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  padding-left: 1vw;
}
.bubble-wechat {
	position: absolute;
  left: -12vw;
  width: 8vw;
  margin: auto;
  top: 0px;
  bottom: 0px;
  padding: 1.5vw 2.5vw 1.5vw 1.8vw;
  font-size: 1vw;
  line-height: 1.6vw;
	background-image: url("images/dial-code.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}
.qq {
	background-image: url("images/qq.png");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.wechat-code {
	background-image: url("images/wechat-code.png");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.top {
	background-image: url("images/top.png");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.qq:hover .qq-white {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/qq-white.svg");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}
.wechat-code:hover .wechat-white {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/wechat-code-white.svg");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}
.top:hover .top-white {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/top-white.svg");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}
.qq-bg,.wechat-bg,.top-bg {
	position: absolute;
	background-color: #1890FF;
	opacity: 0;
	top: 40%;
	left: 40%;
	width: 0px;
	height: 0px;
	margin: 10%;
}
.wechat-code:hover .wechat-bg,.top:hover .top-bg,.qq:hover .qq-bg{
	opacity: 1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	transition: all .3s cubic-bezier(.3, 0, 0, 1.3);
  -webkit-transition: all .3s cubic-bezier(.3, 0, 0, 1.3);
  -moz-transition: all .3s cubic-bezier(.3, 0, 0, 1.3);
  -ms-transition: all .3s cubic-bezier(.3, 0, 0, 1.3);
  -o-transition: all .3s cubic-bezier(.3, 0, 0, 1.3);
}
.qq:hover .bubble,.wechat-code:hover .bubble-wechat,.top:hover .bubble {
	display: inline-table;
	-webkit-animation: qq-text-animation .2s ease-out 1 forwards;
  animation: qq-text-animation .2s ease-out 1 forwards;
}
@-webkit-keyframes qq-text-animation {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
#example {
	overflow-x: hidden;
	padding-bottom: 6vw;
	margin-top: 6vw;
	width: 80vw;
}
#bannerPagination .swiper-pagination-bullet {
	border: 0.2vw solid rgba(255,255,255,0.5);
	background-color: transparent;
	border-radius: 50%;
	opacity:1;
}
#bannerPagination .swiper-pagination-bullet-active {
	position: relative;
	border: 0.2vw solid transparent;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	overflow: hidden;
}
#bannerPagination .swiper-pagination-bullet-active:before {
	content:'';
	width: 100%;
	height: 100%;
	background-color: #FFF;
	display: block;
	border-radius: 50%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0.6vw;
}
.swiper-pagination-bullet {
	width: 0.75vw;
	height: 0.75vw;
	padding: 0px;
}
.top-tab {
	position: fixed;
	width: 100%;
	top: 0px;
	overflow: hidden;
	padding-bottom: 1.8vw;
	z-index: 2;
}
.top-tab.grey {
	background-color: rgba(14, 19, 34, 0.6);
}
.qq:hover .bubble.hide,.wechat-code:hover .bubble-wechat.hide,.top:hover .bubble.hide {
	display: none;
}
.police {
	vertical-align: middle;
	padding: 0px 5px 2px;
}
a[title='站长统计'] {
	display: none;
}
