.more a {
  display: block;
  width: 256px;
  height: 56px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  font-weight: 100;
  border-radius: 6px;
  letter-spacing: 0px;
  background-color: #a40303;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more a img {
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .more {
    width: 200px;
    height: 48px;
  }
  .more a {
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .more {
    width: 190px;
    height: 46px;
  }
  .more a {
    line-height: 46px;
    font-size: 15px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 100px;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.active {
  background-color: #ffffff;
}
header.active > div .left .logo .logo_img a img:nth-of-type(1) {
  display: none;
}
header.active > div .left .logo .logo_img a img:nth-of-type(2) {
  display: block;
}
header.active > div .right nav ul li a {
  color: #333;
}
header.active > div .right .message i {
  color: #333;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left .logo .logo_img {
  margin-right: 20px;
}
header > div .left .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .left .logo .logo_img a img {
  height: 57px;
}
header > div .left .logo .logo_img a img:nth-of-type(2) {
  display: none;
}
header > div .right {
  width: 64%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .right nav {
  width: calc(100% - 180px);
  line-height: inherit;
}
header > div .right nav ul {
  width: 100%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .right nav ul li {
  line-height: inherit;
  position: relative;
  z-index: 999;
  transition: all 1s;
}
header > div .right nav ul li::after {
  display: block;
  content: "";
  width: 0%;
  height: 4px;
  background-color: #a40303;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all 0.5s ease;
}
header > div .right nav ul li:hover::after {
  width: 100%;
}
header > div .right nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div .right nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div .right nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #fffbf5;
}
header > div .right nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div .right nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div .right nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div .right nav ul li .menu .menu_item:hover {
  background-color: #a40303;
}
header > div .right nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div .right .line {
  height: 18px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
header > div .right .language {
  padding: 6px 20px;
  border-radius: 50px;
  background-color: #a40303;
}
header > div .right .language a {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .right .language a i {
  color: #fff;
  font-size: 24px;
}
header > div .right .language a h3 {
  padding-left: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header > div .right nav ul li a {
    font-size: 16px;
  }
  header > div .right .tel {
    padding: 12px 20px;
  }
  header > div .right .language a h3 {
    font-size: 14px;
  }
  header > div .right .language a i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  /* 调整布局以适应125%缩放 */
  header {
    zoom: 0.8;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  header {
    zoom: 0.666;
  }
}
footer {
  width: 100%;
  background-color: #1a1a1a;
}
footer .top {
  width: 100%;
  padding-bottom: 40px;
}
footer .top .w84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w84 .left {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w84 .left .l_sub1 .logo {
  margin-bottom: 60px;
}
footer .top .w84 .left .l_sub1 > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .top .w84 .left .l_sub1 > div:nth-of-type(4) {
  margin-bottom: 0;
}
footer .top .w84 .left .l_sub1 > div p {
  font-size: 18px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  width: 80px;
}
footer .top .w84 .left .l_sub1 > div h3 {
  font-size: 24px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 80px);
}
footer .top .w84 .left .l_sub1 > div h4 {
  width: calc(100% - 80px);
  font-size: 18px;
  color: #999;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
footer .top .w84 .left .l_sub1 > div.add h4 {
  font-size: 16px;
}
footer .top .w84 .left .l_sub2 .item {
  margin-bottom: 16px;
}
footer .top .w84 .left .l_sub2 .item .img img {
  width: initial;
}
footer .top .w84 .left .l_sub2 .item .txt {
  margin-top: 6px;
}
footer .top .w84 .left .l_sub2 .item .txt p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .top .w84 .right {
  width: 54%;
}
footer .top .w84 .right .f_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .top .w84 .right .f_nav dl dt {
  margin-bottom: 40px;
}
footer .top .w84 .right .f_nav dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w84 .right .f_nav dl dd {
  margin-bottom: 20px;
}
footer .top .w84 .right .f_nav dl dd a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
footer .bottom .w84 {
  background-image: url(/images/footer_line.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 60px 0 40px 0;
  text-align: center;
}
footer .bottom .w84 a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
footer .bottom .w84 a:nth-of-type(2) {
  margin: 0 30px;
}
@media screen and (max-width: 1440px) {
  footer .bottom .w84 {
    padding: 40px 0 30px 0;
  }
  footer .top .w84 .left .l_sub1 .logo {
    margin-bottom: 40px;
  }
  footer .top .w84 .left .l_sub1 .logo img {
    width: 300px;
  }
  footer .top .w84 .left .l_sub1 > div h3 {
    font-size: 18px;
  }
  footer .top .w84 .left .l_sub1 > div h4 {
    font-size: 15px;
    width: calc(100% - 70px);
  }
  footer .top .w84 .left .l_sub1 > div p {
    width: 70px;
  }
  footer .top .w84 .right .f_nav dl dt a {
    font-size: 16px;
  }
  footer .top .w84 .right .f_nav dl dd a {
    font-size: 15px;
  }
  footer .bottom .w84 a {
    font-size: 15px;
  }
  footer .top .w84 .right .f_nav dl:nth-of-type(3) {
    display: none;
  }
  footer .top .w84 .left .l_sub1 > div.add h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    height: auto;
    overflow: hidden;
  }
  footer .top {
    position: static;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  footer .bottom {
    position: static;
  }
  footer .top .w84 {
    padding: 24px;
  }
  footer .top .w84 .left {
    width: 100%;
  }
  footer .top .w84 .right {
    width: 100%;
    margin-top: 40px;
    display: none;
  }
  footer .top .w84 .left .l_sub1 {
    width: 100%;
  }
  footer .top .w84 .left .l_sub2 {
    display: none;
  }
  footer .bottom .w84 {
    padding-top: 40px;
  }
  footer .bottom {
    display: none;
  }
  footer .top .w84 .left .l_sub1 .email .t_bottom p span {
    margin-bottom: 8px;
  }
  footer .top .w84 .right .title h2 {
    font-size: 18px;
  }
  footer .top .w84 .left .l_sub1 .logo img {
    width: 240px;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  /* 调整布局以适应125%缩放 */
  footer {
    zoom: 0.8;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  footer {
    zoom: 0.666;
  }
}
@keyframes fadeDown {
  0% {
    transform: translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes fadeDown2 {
  0% {
    transform: translateX(-6px);
    opacity: 1;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes highlightSlide {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.index .part01 {
  background-image: url(/images/indexPartBg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px;
  overflow: hidden;
}
.index .part01 .w84 {
  overflow: visible;
}
.index .part01 .w84 .top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w84 .top ul li .tt1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part01 .w84 .top ul li .tt1 h3 {
  font-size: 56px;
  color: #a40303;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w84 .top ul li .tt1 span {
  margin-left: 10px;
  margin-bottom: 6px;
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w84 .top ul li .tt2 p {
  margin-top: 6px;
  font-size: 18px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w84 .top ul li.line {
  width: 1px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.08);
}
.index .part01 .w84 .bottom {
  margin-top: 60px;
  height: 526px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part01 .w84 .bottom .left {
  width: 48%;
  height: 100%;
  overflow: hidden;
}
.index .part01 .w84 .bottom .left .img {
  height: 100%;
}
.index .part01 .w84 .bottom .left .img img {
  height: 100%;
}
.index .part01 .w84 .bottom .right {
  width: 44%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index .part01 .w84 .bottom .right .title {
  position: relative;
  padding-top: 70px;
}
.index .part01 .w84 .bottom .right .title h1 {
  font-size: 124px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 0;
  background: linear-gradient(to top, #fef7ed, #f7d7b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .part01 .w84 .bottom .right .title h2 {
  position: relative;
  z-index: 3;
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w84 .bottom .right .title h2:nth-of-type(1) {
  margin-bottom: 10px;
}
.index .part01 .w84 .bottom .right .title h2:nth-of-type(1)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.index .part01 .w84 .bottom .right .title h2:nth-of-type(2) {
  margin-bottom: 10px;
}
.index .part01 .w84 .bottom .right .title h2:nth-of-type(2)::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.index .part01 .w84 .bottom .right .content p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.index .part01 .w84 .bottom .right .content p:nth-of-type(2) {
  margin-bottom: 0;
}
.index .part01 .w84 .bottom .right .content p:nth-of-type(3) {
  margin-bottom: 0;
}
.index .part02 {
  background-image: url(/images/indexPartBg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 120px;
}
.index .part02 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part02 .w84 .top .title {
  position: relative;
  padding-top: 60px;
  width: 80%;
}
.index .part02 .w84 .top .title h1 {
  font-size: 120px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .part02 .w84 .top .title h2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part02 .w84 .top .title h2 span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 .w84 .top .title h2 i {
  width: calc(100% - 500px);
  margin-left: 20px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part02 .w84 .top .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .top .btns > div {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
.index .part02 .w84 .top .btns > div i {
  font-size: 24px;
  color: #a40303;
  display: block;
}
.index .part02 .w84 .top .btns > div.r_btn {
  background-color: #a40303;
  margin-left: 20px;
}
.index .part02 .w84 .top .btns > div.r_btn i {
  color: #fff;
  transform: rotate(180deg);
}
.index .part02 .w84 .center {
  margin-top: 50px;
  position: relative;
}
.index .part02 .w84 .center .b_box1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.index .part02 .w84 .center .b_box1.active {
  position: static;
  opacity: 1;
}
.index .part02 .w84 .center .b_box1 ul li {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.index .part02 .w84 .center .b_box1 ul li:hover a .p_img img {
  transform: scale(1.06);
}
.index .part02 .w84 .center .b_box1 ul li a .p_logo {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 666;
}
.index .part02 .w84 .center .b_box1 ul li a .p_logo img {
  width: initial;
}
.index .part02 .w84 .center .b_box1 ul li a .p_img {
  width: 90%;
  margin: 20px auto 0;
  padding-bottom: 30px;
  overflow: hidden;
}
.index .part02 .w84 .center .b_box1 ul li a .p_img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 .w84 .center .b_box1 ul li a .p_txt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 16px 30px 24px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .center .b_box1 ul li a .p_txt .p_h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .center .b_box1 ul li a .p_txt .p_h i {
  font-size: 32px;
  color: #a40303;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part02 .w84 .center .b_box1 ul li a .p_txt .p_h h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 .w84 .center .b_box1 ul li a .p_txt .p_i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .center .b_box1 ul li a .p_txt .p_i p {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part02 .w84 .center .b_box1 ul li a .p_txt .p_i i {
  margin-top: 3px;
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  display: block;
  transform: rotate(180deg);
}
.index .part02 .w84 .bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index .part02 .w84 .bottom ul {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .bottom ul li {
  width: 33.2%;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w84 .bottom ul li h4 {
  font-size: 28px;
  color: #fff;
  line-height: 68px;
  font-weight: 400;
  text-align: left;
}
.index .part02 .w84 .bottom ul li img {
  transition: all 0.5s ease;
}
.index .part02 .w84 .bottom ul li.active {
  background-color: #a40303;
}
.index .part02 .w84 .bottom ul li.active img {
  display: block;
  transform: rotate(-90deg);
}
.index .part03 {
  padding-top: 140px;
  background-image: url(/images/indexPartBg3.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.index .part03 .w84 .top .title {
  position: relative;
  padding-top: 80px;
}
.index .part03 .w84 .top .title h1 {
  font-size: 120px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(to top, #fef7ed, #f7d7b5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .part03 .w84 .top .title h2 {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part03 .w84 .top .title h2::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  color: transparent;
  letter-spacing: 0px;
  background: linear-gradient(135deg, transparent 0%, #e77213 20%, #e77213 30%, transparent 50%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: highlightSlide 4s linear infinite;
}
.index .part03 .w84 .bottom {
  margin-top: 0px;
}
.index .part03 .w84 .bottom .honorBox {
  position: relative;
}
.index .part03 .w84 .bottom .honorBox .honor_list {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  padding: 0 150px;
  box-sizing: border-box;
  min-height: 560px;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transform: translateY(60px);
}
.index .part03 .w84 .bottom .honorBox .honor_list.active {
  position: relative;
  z-index: 3;
  opacity: 1 !important;
  transform: translateY(0);
  transition: all 1.5s ease;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div {
  margin: 50px 0px 0;
  box-sizing: border-box;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul {
  align-items: center;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li {
  flex-wrap: wrap;
  background: none;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-active .img {
  width: 100%;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-active .img img {
  width: 100%;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-active .text p {
  color: #000;
  font-weight: 700;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-prev .text {
  display: none;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li.swiper-slide-next .text {
  display: none;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li .swiper-slide-shadow-left {
  background-image: none;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li .swiper-slide-shadow-right {
  background-image: none;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li .img {
  width: 60%;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li .img img {
  width: 100%;
  transition: all 0.5s;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li .text {
  margin-top: 100px;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div ul li .text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.index .part03 .w84 .bottom .honorBox .honor_list > div .hf_box {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  background-image: url(/images/honor_bg4.png);
  background-position: center;
  height: 170px;
  background-repeat: no-repeat;
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn {
  top: 40%;
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn > div {
  height: 50px;
  width: 50px;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  top: 32%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn > div i {
  color: #a40303;
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn > div:hover {
  background-color: #a40303;
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn > div::after {
  display: none;
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-next {
  right: 50px;
  background-color: #a40303;
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-next i {
  color: #fff;
  transform: rotate(180deg);
}
.index .part03 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-prev {
  left: 50px;
}
.index .part04 {
  padding-top: 140px;
  background-image: url(/images/indexPartBg4.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.index .part04 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 .w84 .top .title {
  position: relative;
  padding-top: 60px;
}
.index .part04 .w84 .top .title h1 {
  color: #fff;
  font-size: 124px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .part04 .w84 .top .title h2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part04 .w84 .top .title h2 span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 .w84 .top .title h2 i {
  margin-left: 10px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part04 .w84 .bottom {
  margin-top: 40px;
}
.index .part04 .w84 .bottom .swiper-container ul li {
  border-radius: 16px;
  overflow: hidden;
}
.index .part04 .w84 .bottom .swiper-container ul li:hover {
  background-color: #a40303;
  transition: all 0.5s ease;
}
.index .part04 .w84 .bottom .swiper-container ul li:hover a .img img {
  transform: scale(1.08);
}
.index .part04 .w84 .bottom .swiper-container ul li:hover a .txt h3 {
  color: #fff;
}
.index .part04 .w84 .bottom .swiper-container ul li:hover a .txt p {
  color: #fff;
}
.index .part04 .w84 .bottom .swiper-container ul li:hover a .n_bottom h3 {
  color: #fff;
}
.index .part04 .w84 .bottom .swiper-container ul li a .img {
  border-radius: 16px;
  overflow: hidden;
  height: 0;
  padding-bottom: 300px;
}
.index .part04 .w84 .bottom .swiper-container ul li a .img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}
.index .part04 .w84 .bottom .swiper-container ul li a .txt {
  padding: 24px 16px 14px;
  box-sizing: border-box;
}
.index .part04 .w84 .bottom .swiper-container ul li a .txt h3 {
  height: 54px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.index .part04 .w84 .bottom .swiper-container ul li a .txt p {
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #999;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w84 .bottom .swiper-container ul li a .n_bottom {
  padding: 0 16px 34px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w84 .bottom .swiper-container ul li a .n_bottom h3 {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 .w84 .b_box {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.index .part04 .w84 .b_box .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w84 .b_box .btns > div {
  height: 50px;
  width: 50px;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.index .part04 .w84 .b_box .btns > div i {
  display: block;
  color: #a40303;
}
.index .part04 .w84 .b_box .btns > div:hover {
  background-color: #a40303;
  transition: all 0.5s ease;
}
.index .part04 .w84 .b_box .btns > div:hover i {
  color: #fff;
  transition: all 0.5s ease;
}
.index .part04 .w84 .b_box .btns .news-button-next i {
  display: block;
  transform: rotate(180deg);
}
.index .part04 .w84 .b_box .btns .news-button-prev {
  margin-right: 14px;
}
.index .part04 .w84 .b_box .line {
  margin-left: 40px;
  width: calc(100% - 300px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.index .part04 .w84 .b_box .news-pagination {
  width: 100px;
  left: auto;
  right: 0;
  font-size: 30px;
  color: #fff;
}
.index .part04 .w84 .b_box .news-pagination span {
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 .w84 .b_box .news-pagination span:nth-of-type(1) {
  font-size: 60px;
  color: #a40303;
}
.index .part05 {
  height: 60%;
  background-color: #1a1a1a;
  justify-content: flex-end !important;
}
.index .fp-warning,
.index .fp-watermark {
  display: none;
}
@media screen and (max-width: 1440px) {
  .index .part01 {
    padding-top: 60px;
  }
  .index .part01 .w84 .bottom {
    height: 420px;
  }
  .index .part01 .w84 .bottom .right .title {
    padding-top: 10px;
  }
  .index .part01 .w84 .bottom .right .title h1 {
    font-size: 56px;
    top: -16px;
  }
  .index .part01 .w84 .bottom .right .title h2 {
    font-size: 30px;
  }
  .index .part01 .w84 .bottom .right .content p {
    font-size: 15px;
    font-weight: 400;
  }
  .index .part01 .w84 .top ul li .tt1 h3 {
    font-size: 42px;
  }
  .index .part01 .w84 .top ul li .tt2 p {
    font-size: 15px;
  }
  .index .part01 .w84 .top ul li .tt1 span {
    font-size: 18px;
  }
  .index .part02 .w84 .top .title h1 {
    font-size: 70px;
    top: -10px;
  }
  .index .part02 .w84 .top .title h2 span {
    font-size: 30px;
  }
  .index .part02 .w84 .top .title h2 i {
    font-size: 18px;
  }
  .index .part02 .w84 .top .title {
    padding-top: 30px;
  }
  .index .part02 .w84 .top .btns > div {
    height: 48px;
    width: 48px;
    line-height: 48px;
  }
  .index .part02 .w84 .center .b_box1 ul li a .p_txt .p_h h3 {
    font-size: 18px;
  }
  .index .part02 .w84 .center .b_box1 ul li a .p_txt .p_i p {
    font-size: 14px;
  }
  .index .part02 .w84 .bottom ul li h4 {
    font-size: 20px;
    line-height: 48px;
  }
  .index .part02 .w84 .bottom ul li img {
    width: 14px;
  }
  .index .part02 .w84 .bottom {
    margin-top: 30px;
  }
  .index .part03 {
    padding-top: 100px;
  }
  .index .part03 .w84 .top .title h1 {
    font-size: 70px;
    top: -8px;
  }
  .index .part03 .w84 .top .title {
    padding-top: 40px;
  }
  .index .part03 .w84 .top .title h2 {
    font-size: 30px;
  }
  .index .part03 .w84 .bottom .honorBox .honor_list {
    min-height: 420px;
  }
  .index .part04 {
    padding-top: 80px;
  }
  .index .part04 .w84 .top .title h1 {
    font-size: 70px;
    top: -10px;
  }
  .index .part04 .w84 .top .title h2 span {
    font-size: 30px;
  }
  .index .part04 .w84 .top .title {
    padding-top: 30px;
  }
  .index .part04 .w84 .bottom .swiper-container ul li a .img {
    padding-bottom: 210px;
  }
  .index .part04 .w84 .bottom .swiper-container ul li a .txt h3 {
    font-size: 16px;
    height: 40px;
    margin-bottom: 12px;
  }
  .index .part04 .w84 .bottom .swiper-container ul li a .txt p {
    font-size: 15px;
  }
  .index .part04 .w84 .bottom .swiper-container ul li a .n_bottom h3 {
    font-style: 14px;
  }
  .index .part04 .w84 .bottom .swiper-container ul li a .n_bottom {
    padding: 0 16px 20px;
  }
  .index .part04 .w84 .b_box .news-pagination span {
    font-size: 24px;
  }
  .index .part04 .w84 .b_box .news-pagination span:nth-of-type(1) {
    font-size: 48px;
  }
  .index .part04 .w84 .b_box .news-pagination {
    font-size: 24px;
  }
  .index .part04 .w84 .b_box .btns > div {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 90px;
  }
  .index .part01 .w84 .top ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .index .part01 .w84 .top ul li.line {
    display: none;
  }
  .index .part01 .w84 .top ul li .tt2 p {
    text-align: center;
  }
  .index .part01 .w84 .top ul li .tt1 h3 {
    font-size: 34px;
  }
  .index .part01 .w84 .bottom .left {
    width: 100%;
  }
  .index .part01 .w84 .bottom .left img {
    height: auto;
    width: 100%;
  }
  .index .part01 .w84 .bottom .right {
    width: 100%;
  }
  .index .part01 .w84 .bottom {
    height: auto;
    margin-top: 20px;
  }
  .index .part01 .w84 .bottom .right .title h1 {
    font-size: 54px;
    top: -40px;
  }
  .index .part01 .w84 .bottom .right .title {
    padding-top: 4px;
    margin-bottom: 20px;
  }
  .index .part01 .w84 .bottom .right .title h2 {
    font-size: 22px;
  }
  .index .part01 .w84 .bottom .right .more {
    margin-top: 50px;
  }
  .index .part02 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: bottom center;
  }
  .index .part02 .w84 .top .title h1 {
    font-size: 54px;
  }
  .index .part02 .w84 .top .title h2 span {
    font-size: 22px;
  }
  .index .part02 .w84 .top .title h2 i {
    margin-left: 0;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.4;
  }
  .index .part02 .w84 .top .btns {
    display: none;
  }
  .index .part02 .w84 .bottom ul li {
    padding: 0 10px;
  }
  .index .part02 .w84 .bottom ul li h4 {
    font-size: 16px;
  }
  .index .part02 .w84 .bottom ul li img {
    width: 10px;
  }
  .index .part02 .w84 .top .title h1 {
    top: -6px;
  }
  .index .part03 {
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
  }
  .index .part03 .w84 .top .title h1 {
    font-size: 54px;
  }
  .index .part03 .w84 .bottom .honorBox .honor_list {
    padding: 0;
  }
  .index .part03 .w84 .bottom .honorBox .honor_list > div .hf_box {
    background-size: cover;
    height: 100px;
  }
  .index .part03 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-next {
    right: 0;
  }
  .index .part03 .w84 .bottom .honorBox .honor_list .honor_btn .swiper-button-prev {
    left: 0;
  }
  .index .part03 .w84 .bottom .honorBox .honor_list > div ul li .text {
    margin-top: 50px;
  }
  .index .part03 .w84 .top .title h2 {
    font-size: 22px;
  }
  .index .part04 {
    background-size: cover;
    padding-bottom: 80px;
  }
  .index .part04 .w84 .top .more {
    display: none;
  }
  .index .part04 .w84 .top .title h1 {
    font-size: 54px;
  }
  .index .part04 .w84 .top .title h2 span {
    font-size: 22px;
  }
  .index .part04 .w84 .b_box {
    display: none;
  }
  .index .part01 .w84 .bottom .right .content p {
    font-size: 16px;
  }
  .index .part02 .w84 .top .title h2 {
    width: 100%;
    flex-wrap: wrap;
  }
  .index .part02 .w84 .top .title {
    width: 100%;
  }
  .index .part02 .w84 .top .title h2 i {
    display: none;
  }
  .index .part02 .w84 .bottom ul li {
    width: 100%;
  }
  .index .part02 .w84 .center .b_box1 ul li a .p_txt {
    justify-content: center;
  }
  .index .part02 .w84 .center .b_box1 ul li a .p_txt .p_i {
    display: none;
  }
}
@media screen and (min-resolution: 120dpi) and (max-resolution: 140dpi) {
  /* 调整布局以适应125%缩放 */
  .index .part01 {
    background-image: url(/images/indexPartBg1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px;
    overflow: hidden;
  }
  .index .part01 .w84 {
    overflow: visible;
    zoom: 0.8;
  }
  .index .part02 {
    background-image: url(/images/indexPartBg2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 120px;
  }
  .index .part02 .w84 {
    zoom: 0.8;
  }
  .index .part03 {
    padding-top: 140px;
    background-image: url(/images/indexPartBg3.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .index .part03 .w84 {
    zoom: 0.8;
  }
  .index .part04 {
    padding-top: 140px;
    background-image: url(/images/indexPartBg4.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .index .part04 .w84 {
    zoom: 0.8;
  }
  .index .part05 {
    height: 60%;
    background-color: #1a1a1a;
  }
  .index .fp-warning,
  .index .fp-watermark {
    display: none;
  }
}
@media screen and (min-resolution: 140dpi) and (max-resolution: 160dpi) {
  .index .part01 {
    background-image: url(/images/indexPartBg1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px;
    overflow: hidden;
  }
  .index .part01 .w84 {
    overflow: visible;
    zoom: 0.66;
  }
  .index .part02 {
    background-image: url(/images/indexPartBg2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 120px;
  }
  .index .part02 .w84 {
    zoom: 0.66;
  }
  .index .part03 {
    padding-top: 140px;
    background-image: url(/images/indexPartBg3.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .index .part03 .w84 {
    zoom: 0.66;
  }
  .index .part04 {
    padding-top: 140px;
    background-image: url(/images/indexPartBg4.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .index .part04 .w84 {
    zoom: 0.66;
  }
  .index .part05 {
    height: 60%;
    background-color: #1a1a1a;
  }
  .index .fp-warning,
  .index .fp-watermark {
    display: none;
  }
}
