.more {
  width: 15rem;
  height: 3.75rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: inherit;
}
.more a span {
  font-size: 1.125rem;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
.more a i {
  margin-left: 0.5rem;
  font-size: 1rem;
  display: block;
  transform: rotate(90deg);
  color: #fff;
}
.more.b {
  border: 0.125rem solid #4f43ab;
  background-color: #4f43ab;
}
.n_page_title {
  margin-bottom: 6.25rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.n_page_title .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.n_page_title .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
  margin-top: 1rem;
}
.n_page_title p {
  width: 60%;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.n_title {
  margin-bottom: 4rem;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.n_title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.n_title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
  margin-top: 1rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 5.625rem;
  height: 5.625rem;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 1.25rem;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 3.5625rem;
}
header > div .logo .logo_img a img:nth-of-type(1) {
  display: block;
}
header > div .logo .logo_img a img:nth-of-type(2) {
  display: none;
}
header > div .logo .logo_text a h3 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.625rem;
}
header > div .logo .logo_text a p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 80%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 5rem);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #4f43ab;
  transition: all 1s;
  transform: scaleX(0);
}
header > div nav ul li:hover::after {
  transform: scaleX(1);
}
header > div nav ul li:hover .menu {
  opacity: 1;
  height: auto;
}
header > div nav ul li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 7rem;
  left: 0;
  background-color: rgba(69, 55, 163, 0.05);
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 1.25rem;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 1.25rem;
}
header > div nav ul li .menu .menu_item a {
  font-size: 0.875rem;
  color: #333;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #4f43ab;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 1.875rem;
  padding-left: 1.25rem;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background-color: #4f43ab;
  line-height: 1.875rem;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.875rem;
  font-weight: 700;
  text-align: left;
}
header.active {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.active > div .logo_img a img {
  height: 3.5625rem;
}
header.active > div .logo_img a img:nth-of-type(1) {
  display: none;
}
header.active > div .logo_img a img:nth-of-type(2) {
  display: block;
}
header.active > div nav ul li a {
  color: #333;
}
footer {
  background-color: #4f43ab;
}
footer .w90 .top {
  padding-top: 9.875rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
footer .w90 .top .left .img {
  margin-bottom: 2.25rem;
  width: 23.75rem;
}
footer .w90 .top .left .img img {
  width: 100%;
}
footer .w90 .top .left .f_txt {
  margin-bottom: 2.25rem;
}
footer .w90 .top .left .f_txt .item {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
footer .w90 .top .left .f_txt .item:nth-of-type(3) {
  margin-bottom: 0;
}
footer .w90 .top .left .f_txt .item p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
  width: 5rem;
}
footer .w90 .top .left .f_txt .item h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .w90 .top .left .f_txt .item h3:nth-of-type(2) {
  margin-left: 1.875rem;
}
footer .w90 .top .left .f_txt .item h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.0625rem;
}
footer .w90 .top .left .f_ewm img {
  width: 23.5rem;
}
footer .w90 .top .right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w90 .top .right dl {
  margin-left: 10rem;
}
footer .w90 .top .right dl:nth-of-type(1) {
  margin-left: 0;
}
footer .w90 .top .right dl dt {
  margin-bottom: 2.5rem;
}
footer .w90 .top .right dl dt a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .w90 .top .right dl dd {
  margin-bottom: 1.375rem;
}
footer .w90 .top .right dl dd a {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
footer .w90 .top .goBack {
  width: 4.75rem;
  height: 4.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  background-color: #fff;
  cursor: pointer;
  padding-left: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w90 .top .goBack .gbBox img {
  display: block;
  margin: 0 auto 0.625rem;
}
footer .w90 .top .goBack .gbBox h3 {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
footer .w90 .bottom {
  margin-top: 4.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w90 .bottom a {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
footer .w90 .bottom a:nth-of-type(2) {
  margin: 0 2.5rem;
}
.index .index_part01 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.index .index_part01 .w90 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part01 .w90 ul li {
  width: 24%;
  height: 16rem;
  margin-bottom: 1rem;
  margin-right: 1.33%;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #333;
  transition: all 0.5s ease;
}
.index .index_part01 .w90 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index .index_part01 .w90 ul li:hover a .img img {
  transform: scale(1.1);
}
.index .index_part01 .w90 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
}
.index .index_part01 .w90 ul li a .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.index .index_part01 .w90 ul li a .text .num {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .index_part01 .w90 ul li a .text .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part01 .w90 ul li a .text .txt h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.125rem;
}
.index .index_part01 .w90 ul li a .text .txt img {
  width: 3.5rem;
}
.index .index_part01 .w90 ul li a .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
.index .index_part01 .w90 ul li a .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .index_part01 .w90 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.index .index_part02 {
  position: relative;
}
.index .index_part02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 26rem;
  margin: 0 auto;
  background: url(/images/bg_logo.png) no-repeat left center;
  background-size: contain;
  opacity: 0.02;
}
.index .index_part02 .top {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.index .index_part02 .top .w90 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .index_part02 .top .w90 .b_size h3 {
  font-size: 3.5rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  font-family: "MyFont";
}
.index .index_part02 .top .w90 .b_size h3 span {
  color: #333;
}
.index .index_part02 .top .w90 .b_size p {
  padding-top: 0.25rem;
  font-size: 1.75rem;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.index .index_part02 .top .w90 .desc {
  margin-left: 20rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part02 .top .w90 .desc .d_icon {
  width: 16rem;
  height: 16rem;
}
.index .index_part02 .top .w90 .desc .d_icon img {
  width: 100%;
  object-fit: cover;
}
.index .index_part02 .top .w90 .desc .d_txt p {
  font-size: 1.75rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 2rem;
}
.index .index_part02 .center img {
  width: 100%;
}
.index .index_part02 .bottom {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.index .index_part02 .bottom .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part02 .bottom .w90 .left {
  width: 36%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part02 .bottom .w90 .left .lineText {
  font-size: 4rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "MyFont";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 4.5rem;
}
.index .index_part02 .bottom .w90 .left .lineText span {
  display: inline-block;
  transform: rotate(90deg);
  margin-top: -1rem;
  margin-left: 0.25rem;
  opacity: 0.1;
}
.index .index_part02 .bottom .w90 .left .lineText span:nth-of-type(1) {
  margin-top: 0.5rem;
}
.index .index_part02 .bottom .w90 .left .text {
  width: calc(100% - 9rem);
}
.index .index_part02 .bottom .w90 .left .text h3 {
  font-size: 3.5rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.125rem;
  font-family: "MyFont";
}
.index .index_part02 .bottom .w90 .left .text p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .index_part02 .bottom .w90 .left .text .more {
  margin-top: 3rem;
}
.index .index_part02 .bottom .w90 .right {
  width: 50%;
}
.index .index_part02 .bottom .w90 .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part02 .bottom .w90 .right ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .index_part02 .bottom .w90 .right ul li .img {
  width: 7.5rem;
}
.index .index_part02 .bottom .w90 .right ul li .img img {
  width: 100%;
}
.index .index_part02 .bottom .w90 .right ul li .i_text {
  margin-top: 2rem;
}
.index .index_part02 .bottom .w90 .right ul li .i_text h2 {
  font-size: 3rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .index_part02 .bottom .w90 .right ul li .i_text h2 i {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.index .index_part02 .bottom .w90 .right ul li .i_text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.index .index_part03 {
  background-color: rgba(54, 45, 124, 0.1);
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.index .index_part03 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part03 .w90 .top .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.index .index_part03 .w90 .top .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
}
.index .index_part03 .w90 .bottom {
  margin-top: 2rem;
  padding: 0 0.5rem;
}
.index .index_part03 .w90 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part03 .w90 .bottom ul li {
  width: 23.5%;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 0.5rem #ffffff;
  border: 6px solid #fff;
  box-sizing: border-box;
  margin-bottom: 1rem;
  margin-right: 2%;
}
.index .index_part03 .w90 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.index .index_part03 .w90 .bottom ul li a .img {
  border-radius: 0.375rem 0.375rem 0 0;
  overflow: hidden;
  height: 15rem;
}
.index .index_part03 .w90 .bottom ul li a .img img {
  width: 100%;
}
.index .index_part03 .w90 .bottom ul li a .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #4f43ab;
  box-sizing: border-box;
  padding: 1rem;
}
.index .index_part03 .w90 .bottom ul li a .text h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
}
.index .index_part03 .w90 .bottom ul li a .text p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .index_part04 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #4f43ab;
}
.index .index_part04 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part04 .w90 .top .title h2 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  opacity: 0.3;
}
.index .index_part04 .w90 .top .title h3 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
}
.index .index_part04 .w90 .top .btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .index_part04 .w90 .top .btn > div {
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.index .index_part04 .w90 .top .btn > div i {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
}
.index .index_part04 .w90 .top .btn > div.l_btn {
  margin-right: 1rem;
}
.index .index_part04 .w90 .top .btn > div.l_btn i {
  transform: rotate(-90deg);
}
.index .index_part04 .w90 .content {
  margin-top: 2rem;
}
.index .index_part04 .w90 .content > div .item {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.index .index_part04 .w90 .content > div .item .txt {
  width: 50%;
}
.index .index_part04 .w90 .content > div .item .txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  opacity: 0.4;
  text-transform: uppercase;
}
.index .index_part04 .w90 .content > div .item .txt h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin: 0.5rem 0 3rem 0;
}
.index .index_part04 .w90 .content > div .item .txt .c_icon {
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 1rem;
  border-radius: 0.5rem;
}
.index .index_part04 .w90 .content > div .item .txt .c_icon i {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  transform: rotate(90deg);
}
.index .index_part04 .w90 .content > div .item .img {
  width: 40%;
}
.index .index_part04 .w90 .content > div .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .index_part04 .w90 .content .swiper-pagination {
  bottom: 0rem;
  top: auto;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.15);
}
.index .index_part04 .w90 .content .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #dd0023;
}
.index .index_part05 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.index .index_part05 .w90 .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.3;
}
.index .index_part05 .w90 .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
}
.index .index_part05 .w90 .content {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .index_part05 .w90 .content .item {
  background-color: rgba(54, 45, 124, 0.05);
  border-radius: 0.5rem;
  width: 16%;
  padding: 1rem;
  box-sizing: border-box;
}
.index .index_part05 .w90 .content .item .p_img {
  width: 100%;
  text-align: center;
}
.index .index_part05 .w90 .content .item .p_img img {
  width: 70%;
}
.index .index_part05 .w90 .content .item .p_txt {
  padding: 0 1rem 1rem 1rem;
  box-sizing: border-box;
}
.index .index_part05 .w90 .content .item .p_txt h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.index .index_part06 .part06_bg {
  background-image: url("/images/wuliuBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 12rem 0;
}
.index .index_part06 .part06_bg .w90 .part06_text .title h2 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.3;
}
.index .index_part06 .part06_bg .w90 .part06_text .title h3 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
}
.index .index_part06 .part06_bg .w90 .part06_text p {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.about .main .Introduction {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f5f5f5;
}
.about .main .Introduction .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .Introduction .w90 .top .left {
  width: 44%;
}
.about .main .Introduction .w90 .top .left .img {
  border-radius: 1rem;
  border: 0.375rem solid #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.about .main .Introduction .w90 .top .left .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about .main .Introduction .w90 .top .right {
  width: 50%;
}
.about .main .Introduction .w90 .top .right .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.about .main .Introduction .w90 .top .right .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
}
.about .main .Introduction .w90 .top .right .desc {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.about .main .Introduction .w90 .top .right .desc h3 {
  font-size: 1.875rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.about .main .Introduction .w90 .top .right .txt p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 2rem;
}
.about .main .Introduction .w90 .top .right .txt p:last-child {
  margin-bottom: 0;
}
.about .main .Introduction .w90 .center .img img {
  width: 100%;
}
.cultrue .main {
  padding: 10rem 0;
  background-color: #f9f9f9;
}
.cultrue .main .w90 {
  overflow: visible;
}
.cultrue .main .w90 .title {
  text-align: center;
  margin-bottom: 4rem;
}
.cultrue .main .w90 .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.cultrue .main .w90 .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
}
.cultrue .main .w90 .culture-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 2rem;
}
.cultrue .main .w90 .culture-content .culture-item .culture-card {
  background-color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.cultrue .main .w90 .culture-content .culture-item .culture-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
.cultrue .main .w90 .culture-content .culture-item .culture-card .culture-header {
  color: #fff;
  padding: 1.5rem 2rem;
}
.cultrue .main .w90 .culture-content .culture-item .culture-card .culture-header h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: right;
  margin-bottom: 0.5rem;
}
.cultrue .main .w90 .culture-content .culture-item .culture-card .culture-header p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: right;
  opacity: 0.9;
}
.cultrue .main .w90 .culture-content .culture-item .culture-card .culture-body {
  padding: 2rem;
  min-height: 13rem;
}
.cultrue .main .w90 .culture-content .culture-item .culture-card .culture-body p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.cultrue .main .w90 .culture-content .culture-item:nth-of-type(1) .culture-header {
  background: #4f43ab url(/images/c_icon1.png) no-repeat 1.5rem center / 5rem;
}
.cultrue .main .w90 .culture-content .culture-item:nth-of-type(2) .culture-header {
  background: #4f43ab url(/images/c_icon2.png) no-repeat 1.5rem center / 5rem;
}
.cultrue .main .w90 .culture-content .culture-item:nth-of-type(3) .culture-header {
  background: #4f43ab url(/images/c_icon3.png) no-repeat 1.5rem center / 5rem;
}
.cultrue .main .w90 .culture-content .culture-item:nth-of-type(4) .culture-header {
  background: #4f43ab url(/images/c_icon4.png) no-repeat 1.5rem center / 5rem;
}
.cultrue .main .w90 .culture-content .culture-item:nth-of-type(5) .culture-header {
  background: #4f43ab url(/images/c_icon5.png) no-repeat 1.5rem center / 5rem;
}
.cultrue .main .w90 .culture-content .culture-item:nth-of-type(6) .culture-header {
  background: #4f43ab url(/images/c_icon6.png) no-repeat 1.5rem center / 5rem;
}
.honor .main {
  padding: 10rem 0;
}
.honor .main .w90 .top {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.honor .main .w90 .top .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.honor .main .w90 .top .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
  margin-top: 1rem;
}
.honor .main .w90 .top .desc {
  width: 50%;
}
.honor .main .w90 .top .desc p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.honor .main .w90 .top .desc p span {
  font-weight: 600;
}
.honor .main .w90 .bottom {
  margin-top: 5rem;
}
.honor .main .w90 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.honor .main .w90 .bottom ul li {
  width: 23.5%;
  min-height: 15rem;
  padding: 1rem;
  border-radius: 0.625rem;
  box-sizing: border-box;
  background-color: rgba(69, 55, 163, 0.05);
  backdrop-filter: blur(10px);
  margin-bottom: 1.125rem;
}
.honor .main .w90 .bottom ul li .c_icon img {
  width: 70%;
  margin: 0 auto;
}
.honor .main .w90 .bottom ul li .c_txt {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.honor .main .w90 .bottom ul li .c_txt h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.changfang .main {
  padding: 10rem 0;
}
.changfang .main .w90 .top {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.changfang .main .w90 .top .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.changfang .main .w90 .top .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
  margin-top: 1rem;
}
.changfang .main .w90 .top .desc {
  width: 50%;
}
.changfang .main .w90 .top .desc p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.changfang .main .w90 .top .desc p span {
  font-weight: 600;
}
.changfang .main .w90 .bottom {
  margin-top: 3rem;
}
.changfang .main .w90 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.changfang .main .w90 .bottom ul li {
  width: 23.5%;
  min-height: 15rem;
  padding: 1rem;
  border-radius: 0.625rem;
  box-sizing: border-box;
  background-color: rgba(69, 55, 163, 0.05);
  backdrop-filter: blur(10px);
  margin-bottom: 1.125rem;
}
.changfang .main .w90 .bottom ul li .c_icon img {
  width: 100%;
  margin: 0 auto;
}
.changfang .main .w90 .bottom ul li .c_txt {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.changfang .main .w90 .bottom ul li .c_txt h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.case .main {
  padding-top: 10rem;
}
.case .main .w90 .bottom {
  margin-top: 6.25rem;
}
.case .main .w90 .bottom ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.case .main .w90 .bottom ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.625rem;
  transition: all 0.5s ease;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0.375rem 0.5rem 0.75rem #e6f2f8;
}
.case .main .w90 .bottom ul li:hover a .img img {
  transform: scale(1.06);
}
.case .main .w90 .bottom ul li:hover a .txt p {
  color: #fff;
}
.case .main .w90 .bottom ul li:hover a .txt span {
  color: #fff;
}
.case .main .w90 .bottom ul li:hover a::after {
  height: 100%;
}
.case .main .w90 .bottom ul li:nth-child(3n) {
  margin-right: 0;
}
.case .main .w90 .bottom ul li a {
  display: block;
  width: 100%;
  position: relative;
  border: 0.0625rem solid #efefef;
}
.case .main .w90 .bottom ul li a .img {
  overflow: hidden;
  padding: 5% 5% 0% 5%;
  width: 100%;
  box-sizing: border-box;
}
.case .main .w90 .bottom ul li a .img img {
  width: 100%;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.case .main .w90 .bottom ul li a .txt {
  padding: 1.5rem 1.25rem 1.875rem;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case .main .w90 .bottom ul li a .txt p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.case .main .w90 .bottom ul li a .txt span {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.case .main .w90 .bottom ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #4f43ab;
  transition: all 0.5s ease;
}
.case .main .w90 .bottom ul > p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.case_details .main {
  padding-top: 10rem;
}
.case_details .main .w90 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_details .main .w90 .bottom .left {
  width: 64%;
  margin-bottom: 6rem;
}
.case_details .main .w90 .bottom .left .case_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 4.25rem;
  border-bottom: 0.0625rem dashed #dfdfdf;
}
.case_details .main .w90 .bottom .left .case_top .case_title h3 {
  font-size: 2.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.case_details .main .w90 .bottom .left .case_top .case_attribute {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w90 .bottom .left .case_top .case_attribute .attrItem {
  margin: 0 1.25rem;
}
.case_details .main .w90 .bottom .left .case_top .case_attribute .attrItem:first-child {
  margin-left: 0;
}
.case_details .main .w90 .bottom .left .case_top .case_attribute .attrItem p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.case_details .main .w90 .bottom .left .case_Content {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  background-color: rgba(69, 55, 163, 0.05);
  box-sizing: border-box;
  position: relative;
}
.case_details .main .w90 .bottom .left .case_Content .bigImg {
  padding: 1rem 1rem 7.5rem 1rem;
}
.case_details .main .w90 .bottom .left .case_Content .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.case_details .main .w90 .bottom .left .case_Content .smailImg {
  width: 100%;
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w90 .bottom .left .case_Content .smailImg .btnLeft {
  width: 1.875rem;
  height: 6.25rem;
  background-color: #fff;
  margin-left: 0.625rem;
  line-height: 6.25rem;
  text-align: center;
  cursor: pointer;
}
.case_details .main .w90 .bottom .left .case_Content .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.case_details .main .w90 .bottom .left .case_Content .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w90 .bottom .left .case_Content .smailImg ul li {
  cursor: pointer;
  width: 18%;
  border: 0.0625rem solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.case_details .main .w90 .bottom .left .case_Content .smailImg ul li img {
  width: 100%;
}
.case_details .main .w90 .bottom .left .case_Content .smailImg .btnRight {
  width: 1.875rem;
  height: 6.25rem;
  background-color: #fff;
  margin-right: 0.625rem;
  line-height: 6.25rem;
  text-align: center;
  cursor: pointer;
}
.case_details .main .w90 .bottom .left .btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w90 .bottom .left .btn .l_btn {
  width: 48%;
}
.case_details .main .w90 .bottom .left .btn .l_btn a {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.case_details .main .w90 .bottom .left .btn .r_btn {
  width: 48%;
}
.case_details .main .w90 .bottom .left .btn .r_btn a {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.case_details .main .w90 .bottom .left .case_detail {
  margin-top: 2.5rem;
  background-color: rgba(54, 45, 124, 0.03);
  box-sizing: border-box;
  padding: 1.25rem;
}
.case_details .main .w90 .bottom .left .case_detail h3 {
  font-size: 1.5rem;
  color: #362d7c;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dfdfdf;
}
.case_details .main .w90 .bottom .left .case_detail p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.625rem;
}
.case_details .main .w90 .bottom .left .case_detail p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.625rem;
}
.case_details .main .w90 .bottom .right {
  width: 28%;
}
.case_details .main .w90 .bottom .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 4.25rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.case_details .main .w90 .bottom .right .top .back {
  width: 48%;
}
.case_details .main .w90 .bottom .right .top .back a {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.case_details .main .w90 .bottom .right .top .share {
  width: 9.375rem;
}
.case_details .main .w90 .bottom .right .top .share .tit {
  float: left;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.case_details .main .w90 .bottom .right .top .share .txt {
  float: left;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.case_details .main .w90 .bottom .right .bottom {
  background-color: rgba(69, 55, 163, 0.05);
  padding: 0.625rem;
  margin-top: 2.5rem;
}
.case_details .main .w90 .bottom .right .bottom > div {
  width: 100%;
  background-color: #fff;
  padding: 1.25rem;
}
.case_details .main .w90 .bottom .right .bottom > div ul li {
  margin-bottom: 1.375rem;
  margin-top: 1.375rem;
  padding-bottom: 1.375rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.case_details .main .w90 .bottom .right .bottom > div ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w90 .bottom .right .bottom > div ul li a .img {
  width: 30%;
}
.case_details .main .w90 .bottom .right .bottom > div ul li a .img img {
  width: 100%;
}
.case_details .main .w90 .bottom .right .bottom > div ul li a .txt {
  width: 64%;
}
.case_details .main .w90 .bottom .right .bottom > div ul li a .txt h3 {
  font-size: 1.375rem;
  color: #666;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.625rem;
}
.case_details .main .w90 .bottom .right .bottom > div ul li a .txt p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.youshi .main {
  padding: 10rem 0;
}
.youshi .main .w90 .youshi-title {
  margin-bottom: 6rem;
}
.youshi .main .w90 .youshi-title h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
  margin-bottom: 2rem;
}
.youshi .main .w90 .specs-table {
  margin-bottom: 6rem;
}
.youshi .main .w90 .specs-table .container {
  font-size: 3.5rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.youshi .main .w90 .specs-table .container h2 {
  font-size: 2rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.25rem;
}
.youshi .main .w90 .specs-table .container .table-container {
  background-color: #f9f9f9;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.youshi .main .w90 .specs-table .container .table-container table {
  width: 100%;
  border-collapse: collapse;
}
.youshi .main .w90 .specs-table .container .table-container table thead tr {
  background-color: #4f43ab;
  color: #fff;
}
.youshi .main .w90 .specs-table .container .table-container table thead tr th {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  padding: 1.25rem;
}
.youshi .main .w90 .specs-table .container .table-container table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.youshi .main .w90 .specs-table .container .table-container table tbody tr:nth-child(even) {
  background-color: #fff;
}
.youshi .main .w90 .specs-table .container .table-container table tbody tr td {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  padding: 1.25rem;
}
.youshi .main .w90 .advantages {
  margin-bottom: 6rem;
}
.youshi .main .w90 .advantages .container .section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.youshi .main .w90 .advantages .container .section-title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.youshi .main .w90 .advantages .container .section-title p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.youshi .main .w90 .advantages .container .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
  gap: 2rem;
}
.youshi .main .w90 .advantages .container .advantages-grid .advantage-item {
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.youshi .main .w90 .advantages .container .advantages-grid .advantage-item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}
.youshi .main .w90 .advantages .container .advantages-grid .advantage-item .advantage-icon {
  font-size: 2.5rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.youshi .main .w90 .advantages .container .advantages-grid .advantage-item .advantage-text {
  flex: 1;
}
.youshi .main .w90 .advantages .container .advantages-grid .advantage-item .advantage-text h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}
.youshi .main .w90 .advantages .container .advantages-grid .advantage-item .advantage-text p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.youshi .main .w90 .comparison .container h2 {
  font-size: 2rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.youshi .main .w90 .comparison .container p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}
.youshi .main .w90 .comparison .container .comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f9f9f9;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.youshi .main .w90 .comparison .container .comparison-table thead tr {
  background-color: #4f43ab;
  color: #fff;
}
.youshi .main .w90 .comparison .container .comparison-table thead tr th {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  padding: 1.25rem;
}
.youshi .main .w90 .comparison .container .comparison-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.youshi .main .w90 .comparison .container .comparison-table tbody tr:nth-child(even) {
  background-color: #fff;
}
.youshi .main .w90 .comparison .container .comparison-table tbody tr td {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  padding: 1.25rem;
}
.youshi .main .w90 .comparison .container .comparison-table tbody tr td.highlight {
  color: #4f43ab;
  font-weight: 600;
}
.ceshi .main {
  padding: 8rem 0;
  background-color: rgba(69, 55, 163, 0.05);
}
.ceshi .main .w90 {
  box-sizing: border-box;
  padding: 1rem;
}
.ceshi .main .w90 .container h1 {
  font-size: 2rem;
  color: #4f43ab;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem solid #e5e5e5;
}
.ceshi .main .w90 .container .process-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ceshi .main .w90 .container .process-list .process-item {
  display: flex;
  align-items: stretch;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label {
  width: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  position: relative;
  flex-shrink: 0;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label::before,
.ceshi .main .w90 .container .process-list .process-item .stage-label::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border-radius: 50%;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label::before {
  top: -0.375rem;
  left: 0.625rem;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label::after {
  bottom: -0.375rem;
  left: 0.625rem;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label.stage-1 {
  background-color: #00838f;
  border: 0.125rem solid #00838f;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label.stage-2 {
  background-color: #689f38;
  border: 0.125rem solid #689f38;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label.stage-3 {
  background-color: #5d6d7e;
  border: 0.125rem solid #5d6d7e;
}
.ceshi .main .w90 .container .process-list .process-item .stage-label.stage-4 {
  background-color: #27ae60;
  border: 0.125rem solid #27ae60;
}
.ceshi .main .w90 .container .process-list .process-item .content-card {
  flex-grow: 1;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  margin-left: 1.5rem;
}
.ceshi .main .w90 .container .process-list .process-item .content-card h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem dashed #ddd;
}
.ceshi .main .w90 .container .process-list .process-item .content-card ul {
  list-style-position: inside;
  padding-left: 0.625rem;
}
.ceshi .main .w90 .container .process-list .process-item .content-card ul li {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.5rem;
}
.ceshi .main .w90 .container .process-list .process-item .content-card ul li:last-child {
  margin-bottom: 0;
}
.liucheng .main {
  padding: 8rem 0;
  background-color: rgba(69, 55, 163, 0.05);
}
.liucheng .main .w90 {
  box-sizing: border-box;
  padding: 1rem;
  background-color: #fff;
}
.liucheng .main .w90 .img {
  text-align: center;
}
.liucheng .main .w90 .img img {
  width: initial;
}
.news .main {
  background-color: rgba(69, 55, 163, 0.05);
  padding-top: 10rem;
}
.news .main .w90 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .main .w90 .top .title h2 {
  font-size: 2.5rem;
  color: #4f43ab;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.news .main .w90 .top .title h3 {
  font-size: 3.5rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25rem;
  font-family: "MyFont";
  margin-top: 1rem;
}
.news .main .w90 .top p {
  width: 60%;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.news .main .w90 .bottom {
  margin-top: 6.25rem;
}
.news .main .w90 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w90 .bottom ul li {
  width: 49%;
  margin-bottom: 3rem;
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.news .main .w90 .bottom ul li .box1 {
  margin-bottom: 3.125rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
}
.news .main .w90 .bottom ul li .box1 h2 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main .w90 .bottom ul li .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 11.875rem;
}
.news .main .w90 .bottom ul li .box2 .img {
  width: 40%;
  height: inherit;
  border-radius: 0.375rem;
  overflow: hidden;
}
.news .main .w90 .bottom ul li .box2 .img img {
  width: 100%;
  display: block;
}
.news .main .w90 .bottom ul li .box2 .txt {
  width: 52%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .main .w90 .bottom ul li .box2 .txt h3 {
  font-size: 0.875rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .w90 .bottom ul li .box2 .txt p {
  font-size: 1rem;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.news .main .w90 .bottom ul li .box2 .txt .n_more {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #4f43ab;
  border-radius: 0.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w90 .bottom ul li .box2 .txt .n_more img {
  display: block;
}
.news_details .main {
  margin-bottom: 5rem;
  margin-top: 7.5rem;
}
.news_details .main > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main > div .left {
  width: 68%;
}
.news_details .main > div .left .news_title {
  border-bottom: 0.0625rem dashed #dfdfdf;
  padding-bottom: 1.5rem;
}
.news_details .main > div .left .news_title h3 {
  font-size: 1.75rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main > div .left .news_attribute .attrItem {
  margin: 0 1.25rem;
}
.news_details .main > div .left .news_attribute .attrItem:first-child {
  margin-left: 0;
}
.news_details .main > div .left .news_attribute .attrItem p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: rgba(69, 55, 163, 0.05);
  border: 0.0625rem solid #dfdfdf;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}
.news_details .main > div .left .news_descrition p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_Content {
  background-color: rgba(69, 55, 163, 0.05);
  box-sizing: border-box;
  padding: 3.125rem;
}
.news_details .main > div .left .news_Content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
}
.news_details .main > div .left .news_Content img {
  width: 100%;
}
.news_details .main > div .right {
  width: 28%;
}
.news_details .main > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.news_details .main > div .right .top .back {
  width: 48%;
}
.news_details .main > div .right .top .back a {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.news_details .main > div .right .top .share {
  width: 9.375rem;
}
.news_details .main > div .right .top .share .tit {
  float: left;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share .txt {
  float: left;
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .bottom {
  background-color: rgba(69, 55, 163, 0.05);
  padding: 0.625rem;
  margin-top: 2.5rem;
}
.news_details .main > div .right .bottom > div {
  background-color: #fff;
  padding: 1.25rem;
}
.news_details .main > div .right .bottom > div ul li {
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.news_details .main > div .right .bottom > div ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.news_details .main > div .right .bottom > div ul li h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
}
.news_details .main > div .right .bottom > div ul li p {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
}
.news_details .main > div .right .bottom > div ul li span {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 1.25rem;
    color: #333;
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(2) {
    display: none;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(4) {
    display: none;
  }
  .news_details .main > div .left .news_Content {
    padding: 0.75rem;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }
  .news_details .main > div .left .news_Content p strong {
    font-size: 1.125rem;
  }
  .news_details .main > div .left .news_attribute {
    justify-content: center;
  }
  .news_details .main > div .left .news_attribute .attrItem {
    margin: 0;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(3) {
    display: none;
  }
  .news_details .main > div .right {
    width: 100%;
  }
  .news_details .main > div .right .bottom > div ul li p {
    margin-bottom: 0.625rem;
  }
}
.cangdaocang .main {
  padding: 8rem 0;
}
.cangdaocang .main .w90 .container {
  background-color: rgba(54, 45, 124, 0.03);
  padding: 2rem;
  box-sizing: border-box;
}
.cangdaocang .main .w90 .container .main-content {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  padding-bottom: 2.5rem;
}
.cangdaocang .main .w90 .container .main-content .text-section {
  flex: 1;
  padding-right: 1.25rem;
}
.cangdaocang .main .w90 .container .main-content .text-section h3 {
  font-size: 2rem;
  color: #362d7c;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.5rem;
  position: relative;
}
.cangdaocang .main .w90 .container .main-content .text-section h3:after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.25rem;
  background: linear-gradient(90deg, #362d7c, #2ecc71);
  margin: 0.625rem 0 0 0;
  border-radius: 0.125rem;
}
.cangdaocang .main .w90 .container .main-content .text-section p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 1.5625rem;
}
.cangdaocang .main .w90 .container .main-content .text-section p:last-child {
  margin-bottom: 0;
}
.cangdaocang .main .w90 .container .main-content .benefits-section {
  flex: 0 0 23.75rem;
  background: linear-gradient(135deg, #362d7c 0%, #764ba2 100%);
  padding: 1.875rem;
  border-radius: 0.625rem;
  color: #fff;
  box-shadow: 0 0.625rem 1.5625rem rgba(118, 75, 162, 0.3);
}
.cangdaocang .main .w90 .container .main-content .benefits-section h3 {
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5625rem;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.625rem;
}
.cangdaocang .main .w90 .container .main-content .benefits-section .benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}
.cangdaocang .main .w90 .container .main-content .benefits-section .benefit-item:last-child {
  margin-bottom: 0;
}
.cangdaocang .main .w90 .container .main-content .benefits-section .benefit-item .benefit-icon {
  font-size: 1.5rem;
  margin-right: 0.9375rem;
  background: rgba(255, 255, 255, 0.1);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cangdaocang .main .w90 .container .main-content .benefits-section .benefit-item .benefit-text {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.fuwuwangluo .main {
  padding: 8rem 0;
}
.fuwuwangluo .main .service-network .container .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fuwuwangluo .main .service-network .container .w90 .map-container {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0;
  box-sizing: border-box;
}
.fuwuwangluo .main .service-network .container .w90 .map-container .map-image {
  width: 100%;
  max-width: 75rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.fuwuwangluo .main .service-network .container .w90 .map-container .map-image img {
  width: 100%;
  height: auto;
  display: block;
}
.fuwuwangluo .main .service-network .container .w90 .network-details {
  width: 48%;
}
.fuwuwangluo .main .service-network .container .w90 .network-details .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.fuwuwangluo .main .service-network .container .w90 .network-details .section-header h2 {
  font-size: 2.5rem;
  color: #362d7c;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.fuwuwangluo .main .service-network .container .w90 .network-details .section-header p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
}
.fuwuwangluo .main .service-network .container .w90 .network-details .network-text h3 {
  font-size: 2rem;
  color: #362d7c;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.25rem;
}
.fuwuwangluo .main .service-network .container .w90 .network-details .network-text p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.25rem;
}
.fuwuwangluo .main .resource-integration {
  padding: 5rem 0;
}
.fuwuwangluo .main .resource-integration .container .section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.fuwuwangluo .main .resource-integration .container .section-header h2 {
  font-size: 2.5rem;
  color: #362d7c;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.fuwuwangluo .main .resource-integration .container .section-header p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  max-width: 37.5rem;
  margin: 0 auto;
}
.fuwuwangluo .main .resource-integration .container .resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .fuwuwangluo .main .resource-integration .container .resource-grid {
    grid-template-columns: 1fr;
  }
}
.fuwuwangluo .main .resource-integration .container .resource-grid .resource-item {
  background: #362d7c;
  border-radius: 0.5rem;
  padding: 1.875rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
}
.fuwuwangluo .main .resource-integration .container .resource-grid .resource-item h3 {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.9375rem;
}
.fuwuwangluo .main .resource-integration .container .resource-grid .resource-item p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.shouhoufuwu .main {
  padding: 8rem 0 0 0;
}
.shouhoufuwu .main .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.shouhoufuwu .main .section-title {
  text-align: left;
  margin-bottom: 48px;
}
.shouhoufuwu .main .section-title h2 {
  font-size: 2.5rem;
  color: #362d7c;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.shouhoufuwu .main .section-title p {
  font-size: 1.125rem;
  color: #8a8a8a;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.shouhoufuwu .main .card {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.5rem;
  margin-bottom: 6rem;
}
.shouhoufuwu .main .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1.25rem rgba(54, 45, 124, 0.15);
}
.shouhoufuwu .main .card .card-header {
  padding: 1.5rem 2rem;
  border-bottom: 0.0625rem solid #eee;
}
.shouhoufuwu .main .card .card-header h3 {
  font-size: 1.5rem;
  color: #362d7c;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin: 0 0 0.75rem 0;
}
.shouhoufuwu .main .card .card-body {
  padding: 1.5rem 2rem;
}
.shouhoufuwu .main .card .card-body ul {
  list-style: none;
  padding-left: 0;
}
.shouhoufuwu .main .card .card-body ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.shouhoufuwu .main .card .card-body ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #362d7c;
  font-weight: bold;
}
.shouhoufuwu .main .image-text-section {
  background-color: #f5f7fa;
  padding: 5rem 0;
}
.shouhoufuwu .main .image-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.shouhoufuwu .main .image-text-grid .text-content h2 {
  font-size: 2.25rem;
  color: #1f1f1f;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.5rem;
}
.shouhoufuwu .main .image-text-grid .text-content p {
  font-size: 1.125rem;
  color: #8a8a8a;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2rem;
}
.shouhoufuwu .main .image-text-grid .image-content img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  display: block;
}
.shouhoufuwu .main .btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #362d7c;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.shouhoufuwu .main .btn:hover {
  background-color: #4f43ab;
}
.mendaomen .main {
  padding: 8rem 0;
}
.mendaomen .main .w90 {
  padding: 3rem;
  box-sizing: border-box;
}
.mendaomen .main .w90 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.mendaomen .main .w90 .box .left {
  width: 50%;
}
.mendaomen .main .w90 .box .left img {
  width: 60%;
  height: auto;
  border-radius: 0.75rem;
  display: block;
  margin: 0 auto;
}
.mendaomen .main .w90 .box .right {
  width: 50%;
}
.mendaomen .main .w90 .box .right .right_title h2 {
  font-size: 2.5rem;
  color: #362d7c;
  line-height: 1.8;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.625rem;
}
.mendaomen .main .w90 .box .right .right_title p {
  font-size: 1.5rem;
  color: #362d7c;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.625rem;
}
.mendaomen .main .w90 .box .right .right_content {
  background-color: rgba(54, 45, 124, 0.03);
  padding: 2rem;
  box-sizing: border-box;
  margin-top: 4rem;
}
.mendaomen .main .w90 .box .right .right_content p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.625rem;
}
.fengxianbaozhang .main {
  padding: 8rem 0;
}
.fengxianbaozhang .main .w90 {
  padding: 3rem;
  box-sizing: border-box;
}
.fengxianbaozhang .main .w90 .box {
  padding: 3rem;
  min-height: 50vh;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.fengxianbaozhang .main .w90 .box .top {
  width: 100%;
}
.fengxianbaozhang .main .w90 .box .top img {
  width: 60%;
  height: auto;
  border-radius: 0.75rem;
  display: block;
  margin: 0 auto;
}
.fengxianbaozhang .main .w90 .box .bottom {
  width: 100%;
}
.fengxianbaozhang .main .w90 .box .bottom .content {
  margin-top: 4rem;
}
.fengxianbaozhang .main .w90 .box .bottom .content p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  text-align: center;
  margin-bottom: 0.625rem;
}
.contact .main {
  margin-top: 10rem;
}
.contact .main .w90 .bottom {
  margin-top: 3.75rem;
  margin-bottom: 8.75rem;
  padding: 3.125rem;
  box-sizing: border-box;
  background-color: rgba(54, 45, 124, 0.03);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w90 .bottom .left {
  width: 44%;
  height: 26.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .main .w90 .bottom .left .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w90 .bottom .left .item:nth-of-type(3) .i_box p {
  font-weight: 400;
  letter-spacing: 0.125rem;
  font-size: 1.25rem;
}
.contact .main .w90 .bottom .left .item .i_box {
  margin-right: 3.75rem;
}
.contact .main .w90 .bottom .left .item .i_box h3 {
  font-size: 0.9375rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w90 .bottom .left .item .i_box h3 i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #362d7c;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.contact .main .w90 .bottom .left .item .i_box p {
  font-size: 1.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .w90 .bottom .right {
  width: 56%;
  height: 26.25rem;
  padding: 3.125rem;
  box-sizing: border-box;
  background-color: #fff;
}
.contact .main .w90 .bottom .right .sub form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w90 .bottom .right .sub form .sub_item {
  width: 48%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .main .w90 .bottom .right .sub form .sub_item .sub_item_box1 h4 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}
.contact .main .w90 .bottom .right .sub form .sub_item .sub_item_box1 input {
  width: 100%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  font-size: 0.9375rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 100;
  text-align: left;
  border-radius: 0.375rem;
  padding-left: 0.875rem;
  box-sizing: border-box;
}
.contact .main .w90 .bottom .right .sub form .sub_item .sub_item_box1:nth-of-type(4) {
  background-color: #0a2363;
  border-radius: 0.375rem;
}
.contact .main .w90 .bottom .right .sub form .sub_item .sub_item_box1:nth-of-type(4) button {
  width: 100%;
  background: none;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 3.125rem;
  font-weight: 100;
  text-align: center;
}
.contact .main .w90 .bottom .right .sub form .sub_item .sub_item_box2 h4 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}
.contact .main .w90 .bottom .right .sub form .sub_item .sub_item_box2 textarea {
  width: 100%;
  height: 18.25rem;
  border-radius: 0.5rem;
  padding: 1.25rem;
  box-sizing: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.zhaopin .main {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
.zhaopin .main .w90 {
  min-height: 50vh;
}
.zhaopin .main .w90 .content {
  margin-top: 4rem;
  background-color: rgba(54, 45, 124, 0.03);
  padding: 3.125rem;
  box-sizing: border-box;
  min-height: 30vh;
}
.zhaopin .main .w90 .content p {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 10px;
}
.daili .main {
  margin-top: 8rem;
  padding-bottom: 8rem;
}
.daili .main .w90 {
  min-height: 50vh;
}
.daili .main .w90 .content {
  margin-top: 4rem;
  min-height: 30vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.daili .main .w90 .content .left {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.daili .main .w90 .content .left .img {
  width: 46%;
}
.daili .main .w90 .content .left .img img {
  width: 100%;
}
.daili .main .w90 .content .left .txt {
  width: 50%;
}
.daili .main .w90 .content .left .txt h2 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.daili .main .w90 .content .left .txt p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.625rem;
}
.daili .main .w90 .content .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.daili .main .w90 .content .right .img {
  width: 50%;
}
.daili .main .w90 .content .right .img img {
  width: 100%;
}
.daili .main .w90 .content .right .txt {
  width: 46%;
}
.daili .main .w90 .content .right .txt h2 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 2rem;
}
.daili .main .w90 .content .right .txt h3 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
}
.daili .main .w90 .content .right .txt p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
  .index .index_part01 {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .index .index_part01 .w90 ul li {
    width: 100%;
  }
  .index .index_part01 .w90 ul li a .text .txt h3 {
    font-size: 1.375rem;
  }
  .index .index_part02 .top .w90 .b_size h3 {
    font-size: 1.75rem;
  }
  .index .index_part02 .top .w90 .b_size p {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .index .index_part02 .top .w90 .desc {
    margin-left: 0;
    margin-top: 2rem;
  }
  .index .index_part02 .top .w90 .desc .d_txt p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .index .index_part02 .bottom .w90 .left .text p {
    font-size: 1.25rem;
  }
  .index .index_part02 .top .w90 .desc .d_icon {
    width: 10rem;
    height: 10rem;
    margin-bottom: 0;
  }
  .index .index_part02::before {
    height: 10rem;
  }
  .index .index_part02 .top {
    padding-top: 1.125rem;
    padding-bottom: 2rem;
  }
  .index .index_part02 .top .w90 .desc .d_icon {
    margin-bottom: 0rem;
  }
  .more {
    width: 10rem;
    height: 3rem;
  }
  .index .index_part02 .center img {
    width: 150%;
    margin-left: -25%;
  }
  .index .index_part02 .bottom .w90 .left {
    width: 100%;
  }
  .index .index_part02 .bottom .w90 .right {
    width: 100%;
    margin-top: 3rem;
  }
  .index .index_part02 .bottom .w90 .left .lineText {
    font-size: 2rem;
    width: 2rem;
  }
  .index .index_part02 .bottom .w90 .left .lineText span {
    margin-top: 0;
  }
  .index .index_part02 .bottom .w90 .left .text {
    width: calc(100% - 3rem);
    margin-top: 2rem;
  }
  .index .index_part02 .bottom .w90 .left .text h3 {
    font-size: 1.75rem;
  }
  .index .index_part02 .bottom .w90 .left .text {
    margin-top: 3rem;
  }
  .index .index_part02 .bottom .w90 .right ul li {
    width: 50%;
    margin-bottom: 3rem;
  }
  .index .index_part02 .bottom .w90 .right ul li .img {
    width: 5rem;
  }
  .index .index_part02 .bottom .w90 .right ul li .i_text h2 {
    font-size: 2rem;
  }
  .index .index_part02 .bottom .w90 .right ul li .i_text {
    margin-top: 1rem;
  }
  .index .index_part03 .w90 .top .title h3 {
    font-size: 1.75rem;
  }
  .index .index_part03 .w90 .top .title h2 {
    font-size: 1.125rem;
  }
  .index .index_part03 .w90 .bottom ul li {
    width: 100%;
  }
  .index .index_part04 .w90 .top .title h2 {
    font-size: 1.125rem;
  }
  .index .index_part04 .w90 .top .title h3 {
    font-size: 1.75rem;
  }
  .index .index_part04 .w90 .content > div .item .txt h3 {
    font-size: 1.125rem;
  }
  .index .index_part05 .w90 .title h3 {
    font-size: 1.75rem;
  }
  .index .index_part05 .w90 .title h2 {
    font-size: 1.125rem;
  }
  .index .index_part05 .w90 .content .item {
    width: 46%;
    margin-bottom: 1rem;
  }
  .index .index_part05 .w90 .content .item .p_txt h3 {
    font-size: 1.125rem;
  }
  .index .index_part06 .part06_bg .w90 .part06_text p {
    font-size: 1.25rem;
  }
  .index .index_part06 .part06_bg .w90 .part06_text .title h3 {
    font-size: 1.75rem;
  }
  .index .index_part06 .part06_bg .w90 .part06_text .title h2 {
    font-size: 1.125rem;
  }
  .index .index_part06 .part06_bg .w90 .part06_text .title {
    margin-bottom: 2rem;
  }
  footer .w90 .top .right {
    display: none;
  }
  footer .w90 .top .goBack {
    display: none;
  }
  .more a span {
    font-size: 1rem;
  }
  .index .index_part03 .w90 .bottom ul li a .text h3 {
    font-size: 1.375rem;
  }
  footer .w90 .top .left .img img {
    width: 70%;
  }
  .about .main .Introduction .w90 .top .left {
    width: 100%;
  }
  .about .main .Introduction .w90 .top .right {
    width: 100%;
    margin-top: 4rem;
  }
  .about .main .Introduction {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .about .main .Introduction .w90 .top .right .title h3 {
    font-size: 1.75rem;
  }
  .about .main .Introduction .w90 .top .right .title h2 {
    font-size: 1.125rem;
  }
  .about .main .Introduction .w90 .top .right .desc h3 {
    font-size: 1.375rem;
  }
  .about .main .Introduction .w90 .top .right .txt p {
    font-size: 1.25rem;
  }
  .about .main .Introduction .w90 .top .right .desc {
    margin-bottom: 2rem;
  }
  .cultrue .main .w90 .title h3 {
    font-size: 1.75rem;
  }
  .cultrue .main .w90 .title h2 {
    font-size: 1.125rem;
  }
  .cultrue .main .w90 .title {
    margin-bottom: 2rem;
  }
  .cultrue .main {
    padding: 8rem 0;
  }
  .cultrue .main .w90 .culture-content .culture-item .culture-card .culture-header h3 {
    font-size: 1.375rem;
  }
  .cultrue .main .w90 .culture-content .culture-item .culture-card .culture-body p {
    font-size: 1.25rem;
  }
  .title h3 {
    font-size: 1.75rem !important;
    margin-top: 0.5rem !important;
  }
  .title h2 {
    font-size: 1.125rem !important;
  }
  .honor .main .w90 .top .desc {
    width: 100%;
    margin-top: 1rem;
  }
  .honor .main {
    padding: 8rem 0;
  }
  .honor .main .w90 .bottom ul li {
    width: 100%;
  }
  .honor .main .w90 .bottom ul li .c_txt h3 {
    font-size: 1.375rem;
  }
  .changfang .main .w90 .top .desc {
    width: 100%;
    margin-top: 1rem;
  }
  .changfang .main {
    padding: 8rem 0;
  }
  .changfang .main .w90 .bottom ul li {
    width: 100%;
  }
  .changfang .main .w90 .bottom ul li .c_txt h3 {
    font-size: 1.375rem;
  }
  .n_page_title p {
    width: 100%;
    margin-top: 1rem;
  }
  .case .main {
    padding: 8rem 0;
  }
  .case .main .w90 .bottom {
    margin-top: 3rem;
  }
  .n_page_title {
    margin-bottom: 4rem;
  }
  .case .main .w90 .bottom ul li {
    width: 100%;
  }
  .case .main .w90 .bottom ul li a .txt p {
    font-size: 1.375rem;
  }
  .case_details .main .w90 .bottom .left {
    width: 100%;
  }
  .case_details .main .w90 .bottom .right {
    width: 100%;
  }
  .case_details .main .w90 .bottom .left .case_top .case_attribute .attrItem p {
    font-size: 1.125rem;
  }
  .case_details .main .w90 .bottom .left .case_top .case_title h3 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .case_details .main {
    padding-top: 8rem;
  }
  .case_details .main .w90 .bottom .left .btn .l_btn {
    width: 100%;
  }
  .case_details .main .w90 .bottom .left .btn .r_btn {
    width: 100%;
  }
  .case_details .main .w90 .bottom .right .top .share {
    width: 14rem;
  }
  .n_title h2 {
    font-size: 1.125rem;
  }
  .n_title h3 {
    font-size: 1.75rem;
    margin-top: 0.75rem;
  }
  .youshi .main {
    padding: 8rem 0;
  }
  .n_title {
    margin-bottom: 2rem;
  }
  .youshi .main .w90 .specs-table .container h2 {
    font-size: 1.75rem;
  }
  .youshi .main .w90 .advantages .container .section-title h2 {
    font-size: 1.75rem;
  }
  .youshi .main .w90 .comparison .container h2 {
    font-size: 1.75rem;
  }
  .liucheng .main .w90 .img img {
    width: 100%;
  }
  .news .main .w90 .top p {
    width: 100%;
    margin-top: 1rem;
  }
  .news .main {
    padding-top: 8rem;
  }
  .news .main .w90 .bottom ul li {
    width: 100%;
    padding: 2rem;
  }
  .news .main .w90 .bottom ul li .box1 {
    margin-bottom: 2rem;
  }
  .news .main .w90 .bottom ul li .box2 .img {
    width: 100%;
  }
  .news .main .w90 .bottom ul li .box2 .txt {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .news .main .w90 .bottom ul li .box2 {
    height: auto;
  }
  .news .main .w90 .bottom ul li .box1 h2 {
    font-size: 1.375rem;
  }
  .news .main .w90 .bottom ul li .box2 .txt p {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
  .news .main .w90 .bottom ul li .box2 .txt .n_more {
    margin-top: 1rem;
  }
  .news .main .w90 .bottom {
    margin-top: 4rem;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 1.5rem;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 1.25rem;
  }
  .news_details .main > div .left .news_Content {
    margin-bottom: 2rem;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 1.125rem;
  }
  .news_details .main > div .right .bottom > div ul li:last-child a {
    font-size: 1.125rem;
  }
  .mendaomen .main .w90 {
    padding: 0rem;
  }
  .mendaomen .main .w90 .box .left {
    width: 100%;
  }
  .mendaomen .main .w90 .box .right {
    width: 100%;
    margin-top: 4rem;
  }
  .mendaomen .main .w90 .box {
    flex-wrap: wrap;
  }
  .mendaomen .main .w90 .box .right .right_title h2 {
    font-size: 1.375rem;
  }
  .mendaomen .main .w90 .box {
    padding: 1rem;
  }
  .mendaomen .main .w90 .box .right .right_content {
    margin-top: 2rem;
  }
  .cangdaocang .main .w90 .container .main-content {
    display: block;
  }
  .cangdaocang .main .w90 .container .main-content .text-section h3 {
    font-size: 1.375rem;
  }
  .cangdaocang .main .w90 .container .main-content .benefits-section {
    margin-top: 2rem;
  }
  .fuwuwangluo .main .service-network .container .w90 .map-container {
    width: 100%;
  }
  .fuwuwangluo .main .service-network .container .w90 .network-details {
    width: 100%;
  }
  .fuwuwangluo .main .service-network .container .w90 .network-details .network-text h3 {
    font-size: 1.375rem;
  }
  .fuwuwangluo .main .resource-integration .container .section-header h2 {
    font-size: 1.375rem;
  }
  .fuwuwangluo .main .service-network .container .w90 .network-details .network-text p {
    font-size: 1.25rem;
  }
  .fuwuwangluo .main .resource-integration .container .section-header p {
    font-size: 1.25rem;
  }
  .fuwuwangluo .main .resource-integration .container .resource-grid .resource-item p {
    font-size: 1.25rem;
  }
  .shouhoufuwu .main .section-title h2 {
    font-size: 1.375rem;
  }
  .shouhoufuwu .main .card {
    margin-bottom: 1rem;
  }
  .shouhoufuwu .main .services-grid {
    padding: 0 1rem;
  }
  .shouhoufuwu .main .card .card-body ul li {
    font-size: 1.25rem;
  }
  .shouhoufuwu .main .image-text-grid {
    display: block;
  }
  .shouhoufuwu .main .image-text-grid .text-content {
    margin-bottom: 3rem;
  }
  .shouhoufuwu .main .image-text-grid .text-content p {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .shouhoufuwu .main .image-text-grid .text-content h2 {
    font-size: 1.375rem;
  }
  .fengxianbaozhang .main .w90 {
    padding: 1rem;
  }
  .daili .main .w90 .content .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .daili .main .w90 .content .right {
    width: 100%;
  }
  .daili .main .w90 .content .left .img {
    width: 100%;
  }
  .daili .main .w90 .content .left .txt {
    width: 100%;
    margin-top: 2rem;
  }
  .daili .main .w90 .content .right .img {
    width: 100%;
  }
  .daili .main .w90 .content .right .txt {
    width: 100%;
  }
  .contact .main .w90 .bottom {
    padding: 2rem;
  }
  .contact .main .w90 .bottom .left {
    width: 100%;
  }
  .contact .main .w90 .bottom .right {
    width: 100%;
  }
  .contact .main .w90 .bottom .left .item .i_box p {
    font-size: 1.375rem;
  }
  .contact .main .w90 .bottom .left .item {
    margin-bottom: 2rem;
  }
  .contact .main .w90 .bottom .left .item .i_box {
    margin-bottom: 0rem;
    margin-right: 1rem;
  }
  .contact .main .w90 .bottom .left .item img {
    width: 100%;
    background-color: #362d7c;
  }
  .contact .main .w90 .bottom .right {
    padding: 1rem;
    height: auto;
  }
  .contact .main .w90 .bottom .right .sub form .sub_item {
    width: 100%;
  }
  .contact .main .w90 .bottom .right .sub form .sub_item {
    margin-top: 2rem;
  }
  .contact .main .w90 .bottom .right .sub form .sub_item .sub_item_box1 h4 {
    font-size: 1.25rem;
  }
}
