﻿h1{
    font-size: 24px;
    color: #373d41;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #867e7e;
    width: 99px;
}
.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;
}
.coluddata{
    padding: 10px 0 30px 0;
}
.coluddata h1{
    width: 125px;
}
.coluddata .describe{
    text-align: left;
    margin-top: 3%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}
.coluddata .consult-btn{
    float: right;
    font-size: 15px;
    border: 1px solid #615f5f;
    padding: 5px 20px;
    border-radius: 9px;
    cursor: pointer;
}
.product-work{
    padding: 0 0 30px 0;
    text-align: center;
}
.product-work h1{
    /* padding: 0 0 30px 0; */
    /* text-align: left; */
}
.product-work .title{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}
.product-work  .item{
    padding-bottom: 25px;
    border: 2px solid #a99c9c;
    width: 248px;
    min-height: 310px;
    margin-bottom: 30px;

}
.advantage{
    text-align: center;
    padding: 10px 0 60px 0;
    background-image: url('../image/bg-black.jpg');
    color: #fff;
}
.advantage h1{
    color: #fff;
    border-bottom: 2px solid #FFF;
}
.advantage .item{
   padding: 0 30px;
   /* min-height: 273px; */

}
.advantage .title{
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0 5px 0;
}
.advantage img{
    background: #0c3f82f5;
    border-radius: 50%;
    padding: 9px;
}
.datacenter{
    padding-bottom: 70px;
    text-align: center;
    position: relative;
}
.datacenter h1{
    /* text-align: left; */
}
.datacenter .describe{
    position: absolute;
    font-size: 17px;
    font-weight: bold;
}
.desc{
    padding: 0 0 30px 0;
}
.desc .title{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}
