@keyframes fadeDown {
  0% {
    transform: translateY(-0.625rem);
    opacity: 1;
  }
  100% {
    transform: translateY(1.25rem);
    opacity: 0;
  }
}
@keyframes fadeDown2 {
  0% {
    transform: translateX(-0.375rem);
    opacity: 1;
  }
  100% {
    transform: translateX(0.625rem);
    opacity: 0;
  }
}
@keyframes highlightSlide {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes pulse-spin {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
@keyframes highlight {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
.more {
  width: 10.125rem;
  height: 10.125rem;
}
.more a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.more a .more_center h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.more a .more_center img {
  width: initial;
  display: block;
  margin: 0.625rem auto 0;
  animation: fadeDown 1.5s infinite ease-in-out;
  opacity: 0;
}
.more a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/moreBg.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.more:hover a::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.more2 {
  width: 8.5rem;
  height: 8.5rem;
}
.more2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.more2 a .more_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more2 a .more_center h3 {
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.more2 a .more_center img {
  width: initial;
  display: block;
  margin-left: 0.625rem;
  animation: fadeDown2 1.5s infinite ease-in-out;
  opacity: 0;
}
.more2 a::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/moreBg2.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.more2:hover a::after {
  transform: translate(-50%, -50%) rotate(30deg);
}
.more3 {
  border-radius: 0.25rem;
  height: 2.875rem;
  width: 2.875rem;
  border: 0.0625rem solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more3 img {
  width: initial;
}
.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.title img {
  width: 3.25rem;
  display: none;
  margin-right: 0.75rem;
}
.title img:nth-of-type(1) {
  display: block;
}
.title h3 {
  font-size: 3rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.title.white img:nth-of-type(1) {
  display: none;
}
.title.white img:nth-of-type(2) {
  display: block;
}
.title.white h3 {
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 6.25rem;
  height: 6.25rem;
}
header > div {
  line-height: inherit;
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 30%;
  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 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 nav {
  width: 70%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 7.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;
  width: 12%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #f9f9f9;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  line-height: inherit;
  font-weight: 600;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 6.25rem;
  left: 0;
  background-color: #f9f9f9;
}
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: #0136ae;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: auto;
  padding-left: 1.25rem;
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
header > div nav .tool > div {
  padding: 0.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div:nth-of-type(2) {
  margin-left: 0.625rem;
}
header > div nav .tool > div .t_icon img {
  display: block;
}
header > div nav .tool > div .t_ewm {
  position: absolute;
  top: 4rem;
  right: 0rem;
  display: none;
}
header > div nav .tool > div:hover .t_ewm {
  display: block;
}
header.active {
  background-color: #ffffff;
}
header.active > div .logo .logo_img {
  margin-right: 1.25rem;
}
header.active > div .logo .logo_img a img {
  height: 3.5625rem;
}
header.active > div .logo .logo_img a img:nth-of-type(1) {
  display: none;
}
header.active > div .logo .logo_img a img:nth-of-type(2) {
  display: block;
}
header.active > div nav ul li a {
  color: #333;
}
header.active > div nav .tool {
  border-left: 0.0625rem solid #999;
}
header.active > div nav .tool > div {
  background-color: #0136ae;
  border-radius: 0.25rem;
}
footer {
  background-color: #0a2363;
}
footer .w84 .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 .w84 .top .left {
  width: 34rem;
}
footer .w84 .top .left .img {
  margin-bottom: 2.25rem;
  width: 23.75rem;
}
footer .w84 .top .left .img img {
  width: 100%;
}
footer .w84 .top .left .f_txt {
  margin-bottom: 2.25rem;
}
footer .w84 .top .left .f_txt .item {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
footer .w84 .top .left .f_txt .item:nth-of-type(1) {
  margin-bottom: 0.5rem;
}
footer .w84 .top .left .f_txt .item:nth-of-type(1) h3 {
  font-size: 1.5rem;
}
footer .w84 .top .left .f_txt .item:nth-of-type(2) {
  margin-bottom: 0.5rem;
}
footer .w84 .top .left .f_txt .item:nth-of-type(2) h3 {
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .w84 .top .left .f_txt .item:nth-of-type(2) h3 span {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}
footer .w84 .top .left .f_txt .item:nth-of-type(2) p {
  opacity: 0;
}
footer .w84 .top .left .f_txt .item:nth-of-type(2) .i_tel_box {
  width: 100%;
  margin-top: 0.75rem;
  margin-left: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w84 .top .left .f_txt .item:nth-of-type(2) .i_tel_box span {
  width: 32.5%;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
footer .w84 .top .left .f_txt .item:nth-of-type(3) {
  margin-bottom: 2rem;
}
footer .w84 .top .left .f_txt .item:nth-of-type(3) .i_tel_box {
  width: 100%;
  margin-left: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w84 .top .left .f_txt .item:nth-of-type(3) .i_tel_box span {
  width: 32.5%;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
footer .w84 .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 .w84 .top .left .f_txt .item h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .w84 .top .left .f_txt .item h3:nth-of-type(2) {
  margin-left: 1.875rem;
}
footer .w84 .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 .w84 .top .left .f_ewm img {
  width: 23.5rem;
  margin-left: 5rem;
}
footer .w84 .top .right {
  width: calc(100% - 48rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w84 .top .right dl:nth-of-type(1) {
  margin-left: 0;
}
footer .w84 .top .right dl dt {
  margin-bottom: 3.5rem;
}
footer .w84 .top .right dl dt a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .w84 .top .right dl dd {
  margin-bottom: 2rem;
}
footer .w84 .top .right dl dd a {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
footer .w84 .top .goBack {
  width: 4.75rem;
  height: 4.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .w84 .top .goBack .gbBox img {
  display: block;
  margin: 0 auto 0.625rem;
}
footer .w84 .top .goBack .gbBox h3 {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
footer .w84 .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: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .w84 .bottom a {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
footer .w84 .bottom a:nth-of-type(2) {
  margin: 0 2.5rem;
}
.index .part01 {
  padding-top: 6.625rem;
  background-color: #f9f9f9;
}
.index .part01 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w84 .bottom {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  border-bottom: 0.0625rem solid #0136ae;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w84 .bottom .left {
  width: 46%;
  padding-bottom: 4rem;
}
.index .part01 .w84 .bottom .left h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.25rem;
  color: #000;
  /* 黑色文字 */
  position: relative;
  display: inline-block;
}
.index .part01 .w84 .bottom .left h2::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0.25rem;
  background: linear-gradient(135deg, transparent 0%, #0136af 20%, #0136af 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.index .part01 .w84 .bottom .left h2:nth-of-type(2) {
  margin-bottom: 2.5rem;
}
.index .part01 .w84 .bottom .left p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0.625rem;
}
.index .part01 .w84 .bottom .left .more2 {
  margin-top: 3.125rem;
}
.index .part01 .w84 .bottom .right {
  width: 42%;
  background-image: url(/images/indexPart01Bg.png);
  background-size: 90%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w84 .bottom .right .item {
  position: relative;
  width: 48.4%;
  height: 13.75rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.625rem);
  /* 模糊程度 */
  -webkit-backdrop-filter: blur(0.625rem);
  /* Safari支持 */
}
.index .part01 .w84 .bottom .right .item .i_icon {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
}
.index .part01 .w84 .bottom .right .item .i_icon img {
  width: initial;
}
.index .part01 .w84 .bottom .right .item .i_txt {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
}
.index .part01 .w84 .bottom .right .item .i_txt h3 {
  text-align: right;
}
.index .part01 .w84 .bottom .right .item .i_txt h3 span {
  font-size: 3.5rem;
  color: #0136ae;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-right: 0.375rem;
}
.index .part01 .w84 .bottom .right .item .i_txt h3 i {
  font-size: 1.25rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.index .part01 .w84 .bottom .right .item .i_txt p {
  margin-top: 0.375rem;
  font-size: 1rem;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: right;
}
.index .part01 .w84 .bottom .right .item:nth-of-type(3) {
  padding: 0.625rem;
  margin-top: 1.25rem;
}
.index .part01 .w84 .bottom .right .item:nth-of-type(3) .img img {
  border-radius: 0.375rem;
  width: 100%;
  display: block;
}
.index .part01 .w84 .bottom .right .item:nth-of-type(4) {
  margin-top: 1.25rem;
  backdrop-filter: blur(0.625rem);
  /* 模糊程度 */
  -webkit-backdrop-filter: blur(0.625rem);
  /* Safari支持 */
}
.index .part02 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  background-image: url(/images/indexYewuBg.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.index .part02 .w84 .top {
  margin-bottom: 6.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .top h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 .w84 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 26rem;
}
.index .part02 .w84 .bottom .left {
  width: 42%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .part02 .w84 .bottom .left .img {
  margin-bottom: 3.75rem;
}
.index .part02 .w84 .bottom .left .img h3 {
  font-size: 3rem;
  color: #dcebff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.25rem;
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #fff, #3c81ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .part02 .w84 .bottom .left .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .bottom .left .txt .item {
  width: 48%;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  padding: 0 1.25rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
}
.index .part02 .w84 .bottom .left .txt .item:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
.index .part02 .w84 .bottom .left .txt .item a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 4.125rem;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w84 .bottom .left .txt .item::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 4.125rem;
  background-color: #0136ae;
  transition: all 0.5s ease;
}
.index .part02 .w84 .bottom .left .txt .item:hover::after {
  width: 100%;
}
.index .part02 .w84 .bottom .center {
  width: 0.0625rem;
  height: inherit;
  background-color: rgba(255, 255, 255, 0.3);
}
.index .part02 .w84 .bottom .right {
  width: 42%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .part02 .w84 .bottom .right .img {
  text-align: right;
}
.index .part02 .w84 .bottom .right .img h3 {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.25rem;
  background: linear-gradient(to right, #fff, #3c81ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .part02 .w84 .bottom .right .content {
  position: relative;
  height: 15.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .bottom .right .content .item {
  width: 50%;
  height: inherit;
  border-radius: 1rem;
  background-image: url(/images/indexPart02Bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .bottom .right .content .item a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 4.625rem 1.75rem;
  height: 100%;
  box-sizing: border-box;
}
.index .part02 .w84 .bottom .right .content .item a h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  background: linear-gradient(90deg, #ffffff, #608df4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.index .part02 .w84 .bottom .right .content .item a p {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w84 .bottom .right .content .item a img {
  margin-top: 1.25rem;
  width: initial;
  padding: 0.625rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.375rem;
}
.index .part02 .w84 .bottom .right .content .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  opacity: 0;
}
.index .part02 .w84 .bottom .right .content .item a.active::before {
  animation: highlight 1.5s ease;
}
.index .part02 .w84 .bottom .right .content .item.active {
  right: 47%;
  z-index: 6;
  box-shadow: 0.375rem 0 1.25rem rgba(0, 0, 0, 0.4);
}
.index .part02 .w84 .bottom .right .content .item:nth-of-type(2) {
  background-image: url(/images/indexPart02Bg2.png);
}
.index .part02 .w84 .bottom .right .content .item:nth-of-type(2) a {
  display: block;
}
.index .part02 .w84 .bottom .right .content .item:nth-of-type(2) a h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  background: linear-gradient(90deg, #000, #0336a9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.index .part02 .w84 .bottom .right .content .item:nth-of-type(2) a p {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w84 .bottom .right .content .item:nth-of-type(2) a img {
  margin-top: 1.25rem;
  width: initial;
  padding: 0.625rem;
  border: 0.0625rem solid #333;
  border-radius: 0.375rem;
}
.index .part03 {
  padding-top: 6.625rem;
  padding-bottom: 6.625rem;
  background-color: #f9f9f9;
}
.index .part03 .top .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .top .w84 h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .bottom {
  margin-top: 4.375rem;
}
.index .part03 .bottom .caseBoxs ul li {
  flex-wrap: wrap;
  height: 35.75rem;
  overflow: hidden;
  position: relative;
  border-radius: 1.25rem;
}
.index .part03 .bottom .caseBoxs ul li a {
  display: block;
  height: inherit;
}
.index .part03 .bottom .caseBoxs ul li a .img {
  height: inherit;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.index .part03 .bottom .caseBoxs ul li a .img img {
  height: inherit;
  display: block;
}
.index .part03 .bottom .caseBoxs ul li a .num {
  position: absolute;
  left: 1.875rem;
  top: 3.125rem;
  z-index: 2;
}
.index .part03 .bottom .caseBoxs ul li a .num h3 {
  font-size: 2.625rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .bottom .caseBoxs ul li a .mask {
  width: 100%;
  height: 16%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.875rem;
  background: linear-gradient(to bottom, #1742a4, rgba(23, 66, 164, 0.2));
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .bottom .caseBoxs ul li a .mask > div {
  display: none;
  width: 100%;
}
.index .part03 .bottom .caseBoxs ul li a .mask .ms1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 2.5rem;
  box-sizing: border-box;
}
.index .part03 .bottom .caseBoxs ul li a .mask .ms1 .txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
  margin-bottom: 0.625rem;
}
.index .part03 .bottom .caseBoxs ul li a .mask .ms1 .txt h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .bottom .caseBoxs ul li a .mask .ms2 {
  padding: 0 2.5rem;
  box-sizing: border-box;
}
.index .part03 .bottom .caseBoxs ul li a .mask .ms2 .txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
  margin-bottom: 0.625rem;
}
.index .part03 .bottom .caseBoxs ul li a .mask .ms2 .txt h4 {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part03 .bottom .caseBoxs ul li a .mask .ms2 .more3 {
  margin: 3.75rem auto 0;
}
.index .part03 .bottom .caseBoxs ul li:hover a .mask {
  height: 100%;
}
.index .part03 .bottom .caseBoxs ul li:hover a .mask .ms1 {
  display: none;
}
.index .part03 .bottom .caseBoxs ul li:hover a .mask .ms2 {
  display: block;
}
.index .part03 .bottom .caseJD {
  width: 84%;
  margin: 2.625rem auto 0;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .bottom .caseJD .swiper-pagination {
  width: calc(100% - 12.5rem);
  height: 0.1875rem;
  margin-left: 12.5rem;
  background-color: rgba(23, 66, 164, 0.16);
}
.index .part03 .bottom .caseJD .swiper-pagination span {
  background-color: #0136ae;
}
.index .part04 {
  padding-top: 8.75rem;
  padding-bottom: 2.5rem;
  background-image: url(/images/indexHonorBg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.index .part04 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w84 .top h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 .w84 .bottom {
  margin-top: 5rem;
}
.index .part04 .w84 .bottom .changeBtns {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w84 .bottom .changeBtns > div {
  opacity: 0.3;
  cursor: pointer;
}
.index .part04 .w84 .bottom .changeBtns > div h2 {
  font-size: 3.625rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part04 .w84 .bottom .changeBtns > div.active {
  opacity: 1;
  padding-left: 1.5rem;
  border-left: 0.5rem solid #fff;
}
.index .part04 .w84 .bottom .changeBtns > div.active h2 {
  /* 创建水平线性渐变背景 */
  background: linear-gradient(to right, #fff, #1742a4);
  /* 将背景裁剪为文字形状 */
  -webkit-background-clip: text;
  background-clip: text;
  /* 设置文字颜色为透明以显示背景渐变 */
  color: transparent;
}
.index .part04 .w84 .bottom .changeBtns .leftBtn {
  margin-right: 2.5rem;
}
.index .part04 .w84 .bottom .changeBtns .rightBtn {
  margin-left: 2.5rem;
}
.index .part04 .w84 .bottom .honorBox {
  position: relative;
}
.index .part04 .w84 .bottom .honorBox .honor_list {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding: 0 9.375rem;
  box-sizing: border-box;
  min-height: 35rem;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transform: translateY(3.75rem);
}
.index .part04 .w84 .bottom .honorBox .honor_list.active {
  position: relative;
  z-index: 3;
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 1.5s ease;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div {
  margin: 6.25rem 0rem 0;
  box-sizing: border-box;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li {
  flex-wrap: wrap;
  background: none;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-active {
  width: 40% !important;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-active .img img {
  filter: blur(0rem);
  -webkit-filter: blur(0rem);
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-prev {
  width: 24% !important;
  margin-top: 5rem;
  margin-left: 6%;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-prev .text {
  display: none;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-next {
  width: 24% !important;
  margin-top: 5rem;
  margin-right: 6%;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-next .text {
  display: none;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li .swiper-slide-shadow-left {
  background-image: none;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li .swiper-slide-shadow-right {
  background-image: none;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li .img {
  width: 100%;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li .img img {
  width: 100%;
  transition: all 0.5s;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li .text {
  margin-top: 6.25rem;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div ul li .text p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.index .part04 .w84 .bottom .honorBox .honor_list > div .hf_box {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  width: 100%;
  background-image: url(/images/honor_bg4.png);
  background-position: center;
  height: 10.625rem;
  background-repeat: no-repeat;
}
.index .part04 .w84 .bottom .honorBox .honor_list .honor_btn {
  top: 40%;
}
.index .part04 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-next {
  height: 3.125rem;
  width: 3.125rem;
  background-image: url(../images/honor_btn_right.png);
  background-size: contain;
  border: 0.0625rem solid #fff;
  border-radius: 0.375rem;
  overflow: hidden;
  top: 32%;
  right: 0;
}
.index .part04 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-next:hover {
  background-color: #0136ae;
}
.index .part04 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-next::after {
  display: none;
}
.index .part04 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-prev {
  height: 3.125rem;
  width: 3.125rem;
  background-size: contain;
  border: 0.0625rem solid #fff;
  border-radius: 0.375rem;
  overflow: hidden;
  top: 32%;
  left: 0;
}
.index .part04 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-prev:hover {
  background-color: #0136ae;
}
.index .part04 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-prev::after {
  display: none;
}
.index .part05 {
  padding-top: 10.375rem;
  padding-bottom: 8.125rem;
  background-color: #f9f9f9;
}
.index .part05 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part05 .w84 .bottom {
  margin-top: 5rem;
}
.index .part05 .w84 .bottom .swiper-container ul li {
  border-radius: 1rem;
  overflow: hidden;
}
.index .part05 .w84 .bottom .swiper-container ul li a .img {
  border-radius: 1rem;
  overflow: hidden;
  height: 0;
  padding-bottom: 18.5rem;
}
.index .part05 .w84 .bottom .swiper-container ul li a .img img {
  width: 100%;
  display: block;
}
.index .part05 .w84 .bottom .swiper-container ul li a .txt {
  padding: 1.5rem 1rem 0.875rem;
  box-sizing: border-box;
}
.index .part05 .w84 .bottom .swiper-container ul li a .txt h3 {
  height: 3.375rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.index .part05 .w84 .bottom .swiper-container ul li a .txt p {
  height: 2.5rem;
  overflow: hidden;
  font-size: 1rem;
  color: #999;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.index .part05 .w84 .bottom .swiper-container ul li a .n_bottom {
  padding: 0 1rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w84 .bottom .swiper-container ul li a .n_bottom h3 {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part05 .w84 .bottom .swiper-container ul li a .n_bottom .n_more {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #0136ae;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part05 .w84 .bottom .swiper-container ul li a .n_bottom .n_more img {
  display: block;
}
.index .part05 .w84 .b_box {
  margin-top: 2.875rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.index .part05 .w84 .b_box .line {
  width: calc(100% - 25rem);
  height: 0.0625rem;
  margin-left: 5rem;
  background-color: #0136ae;
}
.index .part05 .w84 .b_box .news-pagination {
  width: 6.25rem;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875rem;
}
.index .part05 .w84 .b_box .news-pagination span {
  font-size: 2.125rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part05 .w84 .b_box .news-pagination span:nth-of-type(1) {
  font-size: 3.75rem;
  color: #0136ae;
}
.about .main .part01 {
  padding-top: 8.75rem;
  padding-bottom: 5rem;
  background-image: url(/images/part01_bg2.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.about .main .part01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w84 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part01 .w84 .center {
  width: 100%;
  margin-top: 3.75rem;
}
.about .main .part01 .w84 .center h2 {
  font-size: 3rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  display: inline-block;
  letter-spacing: 0.125rem;
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
}
.about .main .part01 .w84 .center h2::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0.125rem;
  background: linear-gradient(135deg, transparent 0%, #0136af 20%, #0136af 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.about .main .part01 .w84 .center p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 1.875rem;
}
.about .main .part01 .w84 .bottom {
  width: 100%;
  padding: 2.5rem 0.375rem 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w84 .bottom .item {
  position: relative;
  width: 24%;
  height: 16.75rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.625rem;
}
.about .main .part01 .w84 .bottom .item .img img {
  border-radius: 0.375rem;
  width: 100%;
  display: block;
}
.about .main .part02 {
  width: 100%;
  min-height: 59.375rem;
  box-sizing: border-box;
  padding-bottom: 5rem;
  background-image: url(/images/part02_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 7.5rem;
}
.about .main .part02 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w84 .top {
  width: 100%;
  opacity: 0.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w84 .top h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part02 .w84 .center {
  margin-top: 3.75rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .part02 .w84 .center .item .img {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.625rem;
}
.about .main .part02 .w84 .center .item .img i {
  color: #fff;
  font-size: 1.25rem;
}
.about .main .part02 .w84 .center .item .txt h2 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.625rem;
}
.about .main .part02 .w84 .center .item .txt p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
.about .main .part02 .w84 .center .item .txt .t_t_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w84 .center .item .txt .t_t_box .t_item {
  margin-left: 0.75rem;
}
.about .main .part02 .w84 .center .item .txt .t_t_box .t_item h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.125rem;
  opacity: 0.6;
}
.about .main .part02 .w84 .center .item .txt .t_t_box .t_item span {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
.about .main .part02 .w84 .bottom {
  margin-top: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w84 .bottom .img {
  width: 44%;
  height: 25rem;
  border-radius: 2rem;
  overflow: hidden;
}
.about .main .part02 .w84 .bottom .img img {
  width: 100%;
}
.about .main .part02 .w84 .bottom .txt {
  width: 56%;
  height: 25rem;
  border-radius: 2rem;
  background-image: url(/images/cultrueBg2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w84 .bottom .txt .t h3 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
.about .main .part02 .w84 .bottom .txt .t h3::after {
  margin-top: 0.625rem;
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.25rem;
  background-color: #0136ae;
}
.about .main .part02 .w84 .bottom .txt .t p {
  font-size: 1rem;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
}
.about .main .part03 {
  background-color: #f9f9f9;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
.about .main .part03 .w84 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part03 .w84 .bottom {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: 37.5rem;
}
.about .main .part03 .w84 .bottom .left {
  position: absolute;
  right: 0;
}
.about .main .part03 .w84 .bottom .left .img03 {
  width: 26.875rem;
}
.about .main .part03 .w84 .bottom .left .img03 img {
  width: 100%;
}
.about .main .part03 .w84 .bottom .left .text03 {
  height: auto;
}
.about .main .part03 .w84 .bottom .left .text03 .jiantou {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 2.5rem;
  right: 4.375rem;
}
.about .main .part03 .w84 .bottom .left .text03 .jiantou .btnLeft {
  height: 3.125rem;
  margin-right: 0.625rem;
  cursor: pointer;
}
.about .main .part03 .w84 .bottom .left .text03 .jiantou .btnLeft i {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.125rem;
}
.about .main .part03 .w84 .bottom .left .text03 .jiantou .line {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.25rem;
}
.about .main .part03 .w84 .bottom .left .text03 .jiantou .btnRight {
  transform: rotate(180deg);
  height: 3.125rem;
  margin-left: 0.625rem;
  cursor: pointer;
}
.about .main .part03 .w84 .bottom .left .text03 .jiantou .btnRight i {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.125rem;
}
.about .main .part03 .w84 .bottom .left .text03 .num {
  position: absolute;
  top: 50%;
  right: 4.375rem;
}
.about .main .part03 .w84 .bottom .left .text03 .num span {
  font-size: 3.625rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .main .part03 .w84 .bottom .left .text03 .num i {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .main .part03 .w84 .bottom .left .text03 .t1 {
  position: absolute;
  bottom: 3.125rem;
  right: 4.375rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.about .main .part03 .w84 .bottom .right {
  position: absolute;
  width: 80%;
  z-index: 3;
}
.about .main .part03 .w84 .bottom .right .liucheng_title {
  margin-bottom: 5rem;
  padding-bottom: 1.25rem;
  width: 80%;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.about .main .part03 .w84 .bottom .right .liucheng_title h1 {
  font-size: 1.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
  position: relative;
  letter-spacing: 0.125rem;
}
.about .main .part03 .w84 .bottom .right .liucheng_title h1::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0.125rem;
  background: linear-gradient(135deg, transparent 0%, #0136af 20%, #0136af 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.about .main .part03 .w84 .bottom .right .liucheng_title .c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w84 .bottom .right .liucheng_title .c p {
  width: 30%;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part03 .w84 .bottom .right .liucheng_title .c p span {
  color: #333;
  font-weight: 700;
}
.about .main .part03 .w84 .bottom .right .liucheng_img ul li a .img02 img {
  width: 100%;
}
.about .main .part03 .w84 .bottom .right .liucheng_img ul li a .text02 {
  background-color: #efefef;
  height: 3rem;
}
.about .main .part03 .w84 .bottom .right .liucheng_img ul li a .text02 h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 3rem;
  font-weight: 400;
  text-align: center;
}
.about .main .part03 .w84 .bottom .right .liucheng_img .swiper-button-prev,
.about .main .part03 .w84 .bottom .right .liucheng_img .swiper-button-next {
  display: none;
}
.about .main .part04 {
  background-color: #f9f9f9;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.about .main .part04 .w84 {
  position: relative;
  z-index: 2;
}
.about .main .part04 .w84 .top {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 .w84 .top h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .part04 .w84 .bottom {
  margin-top: 4rem;
}
.about .main .part04 .w84 .bottom .fw_content {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.25rem);
  border-radius: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 .w84 .bottom .fw_content .left {
  width: 50%;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 0.5rem solid rgba(255, 255, 255, 0.3);
}
.about .main .part04 .w84 .bottom .fw_content .left .img img {
  width: 100%;
  display: block;
}
.about .main .part04 .w84 .bottom .fw_content .right {
  width: 44%;
}
.about .main .part04 .w84 .bottom .fw_content .right .fw_title {
  margin-bottom: 4.5rem;
}
.about .main .part04 .w84 .bottom .fw_content .right .fw_title h2 {
  display: inline-block;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  background: linear-gradient(90deg, #ffffff 0%, #608ef6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .main .part04 .w84 .bottom .fw_content .right .fw_foot {
  margin-top: 3.5rem;
}
.about .main .part04 .w84 .bottom .fw_content .right .fw_foot h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .part04 .w84 .bottom .fw_content .right ul li {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 .w84 .bottom .fw_content .right ul li .img {
  margin-right: 1rem;
}
.about .main .part04 .w84 .bottom .fw_content .right ul li .img img {
  width: 2.5rem;
}
.about .main .part04 .w84 .bottom .fw_content .right ul li .txt p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.about .main .part04 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 14, 47, 0.8);
  overflow: hidden;
  z-index: 1;
}
.about .main .part04 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.about .main .part04 .bg .video-container {
  width: 100%;
  height: 100%;
}
.about .main .part04 .bg .video-container #bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yewu .main .part01 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.yewu .main .part01 .w84 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part01 .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.yewu .main .part01 .w84 .center {
  width: 100%;
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part01 .w84 .center .item {
  width: 8%;
  height: 41.5rem;
  border-radius: 1rem;
  transition: all 1s ease;
  background-color: #0136ae;
  position: relative;
  cursor: pointer;
}
.yewu .main .part01 .w84 .center .item .i_mask {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
  box-sizing: border-box;
  padding: 6.25rem 0;
  position: absolute;
  left: 0;
  top: 0;
}
.yewu .main .part01 .w84 .center .item .i_mask h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  background-color: #fff;
  margin: 0 auto;
  font-size: 1.625rem;
  color: #0136ae;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.yewu .main .part01 .w84 .center .item .i_mask p {
  width: 1.875rem;
  margin: 0 auto;
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.yewu .main .part01 .w84 .center .item .i_mask i {
  display: block;
  margin: 0 auto;
  font-size: 2.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.yewu .main .part01 .w84 .center .item .i_content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 1rem;
  padding: 6.25rem;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.yewu .main .part01 .w84 .center .item .i_content .left {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  justify-content: space-between;
  /* 平均分布 */
}
.yewu .main .part01 .w84 .center .item .i_content .left .title {
  display: block;
}
.yewu .main .part01 .w84 .center .item .i_content .left .title .t1 {
  background: none;
  border: 0.0625rem solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 3rem;
  width: 10.625rem;
  border-radius: 0.375rem;
}
.yewu .main .part01 .w84 .center .item .i_content .left .title .t1 span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.375rem;
  background-color: #fff;
}
.yewu .main .part01 .w84 .center .item .i_content .left .title .t1 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.yewu .main .part01 .w84 .center .item .i_content .left .title .t2 {
  margin-top: 2rem;
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
}
.yewu .main .part01 .w84 .center .item .i_content .left .title .t2 h2 {
  font-size: 3rem;
  width: 24rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.yewu .main .part01 .w84 .center .item .i_content .left .txt {
  width: 26.875rem;
  height: 8.75rem;
  padding: 0 2.5rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part01 .w84 .center .item .i_content .left .txt p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.yewu .main .part01 .w84 .center .item .i_content .right {
  position: absolute;
  right: 6.25rem;
  top: 6.25rem;
}
.yewu .main .part01 .w84 .center .item .i_content .right h3 {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  background-color: #0136ae;
  margin: 0 auto;
  font-size: 1.625rem;
  color: #fff;
  line-height: 3.75rem;
  font-weight: 700;
  text-align: center;
}
.yewu .main .part01 .w84 .center .item:nth-of-type(1) .i_content {
  background-image: url(/images/yewuBg1.jpg);
}
.yewu .main .part01 .w84 .center .item:nth-of-type(2) .i_content {
  background-image: url(/images/yewuBg2.jpg);
}
.yewu .main .part01 .w84 .center .item:nth-of-type(3) .i_content {
  background-image: url(/images/yewuBg5.jpg);
}
.yewu .main .part01 .w84 .center .item:nth-of-type(4) .i_content {
  background-image: url(/images/yewuBg4.jpg);
}
.yewu .main .part01 .w84 .center .item:nth-of-type(5) .i_content {
  background-image: url(/images/yewuBg3.jpg);
}
.yewu .main .part01 .w84 .center .item:nth-of-type(6) .i_content {
  background-image: url(/images/yewuBg6.jpg);
}
.yewu .main .part01 .w84 .center .item.active {
  width: 56%;
}
.yewu .main .part01 .w84 .center .item.active .i_mask {
  opacity: 0;
}
.yewu .main .part01 .w84 .center .item.active .i_content {
  opacity: 1;
}
.yewu .main .part02 {
  padding: 7.5rem 0;
  position: relative;
}
.yewu .main .part02 .w84 {
  text-align: center;
  position: relative;
  z-index: 6;
}
.yewu .main .part02 .w84 .top {
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin-bottom: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part02 .w84 .top .title img {
  width: 3.25rem;
}
.yewu .main .part02 .w84 .top .title h3 {
  margin-left: 0.5rem;
  color: #fff;
  font-size: 3rem;
}
.yewu .main .part02 .w84 .top h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.yewu .main .part02 .w84 .bottom {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.yewu .main .part02 .w84 .bottom .icons .i_item {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(1) {
  left: 2.625rem;
  top: 13.375rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(2) {
  right: 1.75rem;
  top: 13.375rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(3) {
  left: 19.5rem;
  top: 1.3125rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(4) {
  right: 20.75rem;
  top: 1.3125rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(5) {
  left: 20.25rem;
  bottom: 1.375rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(6) {
  right: 20.5rem;
  bottom: 2rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item .img {
  position: relative;
}
.yewu .main .part02 .w84 .bottom .icons .i_item .img img {
  width: 1.5rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item .img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  animation: pulse-spin 4s linear infinite;
  background-image: url(/images/roll.png);
  background-size: cover;
}
.yewu .main .part02 .w84 .bottom .icons .i_item .txt {
  margin-left: 1.375rem;
}
.yewu .main .part02 .w84 .bottom .icons .i_item .txt h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.yewu .main .part02 .w84 .bottom .b_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  width: 60%;
  height: 23.75rem;
  border-radius: 1.875rem;
  background-image: url(/images/ptBg1.jpg);
  background-size: cover;
  background-position: bottom center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}
.yewu .main .part02 .w84 .bottom .b_txt::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  width: 96%;
  height: 22.5rem;
  border-radius: 1.625rem;
  border: 0.0625rem solid #0bb8dd;
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item {
  position: relative;
  height: inherit;
  display: none;
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item:nth-of-type(1) .i {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item:nth-of-type(1) .i h3 {
  width: 50%;
  font-size: 1.375rem;
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item.active {
  display: block;
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item .i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item .i h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1.25rem;
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item .i h3:nth-last-of-type(1) {
  margin-bottom: 0;
}
.yewu .main .part02 .w84 .bottom .b_txt .t_item .i h3 span {
  font-weight: 100;
}
.yewu .main .part02 .w84 .bottom .b_img {
  opacity: 1;
  transition: all 0.5s ease;
}
.yewu .main .part02 .w84 .bottom .b_img img {
  width: 100%;
}
.yewu .main .part02 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  z-index: 0;
}
.yewu .main .part02 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.yewu .main .part02 .bg #bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yewu .main .part02 .m_img {
  display: none;
}
.yewu .main .part03 {
  width: 100%;
  padding-bottom: 8.75rem;
  background-image: url(/images/ywBg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.yewu .main .part03 .w84 .p_title {
  text-align: center;
}
.yewu .main .part03 .w84 .p_title h4 {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125rem;
  background: linear-gradient(90deg, #ffffff 0%, #608ef6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.yewu .main .part03 .w84 .p_title:nth-of-type(3) {
  margin-top: 7.5rem;
}
.yewu .main .part03 .w84 .p_content1 {
  margin-top: 3.75rem;
}
.yewu .main .part03 .w84 .p_content1 ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.yewu .main .part03 .w84 .p_content1 ul li {
  width: 11.11%;
}
.yewu .main .part03 .w84 .p_content1 ul li .p_icon {
  margin: 0 auto;
  width: 3.25rem;
  position: relative;
}
.yewu .main .part03 .w84 .p_content1 ul li .p_icon img {
  width: 100%;
}
.yewu .main .part03 .w84 .p_content1 ul li .line {
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.yewu .main .part03 .w84 .p_content1 ul li .p_txt h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.yewu .main .part03 .w84 .p_content2 {
  margin-top: 3.75rem;
}
.yewu .main .part03 .w84 .p_content2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.yewu .main .part03 .w84 .p_content2 ul li {
  width: 32%;
  height: 10rem;
  padding: 0 2.25rem;
  box-sizing: border-box;
  margin-bottom: 0.625rem;
  border-radius: 1rem;
  border: 0.125rem solid #608ef6;
  background-color: #ffffff;
  backdrop-filter: blur(0.625rem);
  /* 模糊程度 */
  -webkit-backdrop-filter: blur(0.625rem);
  /* Safari支持 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part03 .w84 .p_content2 ul li .p_icon {
  text-align: center;
}
.yewu .main .part03 .w84 .p_content2 ul li .p_icon img {
  width: 3.75rem;
  margin: 0 auto;
}
.yewu .main .part03 .w84 .p_content2 ul li .line {
  width: 0.0625rem;
  height: 3.75rem;
  background-color: #0136ae;
  opacity: 0.1;
}
.yewu .main .part03 .w84 .p_content2 ul li .p_txt {
  width: calc(100% - 7.5rem);
}
.yewu .main .part03 .w84 .p_content2 ul li .p_txt h4 {
  font-size: 1.25rem;
  color: #0136ae;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.625rem;
}
.yewu .main .part03 .w84 .p_content2 ul li .p_txt p {
  font-size: 1rem;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  opacity: 0.8;
}
.yewu .main .part04 .w84 .top {
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 6.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part04 .w84 .top .title img {
  width: 3.25rem;
}
.yewu .main .part04 .w84 .top h3 {
  font-size: 3rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.yewu .main .part04 .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.yewu .main .part04 .w84 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 31.25rem;
}
.yewu .main .part04 .w84 .bottom .left {
  width: 47%;
  height: inherit;
}
.yewu .main .part04 .w84 .bottom .left .img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.yewu .main .part04 .w84 .bottom .left .img img {
  display: block;
  width: 100%;
}
.yewu .main .part04 .w84 .bottom .right {
  width: 47%;
  height: inherit;
  background-image: url(/images/dgjPt.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.yewu .main .part04 .w84 .bottom .right h3 {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125rem;
  background: linear-gradient(90deg, #000 0%, #0136ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2.5rem;
}
.yewu .main .part04 .w84 .bottom .right p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 1.875rem;
}
.yewu .main .part04 .w84 .bottom .right p:nth-of-type(2) {
  margin-bottom: 0;
}
.yewu .main .part05 {
  width: 100%;
  padding-bottom: 7.5rem;
}
.yewu .main .part05 .w84 .p_title {
  margin-top: 7.5rem;
  text-align: center;
}
.yewu .main .part05 .w84 .p_title h4 {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125rem;
  background: linear-gradient(90deg, #000 0%, #0136ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.yewu .main .part05 .w84 .p_title:nth-of-type(3) {
  margin-top: 7.5rem;
}
.yewu .main .part05 .w84 .p_content2 {
  margin-top: 3.75rem;
}
.yewu .main .part05 .w84 .p_content2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.yewu .main .part05 .w84 .p_content2 ul li {
  width: 32%;
  height: 10rem;
  padding: 0 2.25rem;
  box-sizing: border-box;
  margin-bottom: 0.625rem;
  border-radius: 1rem;
  border: 0.125rem solid #608ef6;
  background-color: #0136ae;
  backdrop-filter: blur(0.625rem);
  /* 模糊程度 */
  -webkit-backdrop-filter: blur(0.625rem);
  /* Safari支持 */
  margin-right: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part05 .w84 .p_content2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.yewu .main .part05 .w84 .p_content2 ul li .p_icon {
  text-align: center;
}
.yewu .main .part05 .w84 .p_content2 ul li .p_icon img {
  width: 5rem;
  margin: 0 auto;
}
.yewu .main .part05 .w84 .p_content2 ul li .line {
  width: 0.0625rem;
  height: 3.75rem;
  background-color: #fff;
  opacity: 0.3;
}
.yewu .main .part05 .w84 .p_content2 ul li .p_txt {
  width: calc(100% - 7.5rem);
}
.yewu .main .part05 .w84 .p_content2 ul li .p_txt h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.625rem;
}
.yewu .main .part05 .w84 .p_content2 ul li .p_txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.yewu .main .part06 {
  width: 100%;
  padding-bottom: 6.25rem;
}
.yewu .main .part06 .w84 .p_title {
  text-align: center;
}
.yewu .main .part06 .w84 .p_title h4 {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125rem;
  background: linear-gradient(90deg, #000 0%, #0136ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.yewu .main .part06 .w84 .p_title:nth-of-type(3) {
  margin-top: 7.5rem;
}
.yewu .main .part06 .w84 .p_content2 {
  margin-top: 3.125rem;
  padding: 2.5rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: #f9f9f9;
  background-image: url(/images/about-bg-object.png);
  background-size: contain;
  background-position: center;
}
.yewu .main .part06 .w84 .p_content2 p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.yewu .main .part06 .w84 .p_content2 p span {
  font-weight: 700;
}
.yewu .main .part07 {
  width: 100%;
  padding-bottom: 8.75rem;
  position: relative;
  overflow: hidden;
}
.yewu .main .part07 .w84 .p_title {
  margin-top: 0rem;
  text-align: center;
}
.yewu .main .part07 .w84 .p_title h4 {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.125rem;
  background: linear-gradient(90deg, #000 0%, #0136ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.yewu .main .part07 .w84 .p_title:nth-of-type(3) {
  margin-top: 7.5rem;
}
.yewu .main .part07 .w84 .p_content2 {
  margin-top: 3.125rem;
}
.yewu .main .part07 .w84 .p_content2 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.yewu .main .part07 .w84 .p_content2 ul li {
  width: 32%;
  height: 10rem;
  padding: 0 2.25rem;
  box-sizing: border-box;
  margin-bottom: 0.625rem;
  border-radius: 1rem;
  border: 0.125rem solid #608ef6;
  background-color: #0136ae;
  backdrop-filter: blur(0.625rem);
  /* 模糊程度 */
  -webkit-backdrop-filter: blur(0.625rem);
  /* Safari支持 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.yewu .main .part07 .w84 .p_content2 ul li .p_icon {
  text-align: center;
}
.yewu .main .part07 .w84 .p_content2 ul li .p_icon img {
  width: 5rem;
  margin: 0 auto;
}
.yewu .main .part07 .w84 .p_content2 ul li .line {
  width: 0.0625rem;
  height: 3.75rem;
  background-color: #fff;
  opacity: 0.3;
}
.yewu .main .part07 .w84 .p_content2 ul li .p_txt {
  width: calc(100% - 7.5rem);
}
.yewu .main .part07 .w84 .p_content2 ul li .p_txt h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.625rem;
}
.yewu .main .part07 .w84 .p_content2 ul li .p_txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.yewu .main .part07 .w84 .p_content2 > p {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.yewu .main .part07 .threeCanvas {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 40.625rem;
}
.case .main {
  padding-top: 10rem;
}
.case .main .w84 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case .main .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.case .main .w84 .bottom {
  margin-top: 6.25rem;
}
.case .main .w84 .bottom ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case .main .w84 .bottom ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.625rem;
  transition: all 0.5s ease;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0.375rem 0.5rem 0.75rem #e6f2f8;
}
.case .main .w84 .bottom ul li:hover a .img img {
  transform: scale(1.06);
}
.case .main .w84 .bottom ul li:hover a .txt p {
  color: #fff;
}
.case .main .w84 .bottom ul li:hover a .txt span {
  color: #fff;
}
.case .main .w84 .bottom ul li:hover a::after {
  height: 100%;
}
.case .main .w84 .bottom ul li a {
  display: block;
  width: 100%;
  position: relative;
  border: 0.0625rem solid #efefef;
}
.case .main .w84 .bottom ul li a .img {
  overflow: hidden;
  padding: 5% 5% 0% 5%;
  width: 100%;
  box-sizing: border-box;
}
.case .main .w84 .bottom ul li a .img img {
  width: 100%;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.case .main .w84 .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 .w84 .bottom ul li a .txt p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.case .main .w84 .bottom ul li a .txt span {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.case .main .w84 .bottom ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #0136ae;
  transition: all 0.5s ease;
}
.case .main .w84 .bottom ul li:nth-child(3n) {
  margin-right: 0;
}
.case .main .w84 .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 .w84 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.case_details .main .w84 .bottom {
  margin-top: 6.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.case_details .main .w84 .bottom .left {
  width: 64%;
}
.case_details .main .w84 .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 .w84 .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 .w84 .bottom .left .case_top .case_attribute {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w84 .bottom .left .case_top .case_attribute .attrItem {
  margin: 0 1.25rem;
}
.case_details .main .w84 .bottom .left .case_top .case_attribute .attrItem:first-child {
  margin-left: 0;
}
.case_details .main .w84 .bottom .left .case_top .case_attribute .attrItem p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.case_details .main .w84 .bottom .left .case_Content {
  margin-top: 2.5rem;
  margin-bottom: 6rem;
  background-color: #f9f9f9;
  box-sizing: border-box;
  position: relative;
}
.case_details .main .w84 .bottom .left .case_Content .bigImg {
  padding: 0.625rem 0.625rem 7.5rem 0.625rem;
}
.case_details .main .w84 .bottom .left .case_Content .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.case_details .main .w84 .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 .w84 .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 .w84 .bottom .left .case_Content .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.case_details .main .w84 .bottom .left .case_Content .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w84 .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 .w84 .bottom .left .case_Content .smailImg ul li img {
  width: 100%;
}
.case_details .main .w84 .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 .w84 .bottom .right {
  width: 28%;
}
.case_details .main .w84 .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 .w84 .bottom .right .top .back {
  width: 48%;
}
.case_details .main .w84 .bottom .right .top .back a {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.case_details .main .w84 .bottom .right .top .share {
  width: 9.375rem;
}
.case_details .main .w84 .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 .w84 .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 .w84 .bottom .right .bottom {
  background-color: #f9f9f9;
  padding: 0.625rem;
  margin-top: 2.5rem;
}
.case_details .main .w84 .bottom .right .bottom > div {
  width: 100%;
  background-color: #fff;
  padding: 1.25rem;
}
.case_details .main .w84 .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 .w84 .bottom .right .bottom > div ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.case_details .main .w84 .bottom .right .bottom > div ul li a .img {
  width: 30%;
}
.case_details .main .w84 .bottom .right .bottom > div ul li a .img img {
  width: 100%;
}
.case_details .main .w84 .bottom .right .bottom > div ul li a .txt {
  width: 64%;
}
.case_details .main .w84 .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 .w84 .bottom .right .bottom > div ul li a .txt p {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.honor .main {
  background-image: url(/images/honor_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 10rem;
}
.honor .main .w84 .top {
  width: 100%;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.honor .main .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.honor .main .w84 .bottom {
  margin-top: 6.25rem;
}
.honor .main .w84 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.honor .main .w84 .bottom ul li {
  width: 25%;
  background-image: url(/images/honorBg3.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  padding-bottom: 2.5rem;
  margin-bottom: 3.75rem;
}
.honor .main .w84 .bottom ul li .box {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.625rem;
}
.honor .main .w84 .bottom ul li .box .img img {
  box-sizing: border-box;
  padding: 1.125rem;
  width: 100%;
  display: block;
}
.honor .main .w84 .bottom ul li .box .txt {
  padding: 1rem 0;
  background-color: #042982;
}
.honor .main .w84 .bottom ul li .box .txt h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.honor .main .w84 .pageList {
  margin-top: 0;
}
.news .main {
  background-image: url(/images/honor_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-top: 10rem;
}
.news .main .w84 .top {
  width: 100%;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main .w84 .bottom {
  margin-top: 6.25rem;
}
.news .main .w84 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w84 .bottom ul li {
  width: 49%;
  margin-bottom: 3rem;
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.news .main .w84 .bottom ul li .box1 {
  margin-bottom: 3.125rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
}
.news .main .w84 .bottom ul li .box1 h2 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main .w84 .bottom ul li .box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 11.875rem;
}
.news .main .w84 .bottom ul li .box2 .img {
  width: 40%;
  height: inherit;
  border-radius: 0.375rem;
  overflow: hidden;
}
.news .main .w84 .bottom ul li .box2 .img img {
  width: 100%;
  display: block;
}
.news .main .w84 .bottom ul li .box2 .txt {
  width: 52%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .main .w84 .bottom ul li .box2 .txt h3 {
  font-size: 0.875rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .w84 .bottom ul li .box2 .txt p {
  font-size: 1rem;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.news .main .w84 .bottom ul li .box2 .txt .n_more {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #0136ae;
  border-radius: 0.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w84 .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.5rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 1.5rem;
  margin-bottom: 1.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: 0.875rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: #f9f9f9;
  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: #f9f9f9;
  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: 0.9375rem;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  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: #f9f9f9;
  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;
}
.contact .main {
  margin-top: 10rem;
}
.contact .main .w84 .top {
  width: 100%;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w84 .top h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .w84 .bottom {
  margin-top: 3.75rem;
  margin-bottom: 8.75rem;
  padding: 3.125rem;
  box-sizing: border-box;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w84 .bottom .left {
  width: 44%;
  height: 26.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .main .w84 .bottom .left .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w84 .bottom .left .item:nth-of-type(3) .i_box p {
  font-weight: 400;
  letter-spacing: 0.125rem;
  font-size: 1.25rem;
}
.contact .main .w84 .bottom .left .item .i_box {
  margin-right: 3.75rem;
}
.contact .main .w84 .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 .w84 .bottom .left .item .i_box h3 i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #0136ae;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.contact .main .w84 .bottom .left .item .i_box p {
  font-size: 1.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .w84 .bottom .right {
  width: 56%;
  height: 26.25rem;
  padding: 3.125rem;
  box-sizing: border-box;
  background-color: #fff;
}
.contact .main .w84 .bottom .right .sub form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .w84 .bottom .right .sub form .sub_item {
  width: 48%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .main .w84 .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 .w84 .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 .w84 .bottom .right .sub form .sub_item .sub_item_box1:nth-of-type(4) {
  background-color: #0a2363;
  border-radius: 0.375rem;
}
.contact .main .w84 .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 .w84 .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 .w84 .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);
}
@media screen and (max-width: 1440px) {
  .more2 {
    width: 7.5rem;
    height: 7.5rem;
  }
  header > div nav ul li a {
    font-size: 1.25rem;
  }
  .title h3 {
    font-size: 2.25rem;
  }
  .title img {
    width: 2.75rem;
  }
  .index .part01 .w84 .bottom .right .item .i_txt h3 span {
    font-size: 2.75rem;
  }
  .index .part05 .w84 .bottom .swiper-container ul li a .txt h3 {
    font-size: 1.25rem;
  }
  .index .part03 .bottom .caseBoxs ul li {
    height: 28rem;
  }
  .index .part03 .bottom .caseBoxs ul li a .mask {
    height: 20%;
  }
  .about .main .part04 {
    min-height: 82vh;
  }
  .yewu .main .part01 .w84 .center .item {
    height: 36rem;
  }
  .yewu .main .part02 .w84 .top .title h3 {
    font-size: 2.25rem;
  }
  .yewu .main .part04 .w84 .top h3 {
    font-size: 2.25rem;
  }
  .yewu .main .part04 .w84 .top .title img {
    width: 2.75rem;
  }
  .yewu .main .part04 .w84 .bottom .right p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .yewu .main .part03 .w84 .p_content2 ul li .p_txt p {
    font-size: 1.125rem;
  }
  .yewu .main .part05 .w84 .p_content2 ul li .p_txt p {
    font-size: 1.125rem;
  }
  .yewu .main .part06 .w84 .p_content2 p {
    line-height: 1.3;
    font-size: 1.25rem;
  }
  .yewu .main .part07 .w84 .p_content2 ul li .p_txt p {
    font-size: 1.125rem;
  }
  .yewu .main .part07 .w84 .p_content2 > p {
    font-size: 1.25rem;
  }
  footer .w84 .top .right dl dd a {
    font-size: 1.25rem;
  }
  footer .w84 .top .right dl dt a {
    font-size: 1.5rem;
  }
  footer .w84 .top .right dl {
    margin-left: 6rem;
  }
  footer .w84 .bottom a {
    font-size: 1.125rem;
  }
  .case .main .w84 .bottom ul li a .txt span {
    font-size: 1.125rem;
  }
  .case .main .w84 .bottom ul li a .txt p {
    font-size: 1.25rem;
  }
  .case_details .main .w84 .bottom .left .case_top .case_attribute .attrItem p {
    font-size: 1.125rem;
  }
  .case_details .main .w84 .bottom .left .case_top .case_title h3 {
    font-size: 2.5rem;
  }
  .case_details .main .w84 .bottom .right .top .back a {
    font-size: 1.125rem;
  }
  .case_details .main .w84 .bottom .right .top .share {
    width: 11rem;
  }
  .case_details .main .w84 .bottom .right .top .share .tit {
    font-size: 1rem;
  }
  .case_details .main .w84 .bottom .right .bottom > div ul li a .txt h3 {
    font-size: 1.25rem;
  }
  .honor .main .w84 .bottom ul li .box .txt h3 {
    font-size: 1.125rem;
  }
  .honor .main .w84 .bottom {
    margin-top: 4rem;
  }
  .news .main .w84 .bottom {
    margin-top: 4rem;
  }
  .news .main .w84 .bottom ul li .box1 h2 {
    font-size: 1.375rem;
  }
  .news_details .main > div .right .top .share {
    width: 11rem;
  }
  .news_details .main > div .right .top .share .tit {
    font-size: 1.125rem;
  }
  .news_details .main > div .right .top .back a {
    font-size: 1.125rem;
  }
  .news_details .main > div .left .news_attribute .attrItem p {
    font-size: 1.125rem;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 1.25rem;
  }
  .news_details .main > div .right .bottom > div ul li span {
    font-size: 1rem;
    color: #999;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 1.125rem;
  }
  .contact .main .w84 .bottom .left .item .i_box h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .right {
    width: 100%;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 1.25rem;
    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 .right .bottom > div ul li p {
    margin-bottom: 0.625rem;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 1rem;
  }
  .news_details .main > div .left .news_Content p strong {
    font-size: 1.125rem;
  }
  .news_details .main > div .left .news_Content {
    padding: 12.8px;
  }
  .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;
  }
  header {
    display: none;
  }
  .contact .main {
    margin-top: 5rem;
  }
  .contact .main .w84 .top h4 {
    font-size: 1.125rem;
  }
  .title img {
    width: 1.25rem;
  }
  .contact .main .w84 .top {
    padding-bottom: 1.5rem;
  }
  .contact .main .w84 .bottom {
    padding: 1rem;
    margin-top: 1rem;
  }
  .contact .main .w84 .bottom .left {
    width: 100%;
  }
  .contact .main .w84 .bottom .right {
    width: 100%;
    margin-top: 3rem;
  }
  .contact .main .w84 .bottom .left .item img {
    width: 100%;
  }
  .contact .main .w84 .bottom .left .item .i_box p {
    font-size: 1.25rem;
  }
  .contact .main .w84 .bottom .left .item .i_box h3 {
    margin-bottom: 0.5rem;
  }
  .contact .main .w84 .bottom .left .item {
    width: 100%;
  }
  .contact .main .w84 .bottom .left .item .i_box {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .contact .main .w84 .bottom .left .item:nth-of-type(3) .i_box p {
    font-size: 1rem;
  }
  .contact .main .w84 .bottom .left .item .i_box:nth-of-type(2) {
    margin-left: 1rem;
  }
  .contact .main .w84 .bottom .right {
    padding: 1rem;
  }
  .contact .main .w84 .bottom .right .sub form .sub_item .sub_item_box1 h4 {
    font-size: 0.875rem;
  }
  .title h3 {
    font-size: 1.125rem;
  }
  .title img {
    margin-right: 0.25rem;
  }
  .index .part01 .w84 .top h4 {
    font-size: 1rem;
  }
  .index .part01 {
    padding-top: 5rem;
  }
  .index .part01 .w84 .bottom .left {
    width: 100%;
  }
  .index .part01 .w84 .bottom .right {
    width: 100%;
    background-position: center bottom;
  }
  .index .part01 .w84 .bottom .left h2 {
    font-size: 1.25rem;
  }
  .index .part01 .w84 .bottom {
    margin-top: 3rem;
  }
  .more2 {
    width: 3rem;
    height: 3rem;
    display: none;
  }
  .index .part01 .w84 .bottom .right .item .i_txt h3 span {
    font-size: 1.25rem;
  }
  .index .part01 .w84 .bottom .right .item .i_txt h3 i {
    font-size: 1rem;
  }
  .index .part01 .w84 .bottom .right .item .i_txt p {
    font-size: 0.75rem;
  }
  .index .part01 .w84 .bottom .right .item {
    height: 10rem;
  }
  .index .part01 .w84 .bottom .right .item .i_icon {
    left: 0.875rem;
    top: 1rem;
  }
  .index .part01 .w84 .bottom .right .item .i_icon img {
    width: 2rem;
  }
  .index .part01 .w84 .bottom .right .item .i_txt {
    right: 0.875rem;
    bottom: 1.25rem;
  }
  .index .part01 .w84 .bottom .right {
    padding-top: 0;
  }
  .index .part02 .w84 .top h4 {
    font-size: 1rem;
  }
  .index .part02 {
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .part02 .w84 .bottom .left {
    width: 100%;
  }
  .index .part02 .w84 .bottom .center {
    display: none;
  }
  .index .part02 .w84 .bottom .right {
    width: 100%;
    margin-top: 3rem;
  }
  .index .part02 .w84 .bottom {
    height: auto;
  }
  .index .part02 .w84 .bottom .left .img h3 {
    font-size: 1.25rem;
  }
  .index .part02 .w84 .top {
    margin-bottom: 4rem;
  }
  .index .part02 .w84 .bottom .left .txt .item a {
    font-size: 1rem;
    line-height: 3rem;
  }
  .index .part02 .w84 .bottom .left .img {
    margin-bottom: 1.5rem;
  }
  .index .part02 .w84 .bottom .right .img h3 {
    font-size: 1.25rem;
  }
  .index .part02 .w84 .bottom .right .img {
    margin-bottom: 1.25rem;
  }
  .index .part02 .w84 .bottom .left .txt .item {
    margin-bottom: 0.5rem;
  }
  .index .part02 .w84 .bottom .right .content .item a h3 {
    font-size: 1.125rem;
  }
  .index .part02 .w84 .bottom .right .content .item:nth-of-type(2) a h3 {
    font-size: 1.125rem;
  }
  .index .part03 .top .w84 h4 {
    font-size: 1rem;
  }
  .index .part03 .bottom .caseBoxs ul li a .num h3 {
    font-size: 1.5rem;
  }
  .index .part03 .bottom .caseBoxs ul li {
    height: 18rem;
  }
  .index .part03 .bottom .caseBoxs ul li a .mask .ms1 .txt h4 {
    font-size: 1rem;
  }
  .index .part03 .bottom .caseBoxs ul li a .mask .ms1 .txt p {
    font-size: 0.75rem;
  }
  .more3 {
    height: 1.75rem;
    width: 1.75rem;
  }
  .more3 img {
    width: 0.5rem;
  }
  .index .part03 .bottom .caseJD .swiper-pagination {
    width: 100%;
    margin-left: 0;
  }
  .index .part03 .bottom .caseJD {
    display: block;
  }
  .index .part04 .w84 .bottom .honorBox .honor_list {
    padding: 0;
    min-height: 28rem;
  }
  .index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-next {
    width: 100% !important;
    margin-top: 0;
    margin-left: 0;
  }
  .index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-active {
    width: 100% !important;
    margin-left: 0;
  }
  .index .part04 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-prev {
    width: 100% !important;
    margin-top: 0;
    margin-left: 0;
  }
  .index .part04 .w84 .bottom .honorBox .honor_list > div .hf_box {
    height: 4rem;
    background-size: cover;
    bottom: 3rem;
  }
  .index .part04 .w84 .top h4 {
    font-size: 1rem;
  }
  .index .part04 {
    padding-top: 7rem;
  }
  .index .part05 .w84 .top h4 {
    font-size: 1rem;
  }
  .index .part05 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .part05 .w84 .bottom {
    margin-top: 3rem;
  }
  .index .part05 .w84 .bottom .swiper-container ul li a .txt h3 {
    font-size: 1rem;
  }
  .index .part05 .w84 .bottom .swiper-container ul li a .img {
    padding-bottom: 15rem;
  }
  footer .w84 .top .left .img img {
    width: 50%;
  }
  footer .w84 .top {
    padding-top: 6rem;
  }
  footer .w84 .top .left .f_txt .item h3 {
    font-size: 1rem;
  }
  footer .w84 .top .left {
    width: 100%;
  }
  footer .w84 .top .left .f_txt .item p {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
  }
  footer .w84 .top .left .f_txt .item h4 {
    font-size: 1rem;
  }
  footer .w84 .top .left .f_ewm img {
    width: 80%;
  }
  footer .w84 .top .right {
    width: 100%;
    display: none;
  }
  footer .w84 .bottom a {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  footer .w84 .bottom a:nth-of-type(2) {
    margin-bottom: 0.5rem;
  }
  footer .w84 .bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer .w84 .top .goBack {
    width: 3.25rem;
    height: 3.25rem;
    top: 6rem;
    bottom: auto;
  }
  footer .w84 .top .goBack .gbBox h3 {
    display: none;
  }
  footer .w84 .top .goBack .gbBox img {
    margin-bottom: 0;
    width: 1rem;
  }
  .about .main .part01 .w84 .top h4 {
    font-size: 1rem;
  }
  .about .main .part01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .about .main .part01 .w84 .center h2 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .about .main .part01 .w84 .center p {
    font-size: 1rem;
  }
  .about .main .part01 .w84 .center {
    margin-top: 2.5rem;
  }
  .about .main .part01 .w84 .bottom .item {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .about .main .part01 .w84 .bottom {
    padding: 0.5rem 0.375rem 0rem;
  }
  .about .main .part03 .w84 .top h4 {
    font-size: 1rem;
  }
  .about .main .part03 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .about .main .part03 .w84 .bottom {
    margin-top: 3rem;
  }
  .about .main .part02 .w84 .top h4 {
    font-size: 1rem;
  }
  .about .main .part02 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .about .main .part02 .w84 .center .item {
    width: 100%;
    margin-bottom: 1.25rem;
    padding: 2rem 1rem;
    border-radius: 0.6rem;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .about .main .part02 .w84 .center .item .txt p {
    font-size: 1rem;
  }
  .about .main .part02 .w84 .center .item .txt h2 {
    font-size: 1.125rem;
  }
  .about .main .part02 .w84 .center .item .txt .t_t_box .t_item {
    width: 50%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .about .main .part02 .w84 .center .item .txt .t_t_box .t_item span {
    display: block;
    margin-top: 0.5rem;
  }
  .about .main .part02 .w84 .bottom .img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  .about .main .part02 .w84 .bottom .img img {
    display: block;
  }
  .about .main .part02 .w84 .bottom .txt {
    margin-top: 1rem;
    width: 100%;
    border-radius: 1rem;
    height: auto;
    padding: 1.5rem;
  }
  .about .main .part02 .w84 .bottom .txt .t p {
    font-size: 1rem;
  }
  .about .main .part02 .w84 .bottom .txt .t {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .about .main .part02 .w84 .bottom .txt .t h3 {
    width: 100%;
  }
  .about .main .part02 .w84 .bottom .txt .t p {
    width: 50%;
  }
  .about .main .part02 .w84 .bottom .txt .t:nth-last-of-type(1) p {
    width: 100%;
  }
  .about .main .part02 .w84 .bottom {
    margin-top: 3rem;
  }
  .about .main .part03 .w84 .bottom .left {
    display: none;
  }
  .about .main .part03 .w84 .bottom .right {
    width: 100%;
    left: 0%;
  }
  .about .main .part03 .w84 .bottom .right .liucheng_title {
    width: 100%;
    margin-bottom: 2rem;
  }
  .about .main .part03 .w84 .bottom .right .liucheng_title h1 {
    font-size: 1.125rem;
  }
  .about .main .part03 .w84 .bottom .right .liucheng_title .c p {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .about .main .part04 .w84 .top h4 {
    font-size: 1rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .left {
    width: 100%;
  }
  .about .main .part04 .w84 .bottom .fw_content .right {
    width: 100%;
    margin-top: 1.25rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right .fw_title h2 {
    font-size: 1.125rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right .fw_title {
    margin-bottom: 1rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right ul li .txt p {
    font-size: 1rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right ul li .img img {
    width: 1.5rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right ul li .img {
    margin-right: 0.5rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right .fw_foot h3 {
    font-size: 1rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right .fw_foot {
    margin-top: 2.5rem;
  }
  .about .main .part04 .w84 .bottom .fw_content .right ul li {
    margin-bottom: 1rem;
  }
  .about .main .part04 .w84 .bottom .fw_content {
    background-color: rgba(255, 255, 255, 0);
  }
  .about .main .part03 .w84 .bottom .right .liucheng_img ul li a .text02 h3 {
    font-size: 1rem;
  }
  .yewu .main .part01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .yewu .main .part01 .w84 .center .item {
    width: 100%;
    height: 14rem;
  }
  .yewu .main .part01 .w84 .center .item.active {
    width: 100%;
  }
  .yewu .main .part01 .w84 .center .item .i_content {
    padding: 1.25rem;
  }
  .yewu .main .part01 .w84 .center .item .i_content .left .title .t1 {
    width: 6.25rem;
    height: 2.5rem;
  }
  .yewu .main .part01 .w84 .center .item .i_content .left .title .t2 h2 {
    font-size: 1.5rem;
  }
  .yewu .main .part01 .w84 .center .item .i_mask {
    display: none;
  }
  .yewu .main .part01 .w84 .center .item .i_content {
    opacity: 1;
  }
  .yewu .main .part01 .w84 .center .item .i_content .left .title .t2 {
    left: 1.25rem;
    bottom: 1.25rem;
  }
  .yewu .main .part01 .w84 .center .item .i_content .left .title .t2 h2 {
    font-size: 1.125rem;
  }
  .yewu .main .part01 .w84 .center .item .i_content .right {
    top: 1.25rem;
    right: 1.25rem;
  }
  .yewu .main .part01 .w84 .center .item .i_content .right h3 {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .yewu .main .part01 .w84 .center .item {
    margin-bottom: 1rem;
  }
  .yewu .main .part02 .w84 .top .title h3 {
    font-size: 1.25rem;
  }
  .yewu .main .part01 .w84 .top h4 {
    font-size: 1rem;
  }
  .yewu .main .part02 .w84 .top .title img {
    width: 1.375rem;
  }
  .yewu .main .part02 .w84 .top h4 {
    display: none;
  }
  .yewu .main .part02 .w84 .bottom {
    width: 90%;
  }
  .yewu .main .part02 .w84 .bottom .b_img {
    margin-top: 2rem;
  }
  .yewu .main .part02 .w84 {
    display: block;
  }
  .yewu .main .part02 .m_img {
    display: block;
    position: relative;
    z-index: 6;
  }
  .yewu .main .part02 .m_img img {
    width: 100%;
    display: block;
  }
  .yewu .main .part02 .w84 .bottom {
    display: none;
  }
  .yewu .main .part02 .bg #bg-video {
    height: 72vh;
  }
  .yewu .main .part03 .w84 .p_title h4 {
    font-size: 1.25rem;
  }
  .yewu .main .part03 .w84 .p_content1 ul li .p_icon {
    width: 2rem;
  }
  .yewu .main .part03 .w84 .p_content1 ul li .p_txt h4 {
    font-size: 1.125rem;
  }
  .yewu .main .part03 .w84 .p_content2 ul li {
    width: 100%;
    height: 12rem;
    padding: 0 0.75rem;
  }
  .yewu .main .part03 .w84 .p_content2 ul li .p_txt {
    width: calc(100% - 5rem);
  }
  .yewu .main .part03 .w84 .p_content2 ul li .p_txt p {
    font-size: 1rem;
  }
  .yewu .main .part03 .w84 .p_content2 ul li .p_txt h4 {
    font-size: 1.125rem;
  }
  .yewu .main .part03 .w84 .p_content2 {
    margin-top: 1.5rem;
  }
  .yewu .main .part04 .w84 .top h3 {
    font-size: 1.125rem;
  }
  .yewu .main .part04 .w84 .top .title img {
    width: 1.5rem;
  }
  .yewu .main .part04 .w84 .top h4 {
    display: none;
  }
  .yewu .main .part04 .w84 .top {
    margin-bottom: 4rem;
    padding-bottom: 1.5rem;
    margin-top: 6rem;
  }
  .yewu .main .part04 .w84 .bottom .left {
    width: 100%;
  }
  .yewu .main .part04 .w84 .bottom {
    height: auto;
  }
  .yewu .main .part04 .w84 .bottom .right {
    width: 100%;
    margin-top: 2rem;
  }
  .yewu .main .part04 .w84 .bottom .right h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .yewu .main .part04 .w84 .bottom .right p {
    font-size: 1rem;
  }
  .yewu .main .part05 .w84 .p_title h4 {
    font-size: 1.25rem;
  }
  .yewu .main .part05 .w84 .p_title {
    margin-top: 6rem;
  }
  .yewu .main .part05 .w84 .p_content2 ul li {
    width: 100%;
    padding: 0 0.75rem;
    margin-right: 0;
  }
  .yewu .main .part05 .w84 .p_content2 ul li .p_txt p {
    font-size: 1rem;
  }
  .yewu .main .part05 .w84 .p_content2 ul li .p_txt h4 {
    font-size: 1.125rem;
  }
  .yewu .main .part05 .w84 .p_content2 {
    margin-top: 2rem;
  }
  .yewu .main .part05 .w84 .p_content2 ul li .p_txt {
    width: calc(100% - 6rem);
  }
  .yewu .main .part06 .w84 .p_title h4 {
    font-size: 1.25rem;
  }
  .yewu .main .part06 .w84 .p_content2 {
    margin-top: 1.5rem;
  }
  .yewu .main .part06 .w84 .p_content2 p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .yewu .main .part06 .w84 .p_content2 {
    padding: 1rem;
  }
  .yewu .main .part07 .w84 .p_title h4 {
    font-size: 1.25rem;
  }
  .yewu .main .part07 .w84 .p_content2 {
    margin-top: 2rem;
  }
  .yewu .main .part07 .w84 .p_content2 ul li {
    width: 100%;
    padding: 0 0.75rem;
    margin-right: 0;
  }
  .yewu .main .part07 .w84 .p_content2 ul li .p_txt p {
    font-size: 1rem;
  }
  .yewu .main .part07 .w84 .p_content2 > p {
    font-size: 1rem;
  }
  .case .main .w84 .top h4 {
    font-size: 1rem;
  }
  .case .main {
    padding-top: 6rem;
  }
  .case .main .w84 .bottom {
    margin-top: 2rem;
  }
  .case .main .w84 .bottom ul li {
    width: 100%;
  }
  .case .main .w84 .bottom ul li a .txt p {
    font-size: 1rem;
  }
  .case .main .w84 .bottom ul li a .txt span {
    font-size: 0.75rem;
  }
  .case .main .w84 .bottom ul li a .txt {
    padding: 1rem 1.25rem 1rem;
  }
  .case_details .main .w84 .top h4 {
    font-size: 1rem;
  }
  .case_details .main .w84 .bottom .left .case_top .case_title h3 {
    font-size: 1.125rem;
  }
  .case_details .main .w84 .bottom .left {
    width: 100%;
  }
  .case_details .main .w84 .bottom .left .case_top .case_attribute .attrItem p {
    font-size: 0.75rem;
  }
  .case_details .main .w84 .bottom .left .case_Content .smailImg {
    display: none;
  }
  .case_details .main .w84 .bottom .right {
    width: 100%;
  }
  .case_details .main .w84 .bottom .right .bottom > div ul li a .txt h3 {
    font-size: 1rem;
  }
  .case_details .main .w84 .bottom .left .case_Content .bigImg {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .case_details .main {
    padding-top: 6rem;
  }
  .case_details .main .w84 .bottom {
    margin-top: 3rem;
  }
  .honor .main .w84 .bottom ul li {
    width: 100%;
  }
  .honor .main .w84 .bottom ul li .box .txt h3 {
    font-size: 1rem;
  }
  .honor .main .w84 .top h4 {
    font-size: 1rem;
  }
  .honor .main {
    padding-top: 6rem;
    background-size: cover;
  }
  .news .main .w84 .top h4 {
    font-size: 1rem;
  }
  .news .main {
    padding-top: 6rem;
    background-size: cover;
  }
  .news .main .w84 .bottom ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .news .main .w84 .bottom ul li {
    padding: 1.5rem;
  }
  .news .main .w84 .bottom ul li .box1 h2 {
    font-size: 1rem;
  }
  .news .main .w84 .bottom ul li .box2 .img {
    width: 100%;
  }
  .news .main .w84 .bottom ul li .box2 .txt {
    width: 100%;
    margin-top: 2rem;
  }
  .news .main .w84 .bottom ul li .box1 {
    margin-bottom: 1.5rem;
  }
  .news .main .w84 .bottom ul li .box2 {
    height: auto;
  }
  .news .main .w84 .bottom ul li .box2 .txt h3 {
    padding-bottom: 0.75rem;
  }
  .news .main .w84 .bottom ul li .box2 .txt .n_more {
    margin-top: 1rem;
  }
  .news_details .main {
    margin-top: 6rem;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 1rem;
  }
  .news_details .main > div .left .news_attribute .attrItem p {
    font-size: 0.75rem;
  }
  .news_details .main > div .right {
    margin-top: 3rem;
  }
  .news_details .main > div .right .top .back a {
    font-size: 1rem;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 1rem;
  }
  .contact .main .w84 .bottom .right .sub form .sub_item .sub_item_box2 h4 {
    font-size: 1rem;
  }
  .yewu .main .part02 {
    background: url(/images/yw_ptBg.jpg) no-repeat center;
    background-size: cover;
  }
  .yewu .main .part02 .bg {
    opacity: 0;
  }
  .yewu .main .part02 .m_img img {
    width: 96%;
    margin: 0 auto;
  }
  .about .main .part04 .mask {
    display: none;
  }
  .about .main .part04 .bg {
    background-color: #0a2363;
  }
  .about .main .part04 .bg .video-container #bg-video {
    display: none;
  }
  .index .part01 .w84 .bottom .right .item .i_txt p {
    color: #333;
    font-weight: 400;
  }
  .index .part01 .w84 .bottom .right .item .i_txt {
    right: 0.5rem;
  }
  .index .part03 .bottom {
    width: 94%;
    margin: 4.375rem auto 0;
  }
  .index .part03 .bottom .caseBoxs ul li {
    border-radius: 0.75rem;
  }
  .index .part03 .bottom .caseBoxs ul li a .mask {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(1) h3 {
    font-size: 1rem;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(2) h3 {
    font-size: 1rem;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(3) h3 {
    font-size: 1rem;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(2) p {
    display: none;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(3) p {
    display: none;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(2) .i_tel_box {
    margin-left: 0;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(3) .i_tel_box {
    margin-left: 0;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(2) .i_tel_box span {
    font-size: 0.875rem;
    width: 33.3%;
  }
  footer .w84 .top .left .f_txt .item:nth-of-type(3) .i_tel_box span {
    font-size: 0.875rem;
    width: 33.3%;
  }
  footer .w84 .top .left .f_ewm img {
    margin-left: 0;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  .index .part01 .w84 .bottom .right {
    width: 44%;
  }
  .index .part01 .w84 .bottom .right .item .i_icon img {
    width: 32px;
  }
  .index .part01 .w84 .bottom .right .item .i_txt h3 span {
    font-size: 3rem;
  }
  .index .part01 .w84 .bottom .right .item .i_txt h3 i {
    font-size: 1.1rem;
  }
  .index .part03 .bottom .caseBoxs ul li {
    height: 28rem;
  }
  .yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(2) {
    right: 2.75rem;
    top: 13.1rem;
  }
  .yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(1) {
    top: 13.1rem;
  }
  .yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(3) {
    left: 20rem;
  }
  .yewu .main .part02 .w84 .bottom .icons .i_item .txt h3 {
    font-size: 1.2rem;
  }
  .yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(4) {
    right: 20.6rem;
  }
  .yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(5) {
    left: 20.6rem;
  }
  .yewu .main .part02 .w84 .bottom .icons .i_item:nth-of-type(6) {
    right: 21rem;
  }
}
