html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button,
select {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	word-break: break-all;
	background: transparent;
}
html {
	overflow-x: hidden;
}
body {
	min-width: 1200px;
	background: #fff;
	overflow-x: hidden;
	font-family: '思源黑体', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
  
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
th,
a,
select {
	font-size: 14px;
	color: #000;
}
#app{
  font-size: 16px;
 

}
.header{
  height: 80px;
  position: fixed;
  width: 100%;
  background-color: #fff; z-index: 99;
  border-bottom: 1px solid #F5F5F5;
  
}
.header .center{
  height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.center{
  width: 1200px;
  margin: 0 auto;
}
.about .center{
display: flex;
}
.title{
  text-align: center;
  position: relative;
  height: 100px;
  line-height: 100px;
  margin-bottom: 40px;
}
.title span{
  font-size: 38px;
}
.title p{
  color: rgba(10, 52, 105, 0.07);
  font-size: 48px;
  position: absolute;
  left: 50%;
  bottom:-20px;
  transform: translate(-50%);
}
.about_r{
  display: flex;
  flex-direction: column;
justify-content: center;
}
.about_r .title{
text-align: left;
height: 80px;
margin: 0;
}
.about_r .title p{
  left: 0;
  font-weight: 700;
  top: -30px;
  bottom: auto;
  transform: translate(0);
  font-size: 48px;
}
.about .nr{
  font-size: 16px;
  color: rgba(119, 119, 119, 1);

  margin: 60px 0;
}
.but{
width: 136px;
height: 46px;
border-radius: 8px;
font-size: 16px;
color: rgba(255, 255, 255, 1);
background-color: rgba(0, 160, 233, 1);
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.but img{
  width: 20px;
  margin-left: 10px;
}
.foot{
  background-color: rgba(35, 44, 58, 1);
  font-size: 16px;
}
.foot_r{
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.time{
  font-size: 16px;
  margin-top: 24px;
  
}
.foot_t{
  display: flex;
  padding: 20px 0;
  color: #fff;
}
.foot_t dl{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.foot .center{
}
.ICP{
  border-top: 1px solid rgba(217, 217, 217, 1);
padding: 20px 0;
text-align: center;
  color: #fff;

}
.contact_c{
  display: flex;
}
.contact_r{
 height: 380px;
  flex: 1;
  background-color: rgba(222, 229, 239, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_r>div{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin: 0 20px;
}
.contact_r p{
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  margin: 8px 0;
}
.contact_r span{
  font-size: 15px;
 color: rgba(129, 128, 142, 1);
}
.imgs{
  display: flex;
justify-content: space-between;

}
.imgs img{
  width: 192px;
}
.goods .nr{
  display: flex;
 

}
 .goods .nr_l{
  width: 695px;
   padding:20px;

  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.05);
  margin: 20px;
}
.nr_l p{
  line-height: 28px;
  font-size: 16px;
  color: rgba(119, 119, 119, 1);
  font-weight: 400;
  margin-top: 10px;
  
}
.nr_l p span{
  color: #00A0E9;
}
.cards{
  margin-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card{
  width: 142px;
  height: 154px;
  margin: 30px 0;
}
.as a{
margin-left: 60px;  
text-decoration: none;
}