html {
	font-size: 5.2083333vw;
}

html,
body,
div,
h1,
h2,
p {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
}

.header {
	position: fixed;
	z-index: 1000;
	width: calc(100% - 3.6rem) !important;
	max-width: 100% !important;
	height: 1.05rem !important;
	background-color: rgba(255, 255, 255, 1);
	padding: 0 1.8rem !important;
	margin: 0 !important;
	border-bottom: 1px solid rgba(14, 16, 26, 0.1);
}

.header_ {
	height: 1.05rem;
}

.headerContainer {
	height: 100%;
	/* 兼容IE */
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logoImg {
	width: 1.66rem;
	height: 0.61rem;
}

.logoImg>img {
	display: block;
	width: 100%;
	height: 100%;
}

.navSeekPanel {
	height: 100%;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.navigationBar {
	height: 100%;
}

.navigationBar>ul {
	height: 100%;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
}

.navigationBar>ul>li {
	padding: 0 0.22rem;
	height: 100%;
}

.navName {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-style: italic;
	color: rgba(60, 60, 60, 1);
	line-height: 1.05rem;
	position: relative;
}

.selectNav {
	color: rgba(13, 222, 221, 1) !important;
}

.selectNav:after {
	content: "";
	position: absolute;
	bottom: 0.22rem;
	left: -10px;
	display: block;
	width: calc(100% + 20px);
	height: 0.03rem;
	background-color: rgba(58, 184, 187, 1);
}

.navName:hover {
	color: rgba(13, 222, 221, 1) !important;
}

.navName:hover:after {
	content: "";
	position: absolute;
	bottom: 0.22rem;
	left: -10px;
	display: block;
	width: calc(100% + 20px);
	height: 0.03rem;
	background-color: rgba(58, 184, 187, 1);
}

.seekPanel {
	display: none;
	height: 0.6rem;
	padding-right: 0.5rem;
	background-color: rgba(255, 255, 255, 1);
	align-items: center;
	position: relative;
}

.seekPanel>a {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 0.6rem;
	height: 0.6rem;
}

.seekPanel_>input {
	margin: 0 0.2rem;
}

.seekClose {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
}

.seekSure {
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: calc(50% - 0.15rem);
	right: 0.2rem;
}

.seekInput {
	width: 5rem;
	height: 0.6rem;
}

.seek {
	width: 0.24rem;
	height: 0.24rem;
}

.seek>.seekImg {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../imgs/seek2.png);
	background-size: 100% 100%;
}

.telephone {
	width: 2.2rem;
	height: 0.32rem;
	border: 1px solid rgba(82, 190, 187, 1);
	border-radius: 0.16rem;
	margin-left: 0.22rem;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	align-items: center;
}

.telephone>.telephoneImg {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin: 0 0.14rem;
	background-image: url(../imgs/telephone2.png);
	background-size: 100% 100%;
}

.telephone>p {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(60, 60, 60, 1);
}

.indexHeader {
	/*position: absolute;
	top: 0;
	z-index: 1000;*/
	background-color: rgba(14, 16, 26, 0.4);
}

.indexHeader:hover {
	background-color: rgba(14, 16, 26, 1);
}

.indexHeader .navName {
	color: rgba(255, 255, 255, 1);
}

.indexHeader .telephone>p {
	color: rgba(255, 255, 255, 1);
}

.indexHeader .seekImg {
	background-image: url(../imgs/seek.png);
}

.indexHeader .telephoneImg {
	background-image: url(../imgs/telephone.png);
}

.login_box {
	width: 1.6rem;
	height: 0.32rem;
	border-radius: 0.16rem;
	background-color: rgba(82, 190, 187, 1);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.22rem;
}

.login_box>a {
	width: calc(100% / 2 - 1px);
	text-align: center;
	font-size: 0.18rem;
	line-height: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
}

.login_box>a:hover{
	color: rgba(255, 255, 255, 1);
}

.login_box>span{
	width: 1px;
	height: 0.18rem;
	background: rgba(255, 255, 255, 0.4);
}
