@font-face {
  font-family: "lianwei2";
  src: url("/fonts/lianwei2.ttf");
}
.w84 {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.more {
  float: right;
}
.more.p02 {
  float: left;
}
.more.p02 a p {
  font-size: 13px !important;
  font-weight: 400;
}
.more.p02 a .m_icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.more.p02 a .m_icon i {
  font-size: 12px;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.more a .m_icon {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background-color: #e02028;
  line-height: 32px;
  text-align: center;
}
.more a .m_icon i {
  display: block;
  transform: rotate(45deg);
  color: #fff;
  font-size: 12px;
  font-weight: 100px;
}
@keyframes upDown2 {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 9;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  cursor: pointer;
}
header.on {
  background-color: #ffffff;
  box-shadow: 0 0 4px #666;
}
header.on .w84 .logo a img:nth-of-type(1) {
  display: none;
}
header.on .w84 .logo a img:nth-of-type(2) {
  display: block;
}
header.on .w84 nav ul li a {
  color: #333;
}
header.on .w84 nav .tool a i {
  color: #333;
}
header .w84 {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 .logo a img {
  width: initial;
}
header .w84 .logo a img:nth-of-type(1) {
  display: block;
}
header .w84 .logo a img:nth-of-type(2) {
  display: none;
}
header .w84 nav {
  width: 66%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav ul {
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header .w84 nav .tool {
  padding-left: 20px;
  position: relative;
}
header .w84 nav .tool a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav .tool a i {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  header {
    height: 80px;
  }
  header .w84 nav ul li a {
    font-size: 14px;
  }
  header .w84 .logo a img {
    width: 156px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  height: 504px;
  background-color: #000;
  overflow: hidden;
}
footer .top {
  height: 434px;
}
footer .top .w84 {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w84 .left {
  border-left: 2px solid #e02028;
  padding-left: 40px;
}
footer .top .w84 .left h4 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 16px;
}
footer .top .w84 .left h3 {
  font-size: 30px;
  color: #e02028;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  font-family: "lianwei";
  margin-bottom: 20px;
}
footer .top .w84 .left p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
footer .top .w84 .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w84 .center .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 14px;
  opacity: 0.6;
}
footer .top .w84 .right .img {
  width: initial;
}
footer .top .w84 .right .text {
  margin-top: 20px;
}
footer .top .w84 .right .text p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.6;
}
footer .bottom {
  border-top: 1px solid #ffffff30;
  width: 100%;
  height: 70px;
}
footer .bottom .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w84 .left a {
  font-size: 15px;
  color: #fff;
  line-height: 70px;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
footer .bottom .w84 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 70px;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  footer .top .w84 .center .text p {
    font-size: 14px;
  }
  footer .top .w84 .left h3 {
    font-size: 24px;
  }
  footer .top .w84 .right .img img {
    width: 120px;
  }
  footer .top {
    height: 344px;
  }
  footer {
    height: 414px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    height: 480px;
    padding-top: 30px;
  }
  footer .top {
    height: 420px;
  }
  footer .bottom {
    display: none;
  }
  footer .top .w84 .left {
    padding-left: 20px;
  }
  footer .top .w84 .center .img {
    display: none;
  }
  footer .top .w84 {
    justify-content: center;
  }
  footer .top .w84 .center .text p {
    font-size: 13px;
  }
  footer .top .w84 .right .text {
    margin-top: 8px;
  }
  footer .top .w84 .right .text p {
    font-size: 12px;
  }
  footer .top .w84 .left h3 {
    margin-bottom: 6px;
    font-size: 20px;
  }
  footer .top .w84 .left h4 {
    margin-bottom: 12px;
  }
}
@keyframes carMove {
  0% {
    left: -140px;
    bottom: 70px;
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 440px;
    bottom: 430px;
    opacity: 0;
    transform: scale(0.7);
  }
}
.index_content {
  width: 100%;
  background-image: url(/images/main_bg.jpg);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.index_content .part01 {
  margin-top: 160px;
  padding-bottom: 140px;
  background-image: url(/images/part01_bg.jpg);
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
}
.index_content .part01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .left {
  width: 40%;
}
.index_content .part01 .w84 .left h1 {
  font-size: 96px;
  color: #014590;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  width: 250%;
  opacity: 0.08;
  margin-bottom: 30px;
  font-family: "lianwei2";
}
.index_content .part01 .w84 .left .l_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.index_content .part01 .w84 .left .l_title span {
  font-size: 100px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index_content .part01 .w84 .left .l_title p {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part01 .w84 .left h3 {
  font-size: 20px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.index_content .part01 .w84 .left p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 130px;
}
.index_content .part01 .w84 .left a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .left a i {
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #014590;
}
.index_content .part01 .w84 .right {
  width: 42.5%;
  position: relative;
  z-index: 6;
  cursor: pointer;
}
.index_content .part01 .w84 .right:hover .img img {
  transform: scale(1.2);
}
.index_content .part01 .w84 .right .img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.index_content .part01 .w84 .right .img img {
  width: 100%;
  transition: all 2s ease;
}
.index_content .part01 .w84 .right .r_icon {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .right .r_icon .r_icon1 h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
}
.index_content .part01 .w84 .right .r_icon .r_icon1 p {
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
}
.index_content .part01 .w84 .right .r_icon2 img {
  width: 60px;
}
.index_content .part01 .w84 .right .r_icon2 p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
}
.index_content .part02 {
  background-image: url(/images/part02_bg.jpg);
  overflow: hidden;
  padding-top: 170px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.index_content .part02 .w84 {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .w84 .text {
  width: 36%;
  padding-bottom: 240px;
}
.index_content .part02 .w84 .text h1 {
  font-size: 102px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  opacity: 0.1;
  font-family: "lianwei2";
}
.index_content .part02 .w84 .text h2 {
  font-size: 72px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  opacity: 0.1;
  font-family: "lianwei2";
}
.index_content .part02 .w84 .text h3 {
  margin-top: 50px;
  padding-bottom: 40px;
  font-size: 56px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  border-bottom: 1px solid #ffffff60;
}
.index_content .part02 .w84 .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
  margin-top: 40px;
}
.index_content .part02 .w84 .text a {
  margin-top: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .w84 .text a i {
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #fff;
}
.index_content .part02 .w84 .img {
  width: 50%;
  position: relative;
  height: 600px;
}
.index_content .part02 .w84 .img img {
  width: 630px;
  position: absolute;
  left: -130px;
  bottom: 70px;
  animation: carMove 8s linear infinite;
}
.index_content .part02 .bottom {
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .bottom .text {
  width: 22%;
}
.index_content .part02 .bottom .text h3 {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "lianwei";
  margin-bottom: 6px;
  text-shadow: 1px 1px 2px #333333;
}
.index_content .part02 .bottom .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "lianwei2";
  opacity: 0.4;
}
.index_content .part02 .bottom ul {
  width: 74%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .bottom ul li {
  width: 20%;
  position: relative;
}
.index_content .part02 .bottom ul li:hover a .img {
  transform: rotateY(180deg);
}
.index_content .part02 .bottom ul li:hover a h3 {
  transform: translateY(-20px);
}
.index_content .part02 .bottom ul li:hover a p {
  transform: translateY(-20px);
}
.index_content .part02 .bottom ul li:nth-last-of-type(1)::after {
  display: none;
}
.index_content .part02 .bottom ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #3395fd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  right: 0;
}
.index_content .part02 .bottom ul li a .img {
  text-align: center;
  transition: all 0.5s ease;
}
.index_content .part02 .bottom ul li a .img img {
  width: initial;
  display: inline-block;
}
.index_content .part02 .bottom ul li a h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "lianwei";
  margin-top: 36px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.index_content .part02 .bottom ul li a p {
  transition: all 0.5s ease;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.3;
}
.index_content .part03 {
  margin: 200px 0;
}
.index_content .part03 .w84 {
  position: relative;
}
.index_content .part03 .w84 .top {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0px;
}
.index_content .part03 .w84 .top h3 {
  font-size: 70px;
  color: #014590;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "lianwei2";
  text-transform: uppercase;
  opacity: 0.1;
}
.index_content .part03 .w84 .top h4 {
  font-size: 48px;
  color: #e02028;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-top: 14px;
}
.index_content .part03 .w84 .top p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-top: 14px;
}
.index_content .part03 .w84 .top a {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part03 .w84 .top a i {
  font-size: 16px;
  font-family: "lianwei";
  color: #014590;
  margin-right: 20px;
}
.index_content .part03 .w84 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_content .part03 .w84 .bottom .b_left {
  width: 60%;
  position: relative;
}
.index_content .part03 .w84 .bottom .b_left .text .t_top {
  position: absolute;
  left: 6%;
  top: 10%;
}
.index_content .part03 .w84 .bottom .b_left .text .t_top h3 {
  font-size: 56px;
  color: #e02028;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
}
.index_content .part03 .w84 .bottom .b_left .text .t_bottom {
  position: absolute;
  left: 6%;
  bottom: 10%;
}
.index_content .part03 .w84 .bottom .b_left .text .t_bottom h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-bottom: 10px;
}
.index_content .part03 .w84 .bottom .b_left .text .t_bottom p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part03 .w84 .bottom .b_left .img img {
  width: 100%;
}
.index_content .part03 .w84 .bottom .b_num ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_content .part03 .w84 .bottom .b_num ul li {
  width: 5px;
  height: 24px;
  margin: 0 2px;
  background-color: #dfdfdf;
  transition: all 0.5s ease;
}
.index_content .part03 .w84 .bottom .b_num ul li.active {
  height: 40px;
  background-color: #e02028;
}
.index_content .part03 .w84 .bottom .b_right {
  width: 30%;
}
.index_content .part03 .w84 .bottom .b_right .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.index_content .part04 {
  background-image: url(/images/part04_bg.jpg);
  background-size: cover;
  padding: 120px 0;
}
.index_content .part04 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .top .left h3 {
  font-size: 86px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei2";
  opacity: 0.4;
}
.index_content .part04 .w84 .top .left p {
  font-size: 48px;
  color: #e02028;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
  margin-top: 16px;
}
.index_content .part04 .w84 .top .right a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .top .right a i {
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #fff;
}
.index_content .part04 .w84 .bottom {
  margin-top: 50px;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper {
  padding-bottom: 50px;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a > .img {
  width: 50%;
  overflow: hidden;
  height: 0;
  padding-bottom: 500px;
  border-radius: 10px 0px 0px 10px;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a > .img img {
  width: 100%;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text {
  width: 50%;
  background-color: #fff;
  height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0 4%;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_top h2 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 24px;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_top p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left .img img {
  width: initial;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left .lai {
  padding-left: 20px;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left .lai h3 {
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 10px;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left .lai p {
  font-size: 18px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left .date {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #dfdfdf;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left .date h4 {
  font-size: 18px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_left .date h2 {
  font-size: 30px;
  color: #e02028;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_right {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e02028;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom .t_t_right i {
  line-height: 20px;
  color: #e02028;
}
.index_content .part04 .w84 .bottom .swiper-container .swiper-pagination {
  bottom: 0px;
}
@media screen and (max-width: 1440px) {
  .index_content .part01 {
    margin-top: 120px;
    padding-bottom: 120px;
  }
  .index_content .part01 .w84 .left h1 {
    font-size: 78px;
  }
  .index_content .part01 .w84 .left {
    width: 52%;
  }
  .index_content .part01 .w84 .left .l_title span {
    font-size: 78px;
  }
  .index_content .part02 .w84 .text {
    padding-bottom: 40px;
  }
  .index_content .part02 .w84 .img {
    height: 490px;
  }
  .index_content .part02 .w84 .img img {
    width: 452px;
  }
  .index_content .part01 .w84 .left h3 {
    font-size: 18px;
  }
  .index_content .part02 .w84 .text h1 {
    font-size: 78px;
  }
  .index_content .part02 .w84 .text h2 {
    font-size: 52px;
  }
  .index_content .part02 .w84 .text h3 {
    font-size: 36px;
  }
  .index_content .part01 .w84 .left p {
    margin-bottom: 90px;
    font-size: 16px;
  }
  .index_content .part02 .top h1 {
    font-size: 64px;
  }
  .index_content .part02 .top h2 {
    font-size: 46px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a > .img {
    padding-bottom: 440px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text {
    height: 440px;
  }
  .index_content .part02 {
    padding-top: 80px;
  }
  .index_content .part02 .top h3 {
    font-size: 40px;
    margin-top: 30px;
    padding-bottom: 24px;
  }
  .index_content .part02 .top p {
    font-size: 14px;
  }
  .index_content .part02 .top a {
    margin-top: 90px;
  }
  .index_content .part02 .top {
    padding-bottom: 186px;
  }
  .index_content .part02 .bottom {
    height: 310px;
  }
  .index_content .part02 .bottom ul li a .img img {
    width: 70px;
  }
  .index_content .part02 .bottom ul li a h3 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .index_content .part02 .bottom .text h3 {
    font-size: 30px;
  }
  .index_content .part02 .bottom .text p {
    font-size: 14px;
  }
  .index_content .part03 .w84 .top h3 {
    font-size: 52px;
  }
  .index_content .part03 .w84 .top h4 {
    font-size: 32px;
  }
  .index_content .part03 .w84 .top p {
    font-size: 15px;
  }
  .index_content .part03 .w84 .top a {
    display: block;
  }
  .index_content .part04 .w84 .top .left h3 {
    font-size: 60px;
  }
  .index_content .part04 .w84 .top .left p {
    font-size: 32px;
  }
  .index_content .part02 .bottom ul li a p {
    font-size: 13px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item .text {
    height: 420px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item > .img {
    padding-bottom: 420px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item .text .text_box .t_top h2 {
    font-size: 24px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item .text .text_box .t_top p {
    font-size: 15px;
  }
  .index_content .part03 {
    margin: 90px 0;
  }
  .index_content .part04 {
    padding: 80px 0;
  }
  .index_content .part01 .w84 .left a i {
    font-size: 15px;
  }
  .index_content .part01 .w84 .right .r_icon .r_icon1 h3 {
    font-size: 32px;
  }
  .index_content .part01 .w84 .right .r_icon .r_icon1 p {
    font-size: 15px;
    margin-top: 6px;
  }
  .index_content .part04 .w84 .bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .index_content .part01 .w84 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .index_content .part01 .w84 .right {
    width: 100%;
  }
  .index_content .part01 .w84 .left h1 {
    font-size: 26px;
    margin-bottom: 20px;
    width: 100%;
  }
  .index_content .part01 {
    margin-top: 66px;
    padding-bottom: 70px;
  }
  .index_content .part01 .w84 .left .l_title span {
    font-size: 58px;
  }
  .index_content .part01 .w84 .left .l_title p {
    margin-left: 8px;
    font-size: 18px;
  }
  .index_content .part01 .w84 .left h3 {
    line-height: 1.4;
  }
  .index_content .part01 .w84 .left p {
    margin-bottom: 50px;
  }
  .index_content .part01 .w84 .right .r_icon .r_icon1 h3 {
    font-size: 24px;
  }
  .index_content .part01 .w84 .right .r_icon .r_icon1 p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .index_content .part01 .w84 .right .r_icon2 img {
    width: 42px;
  }
  .index_content .part01 .w84 .right .r_icon2 p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .index_content .part02 {
    background: #000 url("/images/part02_bg.jpg");
    padding-top: 60px;
    background-size: cover;
    background-position: -460px 284px;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .index_content .part02 .w84 .text {
    width: 100%;
  }
  .index_content .part02 .w84 .text h1 {
    font-size: 36px;
    opacity: 0.2;
  }
  .index_content .part02 .w84 .text h2 {
    font-size: 30px;
    opacity: 0.2;
  }
  .index_content .part02 .w84 .text h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .index_content .part02 .w84 .text p {
    font-size: 16px;
  }
  .index_content .part02 .w84 .img img {
    width: 200px;
  }
  .index_content .part02 .w84 .img {
    height: 170px;
    top: 170px;
  }
  .index_content .part02 .bottom {
    display: none;
  }
  .index_content .part03 .w84 .top {
    width: 100%;
    position: relative;
  }
  .index_content .part03 .w84 .top h3 {
    font-size: 30px;
  }
  .index_content .part03 .w84 .top h4 {
    margin-top: 10px;
    font-size: 24px;
  }
  .index_content .part03 .w84 .bottom {
    margin-top: 50px;
  }
  .index_content .part03 .w84 .bottom .b_num {
    display: none;
  }
  .index_content .part03 .w84 .bottom .b_right {
    display: none;
  }
  .index_content .part03 .w84 .bottom .b_left {
    width: 100%;
  }
  .index_content .part03 .w84 .bottom .b_left .text .t_top h3 {
    font-size: 32px;
  }
  .index_content .part03 .w84 .bottom .b_left .text .t_bottom h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .index_content .part03 .w84 .bottom .b_left .text .t_bottom p {
    font-size: 12px;
  }
  .index_content .part04 .w84 .top .left h3 {
    font-size: 30px;
  }
  .index_content .part04 .w84 .top .left p {
    font-size: 24px;
    margin-top: 6px;
  }
  .index_content .part04 .w84 .top .right {
    display: none;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a > .img {
    width: 100%;
    padding-bottom: 220px;
    border-radius: 10px 10px 0 0;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text {
    width: 100%;
    height: 220px;
    border-radius: 0 0 10px 10px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_top h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_top p {
    font-size: 15px;
  }
  .index_content .part04 .w84 .bottom .swiper-container .swiper-wrapper .swiper-slide .item a .text .text_box .t_bottom {
    display: none;
  }
  .index_content .part04 {
    padding: 80px 0 50px;
  }
}
.about .main {
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
}
.about .main .jianjie {
  width: 100%;
  background-image: url(/images/n_aboutBg.jpg);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
.about .main .jianjie .w84 .top {
  margin-top: 120px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .jianjie .w84 .top .tp1 {
  width: 44%;
}
.about .main .jianjie .w84 .top .tp1 h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  font-family: "Avan";
}
.about .main .jianjie .w84 .top .tp1 p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
}
.about .main .jianjie .w84 .top .tp2 .ad {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .jianjie .w84 .top .tp2 .ad .ad1 .ad1_top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about .main .jianjie .w84 .top .tp2 .ad .ad1 .ad1_top h1 {
  font-size: 48px;
  color: #e02028;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
}
.about .main .jianjie .w84 .top .tp2 .ad .ad1 .ad1_top p {
  margin-left: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .jianjie .w84 .top .tp2 .ad .ad1 .ad1_bottom {
  margin-top: 10px;
}
.about .main .jianjie .w84 .top .tp2 .ad .ad1 .ad1_bottom p {
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .main .jianjie .w84 .top .tp2 .ad .line {
  height: 80px;
  width: 1px;
  opacity: 0.3;
  margin: 0 60px;
}
.about .main .jianjie .w84 .bottom {
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .jianjie .w84 .bottom .left {
  width: 45%;
  border-radius: 20px 20px 0 30px;
  overflow: hidden;
}
.about .main .jianjie .w84 .bottom .left .img img {
  width: 100%;
}
.about .main .jianjie .w84 .bottom .right {
  width: 50%;
}
.about .main .jianjie .w84 .bottom .right h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 26px;
  font-family: "Avan";
}
.about .main .jianjie .w84 .bottom .right p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 26px;
  text-indent: 2em;
}
.about .main .jianjie .w84 .bottom .right p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about .main .culture {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #014590;
  padding-bottom: 120px;
}
.about .main .culture .w84 {
  position: relative;
  z-index: 3;
}
.about .main .culture .w84 .title {
  padding-top: 100px;
}
.about .main .culture .w84 .title h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  font-family: "Avan";
}
.about .main .culture .w84 .title h4 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.2;
  font-family: "lianwei2";
}
.about .main .culture .w84 .title p {
  margin-top: 30px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .main .culture .w84 ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .culture .w84 ul li {
  width: 100%;
  background-color: rgba(10, 31, 55, 0.6);
  padding: 24px 30px;
  border-radius: 10px;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .culture .w84 ul li .img {
  width: 45%;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
}
.about .main .culture .w84 ul li .img img {
  width: 100%;
  margin: 0 auto;
}
.about .main .culture .w84 ul li .text {
  width: 50%;
  margin-top: 16px;
}
.about .main .culture .w84 ul li .text h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .culture .w84 ul li .text p {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
.about .main .culture .w84 ul li .text span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #014590;
  margin: 16px auto 20px;
}
.about .main .culture canvas {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
.about .main .changjing {
  margin-top: 110px;
  margin-bottom: 120px;
}
.about .main .changjing > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  height: 480px;
}
.about .main .changjing > div .left {
  position: absolute;
  right: 0;
}
.about .main .changjing > div .left .img03 {
  width: 430px;
}
.about .main .changjing > div .left .img03 img {
  width: 100%;
}
.about .main .changjing > div .left .text03 {
  height: auto;
}
.about .main .changjing > div .left .text03 .jiantou {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 40px;
  right: 70px;
}
.about .main .changjing > div .left .text03 .jiantou .btnLeft {
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.about .main .changjing > div .left .text03 .jiantou .btnLeft i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.about .main .changjing > div .left .text03 .jiantou .line {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}
.about .main .changjing > div .left .text03 .jiantou .btnRight {
  transform: rotate(180deg);
  height: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.about .main .changjing > div .left .text03 .jiantou .btnRight i {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.about .main .changjing > div .left .text03 .num {
  position: absolute;
  top: 50%;
  right: 70px;
}
.about .main .changjing > div .left .text03 .num span {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .main .changjing > div .left .text03 .num i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .main .changjing > div .left .text03 .t1 {
  position: absolute;
  bottom: 50px;
  right: 70px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.about .main .changjing > div .right {
  position: absolute;
  width: 80%;
  z-index: 3;
}
.about .main .changjing > div .right .liucheng_title {
  margin-bottom: 40px;
}
.about .main .changjing > div .right .liucheng_title h3 {
  font-size: 42px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  font-family: "lianwei2";
  opacity: 0.2;
}
.about .main .changjing > div .right .liucheng_title h1 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "Avan";
}
.about .main .changjing > div .right .liucheng_img ul li a .img02 img {
  width: 100%;
}
.about .main .changjing > div .right .liucheng_img ul li a .text02 {
  background-color: #efefef;
  height: 48px;
}
.about .main .changjing > div .right .liucheng_img ul li a .text02 h3 {
  font-size: 18px;
  color: #333;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.about .main .changjing > div .right .liucheng_img .swiper-button-prev,
.about .main .changjing > div .right .liucheng_img .swiper-button-next {
  display: none;
}
@media screen and (max-width: 1440px) {
  .about .main .jianjie .w84 .bottom .right h3 {
    font-size: 26px;
  }
  .about .main .jianjie .w84 .bottom {
    margin: 100px 0;
  }
  .about .main .jianjie .w84 .bottom .right p {
    font-size: 14px;
    line-height: 1.6;
  }
  .about .main .culture .w84 .title h3 {
    font-size: 28px;
  }
  .about .main .culture .w84 .title h4 {
    font-size: 32px;
  }
  .about .main .culture .w84 .title p {
    font-size: 20px;
  }
  .about .main .culture .w84 ul li .text h3 {
    font-size: 20px;
  }
  .about .main .culture .w84 ul li .text p {
    font-size: 14px;
  }
  .about .main .culture .w84 .title {
    padding-top: 80px;
  }
  .about .main .culture .w84 ul {
    margin-top: 40px;
  }
  .about .main .culture {
    padding-bottom: 80px;
  }
  .about .main .changjing > div .left .img03 {
    width: 360px;
  }
  .about .main .changjing > div .right .liucheng_title {
    margin-bottom: 30px;
  }
  .about .main .changjing > div .right .liucheng_title h1 {
    font-size: 26px;
  }
  .about .main .changjing > div .right .liucheng_title h3 {
    font-size: 32px;
    margin-bottom: 6px;
  }
  .about .main .changjing > div .left .text03 .t1 {
    font-size: 15px;
  }
  .about .main .changjing > div .left .text03 .num i {
    font-size: 18px;
  }
  .about .main .changjing > div .left .text03 .num span {
    font-size: 42px;
  }
  .about .main .changjing > div .right .liucheng_img ul li a .text02 h3 {
    font-size: 15px;
  }
  .about .main .changjing > div .left .text03 .jiantou .btnRight i {
    font-size: 26px;
  }
  .about .main .changjing > div .left .text03 .jiantou .btnLeft i {
    font-size: 26px;
  }
  .about .main .changjing > div {
    height: 410px;
  }
  .about .main .changjing {
    margin: 106px 0;
  }
}
@media screen and (max-width: 992px) {
  .about .main .jianjie .w84 .bottom {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .about .main .jianjie .w84 .bottom .left {
    width: 100%;
    border-radius: 15px 15px 0 30px;
  }
  .about .main .jianjie .w84 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .about .main .jianjie .w84 .bottom .right h3 {
    font-size: 20px;
  }
  .about .main .jianjie .w84 .bottom .right p {
    font-size: 15px;
    text-indent: 0em;
  }
  .about .main .culture .w84 ul li {
    width: 100%;
    padding: 16px;
  }
  .about .main .culture .w84 .title h3 {
    font-size: 22px;
  }
  .about .main .culture .w84 ul li .text h3 {
    font-size: 18px;
  }
  .about .main .changjing > div .right .liucheng_title h3 {
    font-size: 26px;
  }
  .about .main .changjing > div .left {
    width: 100%;
    position: relative;
    display: none;
  }
  .about .main .changjing > div .right {
    width: 100%;
    position: relative;
  }
  .about .main .changjing > div {
    height: auto;
  }
  .about .main .changjing > div .right .liucheng_title h1 {
    font-size: 22px;
  }
  .about .main .culture .w84 ul li .img {
    width: 100%;
  }
  .about .main .culture .w84 ul li .text {
    width: 100%;
  }
  .about .main .culture .w84 .title h4 {
    font-size: 30px;
  }
  .about .main .culture .w84 ul {
    margin-top: 26px;
  }
  .about .main .culture {
    padding-bottom: 62px;
  }
  .about .main .changjing {
    margin: 80px 0;
  }
}
.luxian .main .part01 {
  margin-top: 130px;
  padding-bottom: 140px;
  background-image: url(/images/part01_bg.jpg);
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
}
.luxian .main .part01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.luxian .main .part01 .w84 .left {
  width: 40%;
}
.luxian .main .part01 .w84 .left h1 {
  font-size: 84px;
  color: #014590;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  width: 250%;
  opacity: 0.08;
  margin-bottom: 30px;
  font-family: "lianwei2";
}
.luxian .main .part01 .w84 .left .l_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.luxian .main .part01 .w84 .left .l_title span {
  font-size: 100px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.luxian .main .part01 .w84 .left .l_title p {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.luxian .main .part01 .w84 .left h3 {
  font-size: 20px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.luxian .main .part01 .w84 .left p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0px;
}
.luxian .main .part01 .w84 .left a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.luxian .main .part01 .w84 .left a i {
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #014590;
}
.luxian .main .part01 .w84 .right {
  width: 42.5%;
  position: relative;
  z-index: 6;
  cursor: pointer;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.luxian .main .part01 .w84 .right:hover .img img {
  transform: scale(1.2);
}
.luxian .main .part01 .w84 .right .img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.luxian .main .part01 .w84 .right .img img {
  width: 100%;
  transition: all 2s ease;
}
.luxian .main .part01 .w84 .right .r_icon {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.luxian .main .part01 .w84 .right .r_icon .r_icon1 h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
}
.luxian .main .part01 .w84 .right .r_icon .r_icon1 p {
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
}
.luxian .main .part01 .w84 .right .r_icon2 img {
  width: 60px;
}
.luxian .main .part01 .w84 .right .r_icon2 p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
}
.luxian .main .part02 {
  background-color: #014590;
  padding: 100px 0;
}
.luxian .main .part02 .w84 {
  padding-bottom: 10px;
}
.luxian .main .part02 .w84 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.luxian .main .part02 .w84 ul li {
  border: 1px solid #efefef;
  box-shadow: 2px 2px 0 #efefef8a;
}
@media screen and (max-width: 1440px) {
  .luxian .main .part01 {
    margin-top: 110px;
    padding-bottom: 100px;
  }
  .luxian .main .part01 .w84 .left h1 {
    font-size: 66px;
  }
  .luxian .main .part01 .w84 .left .l_title span {
    font-size: 70px;
  }
  .luxian .main .part01 .w84 .left h3 {
    font-size: 18px;
  }
  .luxian .main .part01 .w84 .left {
    width: 48%;
  }
  .luxian .main .part01 .w84 .left p {
    font-size: 15px;
  }
  .luxian .main .part01 .w84 .right .r_icon .r_icon1 h3 {
    font-size: 32px;
  }
  .luxian .main .part01 .w84 .right .r_icon .r_icon1 p {
    font-size: 15px;
  }
  .luxian .main .part02 .w84 ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .luxian .main .part01 .w84 .left h1 {
    font-size: 32px;
    width: 100%;
    margin-bottom: 20px;
  }
  .luxian .main .part01 .w84 .left {
    width: 100%;
  }
  .luxian .main .part01 .w84 .right {
    width: 100%;
    margin-top: 30px;
    height: 260px;
  }
  .luxian .main .part01 {
    margin-top: 80px;
  }
  .luxian .main .part01 .w84 .left .l_title span {
    font-size: 56px;
  }
  .luxian .main .part01 .w84 .left .l_title p {
    font-size: 18px;
  }
  .luxian .main .part01 .w84 .left h3 {
    line-height: 1.2;
  }
  .luxian .main .part01 .w84 .right .r_icon .r_icon1 h3 {
    font-size: 22px;
  }
  .luxian .main .part01 .w84 .right .r_icon .r_icon1 p {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 4px;
  }
  .luxian .main .part01 .w84 .right .r_icon2 img {
    width: 42px;
  }
  .luxian .main .part01 .w84 .right .r_icon2 p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .luxian .main .part02 .w84 ul {
    justify-content: center;
  }
  .luxian .main .part02 {
    padding: 80px 0;
  }
}
.cheliang .main .part01 {
  margin-top: 130px;
  padding-bottom: 20px;
  background-image: url(/images/part01_bg.jpg);
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
}
.cheliang .main .part01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cheliang .main .part01 .w84 .left {
  width: 100%;
}
.cheliang .main .part01 .w84 .left h1 {
  font-size: 84px;
  color: #014590;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  width: 250%;
  opacity: 0.08;
  margin-bottom: 30px;
  font-family: "lianwei2";
}
.cheliang .main .part01 .w84 .left .left_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cheliang .main .part01 .w84 .left .left_box .left_sub1 {
  width: 30%;
}
.cheliang .main .part01 .w84 .left .left_box .left_sub1 .l_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cheliang .main .part01 .w84 .left .left_box .left_sub1 .l_title span {
  font-size: 60px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.cheliang .main .part01 .w84 .left .left_box .left_sub1 .l_title p {
  margin-left: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.cheliang .main .part01 .w84 .left .left_box .left_sub1 h3 {
  font-size: 18px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.cheliang .main .part01 .w84 .left .left_box .left_sub2 {
  width: 70%;
}
.cheliang .main .part01 .w84 .left .left_box .left_sub2 p {
  font-size: 18px;
  color: #000;
  line-height: 2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 0px;
}
.cheliang .main .part01 .w84 .left a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.cheliang .main .part01 .w84 .left a i {
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #014590;
}
.cheliang .main .part01 .w84 .right {
  width: 42.5%;
  position: relative;
  z-index: 6;
  cursor: pointer;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.cheliang .main .part01 .w84 .right:hover .img img {
  transform: scale(1.2);
}
.cheliang .main .part01 .w84 .right .img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cheliang .main .part01 .w84 .right .img img {
  width: 100%;
  transition: all 2s ease;
}
.cheliang .main .part01 .w84 .right .r_icon {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cheliang .main .part01 .w84 .right .r_icon .r_icon1 h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "lianwei";
}
.cheliang .main .part01 .w84 .right .r_icon .r_icon1 p {
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
}
.cheliang .main .part01 .w84 .right .r_icon2 img {
  width: 60px;
}
.cheliang .main .part01 .w84 .right .r_icon2 p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 2px;
}
.cheliang .main .n_list {
  margin-top: 50px;
}
.cheliang .main .n_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cheliang .main .n_list ul li {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 26px;
  transition: all 0.5s ease;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cheliang .main .n_list ul li:hover a .img img {
  transform: scale(1.2);
}
.cheliang .main .n_list ul li a .img {
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
  height: 280px;
}
.cheliang .main .n_list ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.cheliang .main .n_list ul li a .txt {
  background-color: #014590;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  height: 52px;
}
.cheliang .main .n_list ul li a .txt .left {
  display: flex;
  align-items: center;
  width: calc(100% - 68px);
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: lowercase;
}
.cheliang .main .n_list ul li a .txt .left p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: lowercase;
}
.cheliang .main .n_list ul li a .txt .right {
  width: 64px;
  display: flex;
  align-items: center;
}
.cheliang .main .n_list ul li a .txt .right p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}
.cheliang .main .n_list ul li a .txt .right p i {
  font-size: 24px;
  margin-left: 10px;
}
.cheliang .main .n_list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .cheliang .main .part01 .w84 .left h1 {
    font-size: 64px;
    margin-bottom: 20px;
  }
  .cheliang .main .part01 {
    margin-top: 90px;
  }
  .cheliang .main .part01 .w84 .left .left_box .left_sub2 p {
    font-size: 16px;
  }
  .cheliang .main .part01 .w84 .left .left_box .left_sub1 h3 {
    font-size: 16px;
  }
  .cheliang .main .part01 .w84 .left .left_box .left_sub1 .l_title span {
    font-size: 52px;
  }
  .cheliang .main .part01 .w84 .left .left_box .left_sub1 .l_title p {
    font-size: 16px;
  }
  .cheliang .main .n_list {
    margin-top: 14px;
  }
  .cheliang .main .n_list ul li a .img {
    height: 262px;
  }
  .cheliang .main .n_list ul li a .txt .left {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .cheliang .main .part01 .w84 .left h1 {
    width: 100%;
    font-size: 32px;
  }
  .cheliang .main .part01 .w84 .left .left_box .left_sub1 {
    width: 100%;
  }
  .cheliang .main .part01 .w84 .left .left_box .left_sub2 {
    width: 100%;
  }
  .cheliang .main .n_list ul li {
    width: 100%;
  }
  .cheliang .main .n_list ul li a .img {
    height: 230px;
  }
}
.huanjing .main {
  width: 100%;
  min-height: 800px;
  height: 900px;
  background-image: url(/images/caseBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.huanjing .main .hj_title {
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  width: 44vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.huanjing .main .hj_title .hj_title_center h3 {
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.huanjing .main .hj_title .hj_title_left p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.4;
}
.huanjing .main .hj_title .hj_title_right p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.4;
}
.huanjing .main .swiper-container {
  width: 100%;
  height: 90%;
  padding-top: 260px;
  padding-bottom: 40px;
}
.huanjing .main .swiper-slide {
  background-size: cover;
  /* Center slide text vertically */
}
.huanjing .main .swiper-slide .title {
  position: absolute;
  top: -60px;
  width: 100%;
  display: none;
}
.huanjing .main .swiper-slide.swiper-slide-prev {
  width: calc(28vw - 30px) !important;
  background-position: right top;
  opacity: 0.3;
}
.huanjing .main .swiper-slide.swiper-slide-prev .title {
  opacity: 0;
}
.huanjing .main .swiper-slide.swiper-slide-active {
  width: 44vw !important;
  opacity: 1;
}
.huanjing .main .swiper-slide.swiper-slide-next {
  width: calc(28vw - 30px) !important;
  background-position: left top;
  opacity: 0.3;
}
.huanjing .main .swiper-slide.swiper-slide-next .title {
  opacity: 0;
}
.huanjing .main .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background-color: #fff;
}
.huanjing .main .swiper-button-next,
.huanjing .main .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  top: 62%;
}
.huanjing .main .swiper-button-next {
  right: 200px;
}
.huanjing .main .swiper-button-prev {
  left: 200px;
}
.huanjing .main .swiper-button-next:after,
.huanjing .main .swiper-button-prev:after {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .huanjing .main {
    height: 650px;
    min-height: 650px;
  }
  .huanjing .main .swiper-container {
    padding-top: 206px;
  }
  .huanjing .main .hj_title {
    top: 152px;
  }
  .huanjing .main .hj_title .hj_title_center h3 {
    font-size: 26px;
  }
  .huanjing .main .hj_title .hj_title_left p {
    font-size: 14px;
  }
  .huanjing .main .hj_title .hj_title_right p {
    font-size: 14px;
  }
  .huanjing .main .swiper-button-next,
  .huanjing .main .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .huanjing .main .swiper-button-next {
    right: 110px;
  }
  .huanjing .main .swiper-button-prev {
    left: 110px;
  }
}
@media screen and (max-width: 992px) {
  .huanjing .main .swiper-slide.swiper-slide-active {
    width: 100vw !important;
    opacity: 1;
  }
  .huanjing .main .swiper-slide.swiper-slide-prev {
    width: 100vw !important;
    opacity: 1;
  }
  .huanjing .main .swiper-slide.swiper-slide-next {
    width: 100vw !important;
    opacity: 1;
  }
  .huanjing .main .swiper-pagination {
    display: none;
  }
  .huanjing .main .swiper-container {
    height: 78%;
    padding-top: 226px;
  }
  .huanjing .main .swiper-button-next {
    right: 30px;
    top: 68%;
  }
  .huanjing .main .swiper-button-prev {
    left: 30px;
    top: 68%;
  }
  .huanjing .main .hj_title {
    width: 90%;
  }
  .huanjing .main .hj_title .hj_title_center h3 {
    font-size: 22px;
  }
}
.news .main {
  min-height: 500px;
}
.news .main .part01 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
  transition: all 1s ease;
}
.news .main .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .date {
  width: 6%;
}
.news .main .part01 ul li a .date h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.news .main .part01 ul li a .date p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .part01 ul li a .text {
  width: 46%;
}
.news .main .part01 ul li a .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .part01 ul li a .text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.news .main .part01 ul li a .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #014590;
}
.news .main .part01 ul li a .text span i {
  margin-right: 8px;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
}
.news .main .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .main .part01 ul li:hover {
  background-color: #f1f1f1;
}
.news .main .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .news .main .part01 ul li a .img {
    padding-bottom: 234px;
    width: 32%;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .news .main .part01 ul li a .text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news .main .part01 ul li a .text span {
    font-size: 12px;
    width: 180px;
    height: 40px;
  }
  .news .main .part01 ul li a .text span img {
    width: 50px;
  }
  .news .main .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .main .part01 ul li {
    padding: 24px 0;
  }
  .news .main .part01 ul li a .date {
    width: 7%;
  }
  .news .main .part01 ul li a .date h2 {
    font-size: 52px;
  }
  .news .main .part01 ul li a .date p {
    font-size: 15px;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .news .main .part01 ul li a .text p {
    display: none;
  }
  .news .main .part01 ul li a .date {
    display: none;
  }
  .news .main .part01 ul li a .img {
    width: 44%;
    padding-bottom: 120px;
  }
  .news .main .part01 ul li a .text span {
    height: 18px;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 16px;
    font-weight: 400;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
}
.contact .main .n_center .contact_title {
  margin-top: 140px;
}
.contact .main .n_center .contact_title h1 {
  font-size: 84px;
  color: #014590;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  width: 250%;
  opacity: 0.08;
  margin-bottom: 30px;
  font-family: "lianwei2";
}
.contact .main .n_center .contact_title h2 {
  font-size: 36px;
  color: #e02028;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 18px;
}
.contact .main .n_center .contact_title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .n_center .contact_sub1 {
  margin-top: 60px;
}
.contact .main .n_center .contact_sub1 .w84 {
  padding-bottom: 8px;
}
.contact .main .n_center .contact_sub1 .w84 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_sub1 .w84 ul li {
  width: 24%;
  border: 1px solid #e6e6e6;
  height: 300px;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .n_center .contact_sub1 .w84 ul li .c_icon {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 16px;
}
.contact .main .n_center .contact_sub1 .w84 ul li .c_icon i {
  font-size: 38px;
  color: #e02028;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .n_center .contact_sub1 .w84 ul li .text {
  width: 100%;
  margin-top: 20px;
}
.contact .main .n_center .contact_sub1 .w84 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .n_center .contact_sub1 .w84 ul li .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w84 ul li:nth-child(4) .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w84 ul li:nth-child(4) .img img {
  width: 64%;
  margin: 0 auto;
}
.contact .main .n_center .contact_sub1 .w84 ul li:nth-child(4) .text {
  margin-top: 16px;
}
.contact .main .n_center .contact_sub1 .w84 ul li:nth-child(4) .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w84 ul li:hover {
  box-shadow: 2px 2px 6px #efefef;
}
.contact .main .n_center .contact_sub1 .w84 ul li:hover .c_icon i {
  transform: rotateY(180deg);
  font-size: 42px;
}
.contact .main .n_center .contact_bottom {
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: hidden;
}
.contact .main .n_center .contact_bottom .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w84 .left {
  width: 42%;
  position: relative;
}
.contact .main .n_center .contact_bottom .w84 .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .n_center .contact_bottom .w84 .left .img img {
  width: 100%;
}
.contact .main .n_center .contact_bottom .w84 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .n_center .contact_bottom .w84 .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.contact .main .n_center .contact_bottom .w84 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #e02028;
}
.contact .main .n_center .contact_bottom .w84 .right {
  width: 54%;
}
.contact .main .n_center .contact_bottom .w84 .right .sub1 p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .n_center .contact_bottom .w84 .right .sub1 h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 {
  margin-top: 60px;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #e02028;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .contact_sub1 {
    margin-top: 120px;
  }
  .contact .main .contact_sub1 .w84 ul li .text p {
    font-size: 14px;
  }
  .contact .main .contact_sub1 .w84 ul li .text h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_sub1 .w84 ul li:nth-child(4) .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w84 ul li {
    height: 240px;
  }
  .contact .main .contact_bottom .w84 .right .sub1 h3 {
    font-size: 20px;
  }
  .contact .main .contact_bottom .w84 .right .sub2 {
    margin-top: 30px;
  }
  .contact .main .contact_bottom .w84 .right .sub1 p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contact .main .contact_bottom {
    margin-bottom: 80px;
  }
  .contact .main .n_center .contact_title {
    margin-top: 90px;
  }
  .contact .main .n_center .contact_title h1 {
    font-size: 64px;
    margin-bottom: 12px;
  }
  .contact .main .n_center .contact_title h2 {
    font-size: 26px;
  }
  .contact .main .n_center .contact_title p {
    font-size: 16px;
  }
  .contact .main .n_center .contact_sub1 .w84 ul li {
    height: 220px;
  }
  .contact .main .n_center .contact_sub1 .w84 ul li .text p {
    font-size: 15px;
  }
  .contact .main .n_center .contact_sub1 .w84 ul li .text h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub1 h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub1 p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub2 {
    margin-top: 48px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w84 {
    align-items: flex-start;
  }
  .contact .main .n_center .contact_bottom {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .n_center .contact_title h1 {
    font-size: 32px;
  }
  .contact .main .n_center .contact_title h2 {
    font-size: 20px;
  }
  .contact .main .n_center .contact_title p {
    line-height: 1.4;
  }
  .contact .main .n_center .contact_sub1 .w84 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .n_center .contact_bottom .w84 .left {
    display: none;
  }
  .contact .main .n_center .contact_bottom .w84 .right {
    width: 100%;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub1 p {
    font-weight: 700;
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w84 .right .sub1 h3 {
    font-size: 15px;
    font-weight: 400;
  }
}
