
@media screen and (min-width: 1000px){
/* 内容区 */
.conBox{
  background-color: #f8f8f8;
  overflow: hidden;
}
.conBox .navigation{
  background-color: #fff;
  overflow: hidden;
  padding: 40px 0;
}
.conBox .navigation .title{
  font-size: 28px;
  font-weight: 600;
  text-align: center;

}
.conBox .navigation .logo{
  width: 600px;
  margin: 60px auto;
  display: block;
}
.conBox .btnBox{
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.conBox .btnBox span{
  font-size: 40px;
  font-weight: 200;
  color: #cccccc;
}
.conBox .btnBox a{
  font-style: italic;
  font-size: 20px;
}
.conBox .btnBox a:hover{
  color: #12aac8;
}
/* .conBox .btnBox a:nth-last-of-type(2),
.conBox .btnBox a:nth-last-of-type(1){
  font-size: 14px;
} */
.textBox{
  padding-bottom: 40px;
}
.conTitle{
  font-size: 30px;
  font-weight: 600;
  /* line-height: 60px; */
  position: relative;
  margin-top: 50px;
}
.conTitle::before{
  content: "";
  width: 80px;
  height: 3px;
  background-color: #12aac8;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.text{
  font-size: 16px;
  line-height: 35px;
  margin: 35px auto 0;
}
.cantainer-white{
  background-color: #fff;
  overflow: hidden;
}
.layout{
  margin: 20px auto;
}

.layout .bigone,
.layout .smallBox{
  background-color: #f8f8f8;
  padding: 0 45px; 
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}
.layout .bigone{
  height: 420px;
  width: 310px;
}
.layout .smallBox{
  width: 390px;
  height: 190px;
}
.layout .bigBox .smallBox:nth-last-of-type(1){
  margin-top: 40px;
}

.soaFlex{
  align-items: flex-start;
}
.soaBox{
  width: 225px;
}
.soaBox img{
  width: 180px;
  margin: 0 auto;
}
.soaBox p{
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.introImg{
  width: 1200px;
  margin-top: 20px;
}

}
 



@media screen and (max-width: 1000px){
  /* 内容区 */
  .conBox{
    background-color: #fff;
    overflow: hidden;
  }
  .conBox .navigation{
    background-color: #fff;
    overflow: hidden;
    padding: .6667rem 0 0;
  }
  .conBox .navigation .title{
    font-size: .4rem;
    font-weight: 600;
    text-align: center;
  
  }
  .conBox .navigation .logo{
    width: 7.9333rem;
    margin: .5333rem auto;
    display: block;
  }
  .conBox .btnBox{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.2rem;
  }
  .conBox .btnBox span{
    font-size: .3733rem;
    font-weight: 200;
    color: #cccccc;
  }
  .conBox .btnBox a{
    font-style: italic;
    font-size: .30rem;
  }
  .conBox .btnBox a:hover{
    color: #12aac8;
  }
  /* .conBox .btnBox a:nth-last-of-type(2),
  .conBox .btnBox a:nth-last-of-type(1){
    font-size: 14px;
  } */
  .textBox{
    padding-bottom: 0;
  }
  .conTitle{
    font-size: .4rem;
    font-weight: 600;
    /* line-height: 60px; */
    position: relative;
    margin-top: .5333rem;
  }
  .conTitle::before{
    content: "";
    width: 1.0667rem;
    height: 2px;
    background-color: #12aac8;
    position: absolute;
    bottom: -0.1333rem;
    left: 0;
  }
  .text{
    font-size: .4rem;
    line-height: .7rem;
    text-align: justify;
    margin: .4667rem auto 0;
  }
  .cantainer-white{
    background-color: #fff;
    overflow: hidden;
  }
  .layout{
    margin: .2667rem auto;
    display: block;
  }
  
  .layout .bigone,
  .layout .smallBox{
    background-color: #f8f8f8;
    padding: 0 .2667rem; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: .4rem;
    line-height: .7rem;
    text-align: justify;
    margin-bottom: .4rem;
  }
  
  .soaFlex{
    align-items: flex-start;
  }
  .soaBox{
    width: 1.9333rem;
  }
  .soaBox img{
    width: 1.4667rem;
    margin: 0 auto;
  }
  .soaBox p{
    font-size: .24rem;
    text-align: center;
  }
  .introImg{
    width: 100%;
    margin: .4rem 0;
  }
  
  }