/*清空默认样式*/

html {
	color: #000;
	background: #FFF;
	font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

*:focus {
	outline: none;
}

legend {
	color: #000
}

a {
	text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgb(188, 189, 191);
}

::-webkit-scrollbar {
	width: 0em;
}

::-webkit-scrollbar:horizontal {
	height: 0em;
}
a {
    color: rgb(51, 51, 51);
}
a:active {
	-webkit-tap-highlight-color: transparent;
}

header {
	width: 100%;
	height: 2.666667rem;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
}

header>div:nth-child(1) img {
	width: 4.8rem;
	margin-left: 0.8rem;
}

header>div:nth-child(2) {
	display: flex;
	align-items: center;
}

header>div:nth-child(2) img {
	width: 1.413333rem;
	margin-right: 0.8rem;
}

header>div:nth-child(2)>img:nth-child(1) {
	margin-right: 1.44rem;
}

.h-nav {
	width: 100%;
	background-color: white;
	position: fixed;
	top: 2.666667rem;
	left: 0;
	z-index: 999;
	margin-bottom: 2rem;
	display: none;
}

.h-nav li a {
	width: calc(100% - 1.6rem);
	height: 2.4rem;
	display: block;
	margin: 0 auto;
	font-size: 0.8rem;
	color: rgb(66, 66, 66);
	line-height: 2.4rem;
	border-bottom: 1px solid rgb(245, 245, 245);
}

.h-nav .cur {
	color: rgb(30, 148, 255);
}

footer {
	width: 100%;
	height: 21.49rem;
	background-color: black;
}

.footer {
	width: calc(100% - 1.6rem);
	margin: 0 auto;
}

.footer .nav {
	display: flex;
	justify-content: space-between;
	font-size: 0.693333rem;
}

.footer .nav>div a {
	width: 3.6rem;
	position: relative;
	padding: 1rem 0;
	display: block;
	color: white;
}

/*.footer .nav>div a::after {
	width: 0;
	height: 0;
	border-left: 0.16rem solid transparent;
	border-right: 0.16rem solid transparent;
	border-top: 0.26rem solid white;
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -0.06rem;
	right: 0.2rem;
}*/

.footer .address>div {
	display: flex;
}

.footer .address>div img {
	width: 2rem;
}

.footer .address>div>div:nth-child(1) {
	color: rgb(130, 139, 159);
	font-size: 0.64rem;
	text-align: center;
	line-height: 2rem;
	margin-right: 0.8rem;
}

.footer .address>div>div:nth-child(2) {
	font-size: 0.8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 0.5rem 0;
}

.footer .address>div>div:nth-child(2) span {
	color: rgb(145, 156, 178);
}

.footer .address>div>div:nth-child(2) p {
	color: rgb(98, 106, 121);
}

.footer>div:nth-last-child(1) {
	font-size: 0.533333rem;
	color: rgb(66, 72, 83);
	margin-left: 0.3rem;
	line-height: 0.96rem;
}

.line10 {
	width: 100%!important;
	height: 0.266667rem!important;
	background-color: rgb(242, 243, 245)!important;
	margin: 0!important;
}

.line20 {
	width: 100%!important;
	height: 0.533333rem!important;
	background-color: rgb(242, 243, 245)!important;
	margin: 0!important;
}

.line25 {
	width: 100%!important;
	height: 0.666667rem!important;
	background-color: rgb(242, 243, 245)!important;
	margin: 0!important;
}

.m22 {
	margin: 0 0.586667rem;
}

.mt20 {
	margin-top: 0.533333rem!important;
}

.mt50 {
	margin-top: 1.333333rem!important;
}

.mb20 {
	margin-bottom: 0.533333rem;
}

.mt10 {
	margin-top: 0.266667rem;
}

.ml20 {
	margin-left: 0.533333rem;
}

.mr20 {
	margin-right: 0.533333rem!important;
}

.mr30 {
	margin-right: 0.8rem!important;
}

.h100 {
	height: 2.666667rem;
}

.h88 {
	height: 2.346667rem;
}

.h80 {
	height: 2.133333rem
}

.h96 {
	height: 2.56rem
}

.h98 {
	height: 2.613333rem
}

.h110 {
	height: 2.933333rem;
}

.h122 {
	width: 100%;
	height: 3.253333rem;
	background-color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.fix {
	position: fixed;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.din {
	display: none;
}

.dib {
	display: block;
}

.z0 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

.z {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
}

.tips {
	width: 13rem;
	background-color: rgb(142, 142, 142);
	position: fixed;
	top: 38%;
	left: 50%;
	margin-left: -6.5rem;
	border-radius: 0.3rem;
	text-align: center;
	padding: 0.3rem;
	color: white;
	display: none;
	font-size: 0.8rem;
	z-index: 999;
}

img {
	display: block;
}