.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/sem/minitab-training-course-banner.png) no-repeat  center/1920px;

}

.banner .banner-text .text{
    /*margin-top: 21px;  */
    font-size: 28px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    padding-top: 60px;
}


.section-box-1{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 76px;
}
.section-box-1 p:nth-child(2){
    margin-top: 24px;
    margin-bottom: 28px;
}

.section-box-1 .bold-font{
   font-weight: bold;
}


.section-box-1 .slide-from-but{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background:#1980C3 ;
    padding: 8px 32px !important;
    border-radius: 30px;
    margin-top: 28px;
}

.section{
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.section .box-left{
    width: 773px;
    min-width: 773px;
}

.section .box-left .small-text{
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #1980C3;
    line-height: 20px;
}

.section .box-left .text-h1{
    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
    margin: 18px 0;
}
.section .box-left .content p{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 18px;
}

.section .box-left .text-h2{
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #333333;
   margin: 27px 0;
}

.section .content-ul{
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.section .content-ul ul:nth-child(1){
 margin-right: 125px;
}
.section .content-ul .dot{
    color: #1980C3;
}

.section .box-right{
    margin-top: 115px;
}

.section .box-right div{
    margin-bottom: 33px;
}

.section-box-3-background{
    background: #F8F8F8;
}

.section-box-3-background .section-box-3{
    padding: 60px 0;
}

.section-box-4 .box-right{
    margin-top: 135px;
}

.aboutUs-div{
    background-color: #EEEEEE;
}

.contact-us-background{
    background: #1980C3;
    text-align: center;
    margin-top: 150px;
}
.contact-us-background .contact-us-content{
    padding: 65px 0;
}
.contact-us-background .contact-us-content p{
    height: 42px;
    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.contact-us-background .contact-us-content .slide-from-but{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #1980C3 ;
    background:#FFFFFF ;
    padding: 8px 32px !important;
    border-radius: 30px;
}
/*.slide-from-new:hover{*/
/*    color: #272727 !important;*/
/*}*/

