body,
h2,
p,
img,
a,
li,
ul,
h1,
h3 {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

p {
	text-indent: 2em;
}

img {
	display: block;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	border: none;
}

/* 页面锚点平滑切换效果 */
html,
body {
	scroll-behavior: smooth;
}

/* 导航部分 */
#nav {
	transition: all .36s;
	display: flex;
	z-index: 9999;
	/* background: rgba(52, 59, 64, 0.9); */
	height: 100px;
	width: 100%;
	float: left;
	position: fixed;
	animation-play-state: move paused;
}

@keyframes move {
	0% {
		height: 100px;
	}

	50% {
		height: 120px;
	}

	100% {
		height: 100px;
	}
}

#nav ul {
	margin-right: 33px;
	float: right;
	height: 90px;
	padding-top: 39px;
}

#nav li a {
	color: #fff;
}

#nav ul li {
	float: left;
	margin-right: 36px;
	font-size: 24px;
	color: #FFF;
	padding-bottom: 12px;
}

#nav ul li a:hover {
	color: #e35515;
	transition: 0.3s;
}

#nav img {
	padding-top: 10px;
	float: left;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

/* 导航白线移动效果 */
.navbar ul>li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	font-size: 24px;
	transition: 0.3s;
	position: relative;
}

.navbar>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -10px;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
	visibility: visible;
	transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #999;
}

#nav .navbar .dropdown ul {
	width: 116px;
	display: block;
	position: absolute;
	left: -10px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

#nav .navbar .dropdown ul li {
	align-items: center;
	min-width: 116px;
}

#nav .navbar .dropdown ul a {
	padding: 7px 19px;
	font-size: 18px;
	color: #666666;
}

#nav .navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #a60300;
}

#nav .navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

#nav .navbar .dropdown .dropdown ul {
	top: 0;
	visibility: hidden;
}

#nav .navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

#nav .logo {
	display: inline-block;
	float: left;
}

.red {
	position: relative;
	z-index: 999;
	background: #a60300;
	display: inline-block;
	text-align: center;
	margin: 80px auto;
	color: #fff;
	box-shadow: 18px -18px 0px rgba(166, 3, 0, 0.7);
	text-align: center;
}

.red p {
	text-indent: 0;
	margin: 33px 62px;
	font-size: 48px;
	letter-spacing: 5px;
	position: relative;
	z-index: 30;
}

.practice {
	height: 725px;
	position: relative;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}


.step {
	padding: 0px 0 100px;
	text-align: center;
}

.progress-box .bar {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 2px;
	height: 600px;
	background-color: #a60300;
}

.progress-box .bar .item {
	cursor: pointer;
	width: 15px;
	height: 15px;
	background-color: #a60300;
	border-radius: 50%;
	position: absolute;
	left: 60%;
	transform: translateX(-50%);

}

.progress-box .bar .item:hover .info {
	transition-delay: 0s;
	width: 400px !important;
	visibility: visible;
}

.progress-box .bar .item .info {
	width:200px!important;
	transition: all .5s;
	visibility: hidden; 
	transition-delay: 9999s;

}

.progress-box .bar .item .info p {
	text-indent: 0;
}

.progress-box .bar .item:nth-child(1) {
	top: 0;
}

.progress-box .bar .item:nth-child(2n-1) .info {
	position: absolute;
	right: -430px;
	width: 400px;
	text-align: left;
	top: 50%;
	transform: translatey(-50%);
}

.progress-box .bar .item:nth-child(2) {
	top: 16.6%;
}

.progress-box .bar .item:nth-child(2n) .info {
	position: absolute;
	left: -430px;
	width: 400px;
	text-align: right;
	top: 50%;
	transform: translatey(-50%);
}

.progress-box .bar .item:nth-child(3) {
	top: 33.2%;
}

.progress-box .bar .item:nth-child(4) {
	top: 49.8%;
}

.progress-box .bar .item:nth-child(5) {
	top: 66.4%;
}

.progress-box .bar .item:nth-child(6) {
	top: 83%;
}

.progress-box .bar .item:nth-child(7) {
	top: 100%;
}

.more-btn {
	display: block;
	margin: 70px auto 0;
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #0086ff;
	color: #fff;
	transition: all .5s;
	border-radius: 3px;
}

.more-btn:hover {
	background-color: #0064bc;
	color: #ddd;
}

@media screen and (max-width: 600px) {
	div.slideBox {
		height: 350px;
		background: url('../../img/W_img/me_banner.png') #f6f9fe no-repeat top center/ auto 100%;
	}

	#nav ul {
		margin-right: 0;
		float: left;
		height: auto;
		padding-top: 10px;
		width: 100%;
	}

	#nav ul li {
		margin-right: 15px;
	}

	#nav img {
		max-width: 200px;
	}

	.navbar a,
	.navbar a:focus {
		font-size: 14px;
	}


	.practice {
		padding: 40px 0 80px;
	}

	.red {
		writing-mode: horizontal-tb !important;
		margin: 0 auto !important;
		padding: 20px 10px !important;
		margin-bottom: 20px !important;
		line-height: normal !important;
	}

	.red p {
		margin: 0;
		font-size: 28px;
	}

	nav#hh {
		width: auto;
		height: auto;
		padding: 0 10px;
		right: 30px;
	}

	nav#hh .li {
		margin: 10px 0;
		padding: 0;
	}

	nav#hh li img {
		max-width: 48px;
		margin: 0;
	}

	.step {
		padding: 65px 0 100px;
	}

	.progress-box .bar .item:nth-child(2n-1) .info {
		width: 170px !important;
		right: -180px !important;
	}

	.progress-box .bar .item:nth-child(2n) .info {
		width: 170px !important;
		left: -180px !important;
	}
}
