.h_banner .swiper-slide {
  transition-duration: 800ms !important;
}
.h_banner .swiper-slide img {
  width: 100%;
}
.h_banner .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
}
.h_title1 {
  position: relative;
}
.h_title1 .h_title {
  font-size: 21px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #E52A17;
  position: relative;
  display: inline-block;
}
.h_title1 .h_title::after {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background: #E52A17;
  position: absolute;
  right: -60px;
  bottom: 3px;
  transform: scaleX(0);
  animation: pLine 5s infinite;
}
.h_title1 .h_bg {
  position: absolute;
  width: 80px;
  height: 80px;
  border-width: 40px;
  border-style: dashed;
  border-color: rgba(229, 42, 23, 0.1);
  border-radius: 100%;
  top: -28px;
  left: -30px;
  animation: bgCircle 3s infinite;
  animation-direction: alternate;
}
.h_title2 .h_title::before {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background: #E52A17;
  position: absolute;
  left: -60px;
  bottom: 3px;
  transform: scaleX(0);
  animation: pLine2 5s infinite;
}
.h_title2 .h_bg {
  left: calc(50% - 90px);
}
@keyframes bgCircle {
  0% {
    border-style: solid;
    border-width: 40px;
    transform: rotate(0) scale(1);
  }
  70% {
    border-style: dashed;
  }
  100% {
    border-width: 0px;
    border-style: dashed;
    transform: rotate(360deg) scale(1.5);
  }
}
@keyframes pLine {
  0% {
    transform-origin: left;
  }
  20% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  80% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes pLine2 {
  0% {
    transform-origin: right;
  }
  20% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  80% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.h_Box1 {
  overflow: hidden;
  padding: 110px 0 70px;
  background: linear-gradient(to bottom, #fff 0% 76%, rgba(0, 0, 0, 0.1) 76% 100%);
  position: relative;
}
.h_Box1 .h_bjt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
  height: 70%;
}
.h_Box1 .h_about {
  position: relative;
  z-index: 2;
}
.h_Box1 .h_about .h_box .h_L {
  width: 48%;
  padding-top: 1%;
}
.h_Box1 .h_about .h_box .h_L .h_title {
  font-size: 48px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.h_Box1 .h_about .h_box .h_L .h_title span {
  color: #E52A17;
}
.h_Box1 .h_about .h_box .h_L .h_desc {
  font-size: 20px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: justify;
}
.h_Box1 .h_about .h_box .h_R {
  width: 48%;
}
.h_Box1 .h_about .h_box .h_R .swiper-pagination {
  padding-left: 20px;
  text-align: left;
}
.h_Box1 .h_about .h_box .h_R .swiper-slide img {
  width: 100%;
}
.h_Box1 .h_about .h_box .h_R .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
}
.h_Box1 .h_about .h_box .h_R .mySwiper2 .swiper-button-next,
.h_Box1 .h_about .h_box .h_R .mySwiper2 .swiper-button-prev {
  display: none !important;
}
.h_Box1 .h_about .h_box .h_R .h_button {
  justify-content: flex-end;
  margin-top: 20px;
}
.h_Box1 .h_about .h_box .h_R .h_button .h_prev,
.h_Box1 .h_about .h_box .h_R .h_button .h_next {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #999999;
  width: 80px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s linear;
}
.h_Box1 .h_about .h_box .h_R .h_button .h_prev i,
.h_Box1 .h_about .h_box .h_R .h_button .h_next i {
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #999999;
}
.h_Box1 .h_about .h_box .h_R .h_button .h_prev:hover,
.h_Box1 .h_about .h_box .h_R .h_button .h_next:hover {
  border-color: #E52A17;
  background: linear-gradient(270deg, #EE111A 0%, #EB411C 100%);
}
.h_Box1 .h_about .h_box .h_R .h_button .h_prev:hover i,
.h_Box1 .h_about .h_box .h_R .h_button .h_next:hover i {
  color: #FFFFFF;
}
.h_Box1 .h_about .h_box .h_R .h_button .h_prev {
  margin-right: 20px;
}
.h_Box1 .h_product {
  position: relative;
  z-index: 2;
}
.h_Box1 .h_product .h_title2 {
  text-align: center;
}
.h_Box1 .h_product .mySwiper3 {
  margin-top: 70px;
  padding: 30px 0;
}
.h_Box1 .h_product .mySwiper3 .h_box {
  padding: 28px;
  background: #222222;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
}
.h_Box1 .h_product .mySwiper3 .h_box .h_T {
  width: 100%;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  margin-bottom: 30px;
}
.h_Box1 .h_product .mySwiper3 .h_box .h_T img {
  width: 100%;
  opacity: 0.8;
  transition: opacity 0.5s;
}
.h_Box1 .h_product .mySwiper3 .h_box .h_name {
  font-size: 18px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #FFFFFF;
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.h_Box1 .h_product .mySwiper3 .h_box .h_more {
  text-align: center;
}
.h_Box1 .h_product .mySwiper3 .h_box .h_more a {
  display: inline-block;
  width: 142px;
  height: 49px;
  border-radius: 4px 4px 4px 4px;
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  line-height: 49px;
  color: #EEEEEE;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.h_Box1 .h_product .mySwiper3 .h_box .h_more a:hover {
  border-color: #E52A17;
  background: linear-gradient(270deg, #EE111A 0%, #EB401C 100%);
}
.h_Box1 .h_product .mySwiper3 .h_box:hover {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px 3px #999;
  transform: scale(1.05);
}
.h_Box1 .h_product .mySwiper3 .h_box:hover .h_T img {
  opacity: 1;
}
.h_Box2 {
  overflow: hidden;
  padding: 110px 0;
  background: linear-gradient(to bottom, #fff 0% 50%, #E5E5E5 50% 100%);
  position: relative;
}
.h_Box2 .h_bjt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 100%;
  height: 50%;
}
.h_Box2 #productNumber {
  position: relative;
  z-index: 2;
}
.h_Box2 #productNumber .q li {
  width: 25%;
  text-align: center;
}
.h_Box2 #productNumber .q li p img {
  width: 80px;
  height: 80px;
}
.h_Box2 #productNumber .q li i {
  font-size: 76px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #FFFFFF;
  font-style: normal;
}
.h_Box2 #productNumber .q li span {
  font-size: 32px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #FFFFFF;
}
.h_Box2 #productNumber .q li p {
  font-size: 24px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #CECECE;
}
.h_Box2 .h_box {
  position: relative;
  z-index: 2;
  margin-top: 90px;
  align-items: stretch;
}
.h_Box2 .h_box .h_Lbox {
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: 40%;
  border-radius: 24px;
  padding: 40px 0 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #EE111A 0% 60%, #fff 60% 100%);
}
.h_Box2 .h_box .h_Lbox .h_title1 .h_title {
  color: #fff;
}
.h_Box2 .h_box .h_Lbox .h_title1 .h_title::after {
  background-color: #fff;
}
.h_Box2 .h_box .h_Lbox .h_title1,
.h_Box2 .h_box .h_Lbox .h_p1 {
  padding: 0 40px;
}
.h_Box2 .h_box .h_Lbox .h_p1 {
  margin-top: 10px;
  font-size: 35px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #FFFFFF;
}
.h_Box2 .h_box .h_Lbox form {
  margin-top: 30px;
  padding: 50px 36px 40px;
  border-radius: 60px 0 0 0;
  background: #FFFFFF;
}
.h_Box2 .h_box .h_Lbox form input,
.h_Box2 .h_box .h_Lbox form textarea {
  width: 100%;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 18px 20px;
  font-size: 19px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
  margin-bottom: 20px;
}
.h_Box2 .h_box .h_Lbox form input:hover,
.h_Box2 .h_box .h_Lbox form textarea:hover {
  border-color: #E52A17;
}
.h_Box2 .h_box .h_Lbox form button {
  width: 206px;
  height: 69px;
  border: 1px solid #E52A17;
  background: linear-gradient(270deg, #EE111A 0%, #F82C16 100%);
  border-radius: 4px 4px 4px 4px;
  font-size: 18px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 60px;
  transition: background 0.3s;
}
.h_Box2 .h_box .h_Lbox form button:hover {
  background: transparent;
  color: #E52A17;
}
.h_Box2 .h_box .h_Rbox {
  width: 57%;
  padding: 60px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px 24px 24px 24px;
}
.h_Box2 .h_box .h_Rbox .h_p1 {
  font-size: 48px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #333333;
  margin-top: 50px;
}
.h_Box2 .h_box .h_Rbox .h_p1 span {
  color: #E52A17;
}
.h_Box2 .h_box .h_Rbox .h_p2 {
  font-size: 20px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 30px;
  text-align: justify;
}
.h_Box2 .h_box .h_Rbox .h_btn {
  margin-top: 40px;
  justify-content: normal;
  box-shadow: inset 0px -5px #ee121a;
}
.h_Box2 .h_box .h_Rbox .h_btn div {
  padding: 25px 38px;
  font-size: 20px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #666666;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
}
.h_Box2 .h_box .h_Rbox .h_btn div:hover {
  background: linear-gradient(90deg, #EE111A 0%, #EC411C 100%);
  color: #fff;
}
.h_Box2 .h_box .h_Rbox .h_btn div.h_active {
  background: linear-gradient(90deg, #EE111A 0%, #EC411C 100%);
  color: #fff;
}
.h_Box2 .h_box .h_Rbox .h_btn .h_btn1 {
  margin-right: 30px;
}
.h_Box2 .h_box .h_Rbox .h_list {
  margin-top: 20px;
}
.h_Box2 .h_box .h_Rbox .h_list .h_new {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.h_Box2 .h_box .h_Rbox .h_list .h_new .h_L {
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
}
.h_Box2 .h_box .h_Rbox .h_list .h_new .h_L i {
  color: #E52A17;
  margin-right: 12px;
}
.h_Box2 .h_box .h_Rbox .h_list .h_new .h_L p {
  font-size: 20px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_Box2 .h_box .h_Rbox .h_list .h_new .h_time {
  font-size: 18px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}
.h_Box2 .h_box .h_Rbox .h_list .h_new:last-child {
  border: none;
  padding-bottom: 0;
}
.h_Box2 .h_box .h_Rbox .h_list .h_new:hover .h_L p,
.h_Box2 .h_box .h_Rbox .h_list .h_new:hover .h_time {
  color: #E52A17;
}
@media screen and (max-width: 1024px) {
  .h_Box1 {
    padding: 70px 0 40px;
  }
  .h_Box1 .h_about .h_box .h_L .h_title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .h_Box1 .h_product .mySwiper3 {
    margin-top: 50px;
  }
  .h_Box2 {
    padding: 60px 0;
  }
  .h_Box2 #productNumber .q li i {
    font-size: 50px;
  }
  .h_Box2 #productNumber .q li p img {
    width: 60px;
    height: 60px;
  }
  .h_Box2 #productNumber .q li span,
  .h_Box2 #productNumber .q li p {
    font-size: 20px;
  }
  .h_Box2 .h_box {
    margin-top: 50px;
    flex-direction: column;
  }
  .h_Box2 .h_box .h_Lbox,
  .h_Box2 .h_box .h_Rbox {
    width: 100%;
  }
  .h_Box2 .h_box .h_Lbox .h_p1 {
    font-size: 30px;
  }
  .h_Box2 .h_box .h_Lbox form button {
    width: 190px;
    height: 56px;
    margin-top: 30px;
  }
  .h_Box2 .h_box .h_Lbox form input,
  .h_Box2 .h_box .h_Lbox form textarea {
    padding: 16px 20px;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .h_Box2 .h_box .h_Rbox {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .h_Box2 .h_box .h_Rbox .h_p1 {
    font-size: 40px;
  }
  .h_Box2 .h_box .h_Rbox .h_p2 {
    margin-top: 18px;
    line-height: 30px;
  }
  .h_Box2 .h_box .h_Rbox .h_btn {
    margin-top: 30px;
  }
  .h_Box2 .h_box .h_Rbox .h_btn div {
    padding: 20px 24px;
  }
  .h_Box2 .h_box .h_Rbox .h_btn .h_btn1 {
    margin-right: 20px;
  }
  .h_Box2 .h_box .h_Rbox .h_list {
    margin-top: 0;
  }
  .h_Box2 .h_box .h_Rbox .h_list .h_new {
    padding: 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .h_Box1 .h_about .h_box {
    flex-direction: column;
  }
  .h_Box1 .h_about .h_box .h_L {
    width: 100%;
    margin-top: 20px;
  }
  .h_Box1 .h_about .h_box .h_R {
    width: 100%;
    margin-top: 20px;
  }
  .h_Box1 .h_product .mySwiper3 {
    margin-top: 30px;
  }
  .h_Box1 .h_product .mySwiper3 .h_box .h_more a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .h_Box1 .h_product .mySwiper3 .h_box {
    padding: 22px;
  }
  .h_Box2 #productNumber .q li i {
    font-size: 40px;
  }
  .h_Box2 #productNumber .q li p img {
    width: 45px;
    height: 45px;
  }
  .h_Box2 {
    padding: 45px 0;
  }
  .h_Box2 .h_box {
    margin-top: 45px;
  }
  .h_Box2 .h_box .h_Lbox .h_title1,
  .h_Box2 .h_box .h_Lbox .h_p1 {
    padding: 0 30px;
  }
  .h_Box2 .h_box .h_Lbox form {
    padding: 30px;
    border-radius: 40px 0 0 0;
  }
  .h_Box2 .h_box .h_Rbox {
    padding: 30px;
  }
  .h_Box2 .h_box .h_Rbox .h_p1 {
    font-size: 30px;
    margin-top: 30px;
  }
  .h_Box2 .h_box .h_Rbox .h_btn div {
    padding: 16px 20px;
    font-size: 18px;
    margin-right: 14px;
  }
  .h_Box2 .h_box .h_Rbox .h_list .h_new .h_time {
    font-size: 16px;
  }
  .h_Box2 .h_box .h_Rbox .h_list .h_new .h_L p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .h_title1 .h_bg {
    display: none;
  }
  .h_Box1 {
    padding: 40px 0;
  }
  .h_Box1 .h_about .h_box .h_L .h_title {
    font-size: 24px;
  }
  .h_Box1 .h_about .h_box .h_R .h_button .h_prev i,
  .h_Box1 .h_about .h_box .h_R .h_button .h_next i {
    line-height: 40px;
  }
  .h_Box1 .h_about .h_box .h_R .h_button .h_prev,
  .h_Box1 .h_about .h_box .h_R .h_button .h_next {
    width: 70px;
    height: 40px;
  }
  .h_Box1 .h_about .h_box {
    margin-bottom: 20px;
  }
  .h_Box1 .h_product .mySwiper3 {
    margin-top: 0;
  }
  .h_Box2 #productNumber .q {
    flex-wrap: wrap;
  }
  .h_Box2 #productNumber .q li {
    width: 50%;
    margin-bottom: 20px;
  }
  .h_Box2 .h_box {
    margin-top: 25px;
  }
  .h_Box2 .h_box .h_Lbox {
    padding-top: 30px;
  }
  .h_Box2 .h_box .h_Lbox .h_p1 {
    font-size: 24px;
  }
  .h_Box2 .h_box .h_Lbox form {
    border-radius: 30px 0 0 0;
  }
  .h_Box2 .h_box .h_Lbox form input,
  .h_Box2 .h_box .h_Lbox form textarea {
    padding: 13px 20px;
    font-size: 16px;
  }
  .h_Box2 .h_box .h_Lbox form button {
    width: 180px;
    height: 50px;
    margin-top: 0;
  }
  .h_Box2 .h_box .h_Rbox .h_p1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .h_Box2 .h_box .h_Rbox .h_btn div {
    width: 49%;
    padding: 16px 0;
    text-align: center;
    margin: 0;
    font-size: 16px;
  }
  .h_Box2 .h_box .h_Rbox .h_btn .h_btn1 {
    margin-right: 2%;
  }
  .h_Box2 .h_box .h_Lbox,
  .h_Box2 .h_box .h_Rbox {
    border-radius: 12px;
  }
}
