.main {
    max-width: 1200px;
    margin: auto;
}
body {
    min-width: 1200px !important;
}
/*body {*/
/*  min-width: 1200px !important;*/
/*}*/

body, button, input, select, textarea {
    color: #444;
    font: 14px/1.5 "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}

ul,ol {
    list-style-type: none;
}

a {
    color: #444;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    -webikit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}

a:hover {
    color: #e5a414;
}

* {
    margin: 0;
    padding: 0;
}


.banner {
    /*margin-top: 55px;  */
    height: 150px;
    background: url(../../img/extensions/extensions-tableau-index-1.png) no-repeat  center/1920px;

}

.banner .banner-text {
    padding-top: 40px;
}
.banner .banner-text p{
    font-size: 25px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

.section-1 {
    margin-top: 62px;
    margin-bottom: 55px;
}
.section-1 .title{
    text-align: center;
}
.section-1 .title .title-1{
    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
}

.section-1 .title .text{
    padding-top: 14px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;

}
.section-1  ul{
    display: flex;
}

.section-1  ul li{

    height: 290px;
    width: 275px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    word-wrap: break-word;
    word-break: break-all;
}
.section-1  .height-330 li{
    height: 330px !important;
}

.section-1  ul li .img-text-box{
    padding: 31px 17px 0px 17px;
    text-align: center;
}
.section-1  ul li .img-text-box img{
    width: 84px;
    height: 84px;
}
.section-1  ul li .img-text-box p:nth-child(2){
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 17px;
}

.section-1  ul li .img-text-box p:nth-child(3){
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 21px;
    text-align: left !important;
}

.section-1  ul li{
    margin-right: 38px;
}
.section-1  ul li:nth-child(4){
    margin-right: 0px;
}
.section-1  ul{
    margin-top: 72px;
}
.section-1  ul:nth-child(1){
    margin-top: 55px;
}

.aboutUs-div{
    background-color: #EEEEEE!important;
}