﻿h1{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
}
.theme{
    position: relative;
}
.theme .theme-content{
    position: absolute;
    top: 43%;
    left: 10%;
}
.theme .title{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.theme .content{
    color: #fff;
    font-size: 19px;
    margin-top: 18px;
    /* font-weight: bold; */
    margin-left: 46px;
}

.coreValue{
    text-align: center;
    background-image: url('../image/bg-black.jpg');
    color: #fff;
    padding: 70px 0 30px 0;
}
.coreValue .content{
    padding: 15px 60px 60px 60px;
}
.serFun{
    background-image: url('../image/bg-black.jpg');
    padding: 30px 0;
}
.serFun .row{
    margin: 25px 0;
}
.serFun .title{
    font-size: 18px;
    font-weight: bold;
    color: #0099FF;
    margin-bottom: 6px;

}
.serFun .content{
    color: #fff;
}
.proArchdns{
    padding-bottom:50px;
    text-align: center;
}
