.w84 {
  width: 84%;
  margin: 0 auto;
}
.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: #0054a5;
  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(-4px);
  }
  50% {
    opacity: 0.5;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(4px);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 99;
  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 .gp .gp_top .gp_1 {
  color: #333;
}
header.on .w84 nav ul li {
  line-height: 100px;
  transition: all 1s;
}
header.on .w84 nav ul li:hover {
  background-color: #f8f8f8;
}
header.on .w84 nav ul li:hover .sub2 {
  height: 300px;
  opacity: 1;
}
header.on .w84 nav ul li a {
  color: #333;
}
header.on .w84 nav .tool a .img {
  background-color: #0054a5;
}
header.on .w84 nav .tool a span {
  color: #333;
}
header.on .w84 nav .tool::before {
  background-color: rgba(0, 0, 0, 0.2);
}
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 .gp {
  margin-left: 20px;
}
header .w84 .logo .gp .gp_top .gp_1 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .w84 .logo .gp .gp_bottom {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 .logo .gp .gp_bottom > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 .logo .gp .gp_bottom > div span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .w84 .logo .gp .gp_bottom > div i {
  display: block;
  font-size: 13px;
  margin-left: 4px;
}
header .w84 .logo .gp .gp_bottom > div i.on {
  transform: rotate(180deg);
}
header .w84 nav {
  width: 58%;
  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 {
  padding: 0 14px;
}
header .w84 nav ul li a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .w84 nav ul li .sub2 {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f8f8f8;
  transition: all 0.5s ease;
}
header .w84 nav ul li .sub2 .sub2_sub1 {
  border-top: 1px solid #ced5da;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 110px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left .items {
  width: calc(100% - 340px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left .items > div {
  width: 32%;
  height: 80px;
  line-height: 80px;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left .items > div a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left .items > div a::before {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f07517;
  margin-bottom: 14px;
  margin-top: 20px;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left .items.ip > div {
  width: 32%;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left .img {
  width: 340px;
}
header .w84 nav ul li .sub2 .sub2_sub1 .left .img img {
  width: 100%;
}
header .w84 nav ul li .sub2 .sub2_sub1 .right {
  width: 30%;
  height: 100%;
  background: url(/images/nav_bg2.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 110px 0 60px;
}
header .w84 nav ul li .sub2 .sub2_sub1 .right h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 34px;
  color: #333;
  line-height: 1;
  text-align: left;
  font-family: "Impact";
}
header .w84 nav ul li .sub2 .sub2_sub1 .right p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
header .w84 nav .tool {
  padding-left: 20px;
  position: relative;
}
header .w84 nav .tool::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 5px;
}
header .w84 nav .tool a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav .tool a .img {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .w84 nav .tool a .img img {
  width: 34px;
}
header .w84 nav .tool a span {
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  header.on .w84 nav ul li {
    line-height: 90px;
  }
  header .w84 nav ul li .sub2 {
    top: 90px;
  }
  header .w84 nav ul li .sub2 .sub2_sub1 .right h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1366px) {
  header .w84 nav {
    width: 62%;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  height: auto;
  background-color: #1b2229;
  padding-top: 70px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
footer .w84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w84 .left {
  width: 27%;
}
footer .w84 .left .text {
  margin-top: 30px;
}
footer .w84 .left .text a {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  opacity: 0.4;
}
footer .w84 .center {
  width: 51%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: border-box;
}
footer .w84 .center dl dt {
  margin-bottom: 4px;
}
footer .w84 .center dl dt a {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .w84 .center dl dd a {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
footer .w84 .right {
  width: 22%;
  padding-left: 4%;
}
footer .w84 .right h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 4px;
}
footer .w84 .right p {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  opacity: 0.4;
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  footer .w84 .center {
    display: none;
  }
  footer .w84 .left {
    display: none;
  }
  footer .w84 .right {
    width: 100%;
  }
}
.index_content {
  width: 100%;
  background-image: url(../images/main_bg.jpg);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.index_content .part01 {
  margin-top: 140px;
  width: 100%;
}
.index_content .part01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .left {
  width: 992px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .left .left_1 {
  width: 132px;
  height: 582px;
}
.index_content .part01 .w84 .left .left_2 {
  width: 860px;
  height: 582px;
  position: relative;
}
.index_content .part01 .w84 .left .left_2 .swiper-container {
  width: 100%;
  height: 100%;
}
.index_content .part01 .w84 .left .left_2 .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index_content .part01 .w84 .left .left_2 .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
}
.index_content .part01 .w84 .right {
  width: 520px;
}
.index_content .part01 .w84 .right .title {
  text-align: right;
}
.index_content .part01 .w84 .right .title img {
  width: initial;
}
.index_content .part01 .w84 .right .content {
  margin-top: 50px;
}
.index_content .part01 .w84 .right .content p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 40px;
}
.index_content .part01 .w84 .right .num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px dashed #999;
  margin-bottom: 80px;
}
.index_content .part01 .w84 .right .num .num_item .num_item_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index_content .part01 .w84 .right .num .num_item .num_item_top h2 {
  font-size: 36px;
  color: #80c07b;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.index_content .part01 .w84 .right .num .num_item .num_item_top span {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 4px;
  margin-left: 6px;
}
.index_content .part01 .w84 .right .num .num_item .num_item_bottom {
  margin-top: 10px;
}
.index_content .part01 .w84 .right .num .num_item .num_item_bottom p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index_content .part02 {
  margin-top: 140px;
  position: relative;
  width: 100%;
  height: 860px;
}
.index_content .part02 .w84 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
.index_content .part02 .w84 .top > div {
  margin: 0 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .w84 .top > div.active::after {
  width: 100%;
  left: 0;
}
.index_content .part02 .w84 .top > div::after {
  height: 11px;
  background-image: url(../images/h_bg.png);
  background-position: bottom center;
  content: "";
  display: block;
  width: 0%;
  transition: ease 0.5s;
  position: absolute;
  left: 50%;
  bottom: -20px;
}
.index_content .part02 .w84 .top > div img {
  height: 60px;
}
.index_content .part02 .w84 .top > div h3 {
  margin-left: 16px;
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index_content .part02 .w84 .bottom {
  margin-top: 60px;
  position: relative;
}
.index_content .part02 .w84 .bottom .item {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 1s ease;
}
.index_content .part02 .w84 .bottom .item.active {
  opacity: 1;
  z-index: 2;
}
.index_content .part02 .w84 .bottom .item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .w84 .bottom .item .title .t1 {
  padding: 0 20px;
  cursor: pointer;
}
.index_content .part02 .w84 .bottom .item .title .t1.active {
  background-color: #0054a5;
  border-radius: 6px;
}
.index_content .part02 .w84 .bottom .item .title .t1.active h4 {
  color: #fff;
}
.index_content .part02 .w84 .bottom .item .title .t1 h4 {
  font-size: 20px;
  color: #333;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}
.index_content .part02 .w84 .bottom .item .i_list {
  margin-top: 30px;
  background-image: url(../images/haiyang_bg.png);
  background-position: 0% 70%;
  background-repeat: no-repeat;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left {
  width: 54%;
  margin-bottom: 100px;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h5 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 60px;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 110px;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #80c07b;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left a i {
  margin-left: 10px;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right {
  width: 38%;
  border-radius: 6px;
  overflow: hidden;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img {
  width: 100%;
  height: 460px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img img {
  width: 120%;
  -webkit-filter: url(#water);
  filter: url(#water);
  margin-top: -20px;
  margin-left: -20px;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination {
  display: inline-block;
  left: 0;
  width: auto;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  border-radius: 0px;
  height: 2px;
  margin: 0px 1px;
}
.index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.index_content .part03 {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, rgba(225, 237, 255, 0), #e1edff);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  height: 900px;
}
.index_content .part03 .w84 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part03 .w84 .top .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}
.index_content .part03 .w84 .top .title h3 {
  font-size: 36px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index_content .part03 .w84 .top .title h3 span {
  color: #0054a5;
}
.index_content .part03 .w84 .top .title p {
  margin-left: 40px;
  width: calc(100% - 240px);
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.index_content .part03 .w84 .bottom {
  margin-top: 36px;
  padding-bottom: 60px;
  padding-top: 30px;
}
.index_content .part03 .w84 .bottom ul li {
  background-color: #fff;
  box-sizing: border-box;
  padding: 14px;
  transition: all 0.5s ease;
}
.index_content .part03 .w84 .bottom ul li:hover {
  box-shadow: 1px 1px 10px #cfcfcf;
  transform: translateY(-20px);
}
.index_content .part03 .w84 .bottom ul li:hover a .img img {
  transform: scale(1.1);
}
.index_content .part03 .w84 .bottom ul li:hover a .text h3 {
  color: #0054a5;
}
.index_content .part03 .w84 .bottom ul li a {
  width: 100%;
}
.index_content .part03 .w84 .bottom ul li a .img {
  width: 100%;
  overflow: hidden;
}
.index_content .part03 .w84 .bottom ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index_content .part03 .w84 .bottom ul li a .text {
  margin-top: 32px;
}
.index_content .part03 .w84 .bottom ul li a .text h3 {
  font-size: 22px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
}
.index_content .part03 .w84 .bottom ul li a .text > p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.index_content .part03 .w84 .bottom ul li a .text .date {
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part03 .w84 .bottom ul li a .text .date .more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  float: none;
}
.index_content .part03 .w84 .bottom ul li a .text .date .more p {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index_content .part03 .w84 .bottom ul li a .text .date .more .m_icon {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background-color: #0054a5;
  line-height: 20px;
  text-align: center;
}
.index_content .part03 .w84 .bottom ul li a .text .date .more .m_icon i {
  display: block;
  transform: rotate(45deg);
  color: #fff;
  font-size: 10px;
  font-weight: 100px;
}
.index_content .part03 .w84 .bottom ul li a .text .date .d p {
  font-size: 15px;
  color: #999;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part03 .w84 .bottom .swiper-pagination-bullet {
  width: 36px;
  border-radius: 0;
  height: 2px;
  margin: 0 1px;
}
.index_content .part03 .w84 .bottom .swiper-pagination-bullet-active {
  height: 3px;
  background-color: #000;
}
.index_content .part04 {
  position: relative;
  overflow: hidden;
}
.index_content .part04 .bgVideo {
  position: relative;
  height: 100vh;
  background-color: #c1cff7;
  /*进行视频裁剪*/
  overflow: hidden;
}
.index_content .part04 .bgVideo .video {
  position: absolute;
  left: 50%;
  top: 50%;
  /*保证视频内容始终居中*/
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /*保证视频充满屏幕*/
  object-fit: cover;
}
.index_content .part04 .maskLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url("/images/logo.svg"); */
  background-image: url("../images/bg.png");
  opacity: 0;
  visibility: hidden;
}
.index_content .part04 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.3;
}
.index_content .part04 .img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.index_content .part04 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.48s;
  z-index: 3;
}
.index_content .part04 .img i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url(../images/abWhCen_i.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0.8;
  -webkit-animation: scaleWave 4s linear 0s infinite;
  animation: scaleWave 4s linear 0s infinite;
  transition: all 0.48s;
}
.index_content .part04 .img i.i1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.index_content .part04 .img i.i2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.index_content .part04 .img i.i3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
@-webkit-keyframes scaleWave {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
  }
}
@keyframes scaleWave {
  0% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
  }
}
.index_content .part04 .text {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-50%, -50%);
  z-index: 8;
  cursor: pointer;
  text-align: center;
  opacity: 0;
}
.index_content .part04 .text h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.index_content .part04 .text h3 span {
  color: #fff;
}
.index_content .part04 .text p {
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  text-align: center;
  letter-spacing: 2px;
}
.index_content .part04 .text img {
  margin-top: 50px;
  width: 40px;
}
.index_content .part05 {
  width: 100%;
  background-color: #0054a5;
  padding: 20px 0;
  overflow: hidden;
}
.index_content .part05 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part05 .w84 .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part05 .w84 .left > div {
  margin-left: 50px;
}
.index_content .part05 .w84 .left > div.l1 h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.index_content .part05 .w84 .left > div.l1 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index_content .part05 .w84 .left > div.l2 h3 {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  margin-top: 8px;
}
.index_content .part05 .w84 .left > div.l2 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index_content .part05 .w84 .left > div.l3 h3 {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
  margin-top: 8px;
}
.index_content .part05 .w84 .left > div.l3 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index_content .part05 .w84 .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part05 .w84 .right > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part05 .w84 .right > div .text {
  margin-left: 18px;
}
.index_content .part05 .w84 .right > div .text h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index_content .part05 .w84 .right > div .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
.index_content .part05 .w84 .right > div.right_sub2 {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1680px) {
  .index_content .part01 {
    margin-top: 120px;
  }
  .index_content .part01 .w84 .left {
    width: 872px;
  }
  .index_content .part01 .w84 .left .left_2 {
    width: 740px;
  }
  .index_content .part01 .w84 .right {
    width: 460px;
  }
  .index_content .part02 {
    margin-top: 120px;
  }
  .index_content .part02 .left {
    width: 616px;
    height: 788px;
  }
  .index_content .part02 .left .title {
    width: 456px;
  }
  .index_content .part02 .left .content .item .item_box {
    width: 436px;
  }
  .index_content .part02 .left .content .item .item_box .text {
    width: 330px;
  }
  .index_content .part02 .left .content .item .item_box .img img {
    width: 100%;
  }
  .index_content .part02 .left .content .item .item_box .text h3 {
    font-size: 24px;
  }
  .index_content .part02 .left .content .item .item_box .text p {
    font-size: 16px;
  }
  .index_content .part02 .right .r_box .r_item {
    margin-right: 132px;
    width: 900px;
  }
  .index_content .part02 .right .r_box .r_item .r_item_1 {
    height: 382px;
    width: 440px;
  }
  .index_content .part02 .left .title h2 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .index_content .part02 .left .content {
    margin-top: 60px;
  }
  .index_content .part02 .right .r_box .r_item .r_item_1 .text a p {
    font-size: 22px;
  }
  .index_content .part03 .w84 .top .title h3 {
    font-size: 32px;
  }
  .index_content .part03 .w84 .bottom ul li a .text h3 {
    font-size: 20px;
  }
  .index_content .part04 .text h3 {
    font-size: 32px;
  }
  .index_content .part04 .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .index_content .part01 .w84 .left {
    width: 62%;
  }
  .index_content .part01 .w84 .left .left_1 {
    width: 13.4%;
  }
  .index_content .part01 .w84 .left .left_2 {
    width: 86.6%;
  }
  .index_content .part01 .w84 .right {
    width: 33%;
  }
  .index_content .part02 .right .r_box .r_item {
    width: 860px;
  }
  .index_content .part02 .right .r_box .r_item .r_item_1 {
    height: 366px;
    width: 420px;
  }
  .index_content .part02 .left {
    width: 586px;
  }
  .index_content .part02 .left .title {
    width: 406px;
    margin-left: 132px;
  }
  .index_content .part02 .left .title p {
    font-size: 16px;
  }
  .index_content .part02 .left .content .item .item_box {
    margin-left: 132px;
  }
  .index_content .part02 .left .content .item .item_box {
    width: 406px;
  }
  .index_content .part02 .left .content .item .item_box .text {
    width: 300px;
  }
  .index_content .part02 .left .content .item .item_box .text h3 {
    font-size: 22px;
  }
  .index_content .part02 .left .content .item .item_box .text p {
    font-size: 15px;
  }
  .index_content .part02 .left {
    height: 758px;
  }
  .index_content .part02 .left .content {
    margin-top: 44px;
  }
  .index_content .part02 {
    height: 840px;
    overflow: hidden;
  }
  .index_content .part03 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
  }
  .index_content .part01 .w84 .left {
    width: 732px;
  }
  .index_content .part01 .w84 .left .left_1 {
    width: 112px;
    height: 492px;
    overflow: hidden;
  }
  .index_content .part01 .w84 .left .left_1 img {
    width: 100%;
  }
  .index_content .part01 .w84 .left .left_2 {
    width: 620px;
    height: 492px;
  }
  .index_content .part01 .w84 .right {
    width: 420px;
  }
  .index_content .part01 .w84 .right .title img {
    width: 280px;
  }
  .index_content .part02 .right .r_box .r_item {
    width: 760px;
  }
  .index_content .part01 .w84 .right .content {
    margin-top: 30px;
  }
  .index_content .part01 .w84 .right .content p {
    font-size: 14px;
    font-weight: 400;
  }
  .index_content .part01 .w84 .right .num .num_item .num_item_top h2 {
    font-size: 28px;
  }
  .index_content .part01 .w84 .right .num .num_item .num_item_bottom p {
    font-size: 13px;
    color: #999;
  }
  .index_content .part01 .w84 .right .num {
    margin-bottom: 50px;
  }
  .index_content .part02 .right .r_box .r_item .r_item_1 {
    height: 324px;
    width: 372px;
    margin-bottom: 20px;
  }
  .index_content .part02 .left {
    width: 536px;
  }
  .index_content .part02 .left .title {
    width: 406px;
    margin-left: 118px;
  }
  .index_content .part02 .left .title p {
    font-size: 15px;
  }
  .index_content .part02 .left .content .item .item_box {
    margin-left: 132px;
  }
  .index_content .part02 .left .content .item .item_box {
    width: 366px;
  }
  .index_content .part02 .left .content .item .item_box .text {
    width: 260px;
  }
  .index_content .part02 .left .content .item .item_box .text h3 {
    font-size: 20px;
  }
  .index_content .part02 .left .content .item .item_box .text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
  }
  .index_content .part02 .left .content .item .item_box .img {
    width: 72px;
  }
  .index_content .part02 .left {
    height: 668px;
  }
  .index_content .part02 .left .content {
    margin-top: 44px;
  }
  .index_content .part02 {
    height: 650px;
    overflow: hidden;
  }
  .index_content .part02 .right {
    height: 650px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .index_content .part03 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  header .w84 nav ul li a {
    font-size: 15px;
  }
  .index_content .part02 .left .title h2 {
    font-size: 26px;
  }
  .index_content .part02 .left .title {
    margin-top: 46px;
  }
  .index_content .part02 .left .content .item {
    padding: 30px 0;
  }
  .index_content .part02 .right .r_box .r_item .r_item_1 .text a p {
    font-size: 18px;
  }
  .index_content .part02 .right .r_box .r_item .r_item_1:hover .text {
    height: 314px;
  }
  .index_content .part03 {
    height: 810px;
  }
  .index_content .part03 .w84 .top .title {
    width: 76%;
  }
  .index_content .part03 .w84 .top .title p {
    font-size: 15px;
    line-height: 1.2;
    margin-left: 20px;
  }
  .index_content .part03 .w84 .bottom ul li a .text h3 {
    font-size: 18px;
  }
  .index_content .part03 .w84 .bottom ul li a .text > p {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.6;
  }
  .index_content .part04 .text h3 {
    font-size: 28px;
  }
  .index_content .part04 .text p {
    font-size: 18px;
  }
  .index_content .part05 .w84 .right > div .text h3 {
    font-size: 16px;
  }
  .index_content .part05 .w84 .right > div .text p {
    font-size: 14px;
  }
  .index_content .part05 .w84 .right > div.right_sub2 .img {
    width: 80px;
  }
  .index_content .part05 .w84 .right > div.right_sub2 .img img {
    width: 100%;
  }
  .index_content .part05 .w84 .right > div.right_sub1 .img {
    width: 80px;
  }
  .index_content .part05 .w84 .right > div.right_sub1 .img img {
    width: 100%;
  }
  .index_content .part05 .w84 .left > div.l1 h3 {
    font-size: 20px;
  }
  .index_content .part05 .w84 .left > div.l3 p {
    font-size: 15px;
  }
  .index_content .part05 .w84 .left > div.l2 p {
    font-size: 15px;
  }
  .index_content .part05 .w84 .left > div.l1 p {
    font-size: 16px;
  }
  .index_content .part02 .w84 .top > div h3 {
    font-size: 24px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .index_content .part02 .w84 .bottom .item .title .t1 h4 {
    font-size: 18px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left {
    margin-bottom: 60px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left p {
    margin-bottom: 70px;
    font-size: 16px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img {
    height: 344px;
  }
  .index_content .part02 .w84 .bottom .item .i_list {
    margin-top: 50px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h5 {
    font-size: 20px;
  }
  footer .w84 .left .img img {
    width: 80%;
  }
  footer .w84 .left .text a {
    font-size: 13px;
  }
  footer .w84 .center dl dd a {
    font-size: 13px;
  }
  footer .w84 .center dl dt a {
    font-size: 16px;
  }
  footer .w84 .right p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  .index_content .part02 .w84 .bottom .item .i_list {
    background-size: 100%;
  }
  .index_content .part01 .w84 .left {
    width: 662px;
  }
  .index_content .part01 .w84 .left .left_2 {
    width: 550px;
  }
  .index_content .part01 .w84 .right .num {
    margin-bottom: 40px;
  }
  .index_content .part01 .w84 .right .title img {
    width: 250px;
  }
  .index_content .part02 .right .r_box .r_item {
    width: 670px;
    margin-right: 102px;
  }
  .index_content .part02 .right .r_box .r_item .r_item_1 {
    height: 286px;
    width: 328px;
    margin-bottom: 20px;
  }
  .index_content .part02 .left {
    width: 576px;
  }
  .index_content .part02 .left .content .item .item_box {
    width: 386px;
  }
  .index_content .part02 .left .content .item .item_box {
    width: 406px;
  }
  .index_content .part02 .left .content .item .item_box .text {
    width: 313px;
  }
  .index_content .part02 .left .content .item .item_box .text h3 {
    font-size: 18px;
  }
  .index_content .part02 .left {
    height: 594px;
  }
  .index_content .part02 .left .content {
    margin-top: 14px;
  }
  .index_content .part02 .left .title {
    padding-bottom: 20px;
  }
  .index_content .part02 {
    height: 650px;
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .index_content .part01 {
    margin-top: 60px;
  }
  .index_content .part01 .w84 .left .left_1 {
    display: none;
  }
  .index_content .part01 .w84 .left {
    width: 100%;
  }
  .index_content .part01 .w84 .left .left_2 {
    width: 100%;
    height: auto;
  }
  .index_content .part01 .w84 .right {
    width: 100%;
    margin-top: 40px;
  }
  .index_content .part01 .w84 .right .title img {
    width: 200px;
  }
  .index_content .part02 .w84 .top > div img {
    width: 30px;
    height: auto;
  }
  .index_content .part02 .w84 .top > div h3 {
    font-size: 18px;
    margin-left: 8px;
  }
  .index_content .part02 .w84 .top > div {
    margin: 0 10px;
  }
  .index_content .part02 .w84 .bottom {
    margin-top: 50px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h3 {
    font-size: 20px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left h5 {
    font-size: 15px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_left {
    width: 100%;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right {
    width: 100%;
  }
  .index_content .part02 {
    height: 1060px;
  }
  .index_content .part02 .w84 .bottom .item .i_list .swiper-container .swiper-wrapper .swiper-slide .i_right .img {
    height: auto;
    width: 100%;
  }
  .index_content .part03 {
    height: auto;
    padding-top: 0px;
  }
  .index_content .part03 .w84 .top .title {
    width: 100%;
  }
  .index_content .part03 .w84 .top .title p {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .index_content .part03 .w84 .top .title h3 {
    font-size: 24px;
  }
  .index_content .part03 .w84 .top .more {
    display: none;
  }
  .index_content .part03 .w84 .bottom {
    margin-top: 0;
  }
  .index_content .part04 {
    display: none;
  }
  .index_content .part02 .w84 .bottom .item .title .t1 h4 {
    font-size: 16px;
  }
}
.about .main .part01 {
  margin-top: 148px;
  overflow: hidden;
}
.about .main .part01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w84 .left {
  width: 70%;
}
.about .main .part01 .w84 .left .pt01_title {
  margin-bottom: 40px;
}
.about .main .part01 .w84 .left .pt01_title h1 {
  font-size: 72px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part01 .w84 .left .pt01_title h4 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-top: 38px;
}
.about .main .part01 .w84 .left .pt01_title h4 span {
  margin-right: 10px;
}
.about .main .part01 .w84 .left .pt01_title h2 {
  margin-top: 20px;
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part01 .w84 .left .pt01_content p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .part01 .w84 .center {
  width: 1px;
  height: 660px;
  background-color: #e7e7e7;
}
.about .main .part01 .w84 .right {
  width: 18.6%;
}
.about .main .part01 .w84 .right .img {
  width: 100%;
  text-align: right;
  margin-bottom: 80px;
}
.about .main .part01 .w84 .right .img img {
  width: 60%;
}
.about .main .part01 .w84 .right .r_item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.about .main .part01 .w84 .right .r_item p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 .w84 .right .r_item h3 {
  font-size: 60px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: -8px;
  margin-left: 14px;
  margin-right: 4px;
}
.about .main .part01 .w84 .right .r_item h4 {
  font-size: 45px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: -6px;
  margin-left: 14px;
  margin-right: 4px;
}
.about .main .part01 .w84 .right .r_item span {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part02 {
  margin-top: 120px;
  width: 100%;
  height: auto;
}
.about .main .part02 .w84 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w84 .title {
  text-align: center;
}
.about .main .part02 .w84 .title h3 {
  font-size: 38px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.about .main .part02 .w84 .title p {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-bottom: 120px;
}
.about .main .part02 .w84 .title img {
  width: initial;
}
.about .main .part03 {
  width: 100%;
  height: 840px;
  background-image: url(/images/about_bg3.jpg);
  background-size: cover;
}
.about .main .part03 .w84 {
  height: inherit;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w84 .left {
  width: 50%;
}
.about .main .part03 .w84 .left .img {
  width: 100%;
}
.about .main .part03 .w84 .left .img img {
  width: 100%;
}
.about .main .part03 .w84 .right {
  width: 44%;
}
.about .main .part03 .w84 .right h1 {
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 60px;
}
.about .main .part03 .w84 .right h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part03 .w84 .right p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
  text-indent: 2em;
}
.about .main .part03 .w84 .right h3 {
  margin-top: 50px;
  font-size: 24px;
  color: #0054a5;
  line-height: 1.8;
  font-weight: 400;
  text-align: right;
}
.about .main .part04 {
  width: 100%;
  height: auto;
  background-image: url(/images/about_bg5.jpg);
  background-size: cover;
  padding-bottom: 100px;
}
.about .main .part04 .w84 {
  overflow: hidden;
  position: relative;
}
.about .main .part04 .w84 .pt04_title {
  margin-top: 120px;
  margin-bottom: 80px;
}
.about .main .part04 .w84 .pt04_title h2 {
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .part04 .w84 .swiper-container {
  width: 90%;
  height: 100%;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper {
  width: 100%;
  margin: 0 20px;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide {
  height: 360px;
  position: relative;
  background-image: url(/images/r_bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  box-sizing: border-box;
  padding: 10px 40px;
  align-items: flex-start;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .f_content h3 {
  font-weight: 700;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .f_content ul li {
  color: #80c07b;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .line i {
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 1;
  width: 25px;
  height: 25px;
  -webkit-transition: 1s;
  transition: 1s;
  background: url(/images/quan.png) center no-repeat;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .line::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 35px;
  z-index: 0;
  width: 5px;
  height: 270px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#80c07b), to(rgba(128, 192, 123, 0)));
  background-image: linear-gradient(to bottom, #80c07b, rgba(128, 192, 123, 0));
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content h3 {
  font-size: 30px;
  color: #80c07b;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content h3 span {
  font-size: 18px;
  font-weight: 100;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content ul li {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .year {
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .year h3 {
  font-size: 24px;
  color: #80c07b;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.about .main .part04 .w84 .btn {
  position: absolute;
  top: 20%;
  width: 100%;
}
.about .main .part04 .w84 .btn > div {
  border: 1px solid #80c07b;
  height: 60px;
  width: 30px;
  border-radius: 4px;
}
.about .main .part04 .w84 .btn > div::after {
  font-size: 18px;
  color: #80c07b;
}
.about .main .part04 .w84 .yuanjing {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 .w84 .yuanjing .img {
  width: 48%;
}
.about .main .part04 .w84 .yuanjing .img img {
  width: 100%;
}
.about .main .part04 .w84 .yuanjing .text {
  width: 48%;
}
.about .main .part04 .w84 .yuanjing .text h4 {
  font-size: 26px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 60px;
}
.about .main .part04 .w84 .yuanjing .text .t1 {
  margin-bottom: 60px;
}
.about .main .part04 .w84 .yuanjing .text .t1:nth-of-type(3) {
  margin-bottom: 0;
}
.about .main .part04 .w84 .yuanjing .text .t1 h5 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 18px;
  padding-left: 14px;
  position: relative;
}
.about .main .part04 .w84 .yuanjing .text .t1 h5::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 3px;
  height: 20px;
  background-color: #80c07b;
}
.about .main .part04 .w84 .yuanjing .text .t1 p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.about .main .part05 {
  width: 100%;
}
.about .main .part05 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part05 ul li {
  background-color: #0054a5;
  width: 24.9%;
  margin-bottom: 1px;
  padding: 100px 0;
  position: relative;
}
.about .main .part05 ul li:hover {
  cursor: pointer;
}
.about .main .part05 ul li:hover .mask {
  width: 100%;
}
.about .main .part05 ul li:hover .cont .a_icon {
  transform: translateY(-10px);
}
.about .main .part05 ul li:hover .cont h3 {
  transform: translateY(10px);
}
.about .main .part05 ul li:hover .cont p {
  transform: translateY(10px);
}
.about .main .part05 ul li .cont {
  position: relative;
  z-index: 3;
}
.about .main .part05 ul li .cont .a_icon {
  transition: all 0.5s;
  text-align: center;
}
.about .main .part05 ul li .cont .a_icon i {
  font-size: 60px;
  color: #fff;
}
.about .main .part05 ul li .cont h3 {
  transition: all 0.5s;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 26px;
}
.about .main .part05 ul li .cont p {
  transition: all 0.5s;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .part05 ul li .mask {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #0269b4, #80c07b);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 {
    margin-top: 130px;
  }
  .about .main .part01 .w84 .right {
    width: 14%;
  }
  .about .main .part01 .w84 .left {
    width: 76%;
  }
  .about .main .part01 .w84 .left .pt01_title h1 img {
    width: 100%;
  }
  .about .main .part01 .w84 .left .pt01_title h2 {
    font-size: 30px;
  }
  .about .main .part01 .w84 .left .pt01_content p {
    font-size: 14px;
  }
  .about .main .part01 .w84 .right .r_item p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .about .main .part01 .w84 .right .r_item h3 {
    font-size: 38px;
  }
  .about .main .part01 .w84 .right .r_item h4 {
    font-size: 38px;
  }
  .about .main .part02 {
    height: 520px;
    margin-top: 60px;
  }
  .about .main .part02 .w84 .title p {
    margin-bottom: 80px;
    font-size: 24px;
  }
  .about .main .part02 .w84 .title h3 {
    font-size: 32px;
  }
  .about .main .part03 .w84 .right h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .about .main .part03 .w84 .right p {
    font-size: 16px;
  }
  .about .main .part03 .w84 .right h4 {
    font-size: 16px;
  }
  .about .main .part03 {
    height: 720px;
  }
  .about .main .part05 ul li {
    padding: 60px 0;
  }
  .about .main .part05 ul li .cont h3 {
    margin-bottom: 30px;
  }
  .about .main .part05 ul li .cont .a_icon i {
    font-size: 48px;
  }
  .about .main .part04 .w84 .pt04_title h2 {
    font-size: 30px;
  }
  .about .main .part04 .w84 .pt04_title {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .about .main .part04 .w84 .swiper-container .swiper-wrapper .swiper-slide .f_content ul li {
    font-size: 14px;
  }
  .about .main .part04 .w84 .yuanjing .text .t1 h5 {
    line-height: 1.3;
  }
  .about .main .part04 .w84 .yuanjing .text .t1 p {
    font-size: 14px;
  }
  .about .main .part04 .w84 .yuanjing .text .t1 {
    margin-bottom: 30px;
  }
  .about .main .part04 .w84 .yuanjing .text h4 {
    margin-bottom: 30px;
  }
  .about .main .part04 .w84 .yuanjing .img {
    width: 52%;
  }
  .about .main .part04 .w84 .yuanjing .text {
    width: 42%;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 {
    margin-top: 50px;
  }
  .about .main .part01 .w84 .left .pt01_title h4 {
    margin-top: 16px;
  }
  .about .main .part01 .w84 .left {
    width: 100%;
  }
  .about .main .part01 .w84 .center {
    display: none;
  }
  .about .main .part01 .w84 .right {
    width: 100%;
    display: none;
  }
  .about .main .part01 .w84 .left .pt01_title h2 {
    font-size: 24px;
  }
  .about .main .part02 .w84 .title h3 {
    font-size: 24px;
  }
  .about .main .part02 .w84 .title p {
    font-size: 16px;
  }
  .about .main .part02 .w84 .title img {
    width: 60px;
  }
  .about .main .part02 {
    height: 420px;
  }
  .about .main .part03 {
    margin-top: 50px;
  }
  .about .main .part03 .w84 .left {
    width: 100%;
  }
  .about .main .part03 .w84 .right {
    width: 100%;
    margin-top: 40px;
  }
  .about .main .part03 .w84 .right h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .about .main .part05 ul li {
    width: 100%;
    padding: 30px 0;
  }
  .about .main .part05 ul li .cont h3 {
    margin-bottom: 16px;
    font-size: 20px;
    margin-top: 18px;
  }
  .about .main .part05 ul li .cont p {
    font-size: 16px;
  }
  .about .main .part04 .w84 .pt04_title h2 {
    font-size: 24px;
  }
  .about .main .part04 .w84 .yuanjing .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .main .part04 .w84 .yuanjing .text {
    width: 100%;
  }
  .about .main .part04 .w84 .yuanjing .text h4 {
    font-size: 24px;
  }
}
.zuzhi .main {
  background-image: url(/images/zuzhi_bg.jpg);
  background-position: top left;
  background-size: cover;
  overflow: hidden;
}
.zuzhi .main .part01 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1680px) {
  .zuzhi .main .part01 .w84 .z_content img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .zuzhi .main .part01 .w84 .z_content img {
    width: 100%;
  }
}
.shehui .main .part01 {
  margin-top: 120px;
  margin-bottom: 100px;
}
.shehui .main .part01 .w84 .title h3 {
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.shehui .main .part01 .w84 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: center;
}
.shehui .main .part01 .w84 .content {
  margin-top: 100px;
  position: relative;
}
.shehui .main .part01 .w84 .content .swiper-container {
  width: 90%;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper {
  margin-bottom: 60px;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide {
  flex-wrap: wrap;
  justify-content: flex-start;
  border-left: 1px solid #e7e7e7;
  padding-left: 30px;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt h1 {
  font-size: 30px;
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt h3 {
  font-size: 24px;
  color: #333;
  line-height: 2;
  font-weight: 400;
  text-align: left;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt p {
  font-size: 15px;
  color: #333;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
  height: 60px;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .img {
  margin-top: 50px;
  margin-bottom: 10px;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 2px;
}
.shehui .main .part01 .w84 .content .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #80c07b;
}
.shehui .main .part01 .w84 .content .btn {
  position: absolute;
  width: 100%;
  top: 50%;
}
.shehui .main .part01 .w84 .content .btn > div {
  border: 1px solid #80c07b;
  height: 60px;
  width: 30px;
  border-radius: 4px;
}
.shehui .main .part01 .w84 .content .btn > div::after {
  font-size: 18px;
  color: #80c07b;
}
@media screen and (max-width: 1440px) {
  .shehui .main .part01 .w84 .title h3 {
    font-size: 30px;
  }
  .shehui .main .part01 .w84 .title p {
    font-size: 16px;
  }
  .shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt h3 {
    font-size: 20px;
  }
  .shehui .main .part01 .w84 .content .swiper-container .swiper-wrapper .swiper-slide .txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .shehui .main .part01 {
    margin-top: 70px;
  }
  .shehui .main .part01 .w84 .title h3 {
    font-size: 24px;
  }
}
.news .main {
  background-color: #f8f8f8;
  padding-top: 120px;
}
.news .main .part02 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news .main .part02 .w84 .left {
  width: 76%;
}
.news .main .part02 .w84 .left ul li {
  margin-bottom: 36px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  position: relative;
}
.news .main .part02 .w84 .left ul li:hover::after {
  width: 100%;
}
.news .main .part02 .w84 .left ul li:hover a .img img {
  transform: scale(1.2);
  transition: all 2s ease;
}
.news .main .part02 .w84 .left ul li:hover a .text h3 {
  color: #80c07b;
  transition: all 0.5s ease;
}
.news .main .part02 .w84 .left ul li::after {
  content: "";
  width: 0%;
  height: 4px;
  display: block;
  background-color: #80c07b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s ease;
}
.news .main .part02 .w84 .left ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part02 .w84 .left ul li a .img {
  width: 29%;
  height: 0;
  padding-bottom: 230px;
  overflow: hidden;
}
.news .main .part02 .w84 .left ul li a .img img {
  width: 100%;
}
.news .main .part02 .w84 .left ul li a .text {
  margin-left: 3%;
  width: 64%;
}
.news .main .part02 .w84 .left ul li a .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.news .main .part02 .w84 .left ul li a .text p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.news .main .part02 .w84 .left ul li a .text span {
  display: block;
  margin-top: 40px;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.news .main .part02 .w84 .right {
  width: 21%;
}
.news .main .part02 .w84 .right.fl {
  position: fixed;
  top: 120px;
  right: 8%;
  width: 17.6%;
  z-index: 0;
}
.news .main .part02 .w84 .right .item {
  margin-bottom: 50px;
}
.news .main .part02 .w84 .right .item .title {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #0054a5;
}
.news .main .part02 .w84 .right .item .title h3 {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}
.news .main .part02 .w84 .right .item .box {
  border: 1px solid #dfdfdf;
}
.news .main .part02 .w84 .right .item .box ul li {
  margin: 12px;
  padding: 18px;
  transition: all 0.5s ease;
}
.news .main .part02 .w84 .right .item .box ul li:hover {
  background-color: #fff;
  box-shadow: 2px 2px 4px #d9d9d9;
}
.news .main .part02 .w84 .right .item .box ul li:hover a {
  color: #80c07b;
}
.news .main .part02 .w84 .right .item .box ul li a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.news .main .part02 .w84 .right .item .box {
  border: 1px solid #dfdfdf;
}
.news .main .part02 .w84 .right .item .box .box_sub1 {
  margin: 30px;
}
.news .main .part02 .w84 .right .item .box .box_sub1 p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news .main .part02 .w84 .left ul li a .text h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .news .main .part02 .w84 .left ul li a .text span {
    margin-top: 20px;
    font-size: 14px;
  }
  .news .main .part02 .w84 .left ul li a .img {
    padding-bottom: 200px;
  }
  .news .main .part02 .w84 .left ul li a .text p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 992px) {
  .news .main {
    padding-top: 70px;
  }
  .news .main .part02 .w84 .left {
    width: 100%;
  }
  .news .main .part02 .w84 .right {
    display: none;
  }
  .news .main .part02 .w84 .left ul li a .img {
    width: 100%;
  }
  .news .main .part02 .w84 .left ul li a .text {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 20px;
  }
}
.news_details .main {
  background-color: #f8f8f8;
}
.news_details .main .part01 {
  padding-top: 120px;
}
.news_details .main .part01 .w84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main .part01 .w84 .left {
  width: 76%;
  background-color: #fff;
  padding: 74px 64px;
  box-sizing: border-box;
}
.news_details .main .part01 .w84 .left .nd_title {
  margin-bottom: 30px;
}
.news_details .main .part01 .w84 .left .nd_title h3 {
  font-size: 34px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.news_details .main .part01 .w84 .left .nd_tool {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main .part01 .w84 .left .nd_tool p {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-right: 20px;
}
.news_details .main .part01 .w84 .left .nd_body {
  margin-top: 40px;
}
.news_details .main .part01 .w84 .left .nd_body p {
  font-size: 15px;
  color: #333;
  line-height: 2;
  font-weight: 100;
  text-align: left;
}
.news_details .main .part01 .w84 .left .nd_body img {
  width: 100%;
}
.news_details .main .part01 .w84 .left .nd_page {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_left .nd_pre {
  margin-bottom: 20px;
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_left .nd_pre a {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_left .nd_next a {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_right a {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: box-shadow 0.5s #0054a5;
  background-color: #0054a5;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  font-weight: 100;
  text-align: center;
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_right a:hover::after {
  transform: scale(1.4);
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_right a:hover::before {
  transform: scale(1.8);
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_right a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-color: #0054a5;
  z-index: -1;
  opacity: 0.4;
}
.news_details .main .part01 .w84 .left .nd_page .nd_page_right a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-color: #0054a5;
  z-index: -2;
  opacity: 0.2;
}
.news_details .main .part01 .w84 .right {
  width: 21%;
  background-color: #fff;
}
.news_details .main .part01 .w84 .right.fl {
  position: fixed;
  top: 120px;
  right: 8%;
  width: 17.6%;
  z-index: 0;
}
.news_details .main .part01 .w84 .right .item .title {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
}
.news_details .main .part01 .w84 .right .item .title h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #0054a5;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
}
.news_details .main .part01 .w84 .right .item .box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.news_details .main .part01 .w84 .right .item .box ul {
  width: 100%;
}
.news_details .main .part01 .w84 .right .item .box ul li {
  width: 100%;
  margin: 20px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main .part01 .w84 .right .item .box ul li a {
  width: 100%;
}
.news_details .main .part01 .w84 .right .item .box ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 180px;
  overflow: hidden;
}
.news_details .main .part01 .w84 .right .item .box ul li a .img img {
  width: 100%;
}
.news_details .main .part01 .w84 .right .item .box ul li a .text {
  margin-top: 30px;
}
.news_details .main .part01 .w84 .right .item .box ul li a .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 16px;
}
.news_details .main .part01 .w84 .right .item .box ul li a .text p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .part01 {
    padding-top: 100px;
  }
  .news_details .main .part01 .w84 .left .nd_title h3 {
    font-size: 24px;
  }
  .news_details .main .part01 .w84 .left .nd_tool p {
    font-size: 14px;
  }
  .news_details .main .part01 .w84 .left .nd_body p {
    font-size: 14px;
  }
  .news_details .main .part01 .w84 .right .item .title h3 {
    font-size: 20px;
    margin-top: 14px;
  }
  .news_details .main .part01 .w84 .right .item .title {
    height: 40px;
  }
  .news_details .main .part01 .w84 .right .item .box ul li a .text h3 {
    font-size: 16px;
  }
  .news_details .main .part01 .w84 .right .item .box ul li a .img {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main .part01 .w84 .left {
    width: 100%;
    padding: 24px 20px;
  }
  .news_details .main .part01 .w84 .right {
    display: none;
  }
  .news_details .main .part01 {
    padding-top: 70px;
  }
  .news_details .main .part01 .w84 .left .nd_title h3 {
    font-size: 20px;
  }
  .news_details .main .part01 .w84 .left .nd_page .nd_page_right {
    margin-top: 30px;
  }
}
.contact .main .part01 .w84 {
  position: relative;
}
.contact .main .part01 .w84 .title {
  margin-top: 120px;
  margin-bottom: 26px;
}
.contact .main .part01 .w84 .title h1 {
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .part01 .w84 .postion {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w84 .postion p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 30px;
}
.contact .main .part01 .w84 .postion p i {
  font-size: 24px;
  margin-right: 10px;
}
.contact .main .part01 .w84 .content {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w84 .content .item {
  width: 48%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w84 .content .item::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #80c07b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.contact .main .part01 .w84 .content .item:hover {
  padding: 20px 30px;
}
.contact .main .part01 .w84 .content .item:hover::after {
  width: 100%;
}
.contact .main .part01 .w84 .content .item:hover .left i {
  color: #fff;
}
.contact .main .part01 .w84 .content .item:hover .left h3 {
  color: #fff;
}
.contact .main .part01 .w84 .content .item:hover .left h4 {
  color: #fff;
}
.contact .main .part01 .w84 .content .item:hover .right i {
  color: #fff;
}
.contact .main .part01 .w84 .content .item .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w84 .content .item .left i {
  font-size: 30px;
  margin-right: 10px;
}
.contact .main .part01 .w84 .content .item .left h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 16px;
}
.contact .main .part01 .w84 .content .item .left h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .part01 .w84 .content .item .right i {
  font-size: 24px;
}
.contact .main .part02 {
  background-image: url(/images/message.jpg);
  overflow: hidden;
  padding-bottom: 100px;
  background-repeat: no-repeat;
}
.contact .main .part02 .w84 {
  background-color: #fff;
  padding: 0 40px 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px #dcdcdc;
}
.contact .main .part02 .w84 .title {
  margin-top: 100px;
  padding-top: 50px;
}
.contact .main .part02 .w84 .title h3 {
  font-size: 26px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact .main .part02 .w84 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 .w84 .i_content {
  margin-top: 60px;
}
.contact .main .part02 .w84 .i_content .i_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w84 .i_content .i_top .i_item {
  width: 32%;
  background-color: #f8f8f8;
}
.contact .main .part02 .w84 .i_content .i_top .i_item input {
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
  background-color: #f8f8f8;
}
.contact .main .part02 .w84 .i_content .i_bottom {
  margin-top: 20px;
}
.contact .main .part02 .w84 .i_content .i_bottom textarea {
  width: 100%;
  height: 300px;
  background-color: #f8f8f8;
  padding: 20px;
  color: #333;
  font-size: 15px;
}
.contact .main .part02 .w84 .i_content .i_tijiao {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w84 .i_content .i_tijiao button {
  width: 200px;
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
  background-color: #0054a5;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w84 .i_content .i_tijiao button#cz {
  background-color: #80c07b;
}
.contact .main .part03 {
  margin-bottom: 120px;
}
.contact .main .part03 .w84 .dateSelect {
  line-height: 80px;
  width: 100%;
  background-color: #80c07b;
}
.contact .main .part03 .w84 .dateSelect ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part03 .w84 .dateSelect ul li {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  margin: 0 40px;
}
.contact .main .part03 .w84 .dateSelect ul li.active {
  font-weight: bold;
  font-size: 20px;
}
.contact .main .part03 .w84 .baogaoList .listItem {
  display: none;
}
.contact .main .part03 .w84 .baogaoList .listItem.active {
  display: block;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li {
  line-height: 120px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #80c07b;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.contact .main .part03 .w84 .baogaoList .listItem ul li:hover::before {
  width: 100%;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li:hover a .box1 p {
  color: #80c07b;
  font-size: 20px;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li:hover a .box2 p {
  color: #80c07b;
  font-size: 20px;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li:hover a .box3 i {
  background: url(../images/xiazai_hover.png) no-repeat center;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 3%;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 p {
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  padding-left: 14px;
  transition: all 0.5s;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 {
  width: 15%;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 p {
  font-size: 18px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
  transition: all 0.5s;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li a .box3 {
  width: 8%;
}
.contact .main .part03 .w84 .baogaoList .listItem ul li a .box3 i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/xiazai.png) no-repeat center;
}
.contact .main .ditu {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.contact .main .ditu .w84 {
  padding: 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  box-shadow: 1px 1px 10px #252525;
}
.contact .main .ditu .w84 .close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 6;
  width: 40px;
  height: 40px;
  background-color: #80c07b;
  border-radius: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.contact .main .ditu .w84 .close img {
  width: 20px;
  display: inline;
}
@media screen and (max-width: 1440px) {
  .contact .main .part01 .w84 .title h1 {
    font-size: 30px;
  }
  .contact .main .part01 .w84 .content .item .left h3 {
    font-size: 16px;
  }
  .contact .main .part01 .w84 .content .item .left i {
    font-size: 24px;
  }
  .contact .main .part01 .w84 .content .item:nth-of-type(4) .left i {
    font-size: 20px;
  }
  .contact .main .part01 .w84 .content .item .right i {
    font-size: 18px;
  }
  .contact .main .part02 .w84 .title h3 {
    font-size: 24px;
  }
  .contact .main .part02 .w84 .title p {
    font-size: 16px;
  }
  .contact .main .part02 .w84 .i_content .i_bottom textarea {
    height: 240px;
  }
  .contact .main .part02 .w84 .i_content .i_tijiao button {
    line-height: 48px;
  }
  .contact .main .part03 .w84 .dateSelect {
    line-height: 64px;
  }
  .contact .main .part03 .w84 .dateSelect ul li.active {
    font-size: 18px;
  }
  .contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 p {
    font-size: 16px;
  }
  .contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 p {
    font-size: 16px;
  }
  .contact .main .part03 .w84 .baogaoList .listItem ul li {
    line-height: 90px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .part01 .w84 .title {
    margin-top: 70px;
  }
  .contact .main .part01 .w84 .title h1 {
    font-size: 22px;
  }
  .contact .main .part01 .w84 .postion p {
    font-size: 16px;
  }
  .contact .main .part01 .w84 .postion p:nth-of-type(2) {
    margin-top: 20px;
  }
  .contact .main .part01 .w84 .content .item {
    width: 100%;
  }
  .contact .main .part02 .w84 .title h3 {
    font-size: 20px;
  }
  .contact .main .part02 .w84 .title p {
    line-height: 1.5;
  }
  .contact .main .part02 .w84 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w84 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
  .contact .main .part03 .w84 .dateSelect ul {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .contact .main .part03 .w84 .dateSelect ul li {
    margin: 0;
  }
  .contact .main .part03 .w84 .baogaoList .listItem ul li a .box2 {
    display: none;
  }
  .contact .main .part03 .w84 .baogaoList .listItem ul li a .box3 {
    display: none;
  }
  .contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 {
    width: 100%;
  }
  .contact .main .part03 .w84 .baogaoList .listItem ul li a .box1 p {
    font-size: 15px;
  }
}
.chanye .main .part01 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  width: 100%;
  background-image: url(/images/main_bg2.jpg);
}
.chanye .main .part01 .e84 .title {
  margin-bottom: 80px;
}
.chanye .main .part01 .e84 .title h3 {
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.chanye .main .part01 .e84 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 30px;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide {
  height: 450px;
  overflow: hidden;
  padding-left: 8.35vw;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  width: 0;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 70vw !important;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
  width: 70vw !important;
  padding-left: 6vw;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .sw .img img {
  filter: grayscale(80%) opacity(0.6);
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
  width: 50%;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img img {
  width: 100%;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
  width: 44%;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h5 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 40px;
  background-color: #80c07b;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #0054a5;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a i {
  margin-left: 10px;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination {
  margin-top: 80px;
  width: 100%;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #80c07b;
  position: absolute;
  top: 50%;
  left: 0;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span {
  margin-top: 0px;
  position: relative;
  z-index: 3;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #80c07b;
  border-radius: 6px;
  background-color: #fff;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #80c07b;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span::after {
  opacity: 0.3;
  display: block;
  width: 260px;
  position: absolute;
  left: 0;
  bottom: 30px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span::before {
  opacity: 0.3;
  display: block;
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::after {
  content: "海洋牧场生态养殖";
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::before {
  content: "01";
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::after {
  content: "水产品加工出口及精深加工";
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::before {
  content: "02";
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::after {
  content: "保税物流";
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::before {
  content: "03";
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::after {
  content: "休闲渔业";
}
.chanye .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::before {
  content: "04";
}
.chanye .main .part02 {
  overflow: hidden;
  background-image: linear-gradient(to right, #0269b4, #80c07b);
}
.chanye .main .part02 .w84 .title {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye .main .part02 .w84 .title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye .main .part02 .w84 .title p {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye .main .part02 .w84 .title p img {
  width: 30px;
  animation: upDown2 2s linear infinite;
}
.chanye .main .part02 .w84 .list {
  margin-top: 70px;
  overflow: hidden;
  height: 440px;
  margin-bottom: 120px;
  transition: all 4s ease;
}
.chanye .main .part02 .w84 .list.active {
  height: 1760px;
}
.chanye .main .part02 .w84 .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.chanye .main .part02 .w84 .list ul li {
  width: 25%;
  height: 440px;
  border-left: 1px solid #ffffff30;
  box-sizing: border-box;
  padding: 0 30px 10px;
  position: relative;
}
.chanye .main .part02 .w84 .list ul li:hover a .t5 {
  background-color: #80c07b;
  padding: 0 20px;
}
.chanye .main .part02 .w84 .list ul li:nth-of-type(4n) {
  border-right: 1px solid #ffffff30;
}
.chanye .main .part02 .w84 .list ul li a .t2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.chanye .main .part02 .w84 .list ul li a .t2 img {
  margin-right: 6px;
}
.chanye .main .part02 .w84 .list ul li a .t2 h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye .main .part02 .w84 .list ul li a .t3 h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye .main .part02 .w84 .list ul li a .t4 {
  margin-top: 30px;
}
.chanye .main .part02 .w84 .list ul li a .t4 p {
  font-size: 15px;
  color: #ffffff80;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.chanye .main .part02 .w84 .list ul li a .t5 {
  border: 1px solid #ffffff30;
  width: 180px;
  position: absolute;
  bottom: 100px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
}
.chanye .main .part02 .w84 .list ul li a .t5 p {
  font-size: 15px;
  color: #fff;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}
.chanye .main .part02 .w84 .list ul li a .t5 i {
  color: #fff;
}
.chanye .main .part02 .w84 .list ul li a .t6 {
  width: calc(100% - 60px);
  height: 1px;
  background-color: #ffffff30;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.chanye .main .part03 {
  margin-bottom: 100px;
}
.chanye .main .part03 .w84 .title {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye .main .part03 .w84 .title h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye .main .part03 .w84 .title p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye .main .part03 .w84 .title p img {
  width: 30px;
  animation: upDown2 2s linear infinite;
}
.chanye .main .part03 .video {
  margin-top: 40px;
}
.chanye .main .part03 .video ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.chanye .main .part03 .video ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 30px;
  cursor: pointer;
}
.chanye .main .part03 .video ul li .top {
  width: 100%;
  position: relative;
}
.chanye .main .part03 .video ul li .top .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chanye .main .part03 .video ul li .top .mask h3 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye .main .part03 .video ul li .top .mask h3 img {
  width: 100px;
}
.chanye .main .part03 .video ul li .top .mask .v_img {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.chanye .main .part03 .video ul li .top .video_box {
  width: 100%;
}
.chanye .main .part03 .video ul li .top .video_box video {
  width: 100%;
}
.chanye .main .part03 .video ul li .bottom {
  margin-top: 14px;
}
.chanye .main .part03 .video ul li .bottom h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .chanye .main .part01 {
    padding-top: 70px;
  }
  .chanye .main .part01 .e84 .title h3 {
    font-size: 24px;
  }
  .chanye .main .part01 .e84 .title p {
    font-size: 16px;
  }
  .chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
    width: 100%;
  }
  .chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
    width: 100%;
  }
  .chanye .main .part01 .e84 .show .w84 .swiper-pagination {
    display: none;
  }
  .chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
    font-size: 20px;
  }
  .chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 90% !important;
  }
  .chanye .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
    margin-bottom: 30px;
  }
  .chanye .main .part03 .video ul li {
    width: 100%;
  }
  .chanye .main .part02 .w84 .title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .chanye .main .part02 .w84 .list ul li {
    width: 100%;
  }
  .chanye .main .part02 .w84 .list.active {
    height: auto;
  }
}
.chanye2 .main .part01 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  width: 100%;
  background-image: url(/images/main_bg3.jpg);
}
.chanye2 .main .part01 .e84 .title {
  margin-bottom: 80px;
}
.chanye2 .main .part01 .e84 .title h3 {
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.chanye2 .main .part01 .e84 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 30px;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide {
  height: 450px;
  overflow: hidden;
  padding-left: 8.35vw;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  width: 0;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 70vw !important;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
  width: 70vw !important;
  padding-left: 6vw;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .sw .img img {
  filter: grayscale(80%) opacity(0.6);
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
  width: 50%;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img img {
  width: 100%;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
  width: 44%;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h5 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 40px;
  background-color: #80c07b;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #0054a5;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a i {
  margin-left: 10px;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination {
  margin-top: 80px;
  width: 100%;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #80c07b;
  position: absolute;
  top: 50%;
  left: 0;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span {
  margin-top: 0px;
  position: relative;
  z-index: 3;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #80c07b;
  border-radius: 6px;
  background-color: #fff;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #80c07b;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span::after {
  opacity: 0.3;
  display: block;
  width: 260px;
  position: absolute;
  left: 0;
  bottom: 30px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span::before {
  opacity: 0.3;
  display: block;
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::after {
  content: "免疫技术平台";
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::before {
  content: "01";
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::after {
  content: "质谱技术平台";
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::before {
  content: "02";
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::after {
  content: "分子技术平台";
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::before {
  content: "03";
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::after {
  content: "第三方医学检验实验室";
}
.chanye2 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::before {
  content: "04";
}
.chanye2 .main .part02 {
  overflow: hidden;
  background-image: linear-gradient(to right, #0269b4, #80c07b);
}
.chanye2 .main .part02 .w84 .title {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye2 .main .part02 .w84 .title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye2 .main .part02 .w84 .title p {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye2 .main .part02 .w84 .title p img {
  width: 30px;
  animation: upDown2 2s linear infinite;
}
.chanye2 .main .part02 .w84 .list {
  margin-top: 70px;
  overflow: hidden;
  height: 440px;
  margin-bottom: 120px;
  transition: all 4s ease;
}
.chanye2 .main .part02 .w84 .list.active {
  height: 880px;
}
.chanye2 .main .part02 .w84 .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.chanye2 .main .part02 .w84 .list ul li {
  width: 25%;
  height: 440px;
  border-left: 1px solid #ffffff30;
  box-sizing: border-box;
  padding: 0 30px 10px;
  position: relative;
}
.chanye2 .main .part02 .w84 .list ul li:nth-of-type(4n) {
  border-right: 1px solid #ffffff30;
}
.chanye2 .main .part02 .w84 .list ul li:hover a .t5 {
  background-color: #80c07b;
  padding: 0 20px;
}
.chanye2 .main .part02 .w84 .list ul li a .t2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.chanye2 .main .part02 .w84 .list ul li a .t2 img {
  margin-right: 6px;
}
.chanye2 .main .part02 .w84 .list ul li a .t2 h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye2 .main .part02 .w84 .list ul li a .t3 h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye2 .main .part02 .w84 .list ul li a .t4 {
  margin-top: 30px;
}
.chanye2 .main .part02 .w84 .list ul li a .t4 p {
  font-size: 15px;
  color: #ffffff80;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.chanye2 .main .part02 .w84 .list ul li a .t5 {
  border: 1px solid #ffffff30;
  width: 180px;
  position: absolute;
  bottom: 100px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
}
.chanye2 .main .part02 .w84 .list ul li a .t5 p {
  font-size: 15px;
  color: #fff;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}
.chanye2 .main .part02 .w84 .list ul li a .t5 i {
  color: #fff;
}
.chanye2 .main .part02 .w84 .list ul li a .t6 {
  width: calc(100% - 60px);
  height: 1px;
  background-color: #ffffff30;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.chanye2 .main .part03 {
  margin-bottom: 100px;
}
.chanye2 .main .part03 .w84 .title {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye2 .main .part03 .w84 .title h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye2 .main .part03 .w84 .title p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye2 .main .part03 .w84 .title p img {
  width: 30px;
  animation: upDown2 2s linear infinite;
}
.chanye2 .main .part03 .video {
  margin-top: 40px;
}
.chanye2 .main .part03 .video ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.chanye2 .main .part03 .video ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 30px;
  cursor: pointer;
}
.chanye2 .main .part03 .video ul li .top {
  width: 100%;
  position: relative;
}
.chanye2 .main .part03 .video ul li .top .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chanye2 .main .part03 .video ul li .top .mask h3 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye2 .main .part03 .video ul li .top .mask h3 img {
  width: 100px;
}
.chanye2 .main .part03 .video ul li .top .mask .v_img {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.chanye2 .main .part03 .video ul li .top .video_box {
  width: 100%;
}
.chanye2 .main .part03 .video ul li .top .video_box video {
  width: 100%;
}
.chanye2 .main .part03 .video ul li .bottom {
  margin-top: 14px;
}
.chanye2 .main .part03 .video ul li .bottom h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .chanye2 .main .part01 {
    padding-top: 70px;
  }
  .chanye2 .main .part01 .e84 .title h3 {
    font-size: 24px;
  }
  .chanye .main .part01 .e84 .title p {
    font-size: 16px;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
    width: 100%;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
    width: 100%;
  }
  .chanye2 .main .part01 .e84 .show .w84 .swiper-pagination {
    display: none;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
    font-size: 20px;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 90% !important;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
    margin-bottom: 30px;
  }
  .chanye2 .main .part03 .video ul li {
    width: 100%;
  }
  .chanye2 .main .part02 .w84 .title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .chanye2 .main .part02 .w84 .list ul li {
    width: 100%;
  }
  .chanye2 .main .part02 .w84 .list.active {
    height: auto;
  }
  .chanye2 .main .part01 .e84 .title p {
    font-size: 16px;
  }
  .chanye2 .main .part02 .w84 .list ul li a .t3 h2 {
    font-size: 20px;
  }
  .chanye2 .main .part02 .w84 .list ul li a .t2 h4 {
    font-size: 16px;
  }
}
.chanye3 .main .part01 {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  width: 100%;
  background-image: url(/images/main_bg3.jpg);
}
.chanye3 .main .part01 .e84 .title {
  margin-bottom: 80px;
}
.chanye3 .main .part01 .e84 .title h3 {
  font-size: 38px;
  color: #0054a5;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.chanye3 .main .part01 .e84 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 30px;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide {
  height: 450px;
  overflow: hidden;
  padding-left: 8.35vw;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  width: 0;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 70vw !important;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
  width: 70vw !important;
  padding-left: 6vw;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .sw .img img {
  filter: grayscale(80%) opacity(0.6);
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
  width: 50%;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img img {
  width: 100%;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
  width: 44%;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h5 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 40px;
  background-color: #80c07b;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a {
  display: inline-block;
  padding: 12px 40px;
  background-color: #0054a5;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.chanye3 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text a i {
  margin-left: 10px;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination {
  margin-top: 80px;
  width: 100%;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #80c07b;
  position: absolute;
  top: 50%;
  left: 0;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span {
  margin-top: 0px;
  position: relative;
  z-index: 3;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #80c07b;
  border-radius: 6px;
  background-color: #fff;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #80c07b;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span::after {
  opacity: 0.3;
  display: block;
  width: 260px;
  position: absolute;
  left: 0;
  bottom: 30px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span::before {
  opacity: 0.3;
  display: block;
  width: 200px;
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::after {
  content: "免疫技术平台";
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(1)::before {
  content: "01";
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::after {
  content: "质谱技术平台";
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(2)::before {
  content: "02";
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::after {
  content: "分子技术平台";
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(3)::before {
  content: "03";
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::after {
  content: "第三方医学检验实验室";
}
.chanye3 .main .part01 .e84 .show .w84 .swiper-pagination span:nth-of-type(4)::before {
  content: "04";
}
.chanye3 .main .part02 {
  background-color: #f8f8f8;
  padding-top: 0px;
  padding-bottom: 100px;
  overflow: hidden;
  width: 100%;
  background-image: url(/images/main_bg4.jpg);
  background-size: 100%;
}
.chanye3 .main .part02 .w84 .title {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye3 .main .part02 .w84 .title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye3 .main .part02 .w84 .title p {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye3 .main .part02 .w84 .title p img {
  width: 30px;
  animation: upDown2 2s linear infinite;
}
.chanye3 .main .part02 .w84 .list {
  margin-top: 70px;
  overflow: hidden;
  height: 440px;
  margin-bottom: 120px;
  transition: all 4s ease;
}
.chanye3 .main .part02 .w84 .list.active {
  height: auto;
}
.chanye3 .main .part02 .w84 .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.chanye3 .main .part02 .w84 .list ul li {
  width: 25%;
  height: 440px;
  border-left: 1px solid #33333330;
  box-sizing: border-box;
  padding: 0 30px 10px;
  position: relative;
}
.chanye3 .main .part02 .w84 .list ul li:nth-of-type(4n) {
  border-right: 1px solid #33333330;
}
.chanye3 .main .part02 .w84 .list ul li:nth-last-of-type(1) {
  border-right: 1px solid #33333330;
  padding-right: 1px;
}
.chanye3 .main .part02 .w84 .list ul li:hover a .t5 {
  background-color: #80c07b;
  padding: 0 20px;
}
.chanye3 .main .part02 .w84 .list ul li:hover a .t5 p {
  color: #fff;
}
.chanye3 .main .part02 .w84 .list ul li:hover a .t5 i {
  color: #fff;
}
.chanye3 .main .part02 .w84 .list ul li a .t2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.chanye3 .main .part02 .w84 .list ul li a .t2 img {
  margin-right: 6px;
}
.chanye3 .main .part02 .w84 .list ul li a .t2 h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye3 .main .part02 .w84 .list ul li a .t3 h2 {
  font-size: 24px;
  color: #80c07b;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye3 .main .part02 .w84 .list ul li a .t4 {
  margin-top: 30px;
}
.chanye3 .main .part02 .w84 .list ul li a .t4 p {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.chanye3 .main .part02 .w84 .list ul li a .t5 {
  border: 1px solid #33333330;
  width: 180px;
  position: absolute;
  bottom: 100px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
}
.chanye3 .main .part02 .w84 .list ul li a .t5 p {
  font-size: 15px;
  color: #333;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}
.chanye3 .main .part02 .w84 .list ul li a .t5 i {
  color: #333;
}
.chanye3 .main .part02 .w84 .list ul li a .t6 {
  width: calc(100% - 60px);
  height: 1px;
  background-color: #33333330;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.chanye3 .main .part03 {
  margin-bottom: 100px;
}
.chanye3 .main .part03 .w84 .title {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.chanye3 .main .part03 .w84 .title h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.chanye3 .main .part03 .w84 .title p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye3 .main .part03 .w84 .title p img {
  width: 30px;
  animation: upDown2 2s linear infinite;
}
.chanye3 .main .part03 .video {
  margin-top: 40px;
}
.chanye3 .main .part03 .video ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.chanye3 .main .part03 .video ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 30px;
  cursor: pointer;
}
.chanye3 .main .part03 .video ul li .top {
  width: 100%;
  position: relative;
}
.chanye3 .main .part03 .video ul li .top .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chanye3 .main .part03 .video ul li .top .mask h3 {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.chanye3 .main .part03 .video ul li .top .mask h3 img {
  width: 100px;
}
.chanye3 .main .part03 .video ul li .top .mask .v_img {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.chanye3 .main .part03 .video ul li .top .video_box {
  width: 100%;
}
.chanye3 .main .part03 .video ul li .top .video_box video {
  width: 100%;
}
.chanye3 .main .part03 .video ul li .bottom {
  margin-top: 14px;
}
.chanye3 .main .part03 .video ul li .bottom h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .chanye2 .main .part01 {
    padding-top: 70px;
  }
  .chanye2 .main .part01 .e84 .title h3 {
    font-size: 24px;
  }
  .chanye .main .part01 .e84 .title p {
    font-size: 16px;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text {
    width: 100%;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .img {
    width: 100%;
  }
  .chanye2 .main .part01 .e84 .show .w84 .swiper-pagination {
    display: none;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3 {
    font-size: 20px;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 90% !important;
  }
  .chanye2 .main .part01 .e84 .show .swiper-container .swiper-wrapper .swiper-slide .sw .text h3::after {
    margin-bottom: 30px;
  }
  .chanye2 .main .part03 .video ul li {
    width: 100%;
  }
  .chanye2 .main .part02 .w84 .title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .chanye2 .main .part02 .w84 .list ul li {
    width: 100%;
  }
  .chanye2 .main .part02 .w84 .list.active {
    height: auto;
  }
  .chanye2 .main .part01 .e84 .title p {
    font-size: 16px;
  }
  .chanye2 .main .part02 .w84 .list ul li a .t3 h2 {
    font-size: 20px;
  }
  .chanye2 .main .part02 .w84 .list ul li a .t2 h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w84 {
    width: 90%;
  }
}
