* {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.main02s{
	font-size: 0.9rem;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: 600;
}
a {
	text-decoration: none;
}

.tail00 {
	width: 100%;
	background-color: #131314;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
}

.tail00>img {
	width: calc(100% -120px);
	height: auto;
	position: fixed;
	bottom: -250px;
	z-index: -1;
}

.tail01 {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

.tail01>img {
	height: 70px;

}

.tail01>p {
	font-weight: 300;
	margin-top: 20px;
	font-size: 1.5rem;
}

.tail01>h4 {
	font-size: 3rem;
	font-weight: 500;
	margin-top: 10px;
	transition: font-size 0.5s;
}

.tail01>a {
	z-index: 9;
	width: 130px;
	height: 60px;
	margin-top: 40px;
	position: sticky;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	border: 1px solid #424243;
	transition: margin-top 0.4s;
}

.tail01>a:hover .tail02 {
	margin-top: -60px;
}

.tail02ss {

	transition: margin-top 0.4s;
}

.tail01>a:hover .tail02ss {
	margin-top: -80px;
}

.tail02 {
	width: 130px;
	transition: margin-top 0.4s;
}

.tail01>a p {
	color: #FFFFFF;
	width: 130px;
	height: 60px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tail03 {
	display: flex;
	align-items: center;
	margin-top: 50px;
	color: #FFFFFF;
	width: 100%;
	transition: margin-top 0.4s;
}

.tail04 {
	font-size: 0.5rem;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.tail06 {
	font-size: 0.5rem;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.tail04 p {
	margin-bottom: 30px;
	transition: margin-bottom 0.4s;
}

.tail05 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
}

.tail05>a {
	margin-top: 20px;
	font-size: 0.8rem;
	color: #FFFFFF;
	transition: margin-top 0.4s;
}

.tail05>img {
	height: 250px;
}

.tail07 {
	margin-bottom: 30px;
	transition: margin-bottom 0.4s;
}

.tail07 img {
	margin-left: 10px;
	margin-right: 10px;
}

.tail07 a {
	color: #FFFFFF;
}

.tail07 a:hover {
	text-decoration: underline;
}

.tail06 p {
	margin-bottom: 30px;
	transition: margin-bottom 0.4s;
}

.main00 {
	width: 100%;
	transition: margin-bottom 0.4s;
}

.main00s {
	width: 100%;
	background-color: #030303;
	transition: margin-bottom 0.4s;
}

.main00ss {
	width: 100%;
	background-color: #F5F5F5;
	transition: margin-bottom 0.4s;
}

.main01 {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	top: 0;
	justify-content: center;
	transition: background-color 0.4s, height 0.4s;
	display: flex;
	flex-direction: column;
}

.main01>ul {
	width: 88%;
}

.main01>ul li:nth-of-type(1) {
	float: left;
	display: flex;
}

.main01>ul>li:nth-of-type(1)>a>img {
	height: 43px;
}

.main02 {
	display: flex;
	margin-left: 20px;
}

.main02>a>img {
	height: 30px;
}

/* .main02>p {
	
} */

.main01>ul :nth-of-type(2) {
	float: right;
}

.main01>ul :nth-of-type(2)>ul {
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

.main01>ul :nth-of-type(2)>ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.main01>ul :nth-of-type(2)>ul li a {
	margin-left: 20px;
	width: 80px;
	height: 35px;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main01>ul :nth-of-type(2)>ul li a {
	color: #FFFFFF;
	transition: color 0.4s, background-color 0.4s;
	margin-top: 5px;
}

.main01>ul :nth-of-type(2)>ul>li>a:hover {
	background-color: #FFFFFF;
	color: #000;
}

.main03 {
	position: absolute;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	overflow: hidden;
	height: 0;
	z-index: 999;
}

.main01>ul :nth-of-type(2)>ul li:hover .main03 {
	height: auto;
}

.main03>li>a {
	background-color: #AAAAAA;
}

.main01>ul :nth-of-type(8) {
	margin-left: 20px;
	margin-right: 30px;
}

@media screen and (max-width: 1200px) {

	.main03s1s {
		display: none;
	}

	.tail03 {
		flex-direction: column;
		margin-top: 30px;
	}

	.tail06 p {
		margin-bottom: 10px;
	}

	.tail07 {
		margin-bottom: 10px;
	}

	.tail04 p {
		margin-bottom: 20px;
	}

	.tail01>a {
		margin-top: 20px;
		transition: margin-top 0.4s;
	}

	.tail05>a {
		margin-top: 10px;
	}
}

.tail00ss,
.quanjusss {
	display: none;
}

#guanbisc {
	display: none;
	transition: height 0.4s;
	width: 100%;
	z-index: 999999999;
}

#guanbisc>ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#guanbisc>ul>li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#guanbisc>ul>li>a {
	width: 100%;
	padding: 20px 0;
	display: flex;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
}

#guanbisc>ul>li>a:hover {
	color: #000000;
	background-color: #ffffff;
}

.main03ss {
	display: none;
	width: 100%;
}

.main03ss>li {
	width: 100%;
	display: flex;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
}

.main03ss>li>a {
	width: 100%;
	padding: 20px 0;
	display: flex;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
}

.main03ss>li>a:hover {
	color: #000000;
	background-color: #ffffff;
}

#guanbisc>ul>li:hover .main03ss {
	display: block;
}





.tail00 {
	padding-top: 30px;
}

@media screen and (max-width:800px) {
	.main01>ul :nth-of-type(2)>ul {
		display: none;
	}

	.tail01>h4 {
		font-size: 2rem;
	}

	.main04 {
		background-color: #FFFFFF;
		line-height: 43px;
		width: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		height: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main04>img {
		width: 30px;
		height: 30px;
	}

	.main01 {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media screen and (min-width: 800px) {
	.main04 {
		display: none;
	}

	.main01 {
		position: absolute;
	}
}

@media screen and (max-width: 801px) {
	.main01 {
		position: fixed;
	}
}

.load-img>img {
	width: 400px;
}

#loading {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	background: #ffffff;
	z-index: 9999;
}


.wxwxwx0 {
	display: flex;
	justify-content: center;
	margin-left: 20px;
}

.wxwxwx0:hover .wxwxwx2 {
	display: flex;
}

.wxwxwx1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.wxwxwx2 {
	display: none;
	position: absolute;
	margin-top: 50px;
}
