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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: Bold;
  src: url('SourceHanSansK-Medium.ttf');
}

@font-face {
  font-family: english;
  src: url('brie-medium.ttf')
}

body {
  font-family: '微软雅黑';
  line-height: 1;
}

/*body{*/
/*    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;*/
/*    font-family: 'Bold';*/
/* */

/*}*/
#app {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  flex-wrap: wrap;
}

#app>a {
  margin-right: 82px;
  display: flex;
}

#app>a>img {
  /*width: 196px;*/
  height: 36px;
  width: 36px;
  margin-top: 7px;
  margin-right: 10px;
}

#app>a>p {
  color: black;
  margin-bottom: 0;
  line-height: 50px;
  font-size: 16px;
}

#app>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#app>div>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#app>div>ul>li {
  /*margin-right: 46px;*/
  margin-right: 16px;

}

#app>div>ul>li>a {
  padding: 6px 25px !important;
  color: black;
  font-size: 16px;
  transition: .6s;
  white-space: nowrap
}

#app>div>ul>li>a:hover {
  color: #0363e0;
  background-color: transparent;
}

#app>div>ul>li>a>b {
  font-family: 'english';
  font-weight: normal;
}

#app>div>ul>span {
  color: black;
  margin-right: 16px;
  /*margin-right: 46px;*/
}

#app>div>img {
  width: 36px;
  height: 36px;
}

#popMenu>li>.active {
  padding: 6px 25px !important;
  /*height:36px;*/
  background: rgba(3, 99, 224, 1);
  border-radius: 18px;
  text-align: center;
  /*line-height: 36px;*/
  color: white;
  cursor: pointer;
}

#home_footer {
  background-image: url('../../img/footer.png');
  background-size: 100% 100%;
  padding: 0px 20% 0px 20%;
  color: #FAFAFA;
  height: 300px;
}

#home_footer>div:first-child {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
  align-items: center;
}

#home_footer>div:first-child>section>h5 {
  margin-bottom: 25px;
  font-size: 22px;
  margin-top: 0;
}

#home_footer>div:first-child>section>p {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

#home_footer>div:first-child>section>p>img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

#home_footer>div:first-child>div {
  display: flex;
}

#home_footer>div:first-child>div>div:first-child {
  margin-right: 110px;
}

#home_footer>div:first-child>div>div>p {
  font-size: 14px;
  margin-bottom: 22px;
  text-align: center;
}

#home_footer>div:first-child>div>div>img {
  width: 138px;
  height: 138px;
}

#home_footer>div:last-child {
  /*margin-top: 70px;*/
  text-align: center;
}

/*#home_footer>div:last-child>p:first-child{*/
/*    font-size: 48px;*/
/*    margin-bottom: 20px;*/
/*}*/
#home_footer>div:last-child>p {
  font-size: 12px;
}



@media (max-width:1280px) {
  #app {
    padding-top: 5px;
    justify-content: flex-start;
    padding-left: 20px;

  }

  #app>a>img {
    width: 24px;
    height: 24px;
  }

  #app>a>p {
    font-size: 12px;
  }

  #app>div>ul {
    justify-content: flex-start;
  }

  #app>div>ul>li {
    /*margin-right: 46px;*/
    margin-right: 4px;
    height: 28px;

  }

  #app>div>ul>span {
    margin-right: 6px;
    font-size: 12px;
    margin-bottom: 12px;
  }

  #app>div>ul>li>a {
    padding: 2px 6px !important;
    font-size: 12px;
  }

  #home_footer {
    padding: 0 20px;
  }

  #home_footer>div:first-child>section>p {
    font-size: 12px;
  }

  #home_footer>div:first-child>section>h5 {
    font-size: 16px;
  }

  #home_footer>div:first-child>div>div:first-child {
    margin-right: 16px;
  }
  #home_footer>div:first-child>div>div>img{
    width: 60px;
    height: 60px;
  }
}