.technology{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 4% 0;
}
.con-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 4%;
}

.con-title h3 {
    color: #333333;
    font-size: 28px;
    letter-spacing: 4px;
}

.con-title p {
    color: #a4a4a4;
    font-size: 14px;
}
.pr-nav {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pr-nav>ul{
    display: flex;
    justify-content: center;
}

.pr-nav li {
    float: left;
    width: 12%;
    color: #666666;
    text-align: center;
    font-size: 14px;
    margin-right: .5%;
    padding: 5px 3px;
    border-radius: 25px;
}

.pr-nav li:hover {
    color: #fff;
    background-color: #187bb7;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.download{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}
.download ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.download ul h1{
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: bold;
}
.download li{
    background: #fff;
    box-shadow: 0px 0px 25px rgb(177 177 177 / 40%);
    width: 48%;
    float: left;
    padding: 22px 25px;
    border-radius: 6px;
    margin-right: 3%;
    margin-top: 2%;
}
.download li img{
    float: left;
    width: 6%;
    margin-right: 2%;
}
.download li p{
    font-size: 15px;
    margin-top: 0%;
}
.download li:nth-child(2n) {
    margin-right: 0;
}
.dow-title{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
}
.down-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
}