.animate-wave {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@-webkit-keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.animate-wave * {
  background: #c30614;
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
}
.animate-wave .w2 {
  animation-delay: 1s;
}
.animate-wave .w3 {
  animation-delay: 2s;
}
.animate-wave .w4 {
  animation-delay: 3s;
}
.animate-wave .w5 {
  animation-delay: 4s;
}
.animate-wave .w6 {
  animation-delay: 5s;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 90px;
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header > div {
  line-height: inherit;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 57px;
}
header > div .logo .logo_img a img:nth-of-type(1) {
  display: block;
}
header > div .logo .logo_text a h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 6px;
}
header > div .logo .logo_text a p {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}
header > div nav {
  line-height: inherit;
}
header > div nav ul {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  padding: 0 28px;
  line-height: inherit;
  position: relative;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #fff6f7;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  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: 90px;
  left: 0;
  background-color: #fff6f7;
}
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: #c30614;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div .tool {
  background-image: linear-gradient(to right, #c30614, rgba(195, 6, 20, 0.2));
  padding-left: 14px;
  padding-right: 50px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool a {
  padding-right: 16px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .tool a img {
  width: 28px;
}
header > div .tool a p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-left: 4px;
}
header > div .tool > div {
  line-height: 1;
  margin-right: 10px;
}
header > div .tool > div i {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-top: 4px;
  font-weight: 100;
}
header > div .tool > div p {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
  margin-bottom: 4px;
}
header > div .tool > div h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header.on {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header.on > div .logo .logo_img a img {
  width: initial;
}
header.on > div .logo .logo_img a img:nth-of-type(1) {
  display: block;
}
header.on > div .logo .logo_text a h3 {
  color: #333;
}
header.on > div .logo .logo_text a p {
  color: #333;
}
header.on > div nav ul li a {
  color: #333;
}
@media screen and (max-width: 1440px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header > div nav ul li {
    padding: 0 16px;
  }
  header > div nav ul li a {
    font-size: 14px;
  }
  header > div .tool > div h3 {
    font-size: 16px;
  }
  header > div .tool > div p {
    letter-spacing: 2px;
  }
  header > div .tool a {
    padding-right: 12px;
    margin-right: 12px;
  }
  header > div .logo .logo_text a h3 {
    font-size: 20px;
  }
  header > div .logo .logo_text a p {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  header > div .logo .logo_img a img {
    height: 46px;
  }
  header > div .logo .logo_img {
    margin-right: 10px;
  }
  header > div nav ul li .menu {
    top: 80px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-image: url(/images/footBg.jpg);
  padding-bottom: 50px;
}
footer .w80 .top {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w80 .top .left .img {
  text-align: center;
}
footer .w80 .top .left .img img {
  width: initial;
  margin: 0 auto 40px;
}
footer .w80 .top .left .txt p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .w80 .top .center a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: block;
}
footer .w80 .top .center span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  opacity: 0.4;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .w80 .top .right h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 48px;
}
footer .w80 .top .right .r1 p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
}
footer .w80 .top .right .r2 {
  margin-top: 40px;
}
footer .w80 .top .right .r2 p {
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
  margin-bottom: 14px;
  opacity: 0.4;
}
footer .w80 .bottom {
  margin-top: 140px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .bottom a {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 0 12px;
}
@media screen and (max-width: 1440px) {
  footer {
    padding-bottom: 40px;
  }
  footer .w80 .top .left .img img {
    width: 50%;
  }
  footer .w80 .top .left .txt p {
    font-size: 20px;
  }
  footer .w80 .top .center a {
    font-size: 18px;
  }
  footer .w80 .top .right {
    width: 35%;
  }
  footer .w80 .top {
    margin-top: 110px;
  }
  footer .w80 .bottom {
    margin-top: 80px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  footer .w80 .top .right {
    width: 100%;
    margin-top: 40px;
  }
  footer .w80 .top .center {
    display: none;
  }
  footer .w80 .top .right h3 {
    display: none;
  }
}
.index .part01 {
  background-image: url(/images/index_part01Bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 110px;
}
.index .part01 .top {
  width: 100%;
  height: 126px;
  border-bottom: 1px solid #e6e6e6;
}
.index .part01 .top .w80 {
  overflow: visible;
}
.index .part01 .top .w80 ul {
  position: relative;
  top: 106px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .top .w80 ul li {
  cursor: pointer;
}
.index .part01 .top .w80 ul li .f_icon {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
.index .part01 .top .w80 ul li .f_icon .icon2 {
  width: 8px;
  height: 8px;
  background: #c30614;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.index .part01 .top .w80 ul li .f_icon .animate-wave {
  display: none;
}
.index .part01 .top .w80 ul li .p_text {
  margin-top: 8px;
}
.index .part01 .top .w80 ul li .p_text p {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part01 .top .w80 ul li.current .f_icon .animate-wave {
  display: block;
}
.index .part01 .top .w80 ul li.current .p_text p {
  font-weight: 700;
  color: #c30614;
}
.index .part01 .bottom {
  margin-top: 140px;
}
.index .part01 .bottom .w80 {
  position: relative;
}
.index .part01 .bottom .w80 .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .bottom .w80 .item.current {
  position: static;
  opacity: 1;
  transition: all 2s ease;
}
.index .part01 .bottom .w80 .item .left {
  width: 80px;
  height: 550px;
  position: relative;
}
.index .part01 .bottom .w80 .item .left .l_box {
  width: 100%;
  height: 100%;
}
.index .part01 .bottom .w80 .item .left .l_box .l_btnUp {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.index .part01 .bottom .w80 .item .left .l_box .l_btnUp img {
  width: initial;
}
.index .part01 .bottom .w80 .item .left .l_box .l_btnDown {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.index .part01 .bottom .w80 .item .left .l_box .l_btnDown img {
  width: initial;
}
.index .part01 .bottom .w80 .item .left .l_box .l_img {
  margin-top: 50px;
  height: 450px;
}
.index .part01 .bottom .w80 .item .left .l_box .l_img ul li {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(195, 6, 20, 0);
}
.index .part01 .bottom .w80 .item .left .l_box .l_img ul li.current {
  border: 1px solid #c30614;
}
.index .part01 .bottom .w80 .item .left .l_box .l_img ul li img {
  width: 100%;
  margin: 0 auto;
}
.index .part01 .bottom .w80 .item .right {
  width: calc(100% - 150px);
}
.index .part01 .bottom .w80 .item .right .r_sub1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transform: translateY(80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .bottom .w80 .item .right .r_sub1.current {
  position: static;
  opacity: 1;
  transform: translateY(0);
  transition: all 3s ease;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .img {
  width: 34%;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .img img {
  width: 100%;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt {
  width: 60%;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title {
  position: relative;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title::after {
  margin-top: 22px;
  margin-bottom: 46px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #c30614;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_des {
  margin-top: 32px;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_des h4 {
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_des p {
  font-size: 20px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .more {
  margin-top: 70px;
  width: 216px;
  background-color: #951e22;
  border-radius: 26px;
}
.index .part01 .bottom .w80 .item .right .r_sub1 .txt .more a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.index .part02 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 ul li {
  width: 25%;
  height: 890px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: relative;
  cursor: pointer;
}
.index .part02 ul li:nth-of-type(1) {
  background-image: url(/images/indexProBg1.jpg);
}
.index .part02 ul li:nth-of-type(2) {
  background-image: url(/images/indexProBg2.jpg);
}
.index .part02 ul li:nth-of-type(3) {
  background-image: url(/images/indexProBg3.jpg);
}
.index .part02 ul li:nth-of-type(4) {
  background-image: url(/images/indexProBg4.jpg);
}
.index .part02 ul li .txt {
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 6;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part02 ul li .txt .t1 {
  margin-right: 50px;
}
.index .part02 ul li .txt .t1 h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
.index .part02 ul li .txt .t2 {
  background-color: #fff;
  padding: 24px 10px;
  border-radius: 50px;
  margin-right: 24px;
}
.index .part02 ul li .txt .t2 h4 {
  font-size: 24px;
  color: #c30614;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}
.index .part02 ul li .txt .t3 p {
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  font-weight: 100;
  text-align: left;
}
.index .part02 ul li .line {
  position: absolute;
  bottom: 340px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.index .part02 ul li .img {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 212px;
  height: 212px;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
}
.index .part02 ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 ul li:hover .line {
  transform: translateY(-40px);
}
.index .part02 ul li:hover .img img {
  transform: scale(1.2);
}
.index .part03 {
  background-image: url(/images/index_part03Bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 160px;
}
.index .part03 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .left {
  width: 40%;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 10px 10px 0 #951e22;
}
.index .part03 .w80 .left .img {
  width: 100%;
  cursor: pointer;
}
.index .part03 .w80 .left .img:hover img {
  transform: scale(1.2);
}
.index .part03 .w80 .left .img img {
  transition: all 1.5s ease;
  width: 100%;
  float: left;
}
.index .part03 .w80 .left .l_logo {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 2;
}
.index .part03 .w80 .left .l_logo img {
  width: initial;
}
.index .part03 .w80 .left .l_slogan {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.index .part03 .w80 .left .l_slogan .l_s_sub1 img {
  width: initial;
}
.index .part03 .w80 .left .l_slogan .l_s_sub2 img {
  width: initial;
}
.index .part03 .w80 .right {
  width: 50%;
}
.index .part03 .w80 .right .r_title {
  position: relative;
}
.index .part03 .w80 .right .r_title h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.index .part03 .w80 .right .r_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.index .part03 .w80 .right .r_title::after {
  margin-top: 22px;
  margin-bottom: 46px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #c30614;
}
.index .part03 .w80 .right .r_des {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index .part03 .w80 .right .r_des p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 28px;
}
.index .part03 .w80 .right .r_num {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .right .r_num .i_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part03 .w80 .right .r_num .i_top h1 {
  font-size: 48px;
  color: #c30614;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .w80 .right .r_num .i_top span {
  margin-left: 6px;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w80 .right .r_num .i_bottom {
  margin-top: 10px;
}
.index .part03 .w80 .right .r_num .i_bottom p {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w80 .right .more {
  margin-top: 110px;
  width: 216px;
  background-color: #951e22;
  border-radius: 26px;
}
.index .part03 .w80 .right .more a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.index .part04 {
  padding-bottom: 120px;
}
.index .part04 .w80 .top {
  padding-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .t_title {
  position: relative;
  padding-left: 20px;
}
.index .part04 .w80 .top .t_title h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.index .part04 .w80 .top .t_title::before {
  position: absolute;
  top: -26px;
  left: 0px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.index .part04 .w80 .top .more {
  width: 216px;
  background-color: #951e22;
  border-radius: 26px;
}
.index .part04 .w80 .top .more a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.index .part04 .w80 .bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .left {
  width: 66%;
  border-radius: 40px 0 0 0;
  overflow: hidden;
}
.index .part04 .w80 .bottom .left:hover a .t_title {
  transform: translateY(-40px);
}
.index .part04 .w80 .bottom .left:hover a .img img {
  transform: scale(1.2);
}
.index .part04 .w80 .bottom .left:hover a .txt .t_des p {
  opacity: 1;
}
.index .part04 .w80 .bottom .left:hover a .txt .t_more {
  background-color: #fff;
}
.index .part04 .w80 .bottom .left:hover a .txt .t_more span {
  color: #860301;
}
.index .part04 .w80 .bottom .left a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .left a .img {
  width: 55%;
  height: 650px;
  overflow: hidden;
}
.index .part04 .w80 .bottom .left a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom .left a .txt {
  width: 45%;
  background-image: url(/images/indexNewsBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  height: 650px;
  padding: 100px 50px;
  box-sizing: border-box;
  position: relative;
}
.index .part04 .w80 .bottom .left a .txt .t_title {
  position: relative;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom .left a .txt .t_title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.index .part04 .w80 .bottom .left a .txt .t_title::after {
  margin-top: 22px;
  margin-bottom: 46px;
  display: block;
  content: "";
  width: 48px;
  height: 3px;
  background-color: #f9d501;
}
.index .part04 .w80 .bottom .left a .txt .t_des {
  position: relative;
}
.index .part04 .w80 .bottom .left a .txt .t_des p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom .left a .txt .t_more {
  margin-top: 30px;
  background-color: #860301;
  width: auto;
  display: inline-block;
  padding: 8px 38px;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom .left a .txt .t_more span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 400;
  text-align: center;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom .left a .txt .date {
  position: absolute;
  left: 50px;
  bottom: 46px;
}
.index .part04 .w80 .bottom .left a .txt .date h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part04 .w80 .bottom .right {
  width: 31%;
}
.index .part04 .w80 .bottom .right .r_sub1:hover a .img img {
  transform: scale(1.2);
}
.index .part04 .w80 .bottom .right .r_sub1:hover a .txt h3 {
  color: #c30614;
}
.index .part04 .w80 .bottom .right .r_sub1:hover a .txt p {
  color: #c30614;
}
.index .part04 .w80 .bottom .right .r_sub1 a .img {
  height: 274px;
  overflow: hidden;
}
.index .part04 .w80 .bottom .right .r_sub1 a .img img {
  width: 100%;
  transition: all 1s ease;
}
.index .part04 .w80 .bottom .right .r_sub1 a .txt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 26px;
  height: 106px;
  box-sizing: border-box;
}
.index .part04 .w80 .bottom .right .r_sub1 a .txt h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part04 .w80 .bottom .right .r_sub1 a .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w80 .bottom .right .r_sub2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 134px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom .right .r_sub2:hover a h3 {
  color: #c30614;
}
.index .part04 .w80 .bottom .right .r_sub2:hover a p {
  color: #c30614;
}
.index .part04 .w80 .bottom .right .r_sub2 a h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.index .part04 .w80 .bottom .right .r_sub2 a p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .index .part01 .top .w80 ul li .p_text p {
    font-size: 18px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title h2 {
    font-size: 26px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title::before {
    top: -20px;
    width: 64px;
    height: 64px;
    background-size: contain;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title::after {
    height: 2px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_des h4 {
    font-size: 18px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_des p {
    font-size: 16px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .more a {
    line-height: 48px;
    font-size: 14px;
  }
  .index .part01 .bottom .w80 .item .left .l_box .l_img ul li {
    margin: 4px auto;
  }
  .index .part01 .bottom .w80 .item .left {
    height: 480px;
  }
  .index .part01 .bottom {
    margin-top: 100px;
  }
  .index .part01 .top {
    height: 100px;
  }
  .index .part01 .top .w80 ul {
    top: 80px;
  }
  .index .part01 {
    background-position: left bottom;
    padding-bottom: 90px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt {
    margin-top: 10px;
  }
  .index .part02 ul li .txt {
    top: 80px;
  }
  .index .part02 ul li .txt .t1 h3 {
    font-size: 28px;
  }
  .index .part02 ul li .txt .t2 h4 {
    font-size: 18px;
  }
  .index .part02 ul li .txt .t2 {
    padding: 18px 8px;
  }
  .index .part02 ul li .txt .t3 p {
    line-height: 1.1;
    font-size: 16px;
  }
  .index .part02 ul li {
    height: 630px;
  }
  .index .part02 ul li .img {
    width: 162px;
    height: 162px;
  }
  .index .part02 ul li .line {
    height: 80px;
    bottom: 270px;
  }
  .index .part03 .w80 .right .r_title h2 {
    font-size: 26px;
  }
  .index .part03 .w80 .right .r_title::after {
    margin-bottom: 20px;
  }
  .index .part03 .w80 .right .r_des p {
    font-size: 14px;
  }
  .index .part03 .w80 .right .r_des {
    padding-bottom: 0;
  }
  .index .part03 .w80 .right .r_num .i_top h1 {
    font-size: 32px;
  }
  .index .part03 .w80 .right .r_num .i_bottom p {
    font-size: 16px;
  }
  .index .part03 .w80 .right .r_num {
    margin-top: 30px;
  }
  .index .part03 .w80 .right .more {
    margin-top: 60px;
  }
  .index .part03 .w80 .left .l_slogan {
    bottom: 30px;
  }
  .index .part04 .w80 .top .t_title h2 {
    font-size: 26px;
  }
  .index .part04 .w80 .top .t_title::before {
    top: -20px;
    width: 64px;
    height: 64px;
    background-size: contain;
  }
  .index .part04 .w80 .top .more a {
    line-height: 46px;
    font-size: 14px;
  }
  .index .part04 .w80 .top .more {
    width: 196px;
  }
  .index .part04 .w80 .top {
    padding-top: 130px;
  }
  .index .part04 .w80 .bottom .left a .img {
    height: 480px;
  }
  .index .part04 .w80 .bottom .left a .txt {
    height: 480px;
    padding: 44px 30px;
  }
  .index .part04 .w80 .bottom .left a .txt .t_des p {
    font-size: 15px;
  }
  .index .part04 .w80 .bottom .left a .txt .t_title h3 {
    font-size: 18px;
  }
  .index .part04 .w80 .bottom .left a .txt .date h4 {
    font-size: 20px;
  }
  .index .part04 .w80 .bottom .right .r_sub1 a .img {
    height: 184px;
  }
  .index .part04 .w80 .bottom .right .r_sub1 a .txt h3 {
    font-size: 16px;
  }
  .index .part04 .w80 .bottom .right .r_sub2 a h3 {
    font-size: 16px;
  }
  .index .part04 .w80 .bottom .right .r_sub2 {
    height: 94px;
  }
  .index .part04 .w80 .bottom .right .r_sub1 a .txt p {
    font-size: 14px;
  }
  .index .part04 .w80 .bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 .top {
    height: auto;
    margin-bottom: 60px;
    border-bottom: none;
  }
  .index .part01 .top .w80 ul li {
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #fff6f7;
  }
  .index .part01 .top .w80 ul li .p_text {
    margin-top: 0;
  }
  .index .part01 .bottom .w80 .item .left {
    display: none;
  }
  .index .part01 .bottom .w80 .item .right {
    width: 100%;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .img {
    width: 100%;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt {
    width: 100%;
    margin-top: 50px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title h2 {
    font-size: 20px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title {
    margin-left: 20px;
  }
  .index .part01 .bottom .w80 .item .right .r_sub1 .txt .t_title::before {
    top: -14px;
    width: 44px;
    height: 44px;
  }
  .index .part02 ul li {
    width: 100%;
  }
  .index .part03 .w80 .left {
    width: 96%;
  }
  .index .part03 .w80 .right {
    width: 100%;
    margin-top: 60px;
  }
  .index .part03 .w80 .left .l_logo {
    position: absolute;
    top: 40px;
    left: 30px;
  }
  .index .part03 {
    padding-top: 110px;
  }
  .index .part03 .w80 .left .l_slogan .l_s_sub1 img {
    width: 80%;
  }
  .index .part03 .w80 .right .r_title h2 {
    font-size: 20px;
  }
  .index .part03 .w80 .right .r_title::before {
    top: -14px;
    width: 44px;
    height: 44px;
    background-size: contain;
  }
  .index .part03 .w80 .right .r_title {
    left: 20px;
  }
  .index .part03 .w80 .right .r_title::after {
    height: 2px;
  }
  .index .part03 .w80 .right .r_num .i_bottom p {
    font-size: 12px;
  }
  .index .part03 .w80 .right .r_num .i_top h1 {
    font-size: 28px;
  }
  .index .part03 .w80 .right .r_num .i_top span {
    font-size: 15px;
    line-height: 1;
  }
  .index .part04 .w80 .top .t_title h2 {
    font-size: 20px;
  }
  .index .part04 .w80 .top .t_title::before {
    width: 44px;
    height: 44px;
    top: -14px;
    background-size: contain;
  }
  .index .part04 .w80 .top .more {
    display: none;
  }
  .index .part04 .w80 .bottom .left {
    width: 100%;
  }
  .index .part04 .w80 .bottom .left a .img {
    width: 100%;
    height: 240px;
  }
  .index .part04 .w80 .bottom .left a .txt {
    width: 100%;
    height: 200px;
  }
  .index .part04 .w80 .bottom .left a .txt .t_des {
    display: none;
  }
  .index .part04 .w80 .bottom .left a .txt .t_more {
    display: none;
  }
  .index .part04 .w80 .bottom .left a .txt .date {
    left: 30px;
  }
  .index .part04 .w80 .bottom .left a .txt .t_title h3 {
    font-size: 16px;
  }
  .index .part04 .w80 .bottom .left a .txt .date h4 {
    font-size: 15px;
  }
  .index .part04 .w80 .bottom .left a .txt .t_title::after {
    margin-top: 12px;
    margin-bottom: 36px;
  }
  .index .part04 .w80 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
}
.about .main .part01 {
  margin-top: 120px;
}
.about .main .part01 .w80 {
  padding-left: 20px;
  padding-top: 26px;
}
.about .main .part01 .w80 .n_title {
  position: relative;
}
.about .main .part01 .w80 .n_title h2 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.about .main .part01 .w80 .n_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.about .main .part01 .w80 .n_title::after {
  margin-top: 22px;
  margin-bottom: 46px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #c30614;
}
.about .main .part01 .w80 .n_des p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part01 .w80 .n_des p span {
  font-weight: 700;
  font-size: 18px;
}
.about .main .part01 .w80 .n_adv {
  margin-top: 50px;
  background-image: url(/images/honor_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  padding: 80px;
  box-sizing: border-box;
}
.about .main .part01 .w80 .n_adv ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .n_adv ul li {
  width: 23%;
  height: 54px;
  padding: 0px 40px;
  margin-bottom: 50px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .n_adv ul li:nth-last-of-type(-n + 4) {
  margin-bottom: 0;
}
.about .main .part01 .w80 .n_adv ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.about .main .part01 .w80 .n_adv ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
  width: 24px;
  content: "";
  background: url(/images/honor_right.png) no-repeat center;
  background-size: auto;
  background-size: cover;
}
.about .main .part01 .w80 .n_adv ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 54px;
  width: 24px;
  content: "";
  background: url(/images/honor_left.png) no-repeat center;
  background-size: auto;
  background-size: cover;
}
.about .main .part02 {
  margin-top: 140px;
  height: 600px;
  background-image: url(/images/cultrue_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about .main .part02 > div .part02_left .part02_left_title {
  margin-top: 100px;
}
.about .main .part02 > div .part02_left .part02_left_title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part02 > div .part02_left .part02_left_title span {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part02 > div .part02_left .part02_left_title::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #c30614;
}
.about .main .part02 > div .part02_right div:first-of-type {
  margin-top: 40px;
}
.about .main .part02 > div .part02_right div:first-of-type ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .part02_right div:first-of-type ul li {
  width: 32%;
  height: 150px;
  background: #ffffff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px 0 0 0;
  text-align: center;
}
.about .main .part02 > div .part02_right div:first-of-type ul li i {
  font-size: 40px;
}
.about .main .part02 > div .part02_right div:first-of-type ul li h3 {
  font-size: 18px;
  color: #c30614;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.about .main .part02 > div .part02_right div:first-of-type ul li p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 14px;
}
.about .main .part02 > div .part02_right div:last-of-type {
  margin-top: 40px;
}
.about .main .part02 > div .part02_right div:last-of-type ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .part02_right div:last-of-type ul li {
  width: 48%;
}
.about .main .part02 > div .part02_right div:last-of-type ul li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part02 > div .part02_right div:last-of-type ul li p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part03 .w80 .n_title {
  position: relative;
  margin-top: 120px;
  margin-left: 20px;
}
.about .main .part03 .w80 .n_title h2 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.about .main .part03 .w80 .n_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.about .main .part03 .w80 .n_title::after {
  margin-top: 22px;
  margin-bottom: 46px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #c30614;
}
.about .main .part03 .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 ul li {
  width: 23%;
  position: relative;
  margin-right: 2.6%;
  margin-bottom: 20px;
  cursor: pointer;
}
.about .main .part03 .w80 ul li:hover .mask {
  display: none;
}
.about .main .part03 .w80 ul li:hover .text {
  opacity: 0;
}
.about .main .part03 .w80 ul li:hover .img img {
  transform: scale(1);
}
.about .main .part03 .w80 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.about .main .part03 .w80 ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  opacity: 1;
}
.about .main .part03 .w80 ul li .text p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part03 .w80 ul li .text h3 {
  font-size: 20px;
  color: #c30614;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-top: 80px;
}
.about .main .part03 .w80 ul li .text .more {
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 140px;
  background-image: url(/images/icon6.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 30px;
}
.about .main .part03 .w80 ul li .text .more span {
  font-size: 15px;
  color: #c30614;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part03 .w80 ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #f1f1f1;
}
.about .main .part03 .w80 ul li .img {
  overflow: hidden;
}
.about .main .part03 .w80 ul li .img img {
  width: 100%;
  transform: scale(1.3);
  transition: all 2s ease;
}
.about .main .part04 {
  margin-top: 120px;
  background-color: #951e22;
  padding: 80px 0;
}
.about .main .part04 > div.w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 > div.w80 .n_title {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
.about .main .part04 > div.w80 .n_title h2 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.about .main .part04 > div.w80 .n_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.about .main .part04 > div.w80 .n_title::after {
  margin-top: 22px;
  margin-bottom: 46px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #fff;
}
.about .main .part04 > div.w80 p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .part04 > div ul li {
  flex-wrap: wrap;
  padding: 20px 80px ;
  box-sizing: border-box;
  border-radius: 20px;
}
.about .main .part04 > div ul li .img img {
  width: 100%;
}
.about .main .part04 > div ul li .text {
  margin-top: 20px;
}
.about .main .part04 > div ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 .w80 .n_title h2 {
    font-size: 30px;
  }
  .about .main .part01 .w80 .n_adv ul li p {
    font-size: 12px;
  }
  .about .main .part02 {
    height: 540px;
  }
  .about .main .part03 .w80 .n_title h2 {
    font-size: 30px;
  }
  .about .main .part03 .w80 ul li .text {
    padding: 20px;
  }
  .about .main .part03 .w80 ul li .text h3 {
    line-height: 1.2;
  }
  .about .main .part03 .w80 ul li .text .more {
    left: 20px;
    bottom: 20px;
  }
  .about .main .part04 > div.w80 .n_title h2 {
    font-size: 30px;
  }
  .about .main .part04 > div.w80 p {
    font-size: 18px;
  }
  .about .main .part04 > div ul li {
    padding: 20px 30px;
  }
  .about .main .part04 > div ul li .text h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .about .n_banner > .postion .center .p1 {
    display: none;
  }
  .about .main .part01 .w80 .n_title h2 {
    font-size: 20px;
  }
  .about .main .part01 .w80 .n_title::before {
    width: 44px;
    height: 44px;
    background-size: contain;
    top: -14px;
  }
  .about .main .part01 .w80 .n_title::after {
    height: 2px;
    margin-bottom: 40px;
  }
  .about .main .part01 .w80 .n_title {
    margin-left: 20px;
  }
  .about .main .part01 .w80 {
    padding-left: 0;
  }
  .about .main .part01 {
    margin-top: 80px;
  }
  .about .main .part01 .w80 .n_adv {
    padding: 30px;
    background-size: cover;
    background-position: top center;
  }
  .about .main .part01 .w80 .n_adv ul li:nth-last-of-type(-n + 4) {
    margin-bottom: 20px;
  }
  .about .main .part01 .w80 .n_adv ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .main .part01 .w80 .n_adv ul li p {
    font-size: 14px;
    line-height: 1.2;
  }
  .about .main .part02 {
    height: auto;
    padding-bottom: 60px;
  }
  .about .main .part02 > div .part02_left .part02_left_title h3 {
    font-size: 20px;
  }
  .about .main .part02 > div .part02_right div:first-of-type ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .main .part02 > div .part02_right div:last-of-type ul li {
    width: 100%;
  }
  .about .main .part03 .w80 .n_title h2 {
    font-size: 20px;
  }
  .about .main .part03 .w80 .n_title::before {
    width: 44px;
    height: 44px;
    background-size: contain;
    top: -14px;
  }
  .about .main .part03 .w80 .n_title::after {
    height: 2px;
  }
  .about .main .part03 .w80 ul li {
    width: 100%;
  }
  .about .main .part04 > div.w80 .n_title::before {
    width: 44px;
    height: 44px;
    background-size: contain;
    top: -14px;
  }
  .about .main .part04 > div.w80 .n_title h2 {
    font-size: 20px;
  }
  .about .main .part04 > div.w80 .n_title::after {
    height: 2px;
    margin-bottom: 30px;
  }
  .about .main .part04 > div.w80 p {
    line-height: 1.3;
    font-size: 16px;
  }
  .about .main .part04 .swiper-container {
    margin-top: 40px;
  }
  .about .main .part04 > div ul li .text h3 {
    font-size: 16px;
  }
}
.products .main {
  background-image: url(/images/productBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 120px;
}
.products .main .w80 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .w80 ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2rem;
  padding: 1.2rem 1.2rem 3rem;
  box-sizing: border-box;
  box-shadow: 0 10px 1.68rem rgba(46, 0, 2, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.products .main .w80 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.products .main .w80 ul li:hover .img img {
  transform: scale(1.1);
}
.products .main .w80 ul li:hover .text h3 {
  color: #951e22;
}
.products .main .w80 ul li .img {
  overflow: hidden;
}
.products .main .w80 ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.products .main .w80 ul li .text {
  margin-top: 1rem;
}
.products .main .w80 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s ease;
}
.products .main .w80 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.products .main .w80 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.products .main .w80 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.products .main .w80 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.products .main .w80 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.products .main .w80 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
.products .main .w80 ul li:nth-of-type(7) {
  animation-delay: 1.4s;
}
.products .main .w80 ul li:nth-of-type(8) {
  animation-delay: 1.6s;
}
.products .main .w80 ul li:nth-of-type(9) {
  animation-delay: 1.8s;
}
.products .main .w80 ul li:nth-of-type(10) {
  animation-delay: 2s;
}
.products .main .w80 ul li:nth-of-type(11) {
  animation-delay: 2.2s;
}
.products .main .w80 ul li:nth-of-type(12) {
  animation-delay: 2.4s;
}
@media screen and (max-width: 1440px) {
  .products .main .w80 ul li .text h3 {
    font-size: 16px;
  }
  .products .main .w80 ul li {
    padding: 1.2rem 1.2rem 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .products .main {
    padding-top: 100px;
  }
  .products .main .w80 ul li {
    width: 100%;
    margin-right: 0;
    box-shadow: 0 4px 1rem rgba(46, 0, 2, 0);
  }
}
.product_details .main .part01 {
  margin-top: 120px;
  margin-bottom: 100px;
}
.product_details .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w80 .left {
  width: 46%;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
}
.product_details .main .part01 .w80 .left .img {
  text-align: center;
}
.product_details .main .part01 .w80 .left .img img {
  width: 80%;
}
.product_details .main .part01 .w80 .left .s_img ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w80 .left .s_img ul li {
  width: 15%;
  border: 2px solid #fff;
  box-sizing: border-box;
  margin: 0 10px;
}
.product_details .main .part01 .w80 .left .s_img ul li.current {
  border: 2px solid #951e22;
}
.product_details .main .part01 .w80 .left .s_img ul li img {
  width: 100%;
}
.product_details .main .part01 .w80 .right {
  width: 50%;
}
.product_details .main .part01 .w80 .right .p_title {
  margin-bottom: 30px;
}
.product_details .main .part01 .w80 .right .p_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part01 .w80 .right .p_des {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .part01 .w80 .right .p_des p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part01 .w80 .right .p_tel {
  margin-top: 60px;
  background-color: #951e22;
  width: 200px;
  border-radius: 28px;
}
.product_details .main .part01 .w80 .right .p_tel h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
}
.product_details .main .part01 .w80 .right .p_tel h4 i {
  font-size: 24px;
  margin-right: 10px;
}
.product_details .main .part01 .w80 .right .btn {
  margin-top: 120px;
}
.product_details .main .part01 .w80 .right .btn .btn1 {
  margin-bottom: 16px;
}
.product_details .main .part01 .w80 .right .btn .btn1 a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .part01 .w80 .right .btn .btn1 a span {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part02 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #fff6f7;
}
.product_details .main .part02 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .part02 .w80 .left {
  width: 66%;
}
.product_details .main .part02 .w80 .left .l_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .left .l_title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part02 .w80 .left .l_title::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #c30614;
}
.product_details .main .part02 .w80 .left .l_content {
  background-color: #fff;
  padding-top: 50px;
}
.product_details .main .part02 .w80 .right {
  width: 28%;
}
.product_details .main .part02 .w80 .right .r_title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .right .r_title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main .part02 .w80 .right .r_title::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #c30614;
}
.product_details .main .part02 .w80 .right ul li {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 30px;
}
.product_details .main .part02 .w80 .right ul li .img img {
  width: 100%;
}
.product_details .main .part02 .w80 .right ul li .text h4 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .product_details .main .part01 .w80 .right .p_title h3 {
    font-size: 26px;
  }
  .product_details .main .part01 .w80 .right .p_des p {
    font-weight: 400;
    font-size: 16px;
  }
  .product_details .main .part01 .w80 .right .p_tel h4 {
    line-height: 48px;
  }
  .product_details .main .part01 .w80 .right .btn {
    margin-top: 50px;
  }
  .product_details .main .part01 .w80 .right .btn .btn1 {
    margin-bottom: 10px;
  }
  .product_details .main .part01 .w80 .right .btn .btn1:last-of-type {
    margin-bottom: 0;
  }
  .product_details .main .part02 .w80 img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .part01 .w80 .left {
    width: 100%;
  }
  .product_details .main .part01 .w80 .right {
    width: 100%;
    margin-top: 50px;
  }
  .product_details .main .part01 .w80 .right .p_title h3 {
    font-size: 20px;
  }
  .product_details .main .part02 .w80 .right {
    display: none;
  }
  .product_details .main .part02 .w80 .left {
    width: 100%;
  }
  .product_details .main .part02 .w80 .left .l_title h3 {
    font-size: 20px;
  }
  .product_details .main .part02 .w80 .left .l_title::after {
    height: 20px;
  }
}
.news .main {
  padding-top: 120px;
}
.news .main .w80 ul li {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}
.news .main .w80 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w80 ul li a .img {
  width: 36%;
  height: 330px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
.news .main .w80 ul li a .img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.news .main .w80 ul li a .text {
  width: 58%;
}
.news .main .w80 ul li a .text h3 {
  font-size: 26px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .w80 ul li a .text span {
  font-size: 14px;
  color: #c30614;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .w80 ul li a .text p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.news .main .w80 ul li a .text .more {
  margin-top: 40px;
  background-color: #fff6f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 220px;
  border-radius: 28px;
  font-size: 15px;
  color: #c30614;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
}
.news .main .w80 ul li a .text .more i {
  margin-left: 10px;
}
.news .main .w80 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.news .main .w80 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.news .main .w80 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.news .main .w80 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.news .main .w80 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.news .main .w80 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1440px) {
  .news .main {
    padding-top: 80px;
  }
  .news .main .w80 ul li a .img {
    width: 30%;
    height: 240px;
  }
  .news .main .w80 ul li a .text h3 {
    font-size: 20px;
  }
  .news .main .w80 ul li a .text .more {
    line-height: 48px;
  }
  .news .main .w80 ul li a .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .w80 ul li a .img {
    width: 100%;
    height: 200px;
  }
  .news .main .w80 ul li a .text {
    width: 100%;
    margin-top: 20px;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
}
.contact .main {
  background-color: #fff6f7;
}
.contact .main > div {
  padding-top: 140px;
}
.contact .main > div .c_top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .c_top .n_title {
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
.contact .main > div .c_top .n_title h2 {
  font-size: 42px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 1;
}
.contact .main > div .c_top .n_title::before {
  position: absolute;
  top: -26px;
  left: -20px;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background-image: url(/images/quanBg.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
.contact .main > div .c_top .n_title::after {
  margin-top: 22px;
  display: block;
  content: "";
  width: 48px;
  height: 6px;
  background-color: #c30614;
}
.contact .main > div .c_top .en p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.contact .main > div .top {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left {
  width: 100%;
}
.contact .main > div .top .top_left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left ul li {
  width: 18.2%;
  height: 200px;
  box-shadow: 0 10px 1.2rem rgba(46, 0, 2, 0.05);
  border-radius: 20px;
  padding: 30px 20px 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.contact .main > div .top .top_left ul li:nth-of-type(5) .text p {
  font-size: 16px;
}
.contact .main > div .top .top_left ul li .img {
  text-align: center;
}
.contact .main > div .top .top_left ul li .img img {
  width: initial;
  margin: 0 auto;
}
.contact .main > div .top .top_left ul li .text {
  margin-top: 20px;
}
.contact .main > div .top .top_left ul li .text h3 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.contact .main > div .top .top_left ul li .text p {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.contact .main > div .top .top_right {
  margin-top: 50px;
  width: 100%;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 20px;
}
.contact .main > div .top .top_right h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main > div .top .top_right .message {
  margin-top: 20px;
}
.contact .main > div .top .top_right .message .ms1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 {
  width: 49%;
  height: 60px;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms2 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 {
  width: 49%;
  height: 60px;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 10px 20px;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms3 {
  margin-top: 16px;
  background-color: #f2f5f5;
  height: 200px;
  box-sizing: border-box;
  padding: 20px;
}
.contact .main > div .top .top_right .message .ms3 textarea {
  width: 100%;
  height: 100%;
}
.contact .main > div .top .top_right .message .ms4 {
  margin-top: 20px;
  width: 100%;
}
.contact .main > div .top .top_right .message .ms4 button {
  width: 100%;
  height: 56px;
  background-color: #951e22;
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .main > div .c_top .n_title h2 {
    font-size: 30px;
  }
  .contact .main > div .top .top_left ul li .text p {
    font-size: 16px;
  }
  .contact .main > div .top .top_left ul li .text h3 {
    font-size: 16px;
  }
  .contact .main > div .top .top_right h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main > div .c_top .n_title::before {
    width: 44px;
    height: 44px;
    background-size: contain;
    top: -14px;
  }
  .contact .main > div .c_top .n_title h2 {
    font-size: 20px;
  }
  .contact .main > div .c_top .n_title::after {
    height: 2px;
  }
  .contact .main > div .c_top .n_title {
    margin-bottom: 40px;
  }
  .contact .main > div {
    padding-top: 80px;
  }
  .contact .main > div .c_top .en p {
    font-size: 16px;
  }
  .contact .main > div .top .top_left ul li {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  .contact .main > div .top .top_right {
    padding: 20px;
  }
}
