/* 轮播图 */
.banner_99714 {
  height: 750px;
  width: 100%
}

.banner_99714 .swiper {
  width: 100%;
  height: 100%;
}

.banner_99714 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_99714 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.banner_99714 .swiper .swiper-pagination-bullet,
.banner_99714 .swiper-slide .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin: 0 8px;
  background: rgba(255, 98, 0, .7);
  border-radius: 0
}

.banner_99714 .swiper .swiper-pagination-bullet-active,
.banner_99714 .swiper-slide .swiper-pagination-bullet-active {
  background: #d64000
}

.banner_99714 .swiper-pagination {
  bottom: 20px !important
}

.banner_99714 .swiper .swiper-button-next,
.banner_99714 .swiper .swiper-button-prev,
.banner_99714 .swiper-slide .swiper-button-next,
.banner_99714 .swiper-slide .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100px;
  height: 80px;
  box-sizing: border-box;
  border: 2px solid #d64000
}

.banner_99714 .swiper .swiper-button-prev,
.banner_99714 .swiper-slide .swiper-button-prev {
  left: 32px;
  border-right-width: 10px;
  text-align: center;
  line-height: 94px
}

.banner_99714 .swiper .swiper-button-prev::after,
.banner_99714 .swiper-slide .swiper-button-prev::after {
  content: "\e625";
  font-family: iconfont !important;
  font-size: 40px;
  color: #fff
}

.banner_99714 .swiper .swiper-button-next,
.banner_99714 .swiper-slide .swiper-button-next {
  right: 32px;
  border-left-width: 10px;
  text-align: center;
  line-height: 94px
}

.banner_99714 .swiper .swiper-button-next::after,
.banner_99714 .swiper-slide .swiper-button-next::after {
  content: "\e624";
  font-family: iconfont !important;
  font-size: 40px;
  color: #fff
}

.banner_99714 .swiper .swiper-button-prev:hover,
.banner_99714 .swiper .swiper-button-next:hover {
  background: #d64000
}

@media screen and (max-width:767px) {
  .banner_99714 {
    height: 200px
  }

  .banner_99714 .swiper-button-next,
  .banner_99714 .swiper-button-prev {
    display: none !important
  }

  .banner_99714 .swiper .textbox,
  .banner_99714 .swiper-slide .textbox {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center
  }

  .banner_99714 .swiper .swiper-pagination-bullet,
  .banner_99714 .swiper-slide .swiper-pagination-bullet {
    width: 20px;
    height: 4px
  }
}

/* 产品图 */
.product_indexrecommend_99714 {
  padding: 60px 128px 28px;
  background: #f3f3f3
}

.product_indexrecommend_99714 .p2 {
  color: #111;
  font-size: 40px;
  line-height: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  letter-spacing: 0px;
}

.product_indexrecommend_99714 .line {
  background: #d64000;
  width: 80px;
  height: 4px;
  margin: 0 auto 40px
}

.product_indexrecommend_99714 .topbox {
  overflow: hidden
}

.product_indexrecommend_99714 .topbox .topitem {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08);
  background: #fff;
  width: calc((100% - 72px)/ 4);
  padding: 16px 16px 24px;
  box-sizing: border-box;
  float: left;
  margin-right: 24px;
  margin-bottom: 32px
}

.product_indexrecommend_99714 .topbox .topitem:hover .img img {
  transform: translate(-50%, -50%) scale(1.2)
}

.product_indexrecommend_99714 .topbox .topitem:hover .text {
  color: #d64000
}

.product_indexrecommend_99714 .topbox .topitem:nth-child(4n) {
  margin-right: 0
}

.product_indexrecommend_99714 .topbox .topitem .img {
  width: 100%;
  height: 366px;
  position: relative;
  overflow: hidden
}

.product_indexrecommend_99714 .topbox .topitem .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  transition: all 300ms linear
}

.product_indexrecommend_99714 .topbox .topitem .text {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  height: 48px;
  margin-top: 12px;
  margin-bottom: 8px
}

.product_indexrecommend_99714 .topbox .topitem .btn {
  transition: all 300ms linear;
  width: 100%;
  max-width: 366px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #d64000;
  color: #fff;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer
}

.product_indexrecommend_99714 .topbox .topitem .btn:hover {
  background: #00184f
}

.product_indexrecommend_99714 .video {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  width: 56px;
  height: 20px;
  line-height: 20px;
  background: #787878;
  border-radius: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1
}

@media screen and (max-width:1599px) {
  .product_indexrecommend_99714 {
    padding-left: 64px;
    padding-right: 64px
  }

  .product_indexrecommend_99714 .topbox .topitem .img {
    height: 266.87px
  }
}

@media screen and (max-width:1023px) {
  .product_indexrecommend_99714 {
    padding-left: 32px;
    padding-right: 32px
  }

  .product_indexrecommend_99714 .topbox .topitem {
    width: calc((100% - 24px)/ 2)
  }

  .product_indexrecommend_99714 .topbox .topitem:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (max-width:767px) {

  .product_indexrecommend_99714 .p1,
  .product_indexrecommend_99714 .p2 {
    font-weight: 400;
    text-align: center;
    letter-spacing: 0
  }

  .product_indexrecommend_99714 {
    padding: 40px 16px 24px
  }

  .product_indexrecommend_99714 .p1 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase
  }

  .product_indexrecommend_99714 .p2 {
    font-size: 24px;
    line-height: 30px
  }

  .product_indexrecommend_99714 .topbox .topitem {
    padding: 0;
    margin-bottom: 16px;
    margin-right: 11px;
    width: calc((100% - 11px)/ 2)
  }

  .product_indexrecommend_99714 .topbox .topitem .img {
    width: 100%;
    height: 168px
  }

  .product_indexrecommend_99714 .topbox .topitem .text {
    margin: 8px 0;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
    text-align: left;
    height: auto;
    height: 54px
  }

  .product_indexrecommend_99714 .topbox .topitem .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
  }
}

/* 联系我们 */
.contact-box {
  background-color: #fff;
  padding: 60px 0;
  width: 100%;
}

.contact-box .p1,
.p2 {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 1.7;
}

.contact-box .layui-form {
  margin-top: 20px;
}

.contact-container {
  padding: 60px 30px;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-box .contact-title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
}


.required-field-group {
  position: relative;
}

.required-field-group:before {
  content: "*";
  color: #ff0000;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  z-index: 1;
}

.required-field-conent::before {
  content: "*";
  color: #ff0000;
  position: absolute;
  left: 10px;
  top: 20%;
  transform: translateY(-50%);
  font-size: 16px;
  z-index: 1;
}

.required-field {
  padding-left: 20px !important;
}

@media (max-width:768px) {
  .contact-box {
    padding: 37px 0;
  }

  .contact-box .contact-title {
    font-size: 30px;
  }

  .contact-container {
    padding: 12px 15px;
  }
}

@media (min-width:1200px) {
  .layui-container {
    width: 1440px !important;
  }
}

.layui-form-item {
  clear: none !important;
}

.layui-input-block {
  margin-left: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 50px !important;
}

.contact-box .layui-input,
.layui-select {
  height: 50px;
}

.contact-box .btn-box {
  width: 100%;
  text-align: center;
}

.contact-box .btn-box .btn {
  cursor: pointer;
  padding: 10px 32px 10px 32px;
  background-color: #c0282d;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Dm Sans Medium";
}

.contact-box .btn:hover {
  background-color: #e02228;
}

.contact-box .btn-box .btn-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width:768px) {
  .contact-box .btn-box .btn {
    padding: 6px 24px;
  }

  .contact-box .btn-box .btn-text {
    font-size: 12px;
  }
}

/* 选择我们 */
.choose-box {
  width: 100%;
  background-color: #f5f5f5;
  padding: 70px 0;
}

.choose-box .choose-title {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.choose-box .p1 {
  color: #000;
  margin-top: 30px;
  font-size: 25px;
  text-align: center;
}

.choose-box .p2 {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}

.choose-list {
  width: 100%;
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.choose-list img {
  width: 100%;
  height: 100%;
}

.choose-list img:hover {
  transform: scale(1.2);
  transition: all ease-in-out 1s;
}

.choose-list .choose-item {
  height: 265px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.choose-list .choose-pd1 {
  padding: 0 10px;
}

.choose-list .choose-pd1 .p4{
  margin-top: 5%;
}

.choose-list .p3 {
  font-size: 25px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.choose-list .p4 {
  font-size: 16px;
  color: #666;
  text-align: center;
}

@media (max-width:768px) {
  .choose-box .p1 {
    font-size: 28px;
  }

  .choose-box .choose-title {
    font-size: 36px;
  }
}

@media (max-width:1200px) {
  .choose-box .choose-list .choose-item {
    border-bottom: 1px solid #dadde3;
    width: 100%;
    padding: 10px 0;
  }
}

.why-box {
  width: 100%;
  padding: 60px 0;
}

.why-box .why-title {
  font-size: 32px;
  font-weight: 600;
}

.why-box .why-bottom {
  width: 100%;
  margin-top: 60px;
}

.why-box .why-bottom .why-list {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
  height: 150px;
}

.why-box .why-bottom .why-list .why-left {
  margin-right: 10px;
}

.why-box .why-bottom .why-list .why-left img {
  width: 60px;
}

.why-box .why-bottom .why-list .why-right {
  margin-left: 10px;
  width: 70%;
}

.why-box .why-bottom .why-border:first-child{
  border-right: 1px solid #dfdfdf;
}
.why-box .why-bottom .why-border:nth-child(2){
  border-bottom:1px solid  #dfdfdf;
}
.why-box .why-bottom .why-border:nth-child(3){
  border-top: 1px solid #dfdfdf;
}
.why-box .why-bottom .why-border:nth-child(4){
  border-left: 1px solid  #dfdfdf;
}

.why-box .why-bottom .why-list .why-right .p5 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.why-box .why-bottom .why-list .why-right .p6 {
  font-size: 16px;
  color: #666;
  margin: 15px 0;
}

@media (max-width:1200px) {
  .why-box .why-bottom .why-border{
    border: none !important;
  }
  .why-box .why-bottom .why-list .why-right {
    width: 80%;
  }
  .why-box .why-bottom .why-list {
    height: auto;
  }
}

/* 合作伙伴 */
.partner {
  padding: 60px 128px 60px;
  background: #fafafa;
}

.partner .p2 {
  color: #111;
  font-size: 40px;
  line-height: 50px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  letter-spacing: 0px;
}

.partner .line {
  background: #d64000;
  width: 80px;
  height: 4px;
  margin: 0 auto 40px
}
.partner .partner-box{
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
}
.partner .partner-box img{
  width: 100%;
  height: 100%;
}

@media (max-width:768px) {
  .partner{
    padding:  40px 16px 24px;
  }
  .partner .p2{
    font-size: 24px;
    line-height: 30px;
  }
}