@import url(swiper-bundle.min.css);
@font-face {
  font-family: 'puhuiti';
  src: url(Alibaba-PuHuiTi-Regular.otf);
}
@font-face {
  font-family: 'puhuiti';
  src: url(Alibaba-PuHuiTi-Regular.otf);
}
* {
  font-family: 'puhuiti';
}
.none{
    display: none;
}
 
/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -275px;
  width: 550px;
  height: 650px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 2000;
}
.inquiry-pop-bd:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #FFF;
  -webkit-animation: fadeInDownA 0.4s ease;
  -o-animation: fadeInDownA 0.4s ease;
  animation: fadeInDownA 0.4s ease;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url(img/custom_service/fancy_close.png) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}
.inquiry-form-wrap {
  position: relative;
  height: 680px;
  width: 100.5%;
}
.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    width: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
  }
  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }
  .scrollsidebar {
    display: none;
  }
}


.load_title {
  font-size: 55px;
  color: #060708;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5vw;
}
.load_title .desc {
  font-size: 22px;
  font-weight: normal;
  margin: 15px 0;
}
.load_banner {
  position: relative;
}
.load_banner .banner_img img {
  width: 100%;
}
.load_banner .banner_content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background-color: #ffffff5e;
  padding: 2vw 0;
  text-align: center;
}
.load_banner .banner_content .title {
  font-size: 65px;
  font-weight: bold ;
  color: #000;
}
.load_banner .banner_content .desc b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin: 40px 0 10px 0;
}
.load_banner .banner_content .desc p {
  color: #0f1c2b;
  font-size: 22px;
}
.load_banner .logo {
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
}
.load_banner .logo img {
  max-width: 240px;
}
.load_banner .banner_list {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: center;
}
.load_banner .banner_list li {
  list-style: disc;
  font-size: 18px;
  color: #060708;
}
.inquiry_btnWrap {
  padding: 4vw 0;
}
.inquiry_btnWrap .container {
  max-width: 1200px;
}
.inquiry_btnWrap .item {
  padding: 0 30px;
}
.inquiry_btnWrap .btn-primary {
  padding: 15px 30px;
  font-size: 25px;
  color: #060708;
  background-color: #fff;
  border: none;
  width: 100%;
  box-shadow: 3px 4px 9px 1px rgba(57, 57, 78, 0.35);
  transition: all 0.3s;
}
.inquiry_btnWrap .btn-primary:hover {
  background-color: #F26523;
  transition: all 0.3s;
  color: #fff;
  box-shadow: 3px 4px 9px 1px rgba(242, 101, 35, 0.35);
}
.productWrap {
  background-color: #F8F8F9;
  padding: 5vw 0;
}
.productWrap .load_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}
.productWrap .load_title::after {
  content: "";
  display: block;
  width: 150px;
  height: 6px;
  background-color: #060708;
}
.productWrap .item {
  padding-bottom: 30px;
}
.productWrap .item .imgWrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  transition: all 0.5s;
}
.productWrap .item .imgWrap img {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s;
}
.productWrap .item h3 {
  font-size: 20px;
  text-align: center;
  color: #2a2a32;
  margin: 20px 0;
}
.productWrap .item:hover .imgWrap {
  box-shadow: 10px 10px #F26523;
  transition: all 0.5s;
}
.productWrap .item:hover .imgWrap img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.productWrap .item:hover h3 {
  color: #F26523;
}
.applictionWrap {
  padding: 4vw 0;
}
.applictionWrap .items {
  flex-direction: column;
}
.applictionWrap .items .item {
  padding-bottom: 5vw;
}
.applictionWrap .items .item .row {
  align-items: center;
}
.applictionWrap .items .item .intro h3 {
  font-size: 28px;
  color: #060708;
  font-weight: bold;
  line-height: 1.5;
}
.applictionWrap .items .item .intro .desc {
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #2a2a32;
}
.applictionWrap .items .item .intro ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.applictionWrap .items .item .intro ul li {
  font-size: 18px;
}
.applictionWrap .items .item .intro .btn {
  padding: 10px 40px;
  background-color: #F26523;
  color: #fff;
  font-size: 18px;
  margin: 20px 0 0;
  border: 1px solid #ffffff;
  transition: all 0.5s;
}
.applictionWrap .items .item .intro .btn:hover {
  background-color: #fff;
  border: 1px solid #F26523;
  color: #F26523;
  transition: all 0.5s;
}
.applictionWrap .items .item .imgWrap {
  overflow: hidden;
}
.applictionWrap .items .item .imgWrap img {
  transition: all 0.5s;
}
.applictionWrap .items .item .imgWrap:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.applictionWrap .items .item:nth-child(2n+2) .row {
  flex-direction: row-reverse;
}
.factoryWrap {
  background-image: url(../img/factory_bg.png);
  background-position: 100% 0;
  background-size: 100%;
  padding: 5vw 0;
}
.factoryWrap .factory_item {
  padding-bottom: 4vw;
}
.factoryWrap .factory_item .title {
  font-size: 24px;
  color: #060708;
}
.factoryWrap .factory_item .desc {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.6;
}
.factoryWrap .factory_item .imgList {
  display: flex;
  flex-wrap: wrap;
}
.factoryWrap .factory_item .imgList li {
  overflow: hidden;
}
.factoryWrap .factory_item .imgList li img {
  transition: all 0.5s;
}
.factoryWrap .factory_item .imgList li:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.factoryWrap .factory_item .list01 {
  margin: 15px -10px 0;
  gap: 10px;
}
.factoryWrap .factory_item .list01 li {
  width: calc(50% - 10px);
}
.factoryWrap .factory_item .list02 {
  padding-top: 25px;
  gap: 20px;
}
.factoryWrap .factory_item .list02 li {
  width: 100%;
  padding-top: 49%;
  position: relative;
}
.factoryWrap .factory_item .list02 li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factoryWrap .factory_item .list03 {
  gap: 20px;
}
.factoryWrap .factory_item .list03 li {
  width: 100%;
}
.factoryWrap .factory_item .list04 {
  gap: 20px;
}
.factoryWrap .factory_item .list04 li {
  width: calc(50% - 10px);
  padding-top: 45%;
  position: relative;
}
.factoryWrap .factory_item .list04 li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.factoryWrap .factory_item .list04 li:last-child {
  width: 100%;
  padding-top: 73%;
}
.factoryWrap .factory_item .list05 {
  gap: 20px;
}
.factoryWrap .factory_item .list05 li:nth-child(1) {
  width: calc(35% - 10px);
}
.factoryWrap .factory_item .list05 li:nth-child(2) {
  width: calc(65% - 10px);
}
.factoryWrap .factory_item .list05 li:nth-child(3) {
  width: calc(65% - 10px);
}
.factoryWrap .factory_item .list05 li:nth-child(4) {
  width: calc(35% - 10px);
}
.chooseWrap {
  padding: 5vw 0;
}
.chooseWrap .container {
  max-width: 1280px;
}
.chooseWrap .title_icon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.chooseWrap .title_icon .title {
  font-size: 38px;
  font-weight: bold;
  color: #060708;
}
.chooseWrap .title_icon .icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.chooseWrap .title_icon .icon img {
  height: 100%;
  width: auto;
}
.chooseWrap ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chooseWrap ul li {
  border: solid 1px #b1b4bd;
  border-radius: 30px;
  padding: 30px;
  min-height: 220px;
}
.chooseWrap ul li .title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #060708;
}
.chooseWrap ul li .title img {
  width: 60px;
}
.chooseWrap ul li .desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.partnerWrap {
  padding: 5vw 0;
  background-image: url(../img/factory_bg.png);
  background-position: 100% 0;
  background-size: 100%;
}
.partnerWrap .load_title {
  margin-bottom: 40px ;
}
.partnerWrap .desc {
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
}
.partnerWrap .swiper_partner {
  width: 100%;
  overflow: hidden;
}
.partnerWrap .swiper_partner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teamWrap {
  padding: 5vw 0;
}
.teamWrap .load_title {
  text-align: center;
}
.teamWrap .swiper_team {
  width: 100%;
  overflow: hidden;
  padding: 0 20px 80px 20px;
  position: relative;
}
.teamWrap .swiper_team .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  gap: 20px;
  padding: 20px;
  transition: all 0.5s;
}
.teamWrap .swiper_team .swiper-slide .left_img {
  min-height: 150px ;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}
.teamWrap .swiper_team .swiper-slide .left_img .name p {
  font-size: 24px;
  font-weight: bold;
}
.teamWrap .swiper_team .swiper-slide .left_img .name span {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  font-style: italic;
}
.teamWrap .swiper_team .swiper-slide .left_img .imgWrap {
  width: 150px;
  height: 150px;
}
.teamWrap .swiper_team .swiper-slide .left_img .imgWrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.teamWrap .swiper_team .swiper-slide .right_intro {
  flex: 0 68%;
  font-size: 16px;
  line-height: 1.5;
}
.teamWrap .swiper_team .swiper-slide:hover {
  box-shadow: 10px 10px #F26523;
  transition: all 0.5s;
}
.teamWrap .swiper_team .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.teamWrap .swiper_team .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F26523;
}
.formWrap {
  padding-bottom: 5vw;
}
.formWrap .load_title {
  margin-bottom: 80px;
}
.form_title{
    background: #F26523;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    
}
 #form {
  width: 80%;
  margin: 0 auto;
  background-color: #f8f8f9;
  box-shadow: 10px 10px #F26523;
  padding: 40px ;
  border-radius: 40px;
}
.inquiry-pop-bd  #form{
    width: 100%;
    padding: 20px  ;
    box-shadow:none;
    border-radius:none;
    background-color: #fff;
}


 #form .list {
  margin-bottom: 15px;
}
 #form .list h6,
 #form .list p {
  font-weight: normal;
  color: #2A2B32;
  font-size: 18px;
}
#form .list h6 span,
 #form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 1.5;
  padding: 12px 10px;
  box-sizing: border-box;
}
#form .list input::placeholder {
  font-size: 16px;
}
 #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px  10px;
  resize: none;
  height: 80px;
  outline: none;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
 #form .submit {
  width: auto;
  color: #fff;
  background-color: #F26523;
  border: none;
  padding: 15px 35px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .load_title {
    font-size: 35px;
  }
  .load_title .desc {
    font-size: 18px;
  }
  .load_banner .banner_content .desc b {
    font-size: 22px;
  }
  .load_banner .banner_content .desc p {
    font-size: 18px;
  }
  .load_banner .banner_content .title {
    font-size: 40px;
  }
  .chooseWrap .container,
  .inquiry_btnWrap .container {
    max-width: 1170px;
  }
  .formWrap #form {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .load_banner .logo {
    top: 0px;
  }
  .load_banner .logo img {
    max-height: 80px;
  }
  .load_banner .banner_content {
    padding: 10px 0;
  }
  .chooseWrap .container,
  .inquiry_btnWrap .container {
    max-width: 960px;
  }
  .inquiry_btnWrap .btn-primary {
    font-size: 16px;
  }
  .load_banner .banner_list {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .load_title {
    font-size: 30px;
  }
  .chooseWrap .container,
  .inquiry_btnWrap .container {
    max-width: 720px;
  }
  .inquiry_btnWrap .item {
    margin-bottom: 20px;
  }
  .chooseWrap .title_icon .title {
    font-size: 30px;
  }
  .chooseWrap .choose_item {
    margin-bottom: 30px;
  }
  .chooseWrap ul li {
    min-height: auto;
  }
  .chooseWrap ul li .title {
    font-size: 18px;
  }
  .applictionWrap .items .item .intro {
    margin-bottom: 30px;
  }
  .applictionWrap .items .item .intro h3 {
    font-size: 24px;
  }
  .applictionWrap .items .item .intro .desc {
    font-size: 16px;
  }
  .applictionWrap .items .item .intro .btn {
    padding: 10px;
    font-size: 16px;
  }
  .load_banner .banner_list {
    padding-left: 20px;
    align-items: flex-start;
  }
  .load_banner .banner_content {
    position: static;
    transform: none;
  }
  .load_banner .banner_content .title {
    font-size: 30px;
  }
  .load_banner .banner_content .desc b {
    font-size: 18px;
    margin-top: 15px;
  }
  .teamWrap .swiper_team .swiper-slide .left_img {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .chooseWrap .container,
  .inquiry_btnWrap .container {
    max-width: 540px;
  }
}
