.hz-title {
  font-size: 36px;
  text-align: center;
}
.hz-intro {
  font-size: 16px;
  color: #666666;
  text-align: center;
  text-transform: uppercase; 
}

#hz .banner {
  width: 100%;
  height: 470px;
  background-size:cover;
}
.banner-con {
  padding-top: 30px;
}
.banner-text {
  font-size: 50px;
  font-weight: bold;
}
.banner-btn {
  display:block;
  width: 184px;
  line-height: 50px;
  color: #3153d4;
  border: 1px solid #3153d4;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
  border-radius: 50px;
  margin-top: 30px;
  transition: 0.3s;
}
.banner-btn:hover {
  color: #ffffff;
  background-color: #3153d4;
}

.plan-con {
  display: flex;
  margin-top: 80px;
}
.plan-con > .left,
.right {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plan-con > .left {
  text-align: right;
}
.plan-con .left .item:nth-child(2) {
  padding-right: 60px;
}
.plan-con .left .item:nth-child(3) {
  padding-right: 60px;
}
.plan-con .right .item:nth-child(2) {
  padding-left: 60px;
}
.plan-con .right .item:nth-child(3) {
  padding-left: 60px;
}
.plan-con .item {
  box-sizing: border-box;
}
.plan-con .item .title {
  font-size: 22px;
}
.plan-con .item .intro {
  font-size: 14px;
  color: #666666;
}
.bot .title {
  font-size: 22px;
}
.bot .intro {
  font-size: 14px;
  color: #666666;
}

.plan-con > .center {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  flex-shrink: 0;
}

#adv {
  background-color: rgb(248, 249, 251);
  padding-bottom:90px;
}
.adv-con {
  margin-top: 50px;
}
.adv-con .item {
  text-align: center;
  border-right: 1px solid #e9e7e7;
}
.adv-con .item:last-child {
  border: none;
}
.adv-con .item > .top-icon {
  width: 50%;
}
.adv-con h4{
  font-size:18px;
}

.scene-con{
  margin: 40px auto;
}
.scene-con .row{
  margin:20px auto;
}
.scene-con .cover{
  display:block;
  width:90%;
  height:200px;
  margin:0 auto;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.scene-con .cover:hover{
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.scene-con h4{
  background:rgba(92,135,244,0.9);
  color:#fff;
  width:60%;
  margin:-20px auto 0 auto;
  padding:8px 10px;
  font-size:16px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  text-align:center;
}


.case{

}
.case .item{
  position:relative;
}
.case-con{
  margin-top: 50px;
}
.case-con .row {
    margin: 20px auto;
}
.case-con .cover {
    position:relative;
    display: block;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.case .more {
  clear:both;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #4078c0;
  cursor: pointer;
}

.case .info {
  position:absolute;
  bottom:0;
  left: 0;
  right:0;
  background:rgba(255,255,255,0.9);
  padding: 10px;
  border:1px solid #e2e2e2;
  border-top:0;
  height:120px;
}

.case .info h4{
  font-size:16px;
  font-weight:700;
}
.case .info p{
  font-size:12px;
  color:#999;
}


/*
.case .swiper-container {
    width: 100%;
    height: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding:20px 20px 50px 20px;
  }

.case .swiper-slide {
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius:10px;
    position:relative;
}
.case .swiper-slide:hover{
  cursor: pointer;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.case .swiper-slide:hover .info{
  background:#547DD4;
  color:#fff;
}
.case .swiper-slide:hover .info p{
  color:#fff;
}
.case .swiper-slide .info{
  position:absolute;
  bottom:0;
  background:rgba(255,255,255,0.9);
  padding:15px;
  width:100%;
  border:1px solid #e2e2e2;
  border-top:0;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  height:120px;
}
.case .swiper-slide .info h4{
  font-size:16px;
  font-weight:700;
}
.case .swiper-slide .info p{
  font-size:12px;
  color:#999;
}
*/

/*
.case-item {
  cursor: pointer;
  box-sizing: border-box;
  width: 32%;
  box-shadow: rgba(49, 83, 212, 0.1) 5px 10px 30px 0px;
}
.case-item > .cover {
  width: 100%;
  overflow: hidden;
}
.case-item > .cover > .top-img {
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  height:230px;
  display: block;
}

.case-item > .text-con {
  padding: 20px 30px 10px 30px;
}
.case-item .blue-title {
  font-size: 14px;
  color: #3153d4;
  transition: all 0.3s ease-in-out 0s;
}
.case-item .case-item-title {
  font-size: 26px;
  margin:0 0 10px 0;
  transition: all 0.3s ease-in-out 0s;
}
.case-item .case-item-intro {
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
  color: #666666;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f3;
}
.case-item .case-yj {
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.case-item:hover .top-img {
  transform: scale(1.2);
}
.case-item:hover .text-con {
  background-color: #3153d4;
}
.case-item:hover .blue-title {
  color: #f5f3f3;
}
.case-item:hover .case-item-title {
  color: #ffffff;
}
.case-item:hover .case-item-intro {
  color: #f5f3f3;
}
.case-item:hover .case-yj {
  color: #f5f3f3;
}*/

#product{
  
}
#product .title{
  text-align:center;
}
#product .info{
  text-align:center;
  color:#666;
}
#product .con{
  overflow:hidden;
  position:relative;
}
#product ul{
  margin: 10px auto;
  /*padding:20px 0;*/
}

#product li{
  padding-bottom:30px;
  box-shadow: 0 0 16px rgba(0,0,0,0.05);
  background:#fff;
  border-radius:10px;
  text-align:center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

#product li.swiper-slide-active,#product li.swiper-slide-duplicate-active{
  transform: scale(1);
}

#product .image{
  width:100%;
  height:340px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#product h5{
  font-size:22px;
  font-weight: 700;
  margin: 10px auto 0 auto;
}
#product li span{
  background:#6589E1;
  color:#fff;
  border-radius:16px;
  padding:6px 16px;
}
#product li.active{
  width:420px;
}
#product li.active .image{
  height:500px;
}
#product li p{
  padding:10px 20px 20px 20px;
  font-size:14px;
  text-align:left;
  text-indent:2em;
  /*height:100px;*/
  overflow:hidden;
}
#product .swiper-button-prev{
  left:0px;
}
#product .swiper-button-next{
  right:0px;
}



#join{
  /*background-color: rgb(248, 249, 251);*/
  padding-bottom:90px;
}
.join-con{
  text-align:center;
}
.join-con img{
  width:50%;
}
.join-con h4{
  font-size:18px;
  font-weight:700;
  text-align:center;
  margin-bottom:15px;
}
.join-con p{
  font-size:14px;
  text-align:left;
  padding:0 10%;
}

.cooperate-con {
  margin-top: 50px;
}
.cooperate-con .item {
  position: relative;
}
.cooperate-con .bg-icon {
  width: 100%;
}
.cooperate-con .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  text-align:center;
}


.contact-main{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top:40px;
}
.contact-main .left-img{
  width: 300px;
  position: relative;
}
.contact-main .left-img img{
  width: 100%;
}
.contact-main .left-img a{
  color: #2D57C9;
  font-size: 14px;
  display: inline-block;
  margin-top: 50px;
}
.contact-main .title{
  font-size: 30px;
  font-weight: 700;
}
.contact-main .sub-title{
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.contact-main .top{
  margin-bottom: 50px;
}
.contact-main .label{
  width: 600px;
  border: 1px solid #C2C5D0;
  display: flex;
  border-radius: 4px;
  margin-top: 30px;
  padding-left: 10px;
}
.contact-main input{
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  margin-left: 10px;
}
.contact-main textarea{
  width: 100%;
  min-height: 50px;  
  border: none;
  background-color: transparent;
  padding: 10px 0;
  margin-left: 10px;
}
.contact-main .label img{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}
.contact-main .submit{
  margin: 30px auto 0 auto;
  display:block;
  padding:10px 60px;
}

/* PAD */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hz-title {
    font-size: 28px;
  }
  .hz-intro {
    font-size: 14px;
  }
  .banner-text {
    font-size: 32px;
  }
  .banner-btn {
    width: 134px;
    line-height: 40px;
  }

  .plan-con > .center {
    width: 320px;
    height: 320px;
  }

  .plan-con .left .item:nth-child(2) {
    padding-right: 40px;
  }
  .plan-con .left .item:nth-child(3) {
    padding-right: 40px;
  }
  .plan-con .right .item:nth-child(2) {
    padding-left: 40px;
  }
  .plan-con .right .item:nth-child(3) {
    padding-left: 40px;
  }
  .plan-con .item .title {
    font-size: 18px;
  }
  .bot .title {
    font-size: 18px;
  }

  .case-item .case-item-title {
    font-size: 22px;
  }

  .scene-con .cover{
    height:160px;
  }
  .scene-con h4{
    margin:-20px auto 0 auto;
    padding:5px 10px;
    font-size:14px;
  }

  .contact-main .title{
    font-size: 24px;
  }
  .contact-main .left-img{
    width: 200px;
  }
  .contact-main .top{
    margin-bottom: 20px;
  }
  .contact-main .label{
    width: 450px;
    margin-top: 10px;
  }
  .contact-main .submit{
    margin-top: 30px;
  }

}

/* 手机 */
@media screen and (max-width: 767px) {
  #hz .banner {
    height: 180px;
  }
  .banner-text {
    font-size: 18px;
  }
  .banner-btn {
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    margin-top: 15px;
  }
  .hz-title {
    font-size: 20px;
    font-weight:700;
  }
  .hz-intro {
    font-size: 12px;
  }
  .case-con {
    margin-top: 20px;
  }
  .adv-con {
    margin-top: 20px;
  }

  .plan-con {
    display: block;
    margin-top: 20px;
  }
  .plan-con > .center {
    width: 30vw;
    margin: 0 auto;
    height: 30vw;
    margin-bottom: 15px;
  }
  .plan-con .item {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .plan-con .item .title {
    font-size: 18px;
  }
  .plan .bot {
    margin-top: 0 !important;
  }

  .adv-con .item {
    width: 60%;
    margin: 10px auto;
    border: none;
  }

  .case-con {
    flex-wrap: wrap;
  }
  .case-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-item .case-item-title {
    font-size: 22px;
  }

  .scene-con .col-md-4{
    margin-bottom:20px;
  }

  .scene-con .cover{
    height:30vw;
  }
  .scene-con h4{
    margin:-20px auto 0 auto;
    padding:10px;
    font-size:14px;
  }

  .cooperate-con .item {
    margin-bottom: 20px;
  }

  .contact{
    width:80%;
    margin:0 auto;
  }

  .contact-main .left-img{
    display: none;
  }
  .contact-main .top{
    margin-bottom: 15px;
  }
  .contact-main .title{
    font-size: 16px;
  }
  .contact-main .sub-title{
    font-size: 12px;
  }
  .contact-main .label{
    max-width: 60vw;
    margin-top: 20px;
  }
  .contact-main .submit{
    margin-top: 20px;
  }

  .join-con img{
    width:64px;
  }

  .cooperate-con .bg-icon{
    width:25vw;
    display: block;
    margin: 0 auto;
  }

}
