
/*修改 小柱状移动    文字颜色修改 */
.header-content p a:first-of-type{
  color:#fff;
}
.header-symbol{
  position: absolute;
  right:522px;
  bottom:20px;
}


.introduce-div{
  position: relative;
}
.introduce-text{
  position: absolute;
  left: 15px;
  top:0px;
}
.introduce-div img{
  margin-bottom:20px;
}
.introduce-text p{
  font-size:14px;
  color:#4d4d4d;
}
.introduce-text p:nth-of-type(1){
  font-size: 32px;
  font-weight: bold;
  color:#fff;
  line-height: 42px;
  background: #2b3747;
  width:190px;
  margin-top: 60px;
  text-align: center;
}
.introduce-text p:nth-of-type(2){
  font-weight: bold;
  font-size: 30px;
  color:#2b3747;
  line-height: 40px;
}
.introduce-text p:nth-of-type(3){
  line-height: 40px;
}
.introduce-text p:nth-of-type(6){
  margin-bottom: 22px;
}



.main-two p:nth-of-type(1){
  line-height: 48px;
  color:#4c4c4c;
  font-size: 26px;
  margin-top: 60px;
  margin-bottom:0px;
}
.main-two p:nth-of-type(2){
  line-height: 27px;
  color:#b3b3b3;
  font-size: 14px;
  margin-bottom: 20px;
}
.main-two img{
  margin-bottom:60px;
}



.main-third p:nth-of-type(1){
  line-height: 48px;
  color:#4c4c4c;
  font-size: 26px;
  margin-bottom:0px;
}
.main-third p:nth-of-type(2){
  line-height: 27px;
  color:#b3b3b3;
  font-size: 14px;
  margin-bottom: 20px;
}
.main-third p:nth-of-type(2) span:nth-of-type(1){
  margin-right: 15px;
}
.main-third img{
  margin-bottom:60px;
}



.main-four{
  background: #17212f;
  padding-bottom: 70px;
}
/*了解更多 蓝色*/
.understand-blue{
  width:180px;
  height:48px;
  background: #4289db;
  border-radius:5px;
  line-height: 48px;
  font-size: 14px;
  color:#fff;
  display: block;
}
.understand-blue:hover{
  color:#fff;
  cursor: pointer;
  text-decoration:none;
}



/*智能运动*/

.capacity-sport p:nth-of-type(1){
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  margin-top: 60px;
}
.capacity-sport p:nth-of-type(2){
  font-size: 16px;
  color:#fff;
}
.bar-form{
  display: block;
  width:20px;
  height:4px;
  background: #4289db;
}
/*智能芯片*/

.capacity-chip p:nth-of-type(1){
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  margin-top: 52px;
}
.capacity-chip p:nth-of-type(2){
  margin-bottom:35px;
  color:#fff;
  font-size: 0px;
}
.capacity-chip p:nth-of-type(2) span{
  padding:0 16px;
  border-right:solid 1px #fff;
  font-size: 16px;
}
.capacity-chip p:nth-of-type(2) span:first-of-type{
  padding-left: 0px;
}
.capacity-chip p:nth-of-type(2) span:last-of-type{
  padding-right: 0px;
  border-right:none;
}
/*6张小图片定位*/
.sport-all{
  position: relative;
}
.sport-one{
  position: absolute;
  left:-2%;
  top:0px;
}
.sport-two{
  position: absolute;
  left:12%;
  top:24%;
}
.sport-three{
  position: absolute;
  left:2%;
  bottom:14%;
}
.sport-four{
  position: absolute;
  right:-2%;
  top:0px;
}
.sport-fiv{
  position: absolute;
  right:14%;
  top:26%;
}
.sport-six{
  position: absolute;
  right:12%;
  bottom:18%;
}








.main-fiv{
  padding-bottom: 70px;
}
/*智慧校园*/
.smart-school{
  margin-bottom: 10px;
}
.smart-school p:nth-of-type(1){
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  color:#2b3747;
}
.smart-school p:nth-of-type(2){
  font-size: 16px;
  color:#9198a2;
}

/*关爱沟通*/
.communication-school p:nth-of-type(1){
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  color:#2b3747;
}
.communication-school p:nth-of-type(2){
  font-size: 24px;
  font-weight: bold;
  color:#2b3747;
}
.communication-school p:nth-of-type(3),.communication-school p:nth-of-type(4){
  font-size: 16px;
  color:#9198a2;
}
.communication-school p:nth-of-type(4){
  margin-bottom: 60px;
}


/*手表功能*/
.watch-function{
  display: flex;
  flex-wrap: wrap;
  margin:60px 0;
}
.watch-function>div{
  border-right:solid 1px #e6e9ed;
  padding:0 27px;
  width:12.5%;
}
.watch-function>div:last-of-type{
  border-right:none;
}


.watch-function p{
  text-align:center;
  margin:0px;
  margin-top: 15px;
  font-size: 16px;
  color:#9198a2;
}


/*了解更多 红色*/
.understand-red{
  width:180px;
  height:48px;
  background: #f15252;
  border-radius:5px;
  line-height: 48px;
  font-size: 14px;
  color:#fff;
  display: block;
}
.understand-red:hover{
  color:#fff;
  cursor: pointer;
  text-decoration:none;
}







/*common*/
@media screen and (min-width: 768px) {
  .container{
    width:750px;
  }
}

@media screen and (min-width: 992px) {
  .container{
    width:970px;
  }
}

@media screen and (min-width: 1200px) {
  .container{
    width:1040px;
  }
}



@media screen and (max-width: 1020px) {
  .introduce-div{
    position: static;
  }
  .introduce-text{
    position: static;
  }
  .introduce-div img{
    display: none;
  }
  .sport-one,.sport-two,.sport-three,.sport-four,.sport-fiv,.sport-six{
    display: none;
  }

}


@media screen and (max-width: 760px) {
  .introduce-text p{
    font-size:10px;
  }
  .introduce-text p:nth-of-type(1){
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    background: #2b3747;
    width:100px;
    margin-top: 20px;
    text-align: center;
  }
  .introduce-text p:nth-of-type(2){
    font-weight: bold;
    font-size: 14px;
    color:#2b3747;
    line-height: 20px;
  }
  .introduce-text p:nth-of-type(3){
    line-height: 25px;
  }
  .introduce-text p:nth-of-type(6){
    margin-bottom: 15px;
  }


  .main-two p:nth-of-type(1){
    font-size: 16px;
    margin-top: 0px;
    margin-bottom:0px;
  }
  .main-two p:nth-of-type(2){
    color:#b3b3b3;
    font-size: 10px;
    margin-bottom: 10px;
  }
  .main-two img{
    margin-bottom:20px;
  }



  .main-third p:nth-of-type(1){
    font-size: 14px;
    margin-bottom:0px;
  }
  .main-third p:nth-of-type(2){
    font-size: 10px;
    margin-bottom: 10px;
  }
  .main-third p:nth-of-type(2) span:nth-of-type(1){
    margin-right: 15px;
  }
  .main-third img{
    margin-bottom:20px;
  }

  
  .main-four{
    background: #17212f;
    padding-bottom: 10px;
  }
  /*了解更多 蓝色*/
  .understand-blue{
    width:100px;
    height:30px;
    line-height: 30px;
    background: #4289db;
    border-radius:5px;
    font-size: 10px;
    color:#fff;
    display: block;
  }
  /*智能运动*/
  .capacity-sport p:nth-of-type(1){
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    margin-top: 10px;
  }
  .capacity-sport p:nth-of-type(2){
    font-size: 10px;
    color:#fff;
    margin-bottom:10px;
  }
  /*智能芯片*/
  .capacity-chip p:nth-of-type(1){
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    margin-top: 10px;
  }
  .capacity-chip p:nth-of-type(2){
    color:#fff;
    font-size: 0px;
    margin-bottom: 10px;
  }
  .capacity-chip p span{
    display: block;
    font-size: 10px;
    margin-bottom:5px;
  }
  .capacity-chip p:nth-of-type(2) span{
    padding:0px;
    border-right:none;
    font-size: 10px;

  }


  .main-fiv{
    padding-bottom: 10px;
  }
  /*智慧校园*/
  .smart-school{
    margin-bottom: 10px;
  }
  .smart-school p:nth-of-type(1){
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color:#2b3747;
  }
  .smart-school p:nth-of-type(2){
    font-size: 10px;
    color:#9198a2;
  }
  /*关爱沟通*/
  .communication-school p:nth-of-type(1){
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color:#2b3747;
  }
  .communication-school p:nth-of-type(2){
    font-size: 14px;
    font-weight: bold;
    color:#2b3747;
  }
  .communication-school p:nth-of-type(3),.communication-school p:nth-of-type(4){
    font-size: 10px;
    color:#9198a2;
  }
  .communication-school p:nth-of-type(4){
    margin-bottom: 10px;
  }

    /*了解更多 红色*/
  .understand-red{
    width:100px;
    height:30px;
    line-height: 30px;
    background: #f15252;
    border-radius:5px;
    font-size: 10px;
    color:#fff;
    display: block;
  }
  

  /*手表功能*/
  .watch-function{
    display: flex;
    justify-content:space-around;
    margin:15px 0;
  }
  .watch-function>div{
    border-right:solid 1px #e6e9ed;
    padding:0 10px;
    width:25%;
    margin-bottom: 10px;
  }
  .watch-function>div:last-of-type{
    border-right:none;
  }
  .watch-function>div:nth-of-type(4){
    border-right:none;
  }
  .watch-function>div img{
    margin-bottom:3px;
    width:60%;
    margin:0px auto;
  }
  .watch-function>div:last-of-type img{
    margin-bottom: 0px;
  }
  .watch-function p{
    text-align:center;
    margin:0px;
    margin-top: 15px;
    font-size: 10px;
    color:#9198a2;
  }


}




/*修改 小柱状移动兼容 */
@media screen and (max-width: 1020px) {
  .header-symbol{
    position: absolute;
    right:415px;
    bottom:20px;
  }
}




