body {
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Tahoma, Verdana, STHeiTi, "Microsoft YaHei", '微软雅黑', sans-serif;
  font-size: 12px;
  color: #333;
  height: 100%;
}
div,
form,
ul,
ol,
li,
span,
p {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
table,
td,
input {
  font-size: 12px;
}
a {
  outline-style: none;
  color: #759bda;
  text-decoration: none;
}
a:hover {
  color: #648ae9;
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
.website_wrap {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bodyBg.jpg) no-repeat top center;
  background-size: cover;
}
.website_wrap .header {
  height: 7.875rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 3.125rem 3.5625rem 0 3.5625rem;
}
.website_wrap .header .logo {
  width: 20.5625rem;
  height: 6.25rem;
}
.website_wrap .header .logo img {
  max-width: 100%;
  height: auto;
}
.website_wrap .header .meun ul li {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  box-sizing: border-box;
  position: relative;
}
.website_wrap .header .meun ul li a {
  padding: 0.3125rem 0;
  color: #fff;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.website_wrap .header .meun ul li:hover {
  transform: scale(1.2);
}
.website_wrap .header .meun ul li:hover a {
  font-weight: 600;
}
.website_wrap .header .meun ul li:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.25rem;
  height: 0.3rem;
  margin-left: -0.625rem;
  background-color: #fff;
  border-radius: 0.1875rem;
}
.website_wrap .header .meun ul .active {
  transform: scale(1.2);
}
.website_wrap .header .meun ul .active a {
  font-weight: 600;
}
.website_wrap .header .meun ul .active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.25rem;
  height: 0.3rem;
  margin-left: -0.625rem;
  background-color: #fff;
  border-radius: 0.1875rem;
}
.website_wrap .content {
  padding: 5rem 14.625rem 0 14.625rem;
}
.website_wrap .content .title {
  width: 84.0625rem;
  display: flex;
}
.website_wrap .content .title .icon {
  display: flex;
}
.website_wrap .content .title .icon div {
  margin-right: 0.9375rem;
  display: flex;
  align-items: center;
  padding-bottom: 1.875rem;
}
.website_wrap .content .title .name .en {
  font-size: 1.625rem;
  font-family: '微软雅黑';
  font-weight: 600;
  color: #fff;
}
.website_wrap .content .title .name .zh {
  font-size: 1.5rem;
  font-family: '微软雅黑';
  color: #fff;
}
.website_wrap .content .content_wrap {
  margin-top: 4.75rem;
  overflow-y: auto;
  height: 31.25rem;
  color: #fff;
  font-size: 1.25rem;
}
.website_wrap .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px #fff solid;
  height: 3.125rem;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.website_wrap .footer p {
  color: #fff;
  font-size: 1rem;
  font-family: '微软雅黑';
}
.website_wrap .footer p a {
  color: inherit;
  font: inherit;
}
.more {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
.more a {
  color: inherit;
}
