﻿/* h1{
    font-size: 24px;
    color: #373d41;
    text-decoration: underline;
    margin-bottom: 60px;
    font-weight: bold;
} */
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;
}
.colud{
    padding: 10px 0 30px 0;
}
.colud h1{
    width: 54px;
}
.colud .describe{
    text-align: left;
    margin-top: 3%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}
.colud .consult-btn{
    float: right;
    font-size: 15px;
    border: 1px solid #615f5f;
    padding: 5px 20px;
    border-radius: 9px;
    cursor: pointer;
}
.product-fun{
    padding: 0 0 30px 0;
}
.product-fun .title{
    font-size: 16px;
    font-weight: 600;
}
.product-fun  .item{
    padding-bottom: 55px;
}
.advantage{
    text-align: center;
    padding: 10px 0 30px 0;
    background-image: url('../image/bg-black.jpg');
    color: #fff;
}
.advantage h1{
    text-align: center;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.advantage .item{
   padding: 0 30px;
   min-height: 273px;

}
.advantage .title{
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0 5px 0;
}
.framework{
    padding-bottom: 70px;
}
.desc{
    padding: 0 0 30px 0;
}
.desc .title{
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 15px;
}
