@charset "utf-8";
:root {
  --color: #31476d;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "Arvo";
  src: url("../fonts/Arvo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: "Outfit", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
.font-title {
  font-family: "Arvo";
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path,
svg circle {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1600px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56 {
    font-size: 48px;
  }
  .font60,
  .font72,
  .font80 {
    font-size: 48px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 14px;
  }
  .font20 {
    font-size: 16px;
  }
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34,
  .font36,
  .font38,
  .font40 {
    font-size: 28px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50 {
    font-size: 38px;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .font16,
  .font18 {
    font-size: 0.24rem;
  }
  .font20 {
    font-size: 0.26rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.28rem;
  }
  .font28,
  .font30,
  .font32 {
    font-size: 0.28rem;
  }
  .font34,
  .font36,
  .font38 {
    font-size: 0.32rem;
  }
  .font40,
  .font42,
  .font44,
  .font46,
  .font48,
  .font50 {
    font-size: 0.36rem;
  }
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.public-btn a,
.public-btn .a {
  display: flex;
  align-items: center;
  color: var(--color);
  transition: all 0.4s;
}
.public-btn a span,
.public-btn .a span {
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 8px;
  border-right-color: transparent;
  display: flex;
  align-items: center;
  padding: 0 0.24rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn a span,
  .public-btn .a span {
    height: 36px;
  }
}
.public-btn a i,
.public-btn .a i {
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 8px;
  border-left-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn a i,
  .public-btn .a i {
    width: 36px;
    height: 36px;
  }
}
.public-btn a i::before,
.public-btn .a i::before {
  content: '';
  width: 3px;
  height: 3px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: 2;
  transform: rotateZ(-45deg);
  transform-origin: center center;
  transition: all 0.4s;
}
.public-btn a i::after,
.public-btn .a i::after {
  content: '';
  width: 3px;
  height: 3px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: 0;
  left: -3px;
  z-index: 2;
  transform: rotateZ(135deg);
  transform-origin: center center;
  transition: all 0.4s;
}
.public-btn a i svg,
.public-btn .a i svg {
  width: 14px;
  height: 14px;
}
.public-btn a:hover,
.public-btn .a:hover {
  color: #fff;
}
.public-btn a:hover span,
.public-btn .a:hover span {
  background: var(--color);
  border-color: #fff;
  border-right-color: transparent;
}
.public-btn a:hover i,
.public-btn .a:hover i {
  background: var(--color);
  border-color: #fff;
  border-left-color: transparent;
}
.public-btn a:hover i::before,
.public-btn .a:hover i::before,
.public-btn a:hover i::after,
.public-btn .a:hover i::after {
  border-color: #fff;
}
.public-btn.white a,
.public-btn.white .a {
  color: #fff;
}
.public-btn.white a:hover span,
.public-btn.white .a:hover span {
  background: #fff;
  color: var(--color);
}
.public-btn.white a:hover i,
.public-btn.white .a:hover i {
  background: #fff;
  color: var(--color);
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes width0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(250%);
  }
  51% {
    transform: translateX(-250%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 70px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 70px;
  }
}
.c-open .header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open .header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open .header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  padding: 2px 0.55rem 0;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header {
    box-shadow: 0 0 0.1rem 0 rgba(49, 71, 109, 0.1);
    padding: 0 0.55rem;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 0 20px;
  }
}
.header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  .header.c-head-move {
    top: -60px;
  }
}
.header .box {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header .box {
    height: 60px;
  }
}
.header .box .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.header .box .logo a {
  display: flex;
  justify-content: flex-start;
  height: 38px;
}
.header .box .logo a img,
.header .box .logo a svg {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .header .box .logo a {
    height: 30px;
  }
}
.header .c-switch {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .header .c-switch {
    display: block;
  }
}
.header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.4s;
}
.header .c-switch i:nth-child(1) {
  top: 0;
}
.header .c-switch i:nth-child(3) {
  bottom: 0;
}
.header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.header .right {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header .right {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100vh;
    background: #fff;
    padding: 1.5rem 0.55rem 1rem;
    display: none;
  }
}
@media (max-width: 767px) {
  .header .right {
    padding: 70px 20px 20px;
  }
}
.header .right .menu {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .header .right .menu {
    justify-content: flex-start;
  }
}
.header .right .menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 991px) {
  .header .right .menu ul {
    width: 100%;
  }
}
.header .right .menu ul li {
  margin-right: 0.54rem;
}
@media (max-width: 991px) {
  .header .right .menu ul li {
    width: 100%;
  }
}
.header .right .menu ul li:last-child {
  margin-right: 0;
}
.header .right .menu ul li a {
  line-height: 0.88rem;
  color: var(--color);
  text-transform: uppercase;
  display: flex;
}
.header .right .other {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header .right .other {
    position: relative;
    right: initial;
    top: initial;
    transform: translateY(0);
    margin-top: 20px;
  }
}
.header .right .other .search {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--color);
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .right .other .search img,
.header .right .other .search svg {
  width: 12px;
  height: 12px;
  transition: 0.4s;
  color: #fff;
}
.header .right .other .lang {
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
.header .right .other .lang .txt {
  height: 32px;
  display: flex;
  align-items: center;
}
.header .right .other .lang .txt span {
  margin: 0 0.05rem;
  transition: all 0.4s;
  color: var(--color);
}
.header .right .other .lang .txt img,
.header .right .other .lang .txt svg {
  width: 14px;
  height: 14px;
  transform: rotateZ(90deg);
}
.header .right .other .lang .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
.header .right .other .lang .c-box a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
.header .right .other .lang .c-box a:hover {
  color: var(--color);
  background: #f8f9fc;
}
.header .right .other .lang:hover .c-ico-text {
  color: var(--color);
}
.header .right .other .lang:hover .c-ico-text svg {
  color: var(--color);
}
.header .right .other .lang:hover .c-box {
  display: block;
}
.bg-run {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
.bg-run .s1 {
  width: 1200px;
  height: 1200px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-600px, -600px);
  display: block;
  background: radial-gradient(50% 50% at 50% 50%, rgba(152, 119, 182, 0.3) 0%, rgba(49, 71, 109, 0) 100%);
  animation: rotateInfinite 15s linear infinite both;
}
@keyframes rotateInfinite {
  0% {
    left: 50%;
    top: 00;
  }
  25% {
    left: 0;
    top: 50%;
  }
  50% {
    left: 50%;
    top: 100%;
  }
  75% {
    left: 100%;
    top: 50%;
  }
  to {
    left: 50%;
    top: 0;
  }
}
.pub-pd {
  padding: 0 0.55rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .pub-pd {
    padding: 0 20px;
  }
}
.img-show.on::before {
  transform: scale(1) !important;
}
.img-show.on img,
.img-show.on video {
  transform: scale(1) !important;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .img {
  width: 100%;
}
@media (max-width: 767px) {
  .banner .img {
    height: 60vh;
  }
}
.banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .banner .img .pc {
    display: none;
  }
}
.banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .banner .img .mb {
    display: block;
  }
}
.banner .box {
  width: 800px;
  max-width: 90%;
  position: absolute;
  top: 1.55rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 10px;
}
.banner .box .title {
  text-align: center;
  color: #fff;
  line-height: calc(80/72);
}
.banner .box .txt {
  line-height: calc(30/20);
  color: #fff;
  text-align: center;
  margin-top: 0.23rem;
}
.index-box1 {
  width: 100%;
  padding: 1.14rem 0 0;
}
.index-box1 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.index-box1 .top .title {
  line-height: 1;
  color: var(--color);
}
.index-box1 .top .tbox {
  width: 50%;
}
@media (max-width: 991px) {
  .index-box1 .top .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box1 .top .tbox .txt {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
}
.index-box1 .top .tbox .more {
  margin-top: 0.68rem;
  margin-left: 0.1rem;
}
@media (max-width: 991px) {
  .index-box1 .top .tbox .more {
    margin-top: 0.3rem;
    margin-left: 0;
  }
}
.index-box1 .down {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.83rem;
}
@media (max-width: 991px) {
  .index-box1 .down {
    margin-top: 0.6rem;
  }
}
.index-box1 .down .public-img {
  width: calc(590/1810*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .index-box1 .down .public-img {
    width: 100%;
  }
}
.index-box1 .down .public-img::before {
  padding-top: calc(770/590*100%);
}
.index-box1 .down .right {
  width: calc(1190/1810*100%);
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box1 .down .right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.index-box1 .down .right .bg {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box1 .down .right .bg {
    position: absolute;
    top: 0;
  }
}
.index-box1 .down .right .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box1 .down .right .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box1 .down .right .tbox {
    position: relative;
    left: initial;
    top: initial;
    transform: translateY(0);
    padding: 1rem 0;
  }
}
.index-box1 .down .right .tbox .title {
  text-align: center;
  line-height: calc(80/60);
  color: #fff;
}
.index-box1 .down .right .tbox .txt {
  width: 820px;
  max-width: 90%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0.57rem auto 0;
  overflow-wrap: break-word;
  word-break: break-word;
  /* 兼容旧浏览器 */
  hyphens: auto;
  -webkit-hyphens: auto;
}
@media (max-width: 767px) {
  .index-box1 .down .right .tbox .txt {
    margin: 0.3rem auto 0;
  }
}
.index-box1 .down .right .tbox .more {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .index-box1 .down .right .tbox .more {
    margin-top: 0.3rem;
  }
}
.index-box2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.8rem 0 0;
}
@media (max-width: 991px) {
  .index-box2 {
    padding: 1.2rem 0 0;
  }
}
.index-box2 .box1 {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1;
  background: #1f355a;
  border-radius: 0.1rem;
  top: 1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box2 .box1 {
    width: calc(100% - 1.1rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .index-box2 .box1 {
    width: calc(100% - 40px);
  }
}
.index-box2 .box1 .img {
  width: 100%;
  height: 7.67rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box2 .box1 .img {
    height: 100%;
    opacity: 0.2;
  }
}
.index-box2 .box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box2 .box1 .box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .index-box2 .box1 .box {
    display: none;
  }
}
.index-box2 .box1 .box svg {
  color: #fff;
}
.index-box2 .box2 {
  width: 100%;
  height: 7.67rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 2;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .index-box2 .box2 {
    position: relative;
    z-index: 2;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
  }
}
.index-box2 .box2 .tbox {
  width: 100%;
  padding: 0 0.3rem;
}
.index-box2 .box2 .tbox .title {
  line-height: calc(80/60);
  text-align: center;
  color: #fff;
}
.index-box2 .box2 .tbox .txt {
  width: 800px;
  max-width: 100%;
  line-height: calc(30/20);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 0.58rem auto 0;
}
.index-box2 .box2 .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.index-box3 {
  width: 100%;
  padding: 1.55rem 0 2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-box3 {
    padding: 1.4rem 0;
  }
}
.index-box3 .pub-pd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box3 .title {
  width: calc(600/1810*100%);
  color: var(--color);
  line-height: calc(80/60);
}
@media (max-width: 991px) {
  .index-box3 .title {
    width: 100%;
  }
}
.index-box3 .list {
  width: calc(1190/1810*100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .index-box3 .list {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.index-box3 .list .next {
  width: 0.83rem;
  height: 0.83rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0.11rem 0 rgba(49, 71, 109, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .index-box3 .list .next {
    display: none;
  }
}
.index-box3 .list .next svg {
  width: 20px;
}
.index-box3 .list .swiper-container .swiper-slide {
  height: auto;
}
.index-box3 .list .swiper-container .swiper-slide a {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}
.index-box3 .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.index-box3 .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(757/580*100%);
}
.index-box3 .list .swiper-container .swiper-slide a .zz {
  width: 100%;
  height: 50%;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index-box3 .list .swiper-container .swiper-slide a .time {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  color: var(--color);
  width: auto;
  padding: 0 0.15rem;
  height: 30px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
.index-box3 .list .swiper-container .swiper-slide a .tbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.4rem 0.45rem;
}
.index-box3 .list .swiper-container .swiper-slide a .tbox .txt {
  color: #fff;
  line-height: calc(30/20);
}
.index-box3 .list .swiper-container .swiper-slide a .tbox .mores {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
}
.index-box3 .list .swiper-container .swiper-slide a .tbox .mores i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.index-box3 .list .swiper-container .swiper-slide a .tbox .mores i svg {
  width: 100%;
  height: auto;
}
.index-box3 .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.index-box3 .more {
  position: absolute;
  left: 0.55rem;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .index-box3 .more {
    width: 100%;
    position: relative;
    z-index: 1;
    left: initial;
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
  }
}
.footer {
  width: 100%;
  background: url(../images/foot-bg.png) right bottom no-repeat;
}
.footer .pub-pd {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
.footer .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.58rem 0 0;
  border-top: 1px solid rgba(49, 71, 109, 0.1);
}
.footer .top .tb1 {
  max-width: 400px;
  margin-bottom: 0.4rem;
}
@media (max-width: 1025px) {
  .footer .top .tb1 {
    max-width: initial;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .top .tb1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .top .tb1 .t1 {
  color: #728098;
  line-height: calc(30/20);
}
.footer .top .tb1 .t2 {
  line-height: calc(26/20);
  font-weight: 500;
  margin-top: 0.26rem;
}
@media (max-width: 991px) {
  .footer .top .tb1 .t2 {
    margin-top: 0.1rem;
  }
}
.footer .top .tb1 .t3 {
  line-height: calc(26/16);
  color: #31476d;
  font-weight: bold;
  margin-top: 0.26rem;
}
@media (max-width: 991px) {
  .footer .top .tb1 .t3 {
    margin-top: 0.1rem;
  }
}
.footer .top .tb1 .share {
  display: flex;
  margin-top: 0.18rem;
}
@media (max-width: 991px) {
  .footer .top .tb1 .share {
    margin-top: 0.1rem;
  }
}
.footer .top .tb1 .share a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4px;
}
.footer .top .tb1 .share a:last-child {
  margin-right: 0;
}
.footer .top .tb1 .share a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .down {
  width: 100%;
  margin-top: 2.3rem;
}
@media (max-width: 1025px) {
  .footer .down {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .footer .down {
    margin-top: 20px;
  }
}
.footer .down .tb1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .down .tb1 .logo {
  display: flex;
}
.footer .down .tb1 .logo a {
  height: 0.5rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .footer .down .tb1 .menu {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .down .tb1 .menu ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .down .tb1 .menu ul li {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .footer .down .tb1 .menu ul li {
    min-width: 33%;
    margin-right: 0;
  }
}
.footer .down .tb1 .menu ul li:last-child {
  margin-right: 0;
}
.footer .down .tb1 .menu ul li a {
  color: var(--color);
  font-weight: bold;
  line-height: calc(24/16);
  text-transform: uppercase;
}
.footer .down .tb2 {
  display: flex;
  flex-wrap: wrap;
  color: rgba(49, 71, 109, 0.3);
  line-height: calc(24/16);
  padding: 0.28rem 0 0.2rem;
}
@media (max-width: 767px) {
  .footer .down .tb2 {
    justify-content: center;
  }
}
.footer .down .tb2 span {
  margin-right: 0.25rem;
}
.footer .down .tb2 a {
  color: rgba(49, 71, 109, 0.3);
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin-right: 0.45rem;
}
.footer .down .tb2 a::before {
  content: '/';
  color: rgba(49, 71, 109, 0.3);
  position: absolute;
  left: calc(100% + 0.2rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.footer .down .tb2 a:last-child {
  margin-right: 0;
}
.footer .down .tb2 a:last-child::before {
  display: none;
}
.footer .down .tb2 a:hover {
  color: #31476d;
}
.about-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about-banner .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-banner .img {
    height: 60vh;
  }
}
.about-banner .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
}
.about-banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
.about-banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .about-banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .about-banner .img .pc {
    display: none;
  }
}
.about-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .about-banner .img .mb {
    display: block;
  }
}
.about-banner .box {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-banner .box .title {
  text-align: center;
  color: #fff;
  line-height: calc(80/56);
}
.about-box1 {
  width: 100%;
  padding: 1.1rem 0 2.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box1 {
    padding: 1.2rem 0;
  }
}
.about-box1 .pub-pd .title {
  text-align: center;
  line-height: calc(80/60);
  color: var(--color);
}
.about-box1 .pub-pd .txt {
  width: 880px;
  max-width: calc(100% - 7rem);
  margin: 0.66rem auto 0;
  color: rgba(49, 71, 109, 0.8);
  text-align: center;
  line-height: calc(30/20);
}
@media (max-width: 991px) {
  .about-box1 .pub-pd .txt {
    max-width: 100%;
  }
}
.about-box1 .pub-pd .scroll-tips {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .about-box1 .pub-pd .scroll-tips {
    display: none;
  }
}
.about-box1 .pub-pd .scroll-tips img {
  width: 16px;
  height: auto;
}
.about-box1 .pub-pd .img1 {
  width: 3.2rem;
  position: absolute;
  left: 0.55rem;
  top: -5px;
  z-index: 2;
}
@media (max-width: 1025px) {
  .about-box1 .pub-pd .img1 {
    top: 1rem;
  }
}
@media (max-width: 991px) {
  .about-box1 .pub-pd .img1 {
    top: initial;
    bottom: -1rem;
  }
}
@media (max-width: 767px) {
  .about-box1 .pub-pd .img1 {
    display: none;
  }
}
.about-box1 .pub-pd .img1 .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.about-box1 .pub-pd .img1 .public-img::before {
  padding-top: calc(418/320*100%);
}
.about-box1 .pub-pd .img1 .quan {
  width: 1.64rem;
  height: 1.64rem;
  position: absolute;
  right: -0.82rem;
  bottom: -0.82rem;
}
.about-box1 .pub-pd .img1 .quan img {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: img-quan 10s forwards linear infinite;
}
.about-box1 .pub-pd .img2 {
  width: 3.6rem;
  border-radius: 0.1rem;
  position: absolute;
  right: 0.55rem;
  bottom: -1.2rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-box1 .pub-pd .img2 {
    display: none;
  }
}
.about-box1 .pub-pd .img2::before {
  padding-top: calc(470/360*100%);
}
@keyframes img-quan {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.about-box2 {
  width: 100%;
}
.about-box2 .box {
  width: 100%;
  background: #eff2ff;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
  padding: 1.35rem 0;
}
@media (max-width: 991px) {
  .about-box2 .box {
    padding: 0.6rem 0;
  }
}
@media (max-width: 767px) {
  .about-box2 .box {
    padding: 0.4rem 0;
  }
}
.about-box2 .box .boxs {
  width: 1220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - 0.8rem);
  margin: 0 auto;
}
.about-box2 .box .boxs .public-img {
  width: 2.65rem;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .about-box2 .box .boxs .public-img {
    width: 100%;
  }
}
.about-box2 .box .boxs .public-img::before {
  padding-top: calc(202/265*100%);
}
.about-box2 .box .boxs .tbox {
  width: calc(845/1220*100%);
}
@media (max-width: 767px) {
  .about-box2 .box .boxs .tbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.about-box2 .box .boxs .tbox .title {
  line-height: calc(80/60);
  color: var(--color);
}
.about-box2 .box .boxs .tbox .txt {
  line-height: calc(30/20);
  margin-top: 0.12rem;
  color: rgba(49, 71, 109, 0.8);
}
.about-box2 .box .icons {
  width: 0.9rem;
  position: absolute;
  z-index: 2;
  right: 0.8rem;
  bottom: 0.8rem;
}
@media (max-width: 991px) {
  .about-box2 .box .icons {
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
.about-box3 {
  width: 100%;
  padding: 0.9rem 0 1.6rem;
}
@media (max-width: 991px) {
  .about-box3 {
    padding: 1.2rem 0;
  }
}
.about-box3 .title {
  text-align: center;
  color: var(--color);
  line-height: calc(80/60);
}
.about-box3 .txt {
  text-align: center;
  line-height: calc(30/24);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.1rem;
}
.about-box3 .list {
  width: 100%;
  margin-top: 0.5rem;
}
.about-box3 .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.about-box3 .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box3 .list ul li {
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
.about-box3 .list ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.about-box3 .list ul li .public-img::before {
  padding-top: calc(660/885*100%);
}
.about-box3 .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 3.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.about-box3 .list ul li .t1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.3rem 0.25rem;
  z-index: 2;
  color: #fff;
  line-height: calc(30/20);
}
.about-box3 .list ul li:nth-child(1) .public-img::after {
  background: linear-gradient(to top, #35466c, rgba(53, 70, 108, 0) 60%);
}
.about-box3 .list ul li:nth-child(2) .public-img::after {
  background: linear-gradient(to top, #ad8152, rgba(173, 129, 82, 0) 60%);
}
.about-box4 {
  width: 100%;
  overflow: hidden;
}
.about-box4 .box {
  width: 100%;
  border-radius: 0.1rem;
  background: var(--color) url(../images/about-box4-bg.png) right bottom no-repeat;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.2rem;
}
.about-box4 .box .public-img {
  width: calc(865/1770*100%);
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .about-box4 .box .public-img {
    width: 100%;
  }
}
.about-box4 .box .public-img::before {
  padding-top: calc(905/865*100%);
}
.about-box4 .box .tbox {
  width: calc(865/1770*100%);
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .about-box4 .box .tbox {
    width: 100%;
  }
}
.about-box4 .box .tbox .title {
  color: #fff;
  line-height: calc(80/60);
}
.about-box4 .box .tbox .txt {
  color: #fff;
  line-height: calc(30/24);
  margin-top: 0.1rem;
}
.about-box4 .box .tbox .list {
  width: 100%;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 1025px) {
  .about-box4 .box .tbox .list {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .about-box4 .box .tbox .list {
    margin-top: 0.4rem;
  }
}
.about-box4 .box .tbox .list .line {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: -2px;
  overflow: hidden;
}
.about-box4 .box .tbox .list .line span {
  width: 2rem;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
}
.about-box4 .box .tbox .list .line.on span {
  left: 100%;
  transition: all 3.9s linear;
}
.about-box4 .box .tbox .list ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.34rem 0;
}
@media (max-width: 1025px) {
  .about-box4 .box .tbox .list ul li {
    padding: 0.2rem 0;
  }
}
.about-box4 .box .tbox .list ul li .t1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
  cursor: pointer;
}
.about-box4 .box .tbox .list ul li .t1 span {
  line-height: calc(42/32);
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}
.about-box4 .box .tbox .list ul li .t1 i {
  width: 15px;
  height: 15px;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  transform: rotateZ(90deg);
}
.about-box4 .box .tbox .list ul li .t2 {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  line-height: calc(24/18);
  padding-top: 0.12rem;
  display: none;
}
.about-box4 .box .tbox .list ul li.on .t1 span {
  color: #fff;
}
.about-box4 .box .tbox .list ul li.on .t1 i {
  transform: rotateZ(-90deg);
}
.about-box4 .box .tbox .list ul li.on .t2 {
  display: block;
}
.about-box5 {
  width: 100%;
  padding: 1.5rem 0 1.58rem;
}
.about-box5 .title {
  text-align: center;
  line-height: calc(80/60);
  color: var(--color);
}
.about-box5 .list {
  width: 100%;
  margin-top: 0.56rem;
}
.about-box5 .list ul {
  width: calc(100% + 1.6rem);
  margin: 0 -0.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .about-box5 .list ul {
    width: calc(100% + 0.8rem);
    margin: 0 -0.4rem;
  }
}
@media (max-width: 991px) {
  .about-box5 .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.about-box5 .list ul li {
  width: calc(33.33% - 1.6rem);
  margin: 0 0.8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1260px) {
  .about-box5 .list ul li {
    width: calc(33.33% - 0.8rem);
    margin: 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .about-box5 .list ul li {
    width: calc(100% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
.about-box5 .list ul li .bg {
  width: 100%;
  height: 4.3rem;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-box5 .list ul li .tbox {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.8rem 0 0;
}
@media (max-width: 991px) {
  .about-box5 .list ul li .tbox {
    padding: 0.4rem 0 0;
  }
}
.about-box5 .list ul li .tbox .public-img {
  width: 3rem;
  border-radius: 0.1rem;
  margin: 0 auto;
}
.about-box5 .list ul li .tbox .public-img::before {
  padding-top: calc(224/300*100%);
}
.about-box5 .list ul li .tbox .t1 {
  text-align: center;
  color: var(--color);
  line-height: calc(42/32);
  margin-top: 0.56rem;
}
.about-box5 .list ul li .tbox .t2 {
  line-height: calc(24/18);
  text-align: center;
  color: rgba(49, 71, 109, 0.6);
  margin-top: 0.13rem;
}
.news {
  width: 100%;
  background: #f6f8fa;
  position: relative;
  z-index: 2;
  padding: 0.56rem 0 1.6rem;
}
.news .title {
  text-align: center;
  color: var(--color);
  line-height: calc(66/56);
}
.news .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.38rem;
}
.news .menu ul {
  display: flex;
}
.news .menu ul li {
  margin-right: 0.8rem;
  display: flex;
}
@media (max-width: 991px) {
  .news .menu ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .news .menu ul li {
    margin-right: 0.3rem;
  }
}
.news .menu ul li:last-child {
  margin-right: 0;
}
.news .menu ul li span {
  font-size: 20px;
  line-height: 30px;
  color: #728098;
  transition: all 0.4s;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .news .menu ul li span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .news .menu ul li span {
    font-size: 14px;
  }
}
.news .menu ul li.on span {
  font-size: 24px;
  color: #31476d;
  border-bottom: 3px solid #31476d;
}
@media (max-width: 1260px) {
  .news .menu ul li.on span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news .menu ul li.on span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news .menu ul li.on span {
    font-size: 14px;
  }
}
.news .list {
  width: 100%;
  margin-top: 0.55rem;
}
.news .list ul {
  width: calc(100% + 0.28rem);
  margin: 0 -0.14rem;
  display: flex;
  flex-wrap: wrap;
}
.news .list ul li {
  width: calc(25% - 0.28rem);
  margin: 0 0.14rem 0.6rem;
  border: 1px solid rgba(49, 71, 109, 0.1);
  border-radius: 0.1rem;
  padding: 0.1rem;
  background: #fefefe;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .news .list ul li {
    width: calc(50% - 0.28rem);
  }
}
@media (max-width: 767px) {
  .news .list ul li {
    width: calc(100% - 0.28rem);
  }
}
.news .list ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.news .list ul li .public-img::before {
  padding-top: calc(535/410*100%);
}
.news .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #fefefe 30%, rgba(246, 248, 250, 0));
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}
.news .list ul li .time {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 2;
  background: #f6f8fa;
  height: 30px;
  display: flex;
  align-items: center;
  color: var(--color);
  padding: 0 0.18rem 0 0.14rem;
  border-radius: 0.1rem 0 0.1rem 0;
}
.news .list ul li .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.4rem 0.34rem;
}
.news .list ul li .tbox .t1 {
  color: var(--color);
  line-height: calc(30/20);
}
.news .list ul li .tbox .more {
  display: flex;
  align-items: center;
  color: rgba(49, 71, 109, 0.6);
  line-height: calc(24/16);
  margin-top: 0.16rem;
}
.news .list ul li .tbox .more i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.news .list ul li:hover .public-img img {
  transform: scale(1.05);
}
.news .page-list {
  margin-top: 0.2rem;
}
.page-list {
  display: flex;
  justify-content: center;
}
.page-list a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
  color: #222;
  transition: all 0.4s;
  margin: 0 0.08rem;
}
@media (max-width: 991px) {
  .page-list a {
    width: 32px;
    height: 32px;
  }
}
.page-list a svg {
  width: 12px;
  height: 12px;
}
.page-list a.more {
  background: none;
}
.page-list a.more:hover {
  background: none;
  color: var(--color);
}
.page-list a:hover,
.page-list a.on {
  background: var(--color);
  color: #fff;
}
.page-list a.prev svg {
  transform: rotateZ(180deg);
}
.news-info {
  width: 100%;
  background: #f6f8fa;
  padding: 0.7rem 0 1.6rem;
}
.news-info .box {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
}
.news-info .box .title {
  color: var(--color);
  line-height: calc(80/56);
}
.news-info .box .time {
  position: relative;
  z-index: 1;
  line-height: calc(28/18);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.12rem;
  padding-left: 0.1rem;
}
.news-info .box .time::before {
  content: '';
  width: 2px;
  height: 12px;
  background: rgba(49, 71, 109, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.news-info .box .content {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem 0 0 0;
  padding: 0.76rem 1rem 0.53rem;
  margin-top: 0.32rem;
}
@media (max-width: 991px) {
  .news-info .box .content {
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .news-info .box .content {
    padding: 0.3rem;
  }
}
.news-info .box .content .public-content {
  color: var(--color);
  line-height: 1.5;
}
.news-info .box .content .public-content img {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.news-info .box .content .share {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.news-info .box .content .share span {
  height: 44px;
  display: flex;
  align-items: center;
  color: #999;
  margin-right: 0.28rem;
}
@media (max-width: 991px) {
  .news-info .box .content .share span {
    height: 32px;
  }
}
.news-info .box .content .share a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(207, 207, 207.3);
  transition: all 0.4s;
  color: rgba(153, 153, 153, 0.8);
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .news-info .box .content .share a {
    width: 32px;
    height: 32px;
  }
}
.news-info .box .content .share a > img,
.news-info .box .content .share a svg {
  width: 48%;
  height: auto;
}
.news-info .box .content .share a:hover {
  background: var(--color);
  color: #fff;
}
.news-info .box .content .ck-box {
  width: 100%;
  border-top: 1px solid rgba(49, 71, 109, 0.1);
  margin-top: 0.48rem;
  padding-top: 0.45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-info .box .content .ck-box a {
  display: flex;
  align-items: center;
  color: #333;
  transition: all 0.4s;
}
.news-info .box .content .ck-box a:hover {
  color: var(--color);
}
.news-info .box .content .ck-box a i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
}
.news-info .box .content .ck-box .back {
  color: #222;
}
.news-info .box .content .ck-box .prev i {
  margin-right: 0.2rem;
  transform: rotateZ(180deg);
}
.news-info .box .content .ck-box .next i {
  margin-left: 0.2rem;
}
.contact-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.contact-banner .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-banner .img {
    height: 60vh;
  }
}
.contact-banner .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
}
.contact-banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
.contact-banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contact-banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .contact-banner .img .pc {
    display: none;
  }
}
.contact-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .contact-banner .img .mb {
    display: block;
  }
}
.contact-banner .box {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.contact-banner .box .title {
  text-align: center;
  color: #fff;
  line-height: calc(80/56);
}
.contact-banner .box .txt {
  color: #fff;
  line-height: calc(30/24);
  text-align: center;
  margin-top: 0.36rem;
}
.contact {
  width: 100%;
  padding: 1.07rem 0 1.6rem;
}
.contact .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1.28rem;
}
@media (max-width: 991px) {
  .contact .box {
    padding: 0;
  }
}
.contact .box .box1 {
  width: calc(580/1554*100%);
}
@media (max-width: 991px) {
  .contact .box .box1 {
    width: 100%;
  }
}
.contact .box .box1 .title {
  line-height: calc(70/60);
  color: var(--color);
  margin-bottom: 0.37rem;
}
.contact .box .box1 .ts {
  margin-bottom: 0.7rem;
}
@media (max-width: 991px) {
  .contact .box .box1 .ts {
    margin-bottom: 0.4rem;
  }
}
.contact .box .box1 .ts:last-child {
  margin-bottom: 0;
}
.contact .box .box1 .ts .t1 {
  color: #bac5da;
  line-height: calc(24/18);
}
@media (max-width: 991px) {
  .contact .box .box1 .ts .t1 {
    color: rgba(49, 71, 109, 0.6);
  }
}
.contact .box .box1 .ts .t2 {
  color: var(--color);
  line-height: calc(30/22);
  margin-top: 0.1rem;
}
.contact .box .box2 {
  width: calc(730/1554*100%);
}
@media (max-width: 991px) {
  .contact .box .box2 {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.contact .box .box2 .title {
  line-height: calc(70/60);
  color: var(--color);
  margin-bottom: 0.37rem;
}
.contact .box .box2 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .box .box2 form .t1 {
  width: calc(50% - 0.1rem);
  height: 56px;
  border-radius: 6px;
  border: 1px solid var(--color);
  color: var(--color);
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.contact .box .box2 form .t1::placeholder {
  color: #cfdaed;
}
@media (max-width: 991px) {
  .contact .box .box2 form .t1 {
    width: 100%;
    height: 40px;
  }
  .contact .box .box2 form .t1::placeholder {
    color: rgba(49, 71, 109, 0.6);
  }
}
.contact .box .box2 form .t2 {
  width: 100%;
  height: 134px;
  border-radius: 6px;
  border: 1px solid var(--color);
  color: var(--color);
  padding: 0.2rem;
  margin-bottom: 0.2rem;
}
.contact .box .box2 form .t2::placeholder {
  color: #cfdaed;
}
@media (max-width: 991px) {
  .contact .box .box2 form .t2::placeholder {
    color: rgba(49, 71, 109, 0.6);
  }
}
.contact .box .box2 form .btn {
  width: 100%;
  height: 0.7rem;
  border-radius: 6px;
  background: var(--color);
  color: #fff;
}
.dc-banner {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dc-banner .img {
  width: 100%;
}
@media (max-width: 767px) {
  .dc-banner .img {
    height: 60vh;
  }
}
.dc-banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .dc-banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .dc-banner .img .pc {
    display: none;
  }
}
.dc-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .dc-banner .img .mb {
    display: block;
  }
}
.dc-banner .box {
  width: 800px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.dc-banner .box .title {
  text-align: center;
  color: #fff;
  line-height: calc(80/56);
}
.dc-banner .box .more {
  display: flex;
  justify-content: center;
  margin-top: 0.48rem;
}
.dc-index-box1 {
  width: 100%;
  padding: 1.52rem 0 1.1rem;
}
.dc-index-box1 .txt {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  line-height: calc(56/40);
  color: #bac5da;
  text-align: center;
  transition: all 0.4s;
}
.dc-index-box1 .txt .on {
  color: #31476d;
}
.dc-index-box2 {
  width: 100%;
}
.dc-index-box2 .box {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.88rem 0;
}
.dc-index-box2 .box .title {
  text-align: center;
  line-height: calc(80/60);
  color: var(--color);
}
.dc-index-box2 .box .list {
  width: 100%;
  margin-top: 0.6rem;
}
.dc-index-box2 .box .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.dc-index-box2 .box .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
}
@media (max-width: 991px) {
  .dc-index-box2 .box .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.dc-index-box2 .box .list ul li a {
  display: block;
  position: relative;
  z-index: 1;
}
.dc-index-box2 .box .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.dc-index-box2 .box .list ul li a .public-img::before {
  padding-top: calc(660/885*100%);
}
@media (max-width: 991px) {
  .dc-index-box2 .box .list ul li a .public-img .pc {
    display: none;
  }
}
.dc-index-box2 .box .list ul li a .public-img .mb {
  display: none;
}
@media (max-width: 991px) {
  .dc-index-box2 .box .list ul li a .public-img .mb {
    display: block;
  }
}
.dc-index-box2 .box .list ul li a .tag {
  position: absolute;
  z-index: 2;
  top: 0.4rem;
  left: 0.4rem;
  display: flex;
}
.dc-index-box2 .box .list ul li a .tag span {
  background: rgba(0, 88, 64, 0.8);
  border-radius: 8px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 0.2rem;
}
.dc-index-box2 .box .list ul li a .tbox {
  width: 5.85rem;
  max-width: calc(100% - 0.4rem);
  position: absolute;
  z-index: 2;
  left: 0.2rem;
  bottom: 0.4rem;
  border-radius: 0.1rem;
  padding: 0.35rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .dc-index-box2 .box .list ul li a .tbox {
    width: calc(100% - 0.4rem);
    bottom: 0.2rem;
  }
}
.dc-index-box2 .box .list ul li a .tbox .t1 {
  line-height: calc(50/40);
  color: #fff;
}
.dc-index-box2 .box .list ul li a .tbox .t2 {
  color: rgba(255, 255, 255, 0.8);
  line-height: calc(30/16);
}
.dc-index-box2 .box .list ul li a .tbox .mores {
  display: flex;
  margin-top: 0.3rem;
}
.dc-index-box2 .box .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.dc-index-box2 .box .list ul li.big {
  width: calc(100% - 0.4rem);
}
.dc-index-box2 .box .list ul li.big a .public-img::before {
  padding-top: calc(770/1810*100%);
}
@media (max-width: 991px) {
  .dc-index-box2 .box .list ul li.big a .public-img::before {
    padding-top: calc(660/885*100%);
  }
}
.dc-index-box2 .box .list ul li.big a .tbox {
  width: 6.8rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: initial;
  background: #fff;
}
@media (max-width: 991px) {
  .dc-index-box2 .box .list ul li.big a .tbox {
    width: calc(100% - 0.4rem);
  }
}
.dc-index-box2 .box .list ul li.big a .tbox .t1 {
  color: var(--color);
}
.dc-index-box2 .box .list ul li.big a .tbox .t2 {
  color: #bac5da;
}
.dc-index-box2 .box .more {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.dc-index-box3 {
  width: 100%;
  padding: 0.8rem 0 1.6rem;
}
.dc-index-box3 .title {
  color: var(--color);
  text-align: center;
  line-height: calc(80/60);
}
.dc-index-box3 .list {
  width: 100%;
  margin-top: 0.58rem;
}
.dc-index-box3 .list ul {
  width: calc(100% + 0.28rem);
  margin: 0 -0.14rem;
  display: flex;
  flex-wrap: wrap;
}
.dc-index-box3 .list ul li {
  width: calc(25% - 0.28rem);
  margin: 0 0.14rem 0.6rem;
  border: 1px solid rgba(49, 71, 109, 0.1);
  background: #fefefe;
  border-radius: 0.1rem;
  padding: 0.1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .dc-index-box3 .list ul li {
    width: calc(50% - 0.28rem);
  }
}
@media (max-width: 767px) {
  .dc-index-box3 .list ul li {
    width: calc(100% - 0.28rem);
  }
}
.dc-index-box3 .list ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.dc-index-box3 .list ul li .public-img::before {
  padding-top: calc(535/410*100%);
}
.dc-index-box3 .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #fefefe 30%, rgba(254, 254, 254, 0));
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}
.dc-index-box3 .list ul li .time {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 2;
  background: #f6f8fa;
  height: 30px;
  display: flex;
  align-items: center;
  color: var(--color);
  padding: 0 0.18rem 0 0.14rem;
  border-radius: 0.1rem 0 0.1rem 0;
}
.dc-index-box3 .list ul li .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.4rem 0.34rem;
}
.dc-index-box3 .list ul li .tbox .t1 {
  color: var(--color);
  line-height: calc(30/20);
}
.dc-index-box3 .list ul li .tbox .more {
  display: flex;
  align-items: center;
  color: rgba(49, 71, 109, 0.6);
  line-height: calc(24/16);
  margin-top: 0.16rem;
}
.dc-index-box3 .list ul li .tbox .more i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.dc-index-box3 .list ul li:hover .public-img img {
  transform: scale(1.05);
}
.dc-index-box3 .more {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
}
.project {
  width: 100%;
  padding: 0.7rem 0 1.6rem;
}
.project .title {
  text-align: center;
  line-height: calc(80/56);
  color: var(--color);
}
.project .txt {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  color: rgba(49, 71, 109, 0.8);
  line-height: calc(30/20);
  text-align: center;
}
.project .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.66rem;
}
.project .menu ul {
  display: flex;
}
.project .menu ul li {
  margin-right: 0.8rem;
  display: flex;
}
@media (max-width: 991px) {
  .project .menu ul li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .project .menu ul li {
    margin-right: 0.3rem;
  }
}
.project .menu ul li:last-child {
  margin-right: 0;
}
.project .menu ul li span {
  font-size: 20px;
  line-height: 30px;
  color: #728098;
  transition: all 0.4s;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .project .menu ul li span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .project .menu ul li span {
    font-size: 14px;
  }
}
.project .menu ul li.on span {
  font-size: 24px;
  color: #31476d;
  border-bottom: 3px solid #31476d;
}
@media (max-width: 1260px) {
  .project .menu ul li.on span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .project .menu ul li.on span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .project .menu ul li.on span {
    font-size: 14px;
  }
}
.project .list {
  width: 100%;
  margin-top: 0.45rem;
}
.project .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.project .list ul li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
}
@media (max-width: 991px) {
  .project .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.project .list ul li a {
  display: block;
  position: relative;
  z-index: 1;
}
.project .list ul li a .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.project .list ul li a .public-img::before {
  padding-top: calc(660/885*100%);
}
@media (max-width: 991px) {
  .project .list ul li a .public-img .pc {
    display: none;
  }
}
.project .list ul li a .public-img .mb {
  display: none;
}
@media (max-width: 991px) {
  .project .list ul li a .public-img .mb {
    display: block;
  }
}
.project .list ul li a .tag {
  position: absolute;
  z-index: 2;
  top: 0.2rem;
  left: 0.2rem;
  display: flex;
}
.project .list ul li a .tag span {
  background: #fff;
  color: #fff;
  border-radius: 8px 0;
  height: 30px;
  display: flex;
  align-items: center;
  color: var(--color);
  padding: 0 0.1rem 0 0.15rem;
}
.project .list ul li a .tbox {
  width: 5.85rem;
  max-width: calc(100% - 0.4rem);
  position: absolute;
  z-index: 2;
  left: 0.2rem;
  bottom: 0.4rem;
  border-radius: 0.1rem;
  padding: 0.35rem 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .project .list ul li a .tbox {
    width: calc(100% - 0.4rem);
    bottom: 0.2rem;
  }
}
.project .list ul li a .tbox .t1 {
  line-height: calc(50/40);
  color: #fff;
}
.project .list ul li a .tbox .t2 {
  color: rgba(255, 255, 255, 0.8);
  line-height: calc(30/16);
}
.project .list ul li a .tbox .mores {
  display: flex;
  margin-top: 0.3rem;
}
.project .list ul li a:hover .public-img img {
  transform: scale(1.05);
}
.project .list ul li.big {
  width: calc(100% - 0.4rem);
}
.project .list ul li.big a .public-img::before {
  padding-top: calc(770/1810*100%);
}
.project .list ul li.big a .tbox {
  width: 6.8rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: initial;
  background: #fff;
}
.project .list ul li.big a .tbox .t1 {
  color: var(--color);
}
.project .list ul li.big a .tbox .t2 {
  color: #bac5da;
}
.project .page-list {
  margin-top: 0.4rem;
}
.project-info {
  width: 100%;
  padding: 0.8rem 0 1.6rem;
}
@media (max-width: 991px) {
  .project-info {
    padding: 0.8rem 0 1.2rem;
  }
}
.project-info .pub-pd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-info .pub-pd .tbox {
  width: 50%;
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox {
    width: 100%;
  }
}
.project-info .pub-pd .tbox .title {
  color: var(--color);
  line-height: 1;
}
.project-info .pub-pd .tbox .t1 {
  line-height: calc(30/24);
  color: var(--color);
  margin-top: 8px;
}
.project-info .pub-pd .tbox .t2 {
  line-height: calc(24/16);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.32rem;
}
.project-info .pub-pd .tbox .tb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.48rem;
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox .tb {
    margin-top: 0.3rem;
  }
}
.project-info .pub-pd .tbox .tb .tel {
  background: var(--color);
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: 0.2rem;
  border-radius: 0.1rem;
  padding: 0 0.35rem;
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox .tb .tel {
    padding: 0 0.2rem;
  }
}
.project-info .pub-pd .tbox .tb .tel i {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.project-info .pub-pd .tbox .tb .tel i svg {
  width: 18px;
  height: 18px;
}
.project-info .pub-pd .tbox .tb .share {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}
@media (max-width: 1367px) {
  .project-info .pub-pd .tbox .tb .share {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
.project-info .pub-pd .tbox .tb .share span {
  height: 44px;
  color: #999;
  display: flex;
  align-items: center;
  margin-right: 0.18rem;
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox .tb .share span {
    height: 32px;
  }
}
.project-info .pub-pd .tbox .tb .share a {
  width: 44px;
  height: 44px;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #edf3fe;
  transition: all 0.4s;
  color: rgba(153, 153, 153, 0.8);
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox .tb .share a {
    width: 32px;
    height: 32px;
  }
}
.project-info .pub-pd .tbox .tb .share a > img,
.project-info .pub-pd .tbox .tb .share a svg {
  width: 48%;
  height: auto;
}
.project-info .pub-pd .tbox .tb .share a:hover {
  background: var(--color);
  color: #fff;
}
.project-info .pub-pd .tbox2 {
  width: 533px;
  position: relative;
  z-index: 2;
  margin-top: -2.75rem;
  margin-right: 0.8rem;
}
@media (max-width: 1260px) {
  .project-info .pub-pd .tbox2 {
    width: 480px;
  }
}
@media (max-width: 1025px) {
  .project-info .pub-pd .tbox2 {
    width: 45%;
    margin-right: 2%;
  }
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox2 {
    width: 100%;
    margin-top: 0.6rem;
    box-shadow: 0 0 0.1rem 0 rgba(49, 71, 109, 0.1);
  }
}
.project-info .pub-pd .tbox2::before {
  content: '';
  width: calc(622/533*100%);
  height: calc(100% - 1.75rem);
  background: url(../images/project-info-tbox2-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1025px) {
  .project-info .pub-pd .tbox2::before {
    bottom: 0.4rem;
  }
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox2::before {
    display: none;
  }
}
.project-info .pub-pd .tbox2 .boxs {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.5rem 0.7rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox2 .boxs {
    padding: 0.3rem;
  }
}
.project-info .pub-pd .tbox2 .title {
  line-height: calc(48/32);
  color: var(--color);
}
.project-info .pub-pd .tbox2 .line {
  width: 40px;
  height: 4px;
  background: var(--color);
  margin-top: 0.25rem;
}
.project-info .pub-pd .tbox2 .list {
  margin-top: 0.4rem;
}
.project-info .pub-pd .tbox2 .list ul li {
  display: flex;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .project-info .pub-pd .tbox2 .list ul li {
    margin-bottom: 0.3rem;
  }
}
.project-info .pub-pd .tbox2 .list ul li:last-child {
  margin-bottom: 0;
}
.project-info .pub-pd .tbox2 .list ul li .icons {
  width: 56px;
  height: 56px;
  background: #edf3fe;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .project-info .pub-pd .tbox2 .list ul li .icons {
    width: 40px;
    height: 40px;
  }
}
.project-info .pub-pd .tbox2 .list ul li .tb {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.project-info .pub-pd .tbox2 .list ul li .tb .t1 {
  width: 100%;
  color: #bac5da;
  line-height: 1;
}
.project-info .pub-pd .tbox2 .list ul li .tb .t2 {
  line-height: 1;
  color: var(--color);
}
.homeowners-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.homeowners-banner .img {
  width: 100%;
}
@media (max-width: 767px) {
  .homeowners-banner .img {
    height: 60vh;
  }
}
.homeowners-banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .homeowners-banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .homeowners-banner .img .pc {
    display: none;
  }
}
.homeowners-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .homeowners-banner .img .mb {
    display: block;
  }
}
.homeowners-banner .box {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0 0.4rem;
}
.homeowners-banner .box .title {
  text-align: center;
  color: #fff;
  line-height: calc(80/72);
}
.homeowners-banner .box .txt {
  width: 900px;
  max-width: 100%;
  line-height: calc(30/20);
  color: #fff;
  text-align: center;
  margin: 0.23rem auto 0;
}
.homeowners-banner .box .more {
  display: flex;
  justify-content: center;
  margin-top: 0.55rem;
}
.homeowners {
  width: 100%;
  padding: 1.4rem 0 1.6rem;
}
.homeowners .box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.homeowners .box1 .img {
  width: calc(682/1810*100%);
}
@media (max-width: 767px) {
  .homeowners .box1 .img {
    width: 100%;
  }
}
.homeowners .box1 .img img {
  width: 100%;
}
.homeowners .box1 .tbox {
  width: calc(905/1810*100%);
}
@media (max-width: 767px) {
  .homeowners .box1 .tbox {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.homeowners .box1 .tbox .title {
  line-height: calc(80/60);
  color: var(--color);
}
.homeowners .box1 .tbox .txt {
  margin-top: 0.3rem;
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
}
.homeowners .box1 .tbox .more {
  display: flex;
  margin-top: 1.12rem;
}
@media (max-width: 767px) {
  .homeowners .box1 .tbox .more {
    margin-top: 0.3rem;
  }
}
.homeowners .box2 {
  width: 100%;
  margin-top: 1.2rem;
  position: relative;
  z-index: 1;
  background: url(../images/homeowners-box2-bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  padding: 0.63rem 0.86rem 0.76rem 0.6rem;
}
@media (max-width: 991px) {
  .homeowners .box2 {
    padding: 0.6rem 0.4rem;
  }
}
.homeowners .box2 .left {
  width: 70%;
}
@media (max-width: 767px) {
  .homeowners .box2 .left {
    width: 100%;
  }
}
.homeowners .box2 .left .title {
  line-height: calc(80/60);
  color: #fff;
}
.homeowners .box2 .left .txt {
  line-height: calc(30/20);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.12rem;
}
@media (max-width: 767px) {
  .homeowners .box2 .right {
    margin-top: 0.2rem;
  }
}
.homeowners .box2 .right .t1 {
  color: #fff;
  line-height: calc(28/18);
}
.homeowners .box2 .right .more {
  display: flex;
  margin-top: 0.15rem;
}
.dc-about-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.dc-about-banner .img {
  width: 100%;
}
@media (max-width: 767px) {
  .dc-about-banner .img {
    height: 60vh;
  }
}
.dc-about-banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .dc-about-banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .dc-about-banner .img .pc {
    display: none;
  }
}
.dc-about-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .dc-about-banner .img .mb {
    display: block;
  }
}
.dc-about-banner .box {
  width: 100%;
  position: absolute;
  left: 0.55rem;
  bottom: 0;
  z-index: 2;
}
.dc-about-banner .box .title {
  color: #fff;
  line-height: 0.8rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.dc-about-box1 {
  width: 100%;
}
.dc-about-box1 .tbox {
  width: 100%;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(186, 197, 218, 0.2);
}
.dc-about-box1 .tbox .txt {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  text-align: center;
}
.dc-about-box2 {
  width: 100%;
  padding: 1.1rem 0 0;
}
.dc-about-box2 .title {
  text-align: center;
  line-height: calc(80/60);
  color: var(--color);
}
.dc-about-box2 .txt {
  width: 820px;
  max-width: 100%;
  line-height: calc(30/24);
  text-align: center;
  color: rgba(49, 71, 109, 0.8);
  margin: 8px auto 0;
}
.dc-about-box2 .list {
  width: 100%;
  margin-top: 0.48rem;
}
.dc-about-box2 .list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.2rem;
  border-radius: 0.1rem;
  background: #eff2ff;
  margin-bottom: 0.4rem;
}
.dc-about-box2 .list ul li:last-child {
  margin-bottom: 0;
}
.dc-about-box2 .list ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.dc-about-box2 .list ul li .public-img {
  width: calc(885/1770*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .dc-about-box2 .list ul li .public-img {
    width: 100%;
  }
}
.dc-about-box2 .list ul li .public-img::before {
  padding-top: calc(660/885*100%);
}
.dc-about-box2 .list ul li .tbox {
  width: calc(877/1770*100%);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 1.1rem 0 2rem;
}
@media (max-width: 1260px) {
  .dc-about-box2 .list ul li .tbox {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .dc-about-box2 .list ul li .tbox {
    width: 100%;
    padding: 1rem 0;
  }
}
.dc-about-box2 .list ul li .tbox::before {
  content: '';
  width: 0.91rem;
  height: 0.66rem;
  background: url(../images/dh.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  z-index: 2;
  transform: rotateZ(180deg);
}
@media (max-width: 991px) {
  .dc-about-box2 .list ul li .tbox::before {
    left: 0;
    top: 0.2rem;
  }
}
.dc-about-box2 .list ul li .tbox::after {
  content: '';
  width: 0.91rem;
  height: 0.66rem;
  background: url(../images/dh.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .dc-about-box2 .list ul li .tbox::after {
    right: 0;
    bottom: 0.2rem;
  }
}
.dc-about-box2 .list ul li .tbox .tb .t1 {
  color: var(--color);
  line-height: calc(42/32);
}
.dc-about-box2 .list ul li .tbox .tb .t2 {
  line-height: calc(24/18);
  color: rgba(49, 71, 109, 0.6);
  margin-top: 0.12rem;
}
.dc-about-box3 {
  width: 100%;
  padding: 1.3rem 0 0;
}
.dc-about-box3 .title {
  text-align: center;
  line-height: calc(80/60);
  color: var(--color);
}
.dc-about-box3 .txt {
  width: 900px;
  max-width: 100%;
  margin: 0.1rem auto 0;
  line-height: calc(30/24);
  text-align: center;
  color: rgba(49, 71, 109, 0.8);
}
.dc-about-box3 .list {
  width: 100%;
  margin-top: 0.7rem;
  padding-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .dc-about-box3 .list {
    padding-bottom: 0;
  }
}
.dc-about-box3 .list ul {
  width: calc(100% + 0.44rem);
  margin: 0 -0.22rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .dc-about-box3 .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.dc-about-box3 .list ul li {
  width: calc(25% - 0.44rem);
  margin: 0 0.22rem;
  background: #eff2ff;
  border-radius: 0.1rem;
  padding: 0.4rem 0 0.4rem 0.4rem;
}
@media (max-width: 991px) {
  .dc-about-box3 .list ul li {
    width: calc(50% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .dc-about-box3 .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.dc-about-box3 .list ul li:nth-child(even) {
  background: #f1f1f1;
  transform: translateY(0.8rem);
}
@media (max-width: 991px) {
  .dc-about-box3 .list ul li:nth-child(even) {
    transform: translateY(0);
  }
}
.dc-about-box3 .list ul li .icon {
  width: 1rem;
  height: 1rem;
  border-radius: 0.1rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dc-about-box3 .list ul li .t1 {
  color: var(--color);
  margin-top: 0.34rem;
  line-height: calc(42/32);
}
.dc-about-box3 .list ul li .t2 {
  margin-top: 0.13rem;
  line-height: calc(24/18);
  color: rgba(49, 71, 109, 0.6);
}
.dc-about-box4 {
  width: 100%;
  padding: 1.56rem 0 1.6rem;
}
.dc-about-box4 .title {
  line-height: calc(58/48);
  text-align: center;
  color: var(--color);
}
.dc-about-box4 .txt {
  text-align: center;
  line-height: calc(34/24);
  color: var(--color);
  margin-top: 0.18rem;
}
.dc-about-box4 .more {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.jr-index-box1 {
  width: 100%;
  padding: 1.5rem 0 1.45rem;
}
.jr-index-box1 .box {
  display: flex;
  justify-content: center;
}
.jr-index-box1 .box .txt {
  width: 1220px;
  max-width: 100%;
  text-align: center;
  line-height: calc(56/40);
  color: #bac5da;
  transition: all 0.4s;
}
.jr-index-box1 .box .txt .on {
  color: var(--color);
}
.jr-index-box2 {
  width: 100%;
}
.jr-index-box2 .pub-pd .box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.jr-index-box2 .pub-pd .box .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .jr-index-box2 .pub-pd .box .img {
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
@media (max-width: 991px) {
  .jr-index-box2 .pub-pd .box .img .pc {
    display: none;
  }
}
.jr-index-box2 .pub-pd .box .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .jr-index-box2 .pub-pd .box .img .mb {
    display: block;
  }
}
.jr-index-box2 .pub-pd .box .tbox {
  width: 6.8rem;
  height: calc(100% - 0.4rem);
  position: absolute;
  z-index: 2;
  top: 0.2rem;
  right: 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.38rem;
}
@media (max-width: 1025px) {
  .jr-index-box2 .pub-pd .box .tbox {
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    height: auto;
    border-radius: 0 0 0.1rem 0.1rem;
    padding: 0.4rem;
  }
}
.jr-index-box2 .pub-pd .box .tbox .title {
  line-height: calc(64/60);
  color: var(--color);
}
.jr-index-box2 .pub-pd .box .tbox .txt {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.38rem;
}
.jr-index-box2 .pub-pd .box .tbox .tb {
  margin-top: 0.22rem;
}
.jr-index-box2 .pub-pd .box .tbox .tb .ts {
  display: flex;
  align-items: flex-start;
}
.jr-index-box2 .pub-pd .box .tbox .tb .ts i {
  width: 16px;
  height: 16px;
  background: var(--color);
  border-radius: 50%;
  display: flex;
  align-content: center;
  margin-top: calc(30/20*0.5em - 8px);
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.jr-index-box2 .pub-pd .box .tbox .tb .ts span {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
}
.jr-index-box2 .pub-pd .box .tbox .txt2 {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.16rem;
}
.jr-index-box2 .pub-pd .box .tbox .more {
  position: absolute;
  left: 0.38rem;
  bottom: 0.38rem;
  z-index: 2;
}
@media (max-width: 1025px) {
  .jr-index-box2 .pub-pd .box .tbox .more {
    position: relative;
    left: initial;
    bottom: initial;
    margin-top: 0.4rem;
  }
}
.jr-index-box3 {
  width: 100%;
  padding: 1.6rem 0;
}
@media (max-width: 991px) {
  .jr-index-box3 {
    padding: 1.2rem 0;
  }
}
.jr-index-box3 .list {
  width: 100%;
}
.jr-index-box3 .list .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
@media (max-width: 991px) {
  .jr-index-box3 .list .item {
    margin-bottom: 1.2rem;
  }
}
.jr-index-box3 .list .item:last-child {
  margin-bottom: 0;
}
.jr-index-box3 .list .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.jr-index-box3 .list .item .public-img {
  width: calc(885/1810*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .jr-index-box3 .list .item .public-img {
    width: 100%;
  }
}
.jr-index-box3 .list .item .public-img::before {
  padding-top: calc(660/885*100%);
}
.jr-index-box3 .list .item .tbox {
  width: calc(720/1810*100%);
}
@media (max-width: 1260px) {
  .jr-index-box3 .list .item .tbox {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .jr-index-box3 .list .item .tbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.jr-index-box3 .list .item .tbox .title {
  line-height: calc(64/60);
  color: var(--color);
}
.jr-index-box3 .list .item .tbox .txt {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.44rem;
}
@media (max-width: 991px) {
  .jr-index-box3 .list .item .tbox .txt {
    margin-top: 0.3rem;
  }
}
.jr-index-box3 .list .item .tbox .tb {
  margin-top: 0.22rem;
}
.jr-index-box3 .list .item .tbox .tb .ts {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
.jr-index-box3 .list .item .tbox .tb .ts:last-child {
  margin-bottom: 0;
}
.jr-index-box3 .list .item .tbox .tb .ts i {
  width: 16px;
  height: 16px;
  background: var(--color);
  border-radius: 50%;
  display: flex;
  align-content: center;
  margin-top: calc(0.5em - 8px);
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.jr-index-box3 .list .item .tbox .tb .ts span {
  line-height: 1;
  color: rgba(49, 71, 109, 0.8);
}
.jr-index-box3 .list .item .tbox .txt2 {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.24rem;
}
.jr-index-box4 {
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .jr-index-box4 {
    padding-bottom: 1.2rem;
  }
}
.jr-index-box4 .box {
  width: 100%;
  border-radius: 0.1rem;
  background: #eff2ff;
  position: relative;
  z-index: 1;
  padding: 1.12rem 1.22rem 1.12rem;
}
@media (max-width: 1260px) {
  .jr-index-box4 .box {
    padding: 1.2rem 0.6rem;
  }
}
@media (max-width: 991px) {
  .jr-index-box4 .box {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .jr-index-box4 .box {
    padding: 10px;
  }
}
.jr-index-box4 .box .tbox {
  width: calc(780/1666*100%);
}
@media (max-width: 1025px) {
  .jr-index-box4 .box .tbox {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .jr-index-box4 .box .tbox {
    width: 100%;
  }
}
.jr-index-box4 .box .tbox .title {
  line-height: calc(64/60);
  color: var(--color);
}
.jr-index-box4 .box .tbox .txt {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.38rem;
}
.jr-index-box4 .box .tbox .tb {
  margin-top: 0.22rem;
}
.jr-index-box4 .box .tbox .tb .ts {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.jr-index-box4 .box .tbox .tb .ts:last-child {
  margin-bottom: 0;
}
.jr-index-box4 .box .tbox .tb .ts i {
  width: 16px;
  height: 16px;
  background: var(--color);
  border-radius: 50%;
  display: flex;
  align-content: center;
  margin-top: calc(30/20*0.5em - 8px);
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.jr-index-box4 .box .tbox .tb .ts span {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
}
.jr-index-box4 .box .tbox .txt2 {
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.14rem;
}
.jr-index-box4 .box .public-img {
  width: calc(590/1810*100%);
  border-radius: 0.1rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .jr-index-box4 .box .public-img {
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
    margin-top: 0.4rem;
  }
}
.jr-index-box4 .box .public-img::before {
  padding-top: calc(770/590*100%);
}
.jr-programs-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.jr-programs-banner .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .jr-programs-banner .img {
    height: 60vh;
  }
}
.jr-programs-banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
.jr-programs-banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .jr-programs-banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .jr-programs-banner .img .pc {
    display: none;
  }
}
.jr-programs-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .jr-programs-banner .img .mb {
    display: block;
  }
}
.jr-programs-banner .box {
  width: 1220px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.jr-programs-banner .box .title {
  text-align: center;
  color: #fff;
  line-height: calc(80/72);
}
.jr-programs-banner .box .txt {
  width: 630px;
  max-width: 100%;
  color: #fff;
  line-height: calc(30/20);
  text-align: center;
  margin: 0.23rem auto 0;
}
.jr-programs-box1 {
  width: 100%;
  padding: 1.25rem 0 1.33rem;
}
.jr-programs-box1 .t1 {
  color: #c09869;
  text-align: center;
  line-height: calc(30/20);
}
.jr-programs-box1 .tbox {
  margin-top: 0.24rem;
}
.jr-programs-box1 .tbox .txt {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  color: #bac5da;
  line-height: calc(56/40);
  transition: all 0.4s;
  text-align: center;
}
.jr-programs-box1 .tbox .txt span {
  transition: all 0.4s;
}
.jr-programs-box1 .tbox .txt .on {
  color: var(--color);
}
.jr-programs-box1 .icons {
  display: flex;
  justify-content: center;
  margin-top: 0.38rem;
}
.jr-programs-box1 .icons img {
  width: 38px;
}
.jr-programs-box2 {
  width: 100%;
}
.jr-programs-box2 .box {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.2rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.jr-programs-box2 .box .public-img {
  width: calc(885/1810*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .jr-programs-box2 .box .public-img {
    width: 100%;
  }
}
.jr-programs-box2 .box .public-img::before {
  padding-top: calc(660/885*100%);
}
.jr-programs-box2 .box .tbox {
  width: calc(850/1810*100%);
}
@media (max-width: 991px) {
  .jr-programs-box2 .box .tbox {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.jr-programs-box2 .box .tbox .title {
  line-height: calc(64/60);
  color: var(--color);
}
.jr-programs-box2 .box .tbox .tb {
  margin-top: 0.2rem;
}
.jr-programs-box2 .box .tbox .tb .t1 {
  color: rgba(49, 71, 109, 0.8);
  line-height: calc(30/20);
  margin-bottom: 0.15rem;
}
.jr-programs-box2 .box .tbox .tb .ts {
  display: flex;
  align-items: flex-start;
}
.jr-programs-box2 .box .tbox .tb .ts i {
  width: 16px;
  height: 16px;
  background: var(--color);
  border-radius: 50%;
  display: flex;
  align-content: center;
  margin-top: calc(30/20*0.5em - 8px);
  margin-right: 0.12rem;
  flex-shrink: 0;
}
.jr-programs-box2 .box .tbox .tb .ts span {
  color: rgba(49, 71, 109, 0.8);
  line-height: calc(30/20);
}
.jr-programs-box2 .box .tbox .lb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.jr-programs-box2 .box .tbox .lb .item {
  width: 3rem;
  display: flex;
  align-items: center;
  background: #eff2ff;
  border-radius: 0.1rem;
  padding: 0.1rem 0 0.1rem 0.1rem;
  margin-right: 0.3rem;
}
@media (max-width: 1260px) {
  .jr-programs-box2 .box .tbox .lb .item {
    width: 3.6rem;
  }
}
@media (max-width: 1025px) {
  .jr-programs-box2 .box .tbox .lb .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .jr-programs-box2 .box .tbox .lb .item:last-child {
    margin-bottom: 0;
  }
}
.jr-programs-box2 .box .tbox .lb .item .icons {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 8px;
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.jr-programs-box2 .box .tbox .lb .item .txt {
  color: var(--color);
  line-height: calc(20/16);
}
.jr-programs-box3 {
  width: 100%;
  padding-top: 1.6rem;
}
.jr-programs-box3 .pub-pd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jr-programs-box3 .pub-pd .public-img {
  width: calc(885/1810*100%);
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .jr-programs-box3 .pub-pd .public-img {
    width: 100%;
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
.jr-programs-box3 .pub-pd .public-img::before {
  padding-top: calc(660/885*100%);
}
.jr-programs-box3 .pub-pd .tbox {
  width: calc(885/1810*100%);
  background: #eff2ff;
  border-radius: 0.1rem;
  padding: 1.17rem 0.2rem 0 0.68rem;
}
@media (max-width: 1025px) {
  .jr-programs-box3 .pub-pd .tbox {
    padding: 0.6rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .jr-programs-box3 .pub-pd .tbox {
    width: 100%;
    border-radius: 0 0 0.1rem 0.1rem;
  }
}
.jr-programs-box3 .pub-pd .tbox .title {
  line-height: calc(70/60);
  color: var(--color);
}
.jr-programs-box3 .pub-pd .tbox .txt {
  width: 720px;
  max-width: 100%;
  line-height: calc(30/20);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.37rem;
}
.jr-about-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.jr-about-banner .img {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .jr-about-banner .img {
    height: 60vh;
  }
}
.jr-about-banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
.jr-about-banner .img img {
  width: 100%;
  transform: scale(1.1);
  transform-origin: top center;
  transition: all 1s;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .jr-about-banner .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .jr-about-banner .img .pc {
    display: none;
  }
}
.jr-about-banner .img .mb {
  display: none;
}
@media (max-width: 991px) {
  .jr-about-banner .img .mb {
    display: block;
  }
}
.jr-about-banner .box {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.jr-about-banner .box .title {
  text-align: center;
  color: #fff;
  line-height: calc(80/56);
}
.jr-about-banner .box .txt {
  width: 630px;
  max-width: 100%;
  color: #fff;
  line-height: calc(30/20);
  text-align: center;
  margin: 0.23rem auto 0;
}
.jr-about-box1 {
  width: 100%;
  padding: 0.8rem 0;
}
.jr-about-box1 .box {
  width: calc(100% + 0.5rem);
  margin: 0 -0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.jr-about-box1 .box .item {
  width: calc(50% - 0.5rem);
  margin: 0 0.25rem;
  padding: 0.7rem 0.3rem;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .jr-about-box1 .box .item {
    width: calc(100% - 0.5rem);
  }
}
.jr-about-box1 .box .item .icons {
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0 auto;
}
.jr-about-box1 .box .item .title {
  text-align: center;
  color: var(--color);
  line-height: calc(50/40);
  margin-top: 0.56rem;
}
.jr-about-box1 .box .item .txt {
  width: 600px;
  max-width: 100%;
  color: rgba(49, 71, 109, 0.8);
  text-align: center;
  line-height: calc(30/20);
  margin: 0.2rem auto 0;
}
.jr-about-box1 .box .item.item1 {
  background: linear-gradient(to bottom, #eff2ff, rgba(239, 242, 255, 0) 85%);
  margin-bottom: 1.4rem;
}
@media (max-width: 991px) {
  .jr-about-box1 .box .item.item1 {
    margin-bottom: 0.6rem;
  }
}
.jr-about-box1 .box .item.item1 .icons {
  box-shadow: 0 0 0.35rem 0 rgba(52, 102, 188, 0.11);
  border: 1px solid rgba(49, 71, 109, 0.11);
}
.jr-about-box1 .box .item.item2 {
  background: linear-gradient(to bottom, #f6f0e9, rgba(246, 240, 233, 0) 85%);
  margin-top: 1.4rem;
}
@media (max-width: 991px) {
  .jr-about-box1 .box .item.item2 {
    margin-top: 0;
  }
}
.jr-about-box1 .box .item.item2 .icons {
  box-shadow: 0 0 0.35rem 0 rgba(192, 166, 140, 0.11);
  border: 1px solid rgba(156, 125, 54, 0.11);
}
.jr-about-box2 {
  width: 100%;
}
.jr-about-box2 .box {
  padding: 0.68rem 0 1.1rem;
  border-top: 1px solid #eff2ff;
}
.jr-about-box2 .box .title {
  color: var(--color);
  text-transform: uppercase;
  line-height: calc(70/60);
}
.jr-about-box2 .box .list {
  width: 100%;
  margin-top: 0.46rem;
  overflow: hidden;
}
.jr-about-box2 .box .list ul {
  width: calc(100% + 1.76rem);
  margin: 0 -0.88rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1900px) {
  .jr-about-box2 .box .list ul {
    width: calc(100% + 1rem);
    margin: 0 -0.5rem;
  }
}
@media (max-width: 991px) {
  .jr-about-box2 .box .list ul {
    width: calc(100% + 0.4rem);
    margin: 0 -0.2rem;
  }
}
.jr-about-box2 .box .list ul li {
  width: calc(25% - 1.76rem);
  margin: 0 0.88rem 0.5rem;
}
@media (max-width: 1900px) {
  .jr-about-box2 .box .list ul li {
    width: calc(25% - 1rem);
    margin: 0 0.5rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .jr-about-box2 .box .list ul li {
    width: calc(50% - 0.4rem);
    margin: 0 0.2rem 0.4rem;
  }
}
.jr-about-box2 .box .list ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.jr-about-box2 .box .list ul li .public-img::before {
  padding-top: calc(418/320*100%);
}
.jr-about-box2 .box .list ul li .tbox {
  width: 100%;
  margin-top: 0.25rem;
}
.jr-about-box2 .box .list ul li .tbox .name {
  color: var(--color);
  line-height: calc(34/24);
}
.jr-about-box2 .box .list ul li .tbox .txt {
  line-height: calc(24/16);
  margin-top: 4px;
  color: var(--color);
}
.jr-about-box2 .box .list ul li:hover .public-img img {
  transform: scale(1.05);
}
.terms {
  width: 100%;
  background: #f6f8fa;
  padding: 0.76rem 0 1.6rem;
}
@media (max-width: 991px) {
  .terms {
    padding: 0.8rem 0;
  }
}
.terms .pub-pd .box {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.terms .pub-pd .box .title {
  text-align: center;
  color: var(--color);
  line-height: calc(66/56);
}
.terms .pub-pd .box .public-content {
  line-height: calc(22/20);
  color: var(--color);
  margin-top: 0.4rem;
}
.sitemap {
  width: 100%;
  background: #f6f8fa;
  padding: 0.76rem 0 2.5rem;
}
.sitemap .pub-pd .title {
  text-align: center;
  color: var(--color);
  line-height: calc(66/56);
}
.sitemap .pub-pd .list {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
.sitemap .pub-pd .list ul {
  display: flex;
  flex-wrap: wrap;
}
.sitemap .pub-pd .list ul li {
  margin-right: 0.7rem;
}
@media (max-width: 767px) {
  .sitemap .pub-pd .list ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.sitemap .pub-pd .list ul li:last-child {
  margin-right: 0;
}
.sitemap .pub-pd .list ul li a {
  line-height: calc(30/20);
  color: #728098;
  text-transform: uppercase;
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
}
.sitemap .pub-pd .list ul li a:hover {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.Cookies {
  width: 100%;
  background: #f6f8fa;
  padding: 0.76rem 0 1.6rem;
}
.Cookies .pub-pd .box {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.Cookies .pub-pd .box .title {
  text-align: center;
  color: var(--color);
  line-height: calc(66/56);
}
.Cookies .pub-pd .box .public-content {
  line-height: calc(30/20);
  color: var(--color);
  margin-top: 0.37rem;
}
.Cookies .pub-pd .box .public-content a {
  color: #024dce;
  text-decoration: underline;
}
.cookies-pop {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(49, 71, 109, 0.3);
  padding: 0.7rem 0 0.88rem;
}
.cookies-pop .pub-pd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.cookies-pop .pub-pd .tbox {
  width: calc(940/1810*100%);
}
@media (max-width: 991px) {
  .cookies-pop .pub-pd .tbox {
    width: 100%;
  }
}
.cookies-pop .pub-pd .tbox .title {
  color: var(--color);
  line-height: calc(66/56);
}
.cookies-pop .pub-pd .tbox .txt {
  line-height: calc(30/20);
  margin-top: 0.16rem;
  color: var(--color);
}
.cookies-pop .pub-pd .ck-box {
  display: flex;
  margin-bottom: 0.33rem;
}
@media (max-width: 991px) {
  .cookies-pop .pub-pd .ck-box {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.cookies-pop .pub-pd .ck-box .accept {
  margin-left: 0.2rem;
}
.notFound {
  padding: 1.6rem 0;
  background: #f6f8fa;
}
.notFound .icons {
  width: 112px;
  display: flex;
  margin: 0 auto;
}
.notFound .t1 {
  line-height: calc(66/56);
  text-align: center;
  color: var(--color);
  margin-top: 0.45rem;
}
.notFound .t2 {
  text-align: center;
  line-height: calc(32/22);
  color: rgba(49, 71, 109, 0.8);
  margin-top: 0.22rem;
}
.notFound .line {
  width: 200px;
  height: 1px;
  margin: 0 auto;
  background: rgba(49, 71, 109, 0.1);
  margin-top: 0.38rem;
}
.notFound .t3 {
  line-height: calc(36/22);
  text-align: center;
  margin-top: 0.35rem;
  color: rgba(49, 71, 109, 0.8);
}
.notFound .t4 {
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
}
.notFound .t4 a {
  display: flex;
  align-items: center;
  margin-right: 1.2rem;
}
.notFound .t4 a:last-child {
  margin-right: 0;
}
.notFound .t4 a span {
  color: #283c5f;
  line-height: 1;
  border-bottom: 1px solid #a4abb7;
}
.notFound .t4 a i {
  width: 13px;
  height: 8px;
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
.notFound .t4 a i svg {
  color: #283c5f;
}
