:root{
  --main-color: #fde6bb;
  --main-color-1: #f3a117;
  --main-width: 1200px;
  --main-padding: 15px;
}
*{
  margin: 0;
  padding: 0;
}

.home-container{
  width: 100%;
  min-height: 100vh;
  font-family: cursive;
}
.home-container .home-content{
  max-width: var(--main-width);
  margin: 0 auto;
}

.part1{
  padding: 0 var(--main-padding);
}
.child-container .part1{
  background-image: none;
  height: 15vh;
}
.child-container .part1>.title{
  background-color: var(--main-color-1);
  margin: 0 -20px;
}
.child-container .part1>.title img{
  margin-top: 0;
}
.child-container .part1>.title .title-text{
  line-height: 80px;
}
.part1>.search{
  height: 60px;
  line-height: 60px;
  background-color: var(--main-color);
}
.part1>.search>.home-content>div>span>img{
  width: 24px;
}
.part1>.search>.home-content>div>span>span{
  margin-left: 8px;
}
.part1>.search>.home-content>div>span>span>a{
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.part1>.search>.home-content>div>span.telephone{
  margin-left: 24px;
  position: relative;
}
.part1>.search>.home-content>div>span.telephone>img{
  width: 20px;
}
.part1>.search>.home-content>div>span.telephone::before{
  content: '';
  width: 1px;
  height: 20px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: -14px;
  top: 0;
}
.part1 .search-input{
  text-align: right;
  position: relative;
}
.part1 .search-input>input{
  background-color: transparent;
  border: 1px solid #000;
  outline: none;
  height: 36px;
  width: 220px;
  border-radius: 20px;
  padding: 0 20px;
  color: #000;
}
.part1 .search-input>img{
  position: absolute;
  right: 14px;
  top: 18px;
  width: 24px;
}
.part1 .search-content{
  width: 220px;
  background-color: var(--main-color);
  position: absolute;
  top: 12px;
  right: 0;
  z-index: -1;
  border-radius: 18px;
  padding-top: 34px;
  border: 1px solid #000;
  overflow: hidden;
  display: none;
}
.part1 .search-content div{
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  text-align: left;
  cursor: pointer;
}
.part1 .search-content div:hover{
  background-color: var(--main-color-1);
  color: #fff;
}
.part1 .home-menu{
  display: none;
}
.part1>.title{
  height: 80px;
}
.part1>.title img{
  width: 120px;
  margin: 0 0 0 -5px;
}
.carousel-control{
  width: 10%;
}
.part1>.title .title-text{
  display: flex;
  line-height: 80px;
  position: relative;
}
.part1>.title .title-text .menu{
  position: absolute;
  top: 60px;
  width: 20%;
  background-color: var(--main-color);
  border-radius: 8px;
  color: var(--main-color-1);
  z-index: 9;
  border: 1px solid #000;
  display: none;
  overflow: hidden;
}
.part1>.title .title-text .menu span{
  display: block;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  text-align: center;
  max-width: 152px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0 12px;
}
.part1>.title .title-text .menu span:hover{
  background-color: var(--main-color-1);
  color: var(--main-color);
}
.part1>.title .title-text>span{
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
.part1>.title .title-text span.active{
  color: #fff;
}
.carousel-control.left, .carousel-control.right{
  background-image: none;
}
.part1>.product .home-content>div:nth-child(2){
  margin-top: 15vh;
}
.part1>.product .home-content>div:nth-child(1) img{
  width: 100%;
}
.part1>.product .home-content>div:nth-child(1) h1{
  font-size: 60px;
  color: #fff;
  /* text-shadow: 1px -1px #fff, -1px 1px #999, -5px 5px 5px transparent; */
  font-family: fantasy;
  letter-spacing: 2px;
}
.part1>.product .home-content>div:nth-child(1) .text1{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.part1>.product .home-content>div:nth-child(1) div.button{
  position: absolute;
  left: 17%;
  top: 58%;
  background-color: var(--main-color);
  color: var(--main-color-1);
  width: 140px;
  height: 50px;
  font-family: auto;
  font-size: 20px;
  border-radius: 16px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  cursor: pointer;
}
.part1>.product .home-content>div:nth-child(1) img.button1{
  position: absolute;
  left: 41%;
  top: 58%;
  width: 28%;
  cursor: pointer;
}

.part5{
  height: 55vh !important;
}
.part5 .form{
  margin-top: 5vh;
}

.part6{
  height: 30vh;
  background-color: var(--main-color-1);
  padding: 0 var(--main-padding);
  overflow: hidden;
  color: #000;
}
.part6>div, .part6>div>div, .part6>div>div>div{
  height: 100%;
}
.part6 .footer-title{
  font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.part6 .content{
  font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;
  font-size: 14px;
}
.part6 .content a{
  color: #000;
  text-decoration: none;
}
.part6 .content div{
  margin-bottom: 6px;
  line-height: 18px;
  cursor: pointer;
}
.part6 img{
  width: 90%;
  margin: 0 10%;
}


/* 小屏幕 */
@media (max-width: 768px) { 
  .home-container{
    font-family: auto;  
  }
  .child-container .part1{
    height: 5vh;
  }
  .part1>.search>div>span>span{
    margin-left: 0;
  }
  .part1 .search-input{
    text-align: left;
    margin-left: -20px;
  }
  .part1 .search-input>img{
    left: 145px;
    top: 16px;
    z-index: 11;
    width: 18px;
  }
  .part1>.search{
    height: 50px;
    line-height: 50px;
  }
  .part1 .search-input>input{
    position: relative;
    z-index: 10;
    width: 175px;
    padding: 0 35px 0 15px;
    background-color: var(--main-color) !important;
  }
  .part1 .search-content{
    z-index: 9;
    left: 0;
    top: 7px;
    width: 175px;
  }
  .part1 .search-content div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .part1 .home-menu{
    width: 20px;
    display: block;
    margin-left: 4px;
  }
  .part1>.title{
    display: none;
  }
  .part1>.product .home-content>div {
    padding-left: 0;
    padding-right: 0;
  }
  .part1>.product .home-content>div:nth-child(1){
    margin-top: 0;
  }
  .part1>.product .home-content>div:nth-child(1) h1{
    font-size: 40px;
    font-family: auto;
    margin-top: 0;
  }
  .part1>.product .home-content>div:nth-child(1) .text1{
    font-size: 16px;
    font-family: auto;
  }
  .part1>.product .home-content>div:nth-child(1) div.button{
    transform: scale(0.4);
    left: 6%;
    top: 50%;
  }
  .part1>.product .home-content>div:nth-child(1) img.button1{
    width: 34%;
  }
  .part1>.product .home-content>div:nth-child(1) .button{
    width: 108px;
    height: 36px;
    font-size: 14px;
    border-radius: 12px;
    line-height: 36px;
  }
  .part1>.product .home-content>div:nth-child(2){
    margin-top: 7vh;
  }
  .part1>.search>.home-content>div:nth-child(2){
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  .part1>.search>.home-content>div>span>span{
    margin-left: 0;
  }
  .part1>.search>.home-content>div>span>span>a{
    font-size: 14px;
  }
  .part1>.search>.home-content>div>span.email, .part1>.search>.home-content>div>span.telephone::before{
    display: none;
  }
  .part1>.search>.home-content>div>span.telephone{
    margin-left: 0;
  }

  .part5{
    /*height: 70vh !important;*/
    height: 480px !important;
  }
  .part5 .form{
    margin-top: 0;
  }

  .part6{
    height: 200px;
  }
  .part6 .home-content>div:nth-child(1),.part6 .home-content>div:nth-child(2),.part6 .home-content>div:nth-child(3){
    display: none;
  }
  .part6 .content{
    font-size: 12px;
  }
  .part6 .content div{
    margin-bottom: 0;
  }
  .part6 img {
    width: 100px;
    margin: 80px 20px 0 -30px;
  }
}