@charset "utf-8";

.temp_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 2px;
  padding-top: 78px;
}

.temp_head h5 {
  text-align: center;
  width: 100%;
  font-size: 48px;
  color: #000;
  line-height: 50px;
  position: relative;
  padding-bottom: 30px;
}

.temp_head h5::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #EA9315;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
}

.temp_head p {
  width: 80%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin: 28px 0 0 0;
}

.temp_head p.p1 {
  color: #195D9C;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

.about_box .fb_data {
  margin-bottom: 20px;
}

/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 100%;
}

@keyframes scroll {
  0% {
    transform: translateY(10%);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10%);
  }
}

.banner .scroll_r {
  position: absolute;
  right: 3.125%;
  bottom: 90px;
  z-index: 3;
  width: 14px;
  animation: scroll 2s infinite;
}

.banner .scroll_r span {
  font-size: 14px;
  color: #fff;
}

.banner .swiper_menu {
  position: absolute;
  left: 3.125%;
  bottom: 90px;
  width: 40%;
  z-index: 5;
  display: flex;
  align-items: center;
}

.banner .swiper_menu .banner_now_tit {
  color: #fff;
  font-size: 14px;
  margin: 0 20px;
  transition: all 0.5s ease-in-out;
  /* width: 160px; */
  text-align: center;
}

.banner .swiper_menu .swiper-button-prev {
  background-image: url(../images/home/prev.png);
}

.banner .swiper_menu .swiper-button-next {
  background-image: url(../images/home/next.png);
}

.banner .swiper_menu .swiper-button-next,
.banner .swiper_menu .swiper-button-prev {
  position: initial;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  margin-top: 0;
}

.banner .banner_list {
  position: relative;
  /* Chrome, Safari, Opera */
}

.banner .banner_list .banner_list_img img {
  width: 100%;
  height: calc(100vh);
  object-fit: cover;
}

@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}

.banner .banner_list .banner_list_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.banner .banner_list .banner_list_txt .banner_tit_box {
  transform: translateX(-80%);
}

@keyframes move {
  0% {
    transform: translateX(-80%);
  }

  100% {
    transform: translateX(0);
  }
}

.banner .banner_list .banner_list_txt .banner_tit_box.active {
  animation: move 0.8s 1;
  animation-fill-mode: forwards;
}

.banner .banner_list .banner_list_txt .list_txt_dd {
  font-size: 72px;
  color: #fff;
  line-height: 80px;
  letter-spacing: 2px;
  padding: 0 0 31px 12.4%;
  position: relative;
  display: inline-block;
}

.banner .banner_list .banner_list_txt .list_txt_dd::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #EA9315;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner .banner_list .banner_list_txt .font24 {
  font-size: 24px;
  color: #fff;
  margin-top: 35px;
}

.banner .banner_list .banner_list_txt .list_txt_box {
  padding: 0 41.97% 0 12.4%;
}

.banner .banner_list .banner_list_txt .list_txt_dt {
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  margin: 5% 0px 0 0;
  border-radius: 22px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 29px;
  width: max-content;
}

.banner .banner_list .banner_list_txt .list_txt_dt text {
  position: relative;
  z-index: 2;
}

.banner .banner_list .banner_list_txt .list_txt_dt img {
  margin-left: 15px;
  position: relative;
  z-index: 2;
}

.banner .banner_list .banner_list_txt .list_txt_dt::after {
  content: '';
  background: #EA9315;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

.banner .banner_list .banner_list_txt .list_txt_dt:hover {
  padding-right: 29px;
}

.banner .banner_list .banner_list_txt .list_txt_dt:hover::after {
  width: 100%;
  border-radius: 40px;
}

/*产品*/
.sy_cp {
  padding: 64px 0 80px;
  background: #FFFBF5;
}

.sy_cp .sy_cp_cnt {
  position: relative;
}

/* .sy_cp .sy_cp_cnt::after {
  content: '';
  width: 388px;
  height: 772px;
  border-radius: 0 388px 388px 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #EB9314;
  z-index: 0;
} */
.sy_cp .sy_cp_cnt .max_width {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

/* .sy_cp .sy_cp_cnt .max_width .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 770px;
  width: 28.6%;
  flex: none;
}
.sy_cp .sy_cp_cnt .max_width .circle .font48 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.sy_cp .sy_cp_cnt .max_width .circle .font48::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sy_cp .sy_cp_cnt .max_width .circle .font18 {
  line-height: 30px;
}
.sy_cp .sy_cp_cnt .max_width .circle .more {
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 29px;
  width: max-content;
  margin-top: 70px;
  padding-right: 29px;
}
.sy_cp .sy_cp_cnt .max_width .circle .more text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
}
.sy_cp .sy_cp_cnt .max_width .circle .more img {
  margin-left: 15px;
  position: relative;
  z-index: 2;
}
.sy_cp .sy_cp_cnt .max_width .circle .more::after {
  content: '';
  background: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.sy_cp .sy_cp_cnt .max_width .circle .more:hover::after {
  width: 100%;
  border-radius: 40px;
} */
.sy_cp .sy_cp_cnt .max_width .list {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sy_cp .sy_cp_cnt .max_width .list a {
  flex: none;
  width: 31.86%;
  display: inline-block;
  margin-right: 2.15%;
  position: relative;
  height: max-content;
  overflow: hidden;
  border-radius: 10px;
}

.sy_cp .sy_cp_cnt .max_width .list a:last-child {
  margin-right: 0;
}

.sy_cp .sy_cp_cnt .max_width .list a img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.sy_cp .sy_cp_cnt .max_width .list a .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  padding: 0 8.2% 17.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, #000000 0%, rgba(51, 51, 51, 0) 100%);
  border-radius: 10px;
}

.sy_cp .sy_cp_cnt .max_width .list a .product-content.mb {
  display: none;
}

.sy_cp .sy_cp_cnt .max_width .list a .product-content .font24 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
}

.sy_cp .sy_cp_cnt .max_width .list a .product-content .font24::before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: all 0.5s ease-in-out;
}

.sy_cp .sy_cp_cnt .max_width .list a .product-content .font24::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #EA9315;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.sy_cp .sy_cp_cnt .max_width .list a .product-content .font16 {
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  display: none;
}

.sy_cp .sy_cp_cnt .max_width .list a.active .product-content .font16 {
  display: block;
}

.sy_cp .sy_cp_cnt .max_width .list a:hover img {
  transform: scale(1.12);
}

.sy_more_btn {
  display: flex;
  justify-content: left;
  align-items: center;
  letter-spacing: 2px;
  font-size: 16px;
  color: #000 !important;
  line-height: 25px;
  text-decoration: none;
}

.sy_more_btn span {
  display: inline-block;
  width: 40px;
  height: 25px;
  border-radius: 0 13px 13px 0;
  background: #195d9d;
  position: relative;
  margin-left: 7px;
}

.sy_more_btn span::after {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.sy_more_btn:hover span::after {
  width: 70%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

/*全球合作*/
.sy_global {
  width: 100%;
}

.sy_global .global_con {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sy_global .global_con .global_item {
  position: relative;
  width: calc(96% / 3);
  overflow: hidden;
}

.sy_global .global_con .global_item img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.sy_global .global_con .global_item:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}

.sy_global .global_con .global_item .g_text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 70px 6%;
  color: #fff;
  letter-spacing: 2px;
}

.sy_global .global_con .global_item .g_text h5 {
  font-size: 30px;
  line-height: 34px;
  word-break: normal;
  overflow-wrap: break-word;
}

.sy_global .global_con .global_item .g_text p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  word-break: normal;
  overflow-wrap: break-word;
}

.case-box {
  height: 47.9167vw;
  background: url("../images/case_bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 10
}

.case-box .list {
  display: flex;
}

.case-box .item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 47.9167vw;
  transition: all .5s;
  box-sizing: border-box
}

.case-box .item:hover {
  padding-bottom: 2.1875vw
}

.case-box .main {
  width: 300px;
  margin: 0 auto;
  text-align: center
}

.case-box img {
  display: block;
  height: 5.2083vw;
  margin: 0 auto
}

.case-box .hover {
  display: none
}

.case-box .name {
  font-size: 1.875vw;
  line-height: 1.3889;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 1.4583vw
}

.case-box .txt {
  margin-top: 1.0417vw;
  font-size: 15px;
  line-height: 1.6;
  height: 48px;
  color: rgba(0, 0, 0, 0.6)
}

.case-box .more {
  margin: 6.2917vw auto 0;
  width: 138px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 24px 0 20px;
  font-size: 14px;
  color: #B5091F
}

.case-box .more i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/arrow_rr.png") no-repeat;
  background-size: cover
}

.case-box .active {
  background: linear-gradient(180deg, rgba(255, 184, 0, 0.65) 0%, rgba(251, 55, 0, 0.65) 100%)
}

.case-box .active .normal {
  display: none
}

.case-box .active .hover {
  display: block
}

.case-box .active .name,
.case-box .active .txt {
  color: #fff
}

.case-box .active .more {
  color: #fff
}

.case-box .active .more i {
  background-image: url("../images/arrow_cr.png")
}

@media screen and (max-width: 1800px) {
  /*首页产品*/
}

@media screen and (max-width: 1440px) {

  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }

  .banner .banner_list .banner_list_img img {
    height: auto;
  }

  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 62px;
    line-height: 70px;
  }

  .banner .banner_list .banner_list_txt .font24 {
    font-size: 20px;
  }

  .banner .banner_list .banner_list_txt .list_txt_dt {
    font-size: 16px;
  }

  /*首页产品*/
  .sy_cp .sy_cp_cnt::after {
    width: 300px;
    height: 600px;
    border-radius: 0 300px 300px 0;
  }

  .sy_cp .sy_cp_cnt .max_width .circle {
    height: 610px;
  }

  .sy_cp .sy_cp_cnt .max_width .circle .font48 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1366px) {

  /*首页产品*/
  .sy_field .field_img div {
    height: 670px;
  }
}

@media screen and (max-width: 1280px) {
  .case-box{
    height: auto;
    background: url("../images/case_m_bg.jpg") no-repeat center bottom;
    /* background-size: 390px 180px; */
    padding: 0 0 100px;}

	.case-box .list{display: block;}

	.case-box .item{height: auto;width: 100%; margin-right: 0;padding:50px 0; border-bottom: 1px solid #D9D9D9;}

	.case-box .item:last-child{border-bottom: none;}

	.case-box .main{width: 100%;}

	.case-box img{height: 80px;}

	.case-box .name{margin-top: 3px;font-size: 18px;font-weight: bold;}

	.case-box .txt{margin-top: 10px;font-size: 14px;padding: 10px;color: rgba(0, 0, 0, 0.8);}

	.case-box .more{width: 94px;height: 40px;font-size: 14px;padding: 10px;border-width: 1px;margin-top: 120px;}

	.case-box .more i{width: 10.5px;height: 14px;}
  /*banner*/
  .banner {
    height: unset;
    overflow: hidden;
  }

  .banner .swiper-pagination {
    bottom: 10%;
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }

  .banner .banner_list .banner_list_img img {
    height: auto;
  }

  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 52px;
    line-height: 60px;
  }

  .banner .banner_list .banner_list_txt .font24 {
    font-size: 19px;
  }

  .banner .banner_list .banner_list_txt .list_txt_dt {
    font-size: 14px;
  }

  /*首页产品*/
  .sy_cp .sy_cp_cnt::after {
    width: 260px;
    height: 520px;
    border-radius: 0 260px 260px 0;
  }

  .sy_cp .sy_cp_cnt .max_width .circle {
    height: 530px;
  }

  .sy_cp .sy_cp_cnt .max_width .circle .font48 {
    font-size: 38px;
  }

  .sy_cp .sy_cp_cnt .max_width .circle .font18 {
    font-size: 16px;
  }

  .sy_cp .sy_cp_cnt .max_width .list a .product-content .font24 {
    font-size: 22px;
  }

  .sy_cp .sy_cp_cnt .max_width .list a .product-content .font16 {
    font-size: 14px;
  }
}