header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 100px;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s ease;
}
header > div {
  line-height: inherit;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 46%;
}
header > div .logo .logo_img {
  margin-right: 20px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 4px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 32px;
}
header > div .logo .logo_img a span {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header > div .logo .logo_img:nth-of-type(2) {
  margin-bottom: 0px;
}
header > div .logo .logo_img:nth-of-type(2) a img {
  margin-right: 10px;
}
header > div nav {
  width: 54%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 140px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 15%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #850404;
}
header > div nav ul li:hover a {
  color: #fff !important;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #f6f6f6;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #850404;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 100px;
  padding-left: 20px;
}
header > div nav .tool > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > a img {
  width: 30px;
}
header > div nav .tool > a h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
header.active {
  background-color: #ffffff;
  border-bottom: 1px solid #dfdfdf;
}
header.active > div .logo .logo_img a span {
  color: #333;
}
header.active > div nav ul li a {
  color: #333;
}
header.active > div nav .tool a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #850404;
  overflow: hidden;
}
header.active > div nav .tool a h3 {
  color: #333;
}
header.active::after {
  display: none;
}
header::after {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 1440px) {
  header {
    height: 90px;
    line-height: 90px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div .logo .logo_img a span {
    font-size: 18px;
  }
  header > div .logo .logo_img a img {
    width: 26px;
    height: 24px;
  }
  header > div .logo .logo_img {
    height: 28px;
    line-height: 28px;
  }
  header > div .logo .logo_img:nth-of-type(2) a img {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  width: 100%;
  height: 580px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-image: url(/images/footer_bg.jpg);
  background-position: top center;
  background-size: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
footer .top .w80 .top_sub1 {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .left .img {
  display: none;
}
footer .top .w80 .top_sub1 .left .img img {
  width: initial;
}
footer .top .w80 .top_sub1 .left .text {
  margin-left: 0px;
}
footer .top .w80 .top_sub1 .left .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "Avan";
}
footer .top .w80 .top_sub1 .left .text p {
  margin-top: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
  letter-spacing: 3px;
}
footer .top .w80 .top_sub1 .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .right ul li {
  margin: 0 40px;
  padding-left: 10px;
  position: relative;
}
footer .top .w80 .top_sub1 .right ul li::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .top .w80 .top_sub1 .right ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .top_sub2 {
  margin-top: 110px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub2 .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub2 .left .l_sub1 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
footer .top .w80 .top_sub2 .left .l_sub1 h3 span {
  font-weight: 700;
}
footer .top .w80 .top_sub2 .left .l_sub2 {
  margin-left: 30px;
}
footer .top .w80 .top_sub2 .left .l_sub2 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
footer .top .w80 .top_sub2 .left .l_sub2 h3 span {
  font-weight: 700;
}
footer .top .w80 .top_sub2 .center h3 {
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "Avan";
  margin-bottom: 8px;
}
footer .top .w80 .top_sub2 .center p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.3;
}
footer .top .w80 .top_sub2 .right img {
  width: initial;
}
footer .top .w80 .top_sub2 .right p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .bottom {
  background-color: #5b0000;
}
footer .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
footer .bottom .w80 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  footer .top {
    height: 420px;
  }
  footer .top .w80 .top_sub1 {
    padding-bottom: 30px;
  }
  footer .top .w80 .top_sub1 .right ul li {
    margin: 0 20px;
  }
  footer .top .w80 .top_sub2 {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  footer .top .w80 .top_sub2 .right img {
    width: 100px;
  }
  footer .top .w80 .top_sub2 .right p {
    font-size: 14px;
  }
  footer .top .w80 .top_sub2 .center h3 {
    font-size: 26px;
  }
  footer .top .w80 .top_sub2 .center p {
    font-size: 12px;
  }
  footer .top .w80 .top_sub2 .left .l_sub1 h3 {
    font-size: 16px;
  }
  footer .top .w80 .top_sub2 .left .l_sub2 h3 {
    font-size: 16px;
  }
  footer .top .w80 .top_sub1 .left .img img {
    width: 80px;
  }
  footer .top .w80 .top_sub1 .left .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  footer .top .w80 .top_sub1 .left .text p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  footer .bottom .w80 .left a {
    font-size: 14px;
  }
  footer .bottom .w80 .right a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .top_sub2 .left .l_sub2 {
    margin-left: 0;
  }
  footer .top .w80 .top_sub1 .right {
    display: none;
  }
  footer .top .w80 .top_sub1 .left .img img {
    width: 62px;
  }
  footer .top .w80 .top_sub1 .left .text h3 {
    font-size: 20px;
  }
  footer .top .w80 .top_sub1 .left .text p {
    letter-spacing: 0;
  }
  footer .top .w80 .top_sub1 .left .text {
    margin-left: 6px;
  }
  footer .top .w80 .top_sub2 .center {
    display: none;
  }
  footer .top .w80 .top_sub2 {
    position: relative;
  }
  footer .top .w80 .top_sub2 .right {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer .bottom .w80 .left {
    display: none;
  }
}
@keyframes quanRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.index .part01 {
  background-image: url(/images/part01_bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.index .part01 .w80 {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .left {
  width: 38%;
  height: 516px;
  position: relative;
}
.index .part01 .w80 .left .l_item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transform: translateY(60px);
}
.index .part01 .w80 .left .l_item.active {
  opacity: 1;
  z-index: 6;
  transform: translateY(0px);
  transition: all 1.2s ease;
}
.index .part01 .w80 .left .l_item .title {
  position: relative;
}
.index .part01 .w80 .left .l_item .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.index .part01 .w80 .left .l_item .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w80 .left .l_item .title .jt {
  background-color: #850404;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: -100px;
}
.index .part01 .w80 .left .l_item .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.3;
}
.index .part01 .w80 .left .l_item .title .jt i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.index .part01 .w80 .left .l_item .text {
  margin-top: 30px;
}
.index .part01 .w80 .left .l_item .text p {
  font-size: 24px;
  color: #000;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
}
.index .part01 .w80 .left .l_item .ptPro {
  margin-top: 120px;
}
.index .part01 .w80 .left .l_item .ptPro h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 24px;
}
.index .part01 .w80 .left .l_item .ptPro ul {
  background-color: #850404;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .left .l_item .ptPro ul li {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.index .part01 .w80 .left .l_item .ptPro ul li:hover .img {
  border: 2px solid #ffffff;
}
.index .part01 .w80 .left .l_item .ptPro ul li:hover .img img {
  width: 200%;
}
.index .part01 .w80 .left .l_item .ptPro ul li:nth-of-type(6n) {
  margin-right: 0;
}
.index .part01 .w80 .left .l_item .ptPro ul li:nth-of-type(n + 7) {
  margin-bottom: 0;
}
.index .part01 .w80 .left .l_item .ptPro ul li .img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}
.index .part01 .w80 .left .l_item .ptPro ul li .img img {
  width: 160%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.index .part01 .w80 .right {
  right: 0;
  top: 0;
  height: 980px;
}
.index .part01 .w80 .right .q1 {
  position: absolute;
  height: 1200px;
  width: 1200px;
  right: -310px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #850404;
}
.index .part01 .w80 .right .q1 .q2 {
  position: absolute;
  height: 700px;
  width: 700px;
  right: 230px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}
.index .part01 .w80 .right .q1 .q2 .q3 {
  position: absolute;
  height: 520px;
  width: 520px;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(133, 4, 4, 0.12);
}
.index .part01 .w80 .right .q1 .q2 .q3 .q4 {
  position: absolute;
  height: 230px;
  width: 230px;
  right: 135px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #850404;
  overflow: hidden;
}
.index .part01 .w80 .right .q1 .q2 .q3 .q4 .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index .part01 .w80 .right .q1 .q2 .q3 .q4 .img img {
  width: initial;
}
.index .part01 .w80 .right .proImg {
  position: absolute;
  z-index: 7;
  right: 570px;
  top: 50%;
  transform: translateY(-50%);
}
.index .part01 .w80 .right .proChange {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 546px;
}
.index .part01 .w80 .right .proChange .r_jiantou {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 214px;
  background-image: url(/images/jt_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.index .part01 .w80 .right .proChange .r_jiantou .p_more {
  width: 40px;
  height: 40px;
  background-color: #850404;
  border-radius: 50%;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.index .part01 .w80 .right .proChange .r_jiantou .p_more i {
  font-size: 12px;
  color: #fff;
}
.index .part01 .w80 .right .proChange .r_text {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.index .part01 .w80 .right .proChange .r_text .t_item {
  margin-bottom: 106px;
  opacity: 0.4;
  transition: all 0.5s ease;
  cursor: pointer;
}
.index .part01 .w80 .right .proChange .r_text .t_item:nth-of-type(2) {
  margin-bottom: 0;
}
.index .part01 .w80 .right .proChange .r_text .t_item.active {
  opacity: 1;
}
.index .part01 .w80 .right .proChange .r_text .t_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .right .proChange .r_text .t_item a .img {
  width: 56px;
  height: 56px;
  background-color: #850404;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .right .proChange .r_text .t_item a .img img {
  width: initial;
}
.index .part01 .w80 .right .proChange .r_text .t_item a .txt h3 {
  font-size: 24px;
  color: #850404;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 {
  width: 100%;
  height: 920px;
  overflow: hidden;
  position: relative;
}
.index .part02::after {
  display: block;
  content: "";
  width: 110%;
  height: 110%;
  background-image: url(/images/part02_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -5%;
  left: -5%;
  filter: url(#water);
}
.index .part02 .w80 {
  height: inherit;
  position: relative;
  z-index: 6;
}
.index .part02 .w80 .title {
  position: relative;
  left: 50%;
  margin-top: 110px;
  transform: translateX(-50%);
  display: inline-block;
}
.index .part02 .w80 .title p {
  font-size: 24px;
  color: #d10707;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.index .part02 .w80 .title h3 {
  font-size: 42px;
  color: #d10707;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 .w80 .title .jt {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: -100px;
}
.index .part02 .w80 .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}
.index .part02 .w80 .title .jt i {
  font-size: 20px;
  font-weight: 700;
  color: #d10707;
}
.index .part02 .w80 .content {
  margin-top: 30px;
  width: 100%;
  height: 510px;
}
.index .part02 .w80 .content h4 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-bottom: 86px;
}
.index .part02 .w80 .content ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .content ul li {
  width: 20%;
  height: 500px;
  position: relative;
  cursor: crosshair;
}
.index .part02 .w80 .content ul li.active .top {
  opacity: 1;
  top: 0;
}
.index .part02 .w80 .content ul li.active .bottom {
  height: 290px;
  background-color: #ffffff;
}
.index .part02 .w80 .content ul li.active .bottom .p02_icon .img {
  width: 0;
  height: 0;
}
.index .part02 .w80 .content ul li.active .bottom .line {
  opacity: 1;
  margin-top: 20px;
}
.index .part02 .w80 .content ul li.active .bottom .p02_title {
  margin-top: 20px;
}
.index .part02 .w80 .content ul li.active .bottom .p02_txt p {
  opacity: 1;
}
.index .part02 .w80 .content ul li .top {
  width: 100%;
  height: 250px;
  background-image: url(/images/part02_item_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 200px 200px 0 0;
  position: absolute;
  top: 110px;
  opacity: 0;
  text-align: center;
  transition: all 0.8s linear;
}
.index .part02 .w80 .content ul li .top .img {
  display: inline-block;
  margin-top: 70px;
}
.index .part02 .w80 .content ul li .bottom {
  border-radius: 50px 50px 200px 200px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 30px;
  box-sizing: border-box;
  overflow: hidden;
  height: 360px;
  position: absolute;
  bottom: 0;
  transition: all 0.8s linear;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}
.index .part02 .w80 .content ul li .bottom .p02_icon {
  width: 100%;
}
.index .part02 .w80 .content ul li .bottom .p02_icon .img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.8s linear;
}
.index .part02 .w80 .content ul li .bottom .p02_icon .img img {
  width: 100%;
}
.index .part02 .w80 .content ul li .bottom .p02_title {
  margin-top: 20px;
  transition: all 0.8s linear;
  width: 100%;
}
.index .part02 .w80 .content ul li .bottom .p02_title h3 {
  font-size: 22px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part02 .w80 .content ul li .bottom .line {
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #850404;
  opacity: 0;
  margin-top: 0px;
  transition: all 0.8s linear;
}
.index .part02 .w80 .content ul li .bottom .p02_txt {
  margin-top: 20px;
}
.index .part02 .w80 .content ul li .bottom .p02_txt p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  opacity: 0.7;
  transition: all 0.8s linear;
}
.index .part02 .w80 .content ul li .bottom .jt_more {
  margin-top: 48px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d10707;
  line-height: 40px;
  text-align: center;
  margin: 46px auto 0px;
}
.index .part02 .w80 .content ul li .bottom .jt_more i {
  font-size: 12px;
  color: #fff;
}
.index .part03 {
  width: 100%;
  overflow: hidden;
}
.index .part03 .title {
  position: relative;
  left: 50%;
  margin-top: 140px;
  transform: translateX(-50%);
  display: inline-block;
}
.index .part03 .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.index .part03 .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .title .jt {
  background-color: #850404;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: -100px;
}
.index .part03 .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.3;
}
.index .part03 .title .jt i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.index .part03 .content {
  margin-top: 30px;
  width: 100%;
  height: 800px;
  background-image: url(/images/part03_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
.index .part03 .content > a > h3 {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
}
.index .part03 .content .course {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 6;
}
.index .part03 .content .course .item {
  position: relative;
  cursor: pointer;
}
.index .part03 .content .course .item.active .quan::after {
  animation: quanRotate 10s linear infinite;
}
.index .part03 .content .course .item.active .txt h3 {
  color: #850404;
}
.index .part03 .content .course .item.active .txt p {
  color: #850404;
}
.index .part03 .content .course .item:nth-of-type(1) {
  top: 450px;
  left: 36px;
  width: 340px;
}
.index .part03 .content .course .item:nth-of-type(1).active .quan .img {
  transform: translate(26%, -46%) rotate(0deg);
  opacity: 1;
}
.index .part03 .content .course .item:nth-of-type(1) .txt {
  left: 200px;
  top: 64px;
}
.index .part03 .content .course .item:nth-of-type(2) {
  top: 10px;
  left: 208px;
  width: 400px;
}
.index .part03 .content .course .item:nth-of-type(2) .txt {
  left: 46px;
  top: 184px;
}
.index .part03 .content .course .item:nth-of-type(2).active .quan .img {
  transform: translate(58%, 12%) rotate(0deg);
  opacity: 1;
}
.index .part03 .content .course .item:nth-of-type(3) {
  top: 56px;
  left: 618px;
  width: 330px;
}
.index .part03 .content .course .item:nth-of-type(3) .txt {
  left: 46px;
  top: -92px;
}
.index .part03 .content .course .item:nth-of-type(3).active .quan .img {
  transform: translate(58%, 12%) rotate(0deg);
  opacity: 1;
}
.index .part03 .content .course .item:nth-of-type(4) {
  top: -286px;
  left: 1118px;
  width: 330px;
}
.index .part03 .content .course .item:nth-of-type(4) .txt {
  left: 46px;
  top: 184px;
}
.index .part03 .content .course .item:nth-of-type(4).active .quan .img {
  transform: translate(58%, 12%) rotate(0deg);
  opacity: 1;
}
.index .part03 .content .course .item:nth-of-type(5) {
  top: -254px;
  left: 1548px;
  width: 330px;
}
.index .part03 .content .course .item:nth-of-type(5) .txt {
  left: 46px;
  top: -92px;
}
.index .part03 .content .course .item:nth-of-type(5).active .quan .img {
  transform: translate(58%, 12%) rotate(0deg);
  opacity: 1;
}
.index .part03 .content .course .item .quan {
  width: 162px;
  height: 162px;
  position: relative;
}
.index .part03 .content .course .item .quan::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed #850404;
  position: absolute;
  top: 0;
  left: 0;
}
.index .part03 .content .course .item .quan .year {
  width: 72px;
  height: 72px;
  background-color: #850404;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.index .part03 .content .course .item .quan .year h3 {
  font-size: 24px;
  color: #fff;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
}
.index .part03 .content .course .item .quan .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s ease;
  opacity: 0;
  transform: translate(0, 0) rotate(-45deg);
}
.index .part03 .content .course .item .quan .img img {
  width: 120%;
}
.index .part03 .content .course .item .txt {
  position: absolute;
}
.index .part03 .content .course .item .txt h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .content .course .item .txt p {
  margin-top: 6px;
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.index .part03 .content .text {
  width: 0%;
  height: 400px;
  overflow: hidden;
  transition: all 3s linear;
  position: relative;
  margin-top: 250px;
}
.index .part03 .content .text.active {
  width: 100%;
}
.index .part03 .content .text .line {
  width: 1920px;
  height: 400px;
  position: absolute;
  left: 0%;
  bottom: 0;
  background-image: url(/images/part03_line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index .part04 {
  width: 100%;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 140px 0;
}
.index .part04 .sub1 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .sub1 a .title {
  position: relative;
  left: 0%;
  transform: translateX(0);
  display: inline-block;
  padding: 10px 0px 10px 100px;
}
.index .part04 .sub1 a .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.index .part04 .sub1 a .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 .sub1 a .title .jt {
  background-color: #850404;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.index .part04 .sub1 a .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.3;
}
.index .part04 .sub1 a .title .jt i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.index .part04 .sub1 a .t_text {
  width: 60%;
  margin-left: 40px;
}
.index .part04 .sub1 a .t_text p {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.index .part04 .sub2 {
  margin-top: 70px;
}
.index .part04 .sub2 > div ul li:hover a .top .img img {
  transform: scale(1.2);
}
.index .part04 .sub2 > div ul li:hover a .top .date h2 {
  color: #d10707;
}
.index .part04 .sub2 > div ul li:hover a .top .date p {
  color: #d10707;
}
.index .part04 .sub2 > div ul li:hover a .bottom h2 {
  font-weight: 700;
  color: #d10707;
}
.index .part04 .sub2 > div ul li a .top {
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  height: 0;
  padding-bottom: 260px;
  position: relative;
}
.index .part04 .sub2 > div ul li a .top .img img {
  width: 100%;
  transition: all 1s ease;
}
.index .part04 .sub2 > div ul li a .top .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.index .part04 .sub2 > div ul li a .top .date {
  position: absolute;
  left: 30px;
  bottom: 60px;
  z-index: 6;
}
.index .part04 .sub2 > div ul li a .top .date h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  transition: all 0.5s ease;
}
.index .part04 .sub2 > div ul li a .top .date p {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  transition: all 0.5s ease;
}
.index .part04 .sub2 > div ul li a .bottom {
  box-sizing: border-box;
  width: 100%;
  padding: 46px 30px 20px 30px;
  background-color: #fff;
  transform: translateY(-30px);
  border-radius: 34px;
  position: relative;
  z-index: 7;
}
.index .part04 .sub2 > div ul li a .bottom h2 {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  height: 50px;
  transition: all 0.5s ease;
}
.index .part04 .sub2 > div ul li a .bottom .line {
  width: 100%;
  height: 2px;
  margin: 14px 0;
  border-bottom: 2px dashed #850404;
}
.index .part04 .sub2 > div ul li a .bottom p {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part04 .sub2 > div ul li a .bottom span {
  margin-top: 40px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #850404;
  line-height: 40px;
  text-align: center;
}
.index .part04 .sub2 > div ul li a .bottom span i {
  font-size: 14px;
  color: #fff;
}
.index .part04 .sub2 > div .swiper-button-next,
.index .part04 .sub2 > div .swiper-button-prev {
  color: #d10707;
}
.index .part04 .sub2 > div .swiper-button-next:after,
.index .part04 .sub2 > div .swiper-button-prev:after {
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .index .part01 .w80 .right {
    height: 780px;
  }
  .index .part01 .w80 .right .q1 {
    width: 1000px;
    height: 1000px;
  }
  .index .part01 .w80 .right .q1 .q2 {
    width: 630px;
    height: 630px;
  }
  .index .part01 .w80 .right .q1 .q2 .q3 {
    width: 440px;
    height: 440px;
  }
  .index .part01 .w80 .right .q1 .q2 .q3 .q4 {
    width: 200px;
    height: 200px;
    right: 115px;
  }
  .index .part01 .w80 .right .proChange .r_text {
    left: 86px;
  }
  .index .part01 .w80 .left .l_item .title p {
    font-size: 18px;
  }
  .index .part01 .w80 .left .l_item .title h3 {
    font-size: 32px;
  }
  .index .part01 .w80 .left .l_item .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .index .part01 .w80 .left .l_item .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -70px;
  }
  .index .part01 .w80 .left .l_item .text p {
    font-size: 20px;
  }
  .index .part01 .w80 .left .l_item .ptPro {
    margin-top: 90px;
  }
  .index .part01 .w80 .left .l_item .ptPro h3 {
    font-size: 24px;
  }
  .index .part01 .w80 .left .l_item .ptPro ul li .img {
    width: 50px;
    height: 50px;
  }
  .index .part01 .w80 .left {
    height: 436px;
  }
  .index .part01 .w80 .right .proChange .r_text .t_item a .txt h3 {
    font-size: 22px;
  }
  .index .part02 .w80 .title h3 {
    font-size: 32px;
  }
  .index .part02 .w80 .title p {
    font-size: 18px;
  }
  .index .part02 .w80 .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -70px;
  }
  .index .part02 .w80 .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .index .part02 .w80 .content h4 {
    font-size: 18px;
    margin-bottom: 56px;
  }
  .index .part02 .w80 .content ul li {
    width: 23%;
    height: 430px;
  }
  .index .part02 .w80 .content ul li .bottom .p02_icon .img {
    width: 50px;
    height: 50px;
  }
  .index .part02 .w80 .content ul li .bottom .p02_title h3 {
    font-size: 18px;
  }
  .index .part02 .w80 .content ul li .top {
    height: 200px;
  }
  .index .part02 .w80 .content ul li.active .bottom {
    height: 260px;
  }
  .index .part02 .w80 .content ul li .bottom .jt_more {
    margin: 24px auto 0px;
  }
  .index .part02 .w80 .content ul li .bottom .p02_txt p {
    font-size: 14px;
  }
  .index .part02 .w80 .content ul li .bottom {
    padding: 30px;
  }
  .index .part02 .w80 .content ul li .top .img {
    margin-top: 60px;
  }
  .index .part02 .w80 .content ul li .bottom {
    height: 320px;
  }
  .index .part02 {
    height: 780px;
  }
  .index .part03 .title h3 {
    font-size: 32px;
  }
  .index .part03 .title p {
    font-size: 18px;
  }
  .index .part03 .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -70px;
  }
  .index .part03 .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .index .part03 .content > a > h3 {
    font-size: 18px;
  }
  .index .part03 .content {
    height: 560px;
  }
  .index .part03 .content .text {
    margin-top: 80px;
  }
  .index .part03 .content .course .item .quan {
    height: 120px;
    width: 120px;
  }
  .index .part03 .content .course .item:nth-of-type(1) {
    top: 330px;
  }
  .index .part03 .content .course .item:nth-of-type(1) .txt {
    left: 150px;
    top: 34px;
  }
  .index .part03 .content .course .item:nth-of-type(2) {
    top: -120px;
  }
  .index .part03 .content .course .item:nth-of-type(2) .txt {
    top: 144px;
  }
  .index .part03 .content .course .item:nth-of-type(3) {
    top: -84px;
    left: 478px;
  }
  .index .part03 .content .course .item:nth-of-type(4) {
    top: -156px;
    left: 768px;
  }
  .index .part03 .content .course .item:nth-of-type(5) {
    top: -434px;
    left: 1068px;
  }
  .index .part03 .content .course .item:nth-of-type(5) .txt {
    left: 36px;
    top: 138px;
    width: 210px;
  }
  .index .part03 .content .course .item .txt p {
    font-size: 15px;
  }
  .index .part03 .content .course .item .txt h3 {
    font-size: 20px;
  }
  .index .part03 .content .course .item:nth-of-type(4) .txt {
    top: 144px;
  }
  .index .part03 .title {
    margin-top: 110px;
  }
  .index .part03 .content .course {
    top: 70px;
  }
  .index .part03 .content .course .item .quan .year h3 {
    font-size: 18px;
  }
  .index .part04 .sub1 a .title h3 {
    font-size: 32px;
  }
  .index .part04 .sub1 a .title p {
    font-size: 18px;
  }
  .index .part04 .sub1 a .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .index .part04 .sub1 a .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 26px;
  }
  .index .part04 .sub1 a .t_text p {
    font-size: 18px;
  }
  .index .part04 .sub1 a .t_text {
    margin-top: 12px;
  }
  .index .part04 .sub1 a .t_text {
    margin-top: 10px;
  }
  .index .part04 .sub2 > div ul li a .top {
    padding-bottom: 200px;
  }
  .index .part04 .sub2 > div ul li a .bottom {
    padding: 36px 20px 18px 24px;
  }
  .index .part04 .sub2 > div ul li a .bottom h2 {
    font-size: 16px;
  }
  .index .part04 .sub2 > div ul li a .bottom span {
    margin-top: 20px;
  }
  .index .part04 .sub2 > div ul li a .bottom .line {
    margin: 10px 0;
  }
  .index .part04 .sub2 > div ul li a .bottom p {
    font-size: 14px;
  }
  .index .part04 {
    padding: 110px 0;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 .w80 .left {
    width: 100%;
  }
  .index .part01 .w80 .right {
    display: none;
  }
  .index .part01 .w80 .left .l_item .title h3 {
    font-size: 20px;
  }
  .index .part01 .w80 .left .l_item .title p {
    font-size: 16px;
  }
  .index .part01 .w80 .left .l_item .text p {
    font-size: 16px;
  }
  .index .part01 .w80 .left .l_item .ptPro {
    margin-top: 70px;
  }
  .index .part01 .w80 .left .l_item .title {
    padding-left: 70px;
  }
  .index .part01 .w80 .left .l_item .title .jt {
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 10px;
    top: 6px;
  }
  .index .part01 .w80 .left .l_item .title .jt::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .index .part01 {
    padding-top: 80px;
  }
  .index .part01 .w80 .left .l_item .ptPro h3 {
    font-size: 18px;
  }
  .index .part01 .w80 .left {
    height: auto;
  }
  .index .part01 .w80 .left .l_item {
    position: static;
    opacity: 1;
    transform: translateY(0px);
    margin-bottom: 80px;
  }
  .index .part01 .w80 .left .l_item .ptPro ul {
    justify-content: space-between;
  }
  .index .part01 .w80 .left .l_item .ptPro ul li {
    width: auto;
    margin-right: 0;
  }
  .index .part01 .w80 .left .l_item .ptPro ul li .img {
    width: 140px;
    height: 140px;
  }
  .index .part02 .w80 .title h3 {
    font-size: 20px;
  }
  .index .part02 .w80 .title .jt {
    display: none;
  }
  .index .part02 .w80 .title p {
    font-size: 16px;
  }
  .index .part02 .w80 .content h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  .index .part02 .w80 .content ul li {
    width: 46%;
    height: 350px;
  }
  .index .part02 .w80 .content {
    height: auto;
  }
  .index .part02 {
    height: auto;
    padding-bottom: 60px;
  }
  .index .part02 .w80 .content ul li .bottom {
    padding: 16px 16px 40px 16px;
  }
  .index .part02 .w80 .content ul li .bottom .jt_more {
    display: none;
  }
  .index .part02 .w80 .content ul li .bottom {
    height: 280px;
  }
  .index .part02 .w80 .content ul li.active .bottom {
    height: 210px;
  }
  .index .part02 .w80 .content ul li .bottom .p02_title h3 {
    font-size: 16px;
  }
  .index .part02 .w80 .content ul li .top .img {
    margin-top: 50px;
  }
  .index .part02 .w80 .content ul li .top .img img {
    width: 56px;
  }
  .index .part03 .title .jt {
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: -50px;
    top: 6px;
  }
  .index .part03 .title .jt::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .index .part03 .title h3 {
    font-size: 20px;
  }
  .index .part03 .title p {
    font-size: 16px;
  }
  .index .part03 .content {
    width: 90%;
    margin: 30px auto 80px;
  }
  .index .part03 .content > a > h3 {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
  }
  .index .part03 .content .course .item {
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
    margin-bottom: 40px;
  }
  .index .part03 .content .text.active {
    display: none;
  }
  .index .part03 .content {
    height: auto;
  }
  .index .part03 .content .course {
    position: static;
    margin-top: 40px;
  }
  .index .part03 .content .course .item .txt {
    position: static;
  }
  .index .part03 .content .course .item .quan {
    width: 70px;
    height: 70px;
  }
  .index .part03 .content .course .item .quan .year {
    display: none;
  }
  .index .part03 .content .course .item .quan .img {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
  .index .part03 .content .course .item .txt {
    width: calc(100% - 90px);
    margin-left: 10px;
  }
  .index .part04 .sub1 a .title h3 {
    font-size: 20px;
  }
  .index .part04 .sub1 a .title p {
    font-size: 16px;
  }
  .index .part04 .sub1 a .title .jt {
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 10px;
    top: 14px;
  }
  .index .part04 .sub1 a .title .jt::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .index .part04 .sub1 a .title {
    padding: 10px 0px 10px 64px;
  }
  .index .part04 .sub1 a .t_text {
    margin-left: 0px;
    width: 100%;
  }
  .index .part04 .sub1 a .t_text p {
    font-size: 16px;
  }
}
.about .main .part01 {
  padding-top: 130px;
  background-image: url(/images/npart01_bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.about .main .part01 .w80 .title {
  position: relative;
  left: 0%;
  transform: translateX(0);
  display: inline-block;
  padding: 10px 0px 10px 100px;
}
.about .main .part01 .w80 .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.about .main .part01 .w80 .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .main .part01 .w80 .title .jt {
  background-color: #850404;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.about .main .part01 .w80 .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.3;
}
.about .main .part01 .w80 .title .jt i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.about .main .part01 .w80 .content {
  margin-top: 26px;
}
.about .main .part01 .w80 .content .sub {
  margin-bottom: 100px;
}
.about .main .part01 .w80 .content .sub p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.about .main .part01 .w80 .content .sub ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .content .sub ul li {
  width: 16%;
}
.about .main .part01 .w80 .content .sub ul li .top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .content .sub ul li .top h1 {
  font-size: 48px;
  color: #d10707;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 .w80 .content .sub ul li .top span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 4px;
  margin-left: 6px;
}
.about .main .part01 .w80 .content .sub ul li .bottom {
  margin-top: 20px;
}
.about .main .part01 .w80 .content .sub ul li .bottom p {
  font-size: 20px;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}
.about .main .part02 {
  background-image: url(/images/npart02_bg.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 680px;
}
.about .main .part02 .w80 .p02_icon {
  background-color: #d10707;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: relative;
  margin: 140px auto 10px;
}
.about .main .part02 .w80 .p02_icon::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #d10707;
  opacity: 0.3;
}
.about .main .part02 .w80 .p02_icon i {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 6;
}
.about .main .part02 .w80 .p02_text {
  margin-top: 26px;
}
.about .main .part02 .w80 .p02_text h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.about .main .part02 .w80 .p02_text p {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .about .main .part01 .w80 .title h3 {
    font-size: 32px;
  }
  .about .main .part01 .w80 .title p {
    font-size: 18px;
  }
  .about .main .part01 .w80 .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .about .main .part01 .w80 .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 20px;
  }
  .about .main .part01 .w80 .content .sub p {
    font-size: 16px;
  }
  .about .main .part01 .w80 .content .sub ul li .top h1 {
    font-size: 38px;
  }
  .about .main .part01 .w80 .content .sub ul li .bottom p {
    font-size: 14px;
  }
  .about .main .part01 .w80 .content .sub {
    margin-bottom: 70px;
  }
  .about .main .part02 {
    height: 480px;
  }
  .about .main .part02 .w80 .p02_text h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .about .main .part02 .w80 .p02_text p {
    font-size: 18px;
  }
  .about .main .part02 .w80 .p02_icon::after {
    width: 70px;
    height: 70px;
  }
  .about .main .part02 .w80 .p02_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .about .main .part02 .w80 .p02_icon i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 .w80 .title .jt {
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 10px;
    top: 14px;
  }
  .about .main .part01 .w80 .title .jt::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .about .main .part01 .w80 .title {
    padding: 10px 0px 10px 60px;
  }
  .about .main .part01 .w80 .title h3 {
    font-size: 20px;
  }
  .about .main .part01 .w80 .title p {
    font-size: 16px;
  }
  .about .main .part01 {
    padding-top: 80px;
  }
  .about .main .part01 .w80 .content .sub ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .main .part01 .w80 .content .sub ul li .bottom {
    margin-top: 10px;
  }
  .about .main .part02 .w80 .p02_icon::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .about .main .part02 .w80 .p02_icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .about .main .part02 .w80 .p02_text h3 {
    font-size: 20px;
  }
  .about .main .part02 .w80 .p02_text p {
    font-size: 16px;
  }
}
.news .main {
  background-color: #f6f6f6;
  padding-top: 120px;
}
.news .main ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main ul li {
  width: 23%;
  margin-right: 2.6%;
}
.news .main ul li:nth-of-type(4n) {
  margin-right: 0;
}
.news .main ul li:hover a .top .img img {
  transform: scale(1.2);
}
.news .main ul li:hover a .top .date h2 {
  color: #d10707;
}
.news .main ul li:hover a .top .date p {
  color: #d10707;
}
.news .main ul li:hover a .bottom h2 {
  font-weight: 700;
  color: #d10707;
}
.news .main ul li a .top {
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  height: 0;
  padding-bottom: 260px;
  position: relative;
}
.news .main ul li a .top .img img {
  width: 100%;
  transition: all 1s ease;
}
.news .main ul li a .top .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.news .main ul li a .top .date {
  position: absolute;
  left: 30px;
  bottom: 60px;
  z-index: 6;
}
.news .main ul li a .top .date h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  transition: all 0.5s ease;
}
.news .main ul li a .top .date p {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  transition: all 0.5s ease;
}
.news .main ul li a .bottom {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 30px 20px 30px;
  background-color: #fff;
  transform: translateY(-30px);
  border-radius: 34px;
  position: relative;
  z-index: 7;
}
.news .main ul li a .bottom h2 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  height: 30px;
  transition: all 0.5s ease;
}
.news .main ul li a .bottom .line {
  width: 100%;
  height: 2px;
  margin: 14px 0;
  border-bottom: 2px dashed #850404;
}
.news .main ul li a .bottom p {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  height: 44px;
}
.news .main ul li a .bottom span {
  margin-top: 30px;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #850404;
  line-height: 34px;
  text-align: center;
}
.news .main ul li a .bottom span i {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .main ul li a .top {
    padding-bottom: 200px;
  }
  .news .main ul li a .bottom h2 {
    font-size: 16px;
  }
  .news .main ul li a .bottom p {
    font-size: 14px;
    line-height: 1.4;
  }
  .news .main ul li a .bottom {
    padding: 30px 20px 20px 20px;
  }
}
.news_details .main .w80 {
  padding-top: 120px;
}
.news_details .main .w80 .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .w80 .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .w80 .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .w80 .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .w80 .sub2 .news_content {
  text-align: center;
}
.news_details .main .w80 .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .w80 .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .w80 .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.news_details .main .w80 .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.news_details .main .w80 .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .w80 .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .w80 .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .w80 .sub2 .news_content p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .news .main ul li {
    width: 100%;
  }
  .news_details .main .w80 .sub2 .np div a {
    line-height: 22px;
  }
}
.contact .main {
  background-color: #f6f6f6;
  overflow: hidden;
}
.contact .main .n_center .contact_title {
  margin-top: 140px;
}
.contact .main .n_center .contact_title .title {
  position: relative;
  left: 0%;
  transform: translateX(0);
  display: inline-block;
  padding: 10px 0px 10px 100px;
  margin-bottom: 20px;
}
.contact .main .n_center .contact_title .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.contact .main .n_center .contact_title .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .n_center .contact_title .title .jt {
  background-color: #850404;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.contact .main .n_center .contact_title .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.3;
}
.contact .main .n_center .contact_title .title .jt i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.contact .main .n_center .contact_title p {
  font-size: 22px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .n_center .contact_sub1 {
  margin-top: 60px;
}
.contact .main .n_center .contact_sub1 .w80 {
  padding-bottom: 16px;
}
.contact .main .n_center .contact_sub1 .w80 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 6px;
}
.contact .main .n_center .contact_sub1 .w80 ul li {
  width: 24%;
  border: 1px solid #e6e6e6;
  height: 300px;
  box-sizing: border-box;
  padding: 0 30px;
  border-radius: 40px;
  box-shadow: 2px 4px 0 #850404;
  background-color: #fff;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .n_center .contact_sub1 .w80 ul li .c_icon {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 16px;
}
.contact .main .n_center .contact_sub1 .w80 ul li .c_icon i {
  font-size: 38px;
  color: #850404;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .n_center .contact_sub1 .w80 ul li .text {
  width: 100%;
  margin-top: 20px;
}
.contact .main .n_center .contact_sub1 .w80 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .n_center .contact_sub1 .w80 ul li .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .img img {
  width: 64%;
  margin: 0 auto;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .text {
  margin-top: 16px;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w80 ul li:hover {
  box-shadow: 6px 12px 0 #850404;
}
.contact .main .n_center .contact_sub1 .w80 ul li:hover .c_icon i {
  transform: rotateY(180deg);
  font-size: 42px;
}
.contact .main .n_center .contact_bottom {
  margin-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.contact .main .n_center .contact_bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w80 .left {
  width: 42%;
  position: relative;
}
.contact .main .n_center .contact_bottom .w80 .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 80px 6px 6px 6px;
  overflow: hidden;
}
.contact .main .n_center .contact_bottom .w80 .left .img img {
  width: 100%;
}
.contact .main .n_center .contact_bottom .w80 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .n_center .contact_bottom .w80 .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.2;
}
.contact .main .n_center .contact_bottom .w80 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #850404;
}
.contact .main .n_center .contact_bottom .w80 .right {
  width: 50%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub1 p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub1 h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 {
  margin-top: 60px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #850404;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .contact .main .n_center .contact_title .title h3 {
    font-size: 32px;
  }
  .contact .main .n_center .contact_title .title p {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .contact .main .n_center .contact_title .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .contact .main .n_center .contact_title .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 20px;
  }
  .contact .main .contact_sub1 {
    margin-top: 120px;
  }
  .contact .main .contact_sub1 .w80 ul li .text p {
    font-size: 14px;
  }
  .contact .main .contact_sub1 .w80 ul li .text h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w80 ul li {
    height: 240px;
  }
  .contact .main .contact_bottom .w80 .right .sub1 h3 {
    font-size: 20px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 {
    margin-top: 30px;
  }
  .contact .main .contact_bottom .w80 .right .sub1 p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contact .main .contact_bottom {
    margin-bottom: 80px;
  }
  .contact .main .n_center .contact_title {
    margin-top: 90px;
  }
  .contact .main .n_center .contact_title h1 {
    font-size: 64px;
    margin-bottom: 12px;
  }
  .contact .main .n_center .contact_title h2 {
    font-size: 26px;
  }
  .contact .main .n_center .contact_title p {
    font-size: 16px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li {
    height: 220px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li .text p {
    font-size: 15px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li .text h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub1 h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub1 p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 {
    margin-top: 48px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 {
    align-items: flex-start;
  }
  .contact .main .n_center .contact_bottom {
    margin-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .n_center .contact_title .title .jt::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .contact .main .n_center .contact_title .title .jt {
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 8px;
  }
  .contact .main .n_center .contact_title .title {
    padding: 10px 0px 10px 60px;
    margin-bottom: 10px;
  }
  .contact .main .n_center .contact_title p {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact .main .n_center .contact_title .title h3 {
    font-size: 20px;
  }
  .contact .main .n_center .contact_title .title p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li {
    width: 100%;
    margin-bottom: 26px;
  }
  .contact .main .n_center .contact_bottom .w80 .left {
    display: none;
  }
  .contact .main .n_center .contact_bottom .w80 .right {
    width: 100%;
  }
}
.product .main {
  background-color: #f6f6f6;
}
.product .main .part01 {
  padding-top: 120px;
  margin-bottom: 30px;
}
.product .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .part01 .w80 .title {
  position: relative;
  left: 0%;
  transform: translateX(0);
  display: inline-block;
  padding: 10px 0px 10px 100px;
  margin-bottom: 20px;
}
.product .main .part01 .w80 .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.product .main .part01 .w80 .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .part01 .w80 .title .jt {
  background-color: #850404;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.product .main .part01 .w80 .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.3;
}
.product .main .part01 .w80 .title .jt i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.product .main .part01 .w80 p {
  font-size: 24px;
  color: #d10707;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 4px;
}
.product .main .part02 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .part02 .w80 ul li {
  width: 31%;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 3.5%;
}
.product .main .part02 .w80 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .main .part02 .w80 ul li:hover .img img {
  transform: scale(1.1);
}
.product .main .part02 .w80 ul li:hover .text h2 {
  color: #d10707;
}
.product .main .part02 .w80 ul li:hover .text p {
  color: #d10707;
  opacity: 0.6;
}
.product .main .part02 .w80 ul li:hover .ad span {
  background-color: #fff;
  color: #d10707;
  border: 1px solid #fff;
}
.product .main .part02 .w80 ul li .img {
  height: initial;
  overflow: hidden;
}
.product .main .part02 .w80 ul li .img img {
  width: 100%;
  transition: all 0.8s ease;
}
.product .main .part02 .w80 ul li .text {
  background-color: #000;
  box-sizing: border-box;
  padding: 0 30px 10px;
}
.product .main .part02 .w80 ul li .text h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.product .main .part02 .w80 ul li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.product .main .part02 .w80 ul li .ad {
  background-color: #000;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .part02 .w80 ul li .ad span {
  margin: 0 4px;
  border: 1px solid #d10707;
  padding: 10px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.product .main .part02 .w80 ul li .data {
  display: none;
}
@media screen and (max-width: 1440px) {
  .product .main .part01 .w80 .title h3 {
    font-size: 32px;
  }
  .product .main .part01 .w80 .title p {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .product .main .part01 .w80 .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 20px;
  }
  .product .main .part01 .w80 .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .product .main .part01 .w80 p {
    font-size: 20px;
  }
  .product .main .part02 .w80 ul li .text h2 {
    font-size: 20px;
  }
  .product .main .part02 .w80 ul li .text p {
    font-size: 14px;
    line-height: 1.2;
  }
  .product .main .part02 .w80 ul li .text {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  .product .main .part01 .w80 .title .jt::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .product .main .part01 .w80 .title .jt {
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 8px;
  }
  .product .main .part01 .w80 .title {
    padding: 10px 0px 10px 60px;
  }
  .product .main .part01 .w80 p {
    font-size: 18px;
  }
  .product .main .part01 .w80 .title h3 {
    font-size: 20px;
  }
  .product .main .part01 .w80 .title p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .product .main .part02 .w80 ul li {
    width: 100%;
  }
}
.product_details .main {
  background-color: #f6f6f6;
  overflow: hidden;
}
.product_details .main .part01 {
  margin-top: 120px;
}
.product_details .main .part01 .center {
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .center .left {
  width: 50%;
  height: 100%;
  background-color: #000;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.product_details .main .part01 .center .left .img {
  width: 100%;
}
.product_details .main .part01 .center .left .img img {
  width: 100%;
}
.product_details .main .part01 .center .right {
  overflow: hidden;
  box-sizing: border-box;
  width: 42%;
  padding-bottom: 90px;
}
.product_details .main .part01 .center .right .t_title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #850404;
}
.product_details .main .part01 .center .right .t_title h3 {
  font-size: 32px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part01 .center .right .t_title p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part01 .center .right .t_item {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .center .right .t_item h2 {
  display: inline-block;
  padding: 8px 14px;
  background-color: #850404;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 10px;
}
.product_details .main .part01 .center .right .t_item p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part01 .center .right .t_item:nth-of-type(5) p {
  font-size: 28px;
  color: #850404;
}
.product_details .main .part01 .center .right .changeBtn {
  margin-top: 60px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .center .right .changeBtn .next {
  margin-left: 40px;
}
.product_details .main .part01 .center .right .changeBtn .next h3 {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part01 .center .right .changeBtn .next h3 span {
  color: #d10707;
  font-size: 18px;
  font-weight: 400;
}
.product_details .main .part01 .center .right .changeBtn .prev h3 {
  font-size: 14px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part01 .center .right .changeBtn .prev h3 span {
  color: #d10707;
  font-size: 18px;
  font-weight: 400;
}
.product_details .main .part02 {
  margin-top: 60px;
  margin-bottom: 120px;
}
.product_details .main .part02 .w80 .proDetailsTitle {
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .part02 .w80 .proDetailsTitle .item {
  padding: 20px 40px;
  background-color: #850404;
  display: inline-block;
  border-radius: 8px 8px 0 0;
}
.product_details .main .part02 .w80 .proDetailsTitle .item h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .part02 .w80 .proDetailsCenter {
  margin-top: 20px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 30px;
}
.product_details .main .part02 .w80 .proDetailsCenter .item {
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .proDetailsCenter .item h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part02 .w80 .proDetailsCenter .item h3 em {
  display: block;
  color: #850404;
  font-size: 20px;
  transform: rotateY(180deg);
  margin-right: 10px;
}
.product_details .main .part02 .w80 .proDetailsCenter .item p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.product_details .main .other {
  overflow: hidden;
  margin-bottom: 120px;
}
.product_details .main .other .t_box {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
.product_details .main .other .t_box .title {
  padding: 20px 40px;
  background-color: #850404;
  display: inline-block;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .other .t_box .title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .other ul li {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.product_details .main .other ul li .img img {
  width: 100%;
}
.product_details .main .other ul li .txt {
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .other ul li .txt p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.product_details .main .other ul li .txt i {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .product_details .main .part01 .center .right .t_title h3 {
    font-size: 24px;
  }
  .product_details .main .part01 .center .right .t_title p {
    font-size: 16px;
  }
  .product_details .main .part01 .center .right {
    padding-bottom: 0px;
  }
  .product_details .main .part01 .center .right .t_item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .part01 .center .left {
    width: 100%;
  }
  .product_details .main .part01 .center .right {
    width: 100%;
    margin-top: 40px;
  }
  .product_details .main .part01 .center {
    padding: 20px;
  }
  .product_details .main .part01 .center .right .changeBtn .next {
    margin-left: 0;
    margin-top: 20px;
  }
  .product_details .main .part01 .center .right .t_title p {
    line-height: 1.2;
  }
}
.changfang .main {
  background-color: #f6f6f6;
}
.changfang .main .part01 {
  padding-top: 120px;
  margin-bottom: 30px;
}
.changfang .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.changfang .main .part01 .w80 .title {
  position: relative;
  left: 0%;
  transform: translateX(0);
  display: inline-block;
  padding: 10px 0px 10px 100px;
  margin-bottom: 20px;
}
.changfang .main .part01 .w80 .title p {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 6px;
}
.changfang .main .part01 .w80 .title h3 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.changfang .main .part01 .w80 .title .jt {
  background-color: #850404;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  position: absolute;
  top: 12px;
  left: 10px;
}
.changfang .main .part01 .w80 .title .jt::after {
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #850404;
  opacity: 0.3;
}
.changfang .main .part01 .w80 .title .jt i {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.changfang .main .part01 .w80 p {
  font-size: 24px;
  color: #d10707;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  letter-spacing: 4px;
}
.changfang .main .part02 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.changfang .main .part02 .w80 ul li {
  width: 31%;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 3.5%;
}
.changfang .main .part02 .w80 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.changfang .main .part02 .w80 ul li:hover .img img {
  transform: scale(1.1);
}
.changfang .main .part02 .w80 ul li:hover .text h2 {
  color: #d10707;
}
.changfang .main .part02 .w80 ul li:hover .text p {
  color: #d10707;
  opacity: 0.6;
}
.changfang .main .part02 .w80 ul li:hover .ad span {
  background-color: #fff;
  color: #d10707;
  border: 1px solid #fff;
}
.changfang .main .part02 .w80 ul li .img {
  height: initial;
  overflow: hidden;
}
.changfang .main .part02 .w80 ul li .img img {
  width: 100%;
  transition: all 0.8s ease;
}
.changfang .main .part02 .w80 ul li .text {
  background-color: #000;
  box-sizing: border-box;
  padding: 10px 30px 10px;
}
.changfang .main .part02 .w80 ul li .text h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.changfang .main .part02 .w80 ul li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.changfang .main .part02 .w80 ul li .ad {
  background-color: #000;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.changfang .main .part02 .w80 ul li .ad span {
  margin: 0 4px;
  border: 1px solid #d10707;
  padding: 10px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
}
.changfang .main .part02 .w80 ul li .data {
  display: none;
}
@media screen and (max-width: 1440px) {
  .changfang .main .part01 .w80 .title h3 {
    font-size: 32px;
  }
  .changfang .main .part01 .w80 .title p {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .changfang .main .part01 .w80 .title .jt::after {
    width: 70px;
    height: 70px;
  }
  .changfang .main .part01 .w80 .title .jt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 20px;
  }
  .changfang .main .part01 .w80 p {
    font-size: 20px;
  }
  .changfang .main .part02 .w80 ul li .text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .changfang .main .part02 .w80 ul li {
    width: 100%;
  }
  .changfang .main .part01 .w80 p {
    font-size: 18px;
  }
  .changfang .main .part01 .w80 .title h3 {
    font-size: 20px;
  }
  .changfang .main .part01 .w80 .title p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .changfang .main .part01 .w80 .title .jt::after {
    width: 50px;
    height: 50px;
    left: -7px;
    top: -7px;
  }
  .changfang .main .part01 .w80 .title .jt {
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 8px;
  }
  .changfang .main .part01 .w80 .title {
    padding: 10px 0px 10px 60px;
  }
}
