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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  min-width: 1600px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-flex {
  display: flex;
}
.ui-flex .flex-1 {
  flex: 1;
}
.ui-flex.align-start {
  align-items: flex-start;
}
.ui-flex.align-center {
  align-items: center;
}
.ui-flex.align-end {
  align-items: flex-end;
}
.ui-flex.justify-center {
  justify-content: center;
}
.ui-flex.justify-between {
  justify-content: space-between;
}
.ui-flex.justify-around {
  justify-content: space-around;
}
.ui-flex.justify-start {
  justify-content: flex-start;
}
.ui-flex.justify-end {
  justify-content: flex-end;
}
.ui-flex.flex-wrap {
  flex-wrap: wrap;
}
.ui-flex.gap {
  gap: 8px 12px;
}
.ui-center {
  width: 1600px;
  margin: 0 auto;
}
.ui-title {
  font-size: 48px;
  color: #000000;
  line-height: 57px;
  text-align: center;
  padding: 107px 0 92px 0;
  position: relative;
}
.ui-title::after {
  content: '';
  display: block;
  width: 169px;
  height: 5px;
  background: url('../imgs/title-bottom.png') no-repeat 0 0 / 100% 100%;
  position: absolute;
  bottom: 73px;
  left: 50%;
  transform: translate(-50%, 0);
}
body {
  background: #f3f5f8;
}
.top {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  padding: 19px 0 29px 0;
}
.top .logo {
  width: 206px;
  height: 44px;
  background: url('../imgs/logo.png') no-repeat 0 0 / 100% 100%;
}
.top .menu .item {
  position: relative;
  margin: 0 42px;
  text-align: center;
  font-size: 21px;
  color: #333333;
  line-height: 29px;
  cursor: pointer;
  padding-bottom: 5px;
  text-decoration: none;
}
.top .menu .item::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease;
}
.top .menu .item:hover::after {
  width: 100%;
  background-color: #333;
}
.banner img {
  width: 100%;
  height: 765px;
  display: block;
  object-fit: cover;
}
.score-box {
  padding-bottom: 113px;
}
.score-box .item {
  background-color: #fff;
  box-shadow: 0px 11px 27px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 32px;
}
.score-box .item img {
  display: block;
  width: 436px;
  height: 272px;
  object-fit: cover;
}
.score-box .item .title {
  font-size: 32px;
  color: #333333;
  line-height: 1;
  padding: 51px 0 24px 25px;
  position: relative;
  z-index: 2;
}
.score-box .item .title::after {
  content: '';
  display: block;
  width: 64px;
  height: 56px;
  background: url('../imgs/quot.png') no-repeat 0 0 / 100% 100%;
  position: absolute;
  top: 16px;
  left: 0;
}
.score-box .item .detail {
  font-size: 19px;
  color: #666666;
  line-height: 29px;
  display: flex;
  padding: 0 0 4px 25px;
}
.score-box .item .detail span {
  color: #ff6100;
}
.environment-box {
  padding-bottom: 113px;
}
.environment-box.white {
  background-color: #fff;
}
.environment-box .swiper-box {
  position: relative;
}
.environment-box .swiper-box .swiper {
  width: 1600px;
  height: 345px;
}
.environment-box .swiper-box .swiper .swiper-slide {
  height: 345px;
}
.environment-box .swiper-box .swiper .swiper-slide .swiper-img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.environment-box .swiper-box .btn-prev,
.environment-box .swiper-box .btn-next {
  width: 40px;
  height: 40px;
  background: url('../imgs/arrow.png') no-repeat 0 0 / 100% 100%;
  background-color: #fff;
  border-radius: 20px;
}
.environment-box .swiper-box .btn-prev svg,
.environment-box .swiper-box .btn-next svg {
  display: none;
}
.environment-box .swiper-box .btn-prev {
  left: 91px;
}
.environment-box .swiper-box .btn-next {
  right: 91px;
  transform: rotate(180deg);
}
.bottom {
  background: #2d3540;
  padding: 36px 0 44px 0;
}
.bottom .left .logo {
  display: block;
  width: 206px;
  height: 44px;
  background: url('../imgs/logo_white.png') no-repeat 0 0 / 100% 100%;
  margin-bottom: 43px;
}
.bottom .left .text {
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #ffffff;
  line-height: 24px;
  padding-top: 20px;
}
.bottom .left .text .icp {
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  background: url('../imgs/icp.png') no-repeat 0 0 / 100% 100%;
  margin-right: 16px;
}
.bottom .right {
  padding-top: 15px;
}
.bottom .right img {
  display: block;
  width: 149px;
  height: 149px;
  object-fit: cover;
  margin-bottom: 20px;
}
.bottom .right .text {
  font-size: 19px;
  color: #aaaaaa;
  line-height: 27px;
  text-align: center;
}
.bottom .right .text.small {
  display: block;
  color: #ddd;
  font-size: 14px;
  text-decoration: underline;
}
