/* @font-face {
    font-family: 'alibaba-regular';
    src: url('../assets//font/Alibaba-PuHuiTi-Regular.ttf');
}
@font-face {
    font-family: 'alibaba-bold';
    src: url('../assets//font/Alibaba-PuHuiTi-Bold.ttf');
} */
html,body,p,h1,h2,h3,h4,h5,h6,ul {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}
ul{
    list-style: none;
}
.main{
    width:100%;
    background-color: #fff;
    font-size: 16px;
}
.content{
    width:100%;
    /* background-color: #ccc; */
    margin: 0 auto;
}
a , a:active{
    text-decoration: none;
}
a:hover{
    color: #1668FF !important;
}
.title{
    width: 100%;
}
.title .title-box{
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.title .title-box div:nth-child(1){
    width: 250px;
    line-height: 50px;
    margin: 0 auto;
    /* font-family: 'alibaba-bold'; */
    font-weight: Bold;
    font-size: 36px;
    color: #0B1D31;
    letter-spacing: 0;
}
.title .title-box div:nth-child(2){
    width: 380px;
    line-height: 20px;
    margin: 0 auto;
    font-weight: Bold;
    font-size: 24px;
    color: #C7D8E7;
    letter-spacing: 2px;
}
.padding-bottom1{
    padding-bottom: 24px;
}
.padding-bottom2{
    padding-bottom: 25px;
}