.xx_container{
    margin: auto;
    background: #fff;
    padding: 0px 15px;
}
h1,h2{
    margin: 0;
    text-align: center;
    padding: 69px 0;
    font-size: 44px;
    letter-spacing: 2px;
    color:#000;

}
h3{
    margin: 0;
    text-align: center;
    font-size: 44px;
    letter-spacing: 2px;
    padding: 69px 0;
    color:#000;
}
.xx_Brief{
    width:100%;
    background:#F6F6F6;
margin-bottom: 59px;
}
.ul{
    width:1200px;
    margin:auto;
}

.xx_Brief ul li{
    width:50%;

}
.xx_Brief p{
    font-size: 24px;
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 37px;
    padding: 44px;
}
.flex{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex-wrap:wrap
}
.ul{
    width:1200px;
    margin:auto;
}
.xx_Super ul li{
  width:50%;
  background:#F6F6F6;
}
.xx_Super ul li p{
    text-align: center;
    font-size: 30px;
    margin: 0;
    letter-spacing: 3px;
    color: #000;
    background: #F6F6F6;
    padding: 15px 0;
}
.xx_Super ul li span{
      font-size: 20px;
    color: #333333;
    padding: 0px 16px;
    display: block;
}
.xx_Super ul li a{
    text-align: center;
    display: block;
    width: 60%;
    background: #fff;
    /* margin: auto; */
    padding: 6px 0px;
    border-radius: 9px;
    border: 2px solid #2E7BE4;
    color: #2E7BE4;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin:24px auto auto auto;
}
.xx_Super small{
    text-align: center;
    display: block;
    font-size: 24px;
    width: 100%;
    margin: 8px auto;
}
.xx_Super p{
    text-align: center;
    font-size: 30px;
    color: #000;
}
.xx_Sx small{
    text-align: left;
    display: block;
    font-size: 24px;
    margin: 8px auto auto 5px;
    text-indent: 2em;
    line-height: 42px;
    letter-spacing: 2px;
}
/*设备*/

.tpj p{
  font-size:26px;
  text-indent:2em;
  line-height: 47px;

}
.tpj ul li{
    width: 32.5%;
    /*display: inline-block;*/
    margin: 4px 2px;

}

.tabs {
    font-size: 24px;
    overflow: hidden;
    margin-top: 18px;

}
.tabs a {
    font-weight: normal;
    /* width: 232px; */
    height: 38px;
    line-height: 38px;
    color: #000;
    text-decoration: none; 
    display: inline-block;
}
.tabss a {
    font-weight: normal;
    /* width: 232px; */
    height: 38px;
    line-height: 38px;
    color: #000;
    text-decoration: none; 
    display: inline-block;
}
.tabs a:nth-child(2){
  margin-left:20px;
}
.tabs a:nth-child(3){
  margin-left:20px;
}

.tabs a:nth-child(5){
  margin-left:20px;
}
.tabs a.active {
    margin-top: -2px;
    background-repeat: no-repeat;
    -webkit-background-size: 64px 39px;
    -moz-background-size: 64px 39px;
    -o-background-size: 64px 39px;
    background-size: 64px 39px;
    background-position: left top;
    color: #2a70be;
    border-bottom:2px solid #2a70be ;
}
.tabss a.actives {
    margin-top: -2px;
    background-repeat: no-repeat;
    -webkit-background-size: 64px 39px;
    -moz-background-size: 64px 39px;
    -o-background-size: 64px 39px;
    background-size: 64px 39px;
    background-position: left top;
    color: #2a70be;
    border-bottom:2px solid #2a70be ;
}