/*清除元素默认的内外边距  */
* {
  margin: 0;
  padding: 0;
}

/*让所有斜体 不倾斜*/
em,
i {
  font-style: normal;
}

/*去掉列表前面的小点*/
li {
  list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
  border: 0;
  /*ie6*/
  vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
  cursor: pointer;
}

/*取消链接的下划线*/
a {
  color: #666;
  text-decoration: none;
}

p {
  color: #FFF;
}

button,
input {
  outline: none;
}

.hide,
.none {
  display: none;
}

/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

/* 版心宽度 */
.container {
  width: 75rem;
  /* width: 1200px; */
  /* width: 62.5%; */
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  background-color: #10368A;
  color: #FFFFFF;

}

.headr,
.nav {

  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.headr .container {
  overflow: hidden;
  padding: 17px 1.25rem 14px;
  display: flex;
  justify-content: space-between;
}

.headr .container p {
  float: left;
}

.headr .container .headr-pic {
  /* float: right; */
  font-size: 0.88rem;
  color: white;

}

.headr .container .headr-pic .ri-equal-line {
  display: none;
}

/* .headr .container .headr-pic .ri-equal-line  {
  float: right;
  font-size: 19px;
  color: white;
  margin-top: -5px;
} */
.headr .container .headr-text {
  float: left;
  color: #FFFFFF;
  font-family: PingFang-SC-Bold;
}

.menu {
  background-color: rgba(5, 4, 4, .89);
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 5px;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: all;
}

.menu .menu-btn {
  overflow: hidden;
  padding: 17px 1.25rem 14px;
}

.menu .menu-btn .menu-l {
  float: left;
}

.menu .menu-btn .menu-r {
  float: right;
  color: white;
  font-size: 0.88rem;
  margin-left: 1.875rem;
}

.menu ul {

  list-style: none;
  padding-left: 1.875rem;
  margin: 0;
}

.menu li {
  padding: 0.625rem;
}

.menu li a {
  color: white;
  text-decoration: none;
  font-size: 1.55rem;
  color: #dedede;
}

.menu-toggle {
  cursor: pointer;
  font-size: 1.55rem;
  padding: 0.625rem;
}

.headr-search {
  border-bottom: 1px solid #FFF;
  width: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.31rem;
  height: 1.94rem;

  padding: 0 0.75rem;
}

.headr-search input {
  border: none;
  outline: none;
  background: transparent;
  color: #252525;
  width: calc(100% - 1rem);
  padding-bottom: 0.125rem;
  height: 100%;
}

.headr-search i {
  color: #10368A;
}

.headr-search input::placeholder {
  color: #252525;
}

/* nav开始 */
.nav {
  height: 5.94rem;
  position: relative;
}

.header-logo {
  height: 1.81rem;
}

.nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-menus {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 1.5rem;
}

.header-menus>li {
  margin: 0 0.5rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;

  height: 100%;
}

.header-menus a {
  font-size: 1.13rem;
  color: #FFF;
}

.header-menu__con {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header-menus>li:hover>a {
  color: #00CE87;
}

.header-menus>li i {
  display: block;
  transition: all .2s;
}

.header-menus>li:hover i {
  transform: rotate(90deg);
}

#header-menu__expand {
  display: none;
  margin-right: 1rem;
  font-size: 3rem;
}

#header-right {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#header-right .headr-search {
  display: none;
}

.header-menus__second {
  display: none;
  width: fit-content;
  position: absolute;
  top: 5rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem rgba(12, 0, 5, 0.35);

  padding: 2rem 1.8rem;
  border-radius: 0.31rem;
  z-index: 10;
}

.header-menus__second>li {
  /* height: 2.77rem; */
  /* padding: 0 0.63rem; */
  margin: 0;
}

.header-menus__second>li:not(:last-child) {

  margin-right: 3rem;
}

.header-menus__second>li a {
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.18rem;
  color: #5B5B5B;
  text-wrap: nowrap;
}

.header-menus__second:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -0.75rem;
  left: 1.5rem;
  border-right: solid 1rem transparent;
  border-left: solid 1rem transparent;
  border-bottom: solid 1rem #fff;
}

.header-menus__second>li:hover>a {
  color: #00CE87;

}

.header-menus__third {

  margin-top: 1rem;
}

.header-menus__third>li a {
  font-size: 0.88rem;
  color: #585858;
  margin-top: 0.5rem;
}

.header-menus__third>li:hover a {
  color: #00CE87;
}

/* banner开始 */
.banner {
  margin-top: 1rem;
  width: 100%;
  height: 40rem;
  position: relative;

  top: 1rem;
}

.swiper-banner {

  /* position: absolute;
  left: 18.75%;
  top: 1rem;
   */
  height: 100%;
  overflow: hidden;
}

.swiper-wrapper,
.swiper-slide__content {
  height: 100%;
  width: 100%;
}

.swiper-slide__content {
  /* position: absolute; */
  /* left: 18.75%; */
  position: relative;
  display: block;
  width: 85rem;
  margin: 0 auto;
}

.swiper-banner .swiper-slide {
  height: 100%;

  width: 100%;
}

.home-banner_img {
  position: absolute;
  right: 0;
  width: 52rem;
}

.home-banner_img img {
  display: block;
  width: 100%;
}

.banner-box-title {

  position: absolute;
  top: 25%;
}

.banner-box-pic {
  width: 11.06rem;
  height: 3rem;
  background: #00CE87;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.banner-box-title-text {
  font-size: 3.75rem;
  line-height: 4.78rem;
  font-weight: 700;
  width: 50%;
  letter-spacing: -0.05rem;
}

.banner-box-title-characters {
  font-size: 1.25rem;
  margin: 2.5rem 0 3.56rem 0;
}

.banner .nav-jump {
  margin-left: 0;
  float: none;
}

.banner-box-pic:hover i {
  display: inline-block;
  transition: all .2s;
}

.banner-box-pic:hover i {
  transform: translateX(0.5rem);
}

/* banner结束 */

/* industries开始 */
.industries {
  margin-top: 10.375rem;
}

.industries-title {
  text-align: center;
}

.industries-title-text {
  font-size: 2.5rem;
  color: #00CE87;
}

.industries-title-characters {
  padding-top: 2.5rem;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #fff;
}

.industries-box-sonny {
  margin-top: 4.375rem;
  /* overflow: hidden; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.63rem;
}

.industries-item-sonny {
  width: 18.31rem;
  /* height: 21.56rem; */
  background-color: #fff;
  border-radius: 1.25rem;
  text-align: center;

  padding: 2rem 1.6rem;
  box-sizing: border-box;
}

.industries-item-sonny-headr img {
  margin-top: 1.875rem;
}

.industries-item-sonny-headr p {
  margin: 1.5rem 0;
  font-size: 1.55rem;
  color: #313131;
  line-height: 1.55rem;
  font-weight: bold;
}

.industries-item-sonny-center p {
  margin: 0 auto;
  color: #313131;
  font-size: 1.125rem;
  height: 6.3rem;
}

.industries-item-sonny-fonnt {
  position: relative;
  margin-top: 1.625rem;
  font-size: 1.125rem;
  color: #00CE87;
}

.industries-item-sonny-fonnt p {
  color: #00CE87;
}

.industries-item-sonny-fonnt::before {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 4rem;
  height: 3px;
  background-color: #00CE87;
  color: #00CE87;
}

.industries-item:hover {
  animation: tada 1s;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

/* industries结束 */

/* Our Production开始 */
.our-production {
  margin-top: 107px;
}

.our-production-box-pic {
  overflow: hidden;
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.our-production-box-pic-img {
  position: relative;
  width: 23.94rem;
  height: 18.63rem;
  /* width: 383px;
  height: 298px; */
  cursor: pointer;
}

.our-production-box-pic-img:nth-child(3) {
  margin-right: 0;
}

.our-production-box-pic-img:nth-child(6) {
  margin-right: 0;
}

.our-production-box-pic-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}

.our-production-box-pic-img-bg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .2s;
}

.our-production-box-pic-img:hover img {
  transform: scale(1.1);
}

.our-production-box-pic-img-center {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.7));
  color: #fff;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-bottom: 1.7rem;
  transition: all .2s;
}

.our-production-box-pic-img-center p {
  display: none;
  opacity: 0;
  transition: all .2s;
}

.our-production-box-pic-img:hover p {
  display: block;
  opacity: 1;
}

.our-production-box-pic-img-sonny {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.7));
  color: #fff;
  border-radius: 1.25rem;
  cursor: pointer;
}

.our-production-box-pic-img:hover .our-production-box-pic-img-sonny {
  display: block;
}

.our-production-box-pic-img:hover .our-production-box-pic-img-center {
  /* background: rgba(0, 0, 0, 0.73); */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7));
}

.our-production-box-pic-img .our-production-box-pic-img-center h4 {
  margin-left: 1.55rem;
  font-size: 1.25rem;
}

.our-production-box-pic-img-center p {
  margin-left: 1.55rem;
  font-size: 1rem;
}

/* Our Production结束 */

/* manufacturerer开始 */
.manufacturer {
  position: relative;
  background-color: #FF9728;
  margin-top: 9.25rem;
  margin-bottom: 11.25rem;
}

.manufacturer-container {
  /* overflow: hidden; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 4.94rem 0 4.5rem 0;
  /* height: 100%; */
}

.manufacturer-container-tiem {
  font-weight: bold;
  font-size: 2.07rem;
  color: #FFFFFF;
  line-height: 3.52rem;
  color: #fff;
  width: 60%;
}

.manufacturer-container-pic {
  position: absolute;
  top: -3.13rem;
  left: 50%;
  margin-left: 48px;
  margin-top: -1.25rem;
  z-index: 99;
}

.manufacturer-container-pic img {
  display: block;
  width: 17.81rem;
}

.manufacturer-container-text {
  position: relative;
  width: 14rem;
  background-color: #fff;
  height: 4.19rem;
  border-radius: 2.09rem;
  color: #323232;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manufacturer-container-text p {
  margin-right: 0.625rem;
  font-size: 1rem;
  color: #323232;
}

.manufacturer-container-text:hover i {
  display: inline-block;
  transition: all .2s;
}

.manufacturer-container-text:hover i {
  transform: translateX(0.5rem);
}

/* manufacturer结束 */
/* News开始 */
.news {
  margin-bottom: 74px;


}

.news-title {
  height: 1.875rem;
  font-size: 2.5rem;
  color: #00CE87;
  line-height: 1.875rem;
  margin-bottom: 46px;
}

/* .news-list {
  display: flex;
  align-items: center;
  gap: 35px;
} */
.swiper-new {
  width: 100%;
  overflow: hidden;
}

.news-item {
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  display: block;
  width: 23.44rem;
}

.news-item-info {
  padding: 22px 1.55rem;
}

.news-item-title {
  height: 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #262626;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}

.news-item-subtitle {
  height: 1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #626262;
  line-height: 1rem;
}

.news-item-pic,
.news-item-pic img {
  display: block;
  width: 100%;
  transition: all .2s;
}

.news-item-pic {
  height: 17.94rem;
  overflow: hidden;
}

.news-item-pic:hover img {
  transform: scale(1.1);
}

/* News结束 */
/* 联系开始 */
.contact {
  margin-bottom: 73px;

  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

}

.contact-info {
  color: #fff;
  flex: 1 0 0;
}

.contact-form {
  flex: 1 0 0;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}

.contact-form-textarea {
  padding: 0.625rem 1.25rem;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
}

.contact-form-textarea textarea {
  display: block;
  border: none;
  width: 100%;
  outline: none;
  font-size: 1rem;
}


.contact-form-submit {
  width: 100%;
  height: 52px;
  background: #FFB516;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 25px;
}

.contact-form-item {
  height: 52px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  box-sizing: border-box;
  border-radius: 5px;
}

.contact-form-item input {
  font-size: 1rem;
  color: #333;
  border: none;
  display: block;
  width: 100%;
}


.contact-title {
  height: 1.875rem;
  font-size: 2.5rem;
  color: #00CE87;
  line-height: 1.875rem;
  margin-bottom: 46px;
}

.contact-list {}

.contact-list-item {
  display: flex;
  margin-bottom: 34px;
}

.contact-list-item>i {
  margin-right: 0.625rem;
  font-size: 28px;
}

.contact-list-item-info p {
  margin-bottom: 0.625rem;
  height: 1rem;
  line-height: 1rem;
  font-weight: bold;
  font-size: 1rem;
  color: #FFF;
}

/* 联系结束 */
/* 合作开始 */
.cooperate {
  margin-bottom: 7.5rem;

}

.cooperate-list {
  display: flex;
  align-items: center;

  /* gap: 2.8125rem; */
}

.cooperate-list li {
  margin: 1rem;
}

.cooperate-link {
  display: block;


}

.cooperate-img {
  width: 100%;
}

/* 合作结束 */
/* 能力开始 */
.capabilities {
  margin-bottom: 153px;

}

.capabilities .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.capabilities-info {
  flex: 1;
  margin-left: 55px;
  color: #fff;
}

.capabilities-info-title {
  height: 1.875rem;
  font-size: 2.5rem;
  color: #00CE87;
  line-height: 1.875rem;
  margin-bottom: 46px;
}

.capabilities-info p {
  width: 80%;
  margin-bottom: 0.625rem;
  font-weight: bold;
  font-size: 1.13rem;
  color: #FFFFFF;
  line-height: 1.69rem;
}

.capabilities-info .capabilities-info-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.63rem;
  height: 4.19rem;
  background: #FFFFFF;
  border-radius: 2.09rem;
  border: none;
  color: #323232;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 2.5rem;


}

.capabilities-info-btn i {
  margin-left: 0.625rem;
}

.capabilities-info-btn:hover i {
  display: inline-block;
  transition: all .2s;
}

.capabilities-info-btn:hover i {
  transform: translateX(0.5rem);
}

/* 能力结束 */
/* 页脚开始 */
.footer {
  background-color: #FF9728;

  padding: 8.06rem 0 7.69rem 0;
  box-sizing: border-box;
}

.foot-container {
  background-color: #FF9728;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  position: relative;

}

.footer-info {
  position: relative;
  width: 40%;
}

.footer-info h3 {
  margin-bottom: 2.5rem;
}

.footer-info h3 p {
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  height: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.footer-info p {
  height: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.footer img {
  position: absolute;
  left: 21%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 11.06rem;
}

.footer-sitemap {
  /* margin-left: 260px; */
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 60%;

}

.footer-sitemap-item {
  /* margin-right: 88px; */
  /* width: 33%; */

}

.footer-sitemap-item h4 {
  height: 23px;
  font-weight: bold;
  font-size: 1.55rem;
  color: #FFFFFF;
  line-height: 23px;
  margin-bottom: 45px;
}

.footer-sitemap-item li a {
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 39px;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

/* 页脚结束 */

@media only screen and (max-width:640px) {
  .container {
    width: 95%;
  }

  .manufacturer-container {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #header-right {
    display: none;
    background-color: #FFF;
    position: absolute;
    top: 5.8rem;
    left: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    height: auto;
    z-index: 10;
    box-sizing: border-box;
  }

  .banner-box-pic {
    display: none;
  }

  .headr-search {
    width: calc(100% - 6rem);
  }

  /* .header-menus a{
    color: #FFF;
  } */
  .header-menus {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    margin-top: 1rem;
    width: 100%;
  }


  .header-search {
    width: 100%;
  }

  .header-menus>li {
    display: block;
  }

  #header-right .headr-search {
    display: flex;
  }

  /* .header-menus__second>li a {
    color: #FFF;
  } */
  .header-menus__second {
    position: static;
    /* display: block; */
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }

  /* .header-menus li:hover .header-menus__second {
    display: block;
  } */

  .header-search input {
    width: calc(100% - 5rem);
  }

  .header-menus li {
    margin: 0.75rem 0;
    width: 100%;
  }

  #header-menu__expand {
    display: block;
    width: 3rem;
  }

  .header-menus a,
  .header-menus i {
    color: #262626;
  }

  .industries-box-sonny,
  .our-production-box-pic {
    display: block;
  }

  .industries-item,
  .our-production-box-pic-img {
    display: block;
    margin-bottom: 2rem;
    width: 100%;
  }

  .manufacturer-container-pic {
    display: none;
  }

  .manufacturer-container-text {
    margin: 0 auto;
    margin-top: 2rem;
  }

  .manufacturer .manufacturer-container-tiem {
    width: 100%;
    text-align: center;
    /* float: none;
    
    margin-top: 2.5rem;
    margin-bottom: 1.25rem; */
  }

  /* .manufacturer-container-text {
    position: relative;
    margin-top: 0;
    float: none;
    margin-left: 0;
    width: 21.55rem;
    line-height: normal;
  } */
  .footer-sitemap {
    margin-left: 0;
    flex-wrap: wrap;
  }

  .footer img {
    left: 75%;
    display: inline-block;
    width: 11.06rem;
  }

  .footer-sitemap-item {
    width: 100%;
  }

  .industries-item-sonny {
    width: 80%;
    margin: 0 auto;
  }

  .home-banner_img {
    width: 12rem;
  }

  .swiper-slide__content {
    left: 2.5%;
    width: 95%;
  }

  .banner-box-title-text {
    font-size: 1.75rem;
    line-height: 1.78rem;
    letter-spacing: 0;
  }

  .banner-box-title-text {
    width: 60%;
  }

  .banner {
    height: 18rem;
  }

  .banner-box-title {
    top: 0;
  }

  .news-list,
  .contact .container {
    flex-wrap: wrap;
  }

  .news-item,
  .contact .contact-info,
  .contact .contact-form {
    width: 100%;
    flex: none;
  }

  .news-item img {
    width: 100%;
  }

  .headr-pic {
    display: none;
  }

  .headr .container {
    padding: 1.25rem 0;
  }

  .cooperate-list {
    flex-wrap: wrap;

  }

  .cooperate-list img {
    width: 12.5rem;
  }

  .cooperate-list li {
    width: calc(50% - 2rem);
  }

  .capabilities .container {
    flex-direction: column-reverse;
  }

  .capabilities-info {
    margin-left: 0;
    margin-bottom: 3.44rem;
  }

  .capabilities-info p {
    width: 100%;
  }

  .footer-info {
    width: 100%;
  }

  .footer img {
    left: 53%;
    top: -22%;
  }

  .industries {
    margin-top: 0;
  }

  #header-right .headr-search {
    border: 1px solid #252525;
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (min-width:640px) {
  .header-menus li:hover .header-menus__second {
    display: flex;
  }
}

/* @media only screen and (min-width:1080px) {
  .container {
    width: 85rem;
  }
} */