/* banner图 */
.banner {
  width: 100%;
  position: relative;
}
.banner .point {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .point li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #edd0aa;
  float: left;
  color: transparent;
  cursor: pointer;
}
.banner .point li.on {
  background-color: #dba155;
}
.banner .slides li img {
  width: 100%;
}
/* 机器 */
.home-machine {
  margin: 40px auto;
}
.home-machine ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-machine ul li {
  width: 18%;
  margin: 1%;
  position: relative;
}
.home-machine ul li .li-img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.home-machine ul li .li-img:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(219,161,89,0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-machine ul li:hover .li-img:after {
  width: 100%;
  height: 100%;
}
.home-machine ul li .li-img img {
  width: 100%;
  border-radius: 50%;
}
.home-machine ul li i {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 40px;
  right: -20px;
}
/* .home-machine ul li:nth-of-type(1) i {
  background: url(../images/wafer-cone-kind.png);
}
.home-machine ul li:nth-of-type(2) i {
  background: url(../images/sugar-cone-kind.png);
}
.home-machine ul li:nth-of-type(3) i {
  background: url(../images/pizzelle-kind.png);
}
.home-machine ul li:nth-of-type(4) i {
  background: url(../images/egg-tart-kind.png);
} 
.home-machine ul li:nth-of-type(5) i {
  background: url(../images/wafer-biscuit-kind.png);
}
.home-machine ul li:nth-of-type(6) i {
  background: url(../images/pizza-cone-kind.png);
} */
.home-machine ul li span {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 解决方案 */
.home-section {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.home-solution {
  background-image: url(../images/home-solution-bg.gif);
}
.home-caption {
  width: 100%;
  height: 220px;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.home-caption h2 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  text-transform: Uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.home-caption p {
  font-size: 1.8rem;
  color: #fff;
  width: 80%;
  margin: auto;
}
.solution-caption {
  background-image: url(../images/solution-caption.gif);
}
.solution-info {
  border-bottom: 2px dashed #626262;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-info .info-img {
  width: 42%;
}
.solution-info .info-text {
  width: 54%;
}
.solution-info .info-img img {
  width: 100%;
}
.solution-info .info-text h3{
  font-size: 3rem;
  font-weight: normal;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.solution-info .info-text p {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 20px 0;
}
.solution-info .info-text a {
  display: block;
  font-size: 1.4rem;
  padding: 0 20px;
  height: 36px;
  float: right;
  color: #333;
  background: url(../images/more-bg.png) bottom center no-repeat;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.solution-info .info-text a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
.solution-steps {
  padding: 50px 0;
}

/* 服务 */
.service-caption {
  background-image: url(../images/service-caption.gif);
}
.section-content {
  margin: 60px auto;
}
.service-content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.service-content ul li {
  width: 32%;
}
.service-content ul li .li-img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.service-content ul li .li-img:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: rgba(219,161,89,0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.service-content ul li .li-img:hover:after {
  width: 100%;
  height: 100%;
}
.service-content ul li .li-img img {
  width: 100%;
  border-radius: 50%;
}
.service-content ul li p {
  font-size: 2.2rem;
  color: #626262;
  text-align: center;
  margin-top: 20px;
}
/* 新闻 */
.news-caption {
  background-image: url(../images/news-caption.gif);
}
.news-content .news-left {
  width: 50%;
}
.news-content .news-left .news-left-img {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px 3px #dcdcdc;
  padding: 10px;
}
.news-content .news-left .news-left-img img {
  width: 100%;
}
.news-content .news-left h3 {
  font-weight: normal;
  color: #333;
  font-size: 2.2rem;
  margin: 20px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-content .news-left h3:hover {
  color: #dba155;
  text-decoration: underline;
}
.news-content .news-left time {
  color: #6e6e6e;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.news-content .news-left time:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon.png) -90px 0 no-repeat;
}
.news-content .news-left p {
  color: #6e6e6e;
  font-size: 1.2rem;
  line-height: 1.8;
}
.news-content .news-left span {
  display: block;
  float: right;
  color: #fff;
  font-size: 1.2rem;
  background-color: #dba155;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  margin-top: 15px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.news-content .news-left span:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news-right {
  width: 46%;
}
.news-right .title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-right .title h3 {
  font-size: 2.8rem;
  font-weight: normal;
}
.news-right .title a {
  font-size: 1.4rem;
  color: #333;
}
.news-right .title a:hover {
  color: #dba155;
  text-decoration: underline;
}
.news-right ul li {
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0;
}
.news-right ul li .date {
  width: 15%;
  text-align: center;
}
.news-right ul li .date p {
  font-size: 3rem;
  color: #dba155;
  margin-bottom: 5px;
}
.news-right ul li .date span {
  font-size: 1.8rem;
  color: #dba155;
}
.news-right ul li .text {
  width: 84%;
}
.news-right ul li .text h4 {
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-right ul li .text p {
  font-size: 1.2rem;
  color: #595959;
  line-height: 1.8;
  height: 44px;
  overflow: hidden;
}
.news-right ul li:hover .text h4 {
  color: #dba155;
  text-decoration: underline;
}
/* 案例 */
.home-case {
  padding-bottom: 50px;
}
.case-caption {
  background-image: url(../images/case-caption.gif);
}
.case-content ul {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.case-content ul li {
  width: 24%;
}
.case-content ul li img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-content ul li img:hover{
  border-radius: 20px;
}
.case-content ul li h3 {
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 15px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-content ul li h3:hover {
  color: #dba155;
  text-decoration: underline;
}
.case-content ul li p {
  font-size: 1.2rem;
  color: #6c6969;
  line-height: 1.6;
  height: 62px;
  overflow: hidden;
}
.case-content ul li span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  background-color: #dba155;
  width: 80px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  margin: 15px auto 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.case-content ul li span:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.case-cooperation .title {
  font-size: 3.4rem;
  color: #5b5b5b;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-cooperation .title:before,
.case-cooperation .title:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #d6d0cd;
  margin: 0 40px;
}
.case-cooperation ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.case-cooperation ul li {
  width: 16%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.case-cooperation ul li img {
  width: 100%;
  border-radius: 10px;
}
.case-cooperation ul li:before {
  content: '';
  position: absolute;
  border: 4px solid #dba155;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.case-cooperation ul li:hover:before {
  opacity: 1;
}
/* 留言 */
.home-message {
  padding-bottom: 50px;
  background-image: url(../images/home-message-bg.gif);
}
.message-caption {
  background-image: url(../images/message-caption.gif);
}
/* 屏幕适应 */
@media screen and (max-width:768px) {
	.message-content .code{
		width: 43%;
	}
  .solution-content .solution-steps {
      display: none;
  }
  .banner {
      margin-top: 80px;
  }
  .home-caption {
      height: 120px;
  }
  .home-caption h2 {
      font-size: 1.8rem;
  }
  .home-caption p {
      font-size: 1.2rem;
	  line-height: 15px;
  }
  .home-caption p span{
	  font-size: 1.2rem !important;
  }
  .news-content .news-left {
      display: none;
  }
  .solution-info .info-img,
  .solution-info .info-text {
      width: 100%;
  }
  .solution-info {
      border: 0;
  }
  .news-right {
      width: 100%;
  }
  .case-content ul {
      flex-wrap: wrap;
  }
  .case-content ul li {
      width: 49%;
      margin-bottom: 20px;
  }
  .case-cooperation .title {
      font-size: 3rem;
  }
  .solution-info .info-text h3 {
      font-size: 2.4rem;
  }
  .service-content ul li p {
      font-size: 2rem;
  }
  .case-cooperation ul li {
      width: 24%;
  }
}
@media screen and (max-width:992px) {
  .home-machine ul li {
      width: 23%;
  }
  .solution-steps ul li p {
      width: 120px;
      height: 32px;
      line-height: 32px;
  }
  .news-right ul li .date span {
      font-size: 1.2rem;
  }
.home-machine ul li span{
  height: auto;
  white-space: initial;
  text-overflow: initial;
  line-height: initial;
}
}
@media screen and (min-width:768px) and (max-width:992px)  {
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .news-right ul li {
      padding: 13px 0;
  }
  .news-right ul li .date {
      width: 18%;
  }
  .news-right ul li .text {
      width: 82%;
  }
  .news-right ul li .text h4 {
      margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1200px) {
}
@media screen and (max-width: 480px) {
  .solution-info {
      padding: 20px;
  }
  .home-caption p {
      width: 95%;
  }
  .home-machine ul li i {
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6);
      right: -55px;
	  bottom: auto;
	  top: 22px;
  }
  .home-machine ul li i img{
	  width: 60px;
  }
  
  .section-content {
      margin: 40px auto;
  }
  
}
@media screen and (max-width: 414px) {
  .home-machine ul li span {
      margin-top: 0;
  }
  .service-content ul li p {
      font-size: 1.6rem;
  }
  .news-right .title h3 {
      font-size: 2rem;
  }
  .case-cooperation ul li {
      width: 32%;
  }

}
@media screen and (max-width: 360px) {
  .home-machine ul li {
      width: 48%;
  }

}
@media only screen and (min-width: 820px) and (max-width: 830px) {
	.home-machine ul li i{
		bottom: 70px;
	}
	.home-machine ul li span{
		margin-top: 70px;
	}
}
