body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,hr,ul,ol,td,input,option,textarea{
	margin:0;
	padding:0;
}
body{
	font-family: "微软雅黑";
	overflow-x: hidden;
	box-sizing:border-box;
	width: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000000;
}
img{
	border: none;
	display:block;
}
html{
	font-size: 20px;
}


.header{
	width: 100%;
	height: 2.95rem;
	background-color: #ffffff;
	padding-top: 0.55rem;
}
.headers{
	width: 63.1rem;
	height:4.4rem;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header_logo{
	width: 8.55rem;
	height: 2.4rem;
}
.logo img{
	float: left;
}
.concept{
	width: 4.65rem;
	margin-left: 1.25rem;
	margin-top: .22rem;
}

.header_center{
	width: 34.4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.header_center a{
	line-height: 2.4rem;
	text-decoration:none;
	color: #000000;
	position: relative;
}

.header_center a p{
	display: none;
	float: left;
	width: 4.2rem;
	height: .25rem;
	background-color: #000000;
	border-radius: .25rem;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 2rem;
	margin-left: -0.1rem;
}
.header_center a:nth-child(4) p{
 	margin-left: 0.3rem;
}
.header_center .black{
	display: block;
}

.headers .tRight{
	width: 8.95rem;
	height: 2rem;
	background-color: #f3f3f3;
	border: 1px solid #dadada;
	border-radius: 1rem;
	text-align: center;
	line-height: 1.9rem;
	margin-top: .2rem;
}
.headers .tRight span{
	vertical-align:middle;
	display: inline-block;
	float: right;
	margin-right: .65rem;
	font-size: .9rem;
}
.headers .tRight img{
	width: 1.4rem;
	height: 1.1rem;
	margin-right: .4rem;
	float: left;
	margin-top: .4rem;
	margin-left: .4rem;
}

