.subBanner {
    position: relative
}

.subBanner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.subBanner .text h1 {
    font-size: 80px;
    font-family: 'Montserrat SemiBold';
    color: #ffffff
}

.section1 {
    background: #ffffff
}

.section1 .container {
    padding: 60px 0;
    max-width: 1080px;
    text-align: left
}

.section1 .container h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold
}

.section1 .container p {
    padding-top: 30px;
    font-size: 18px;
    color: #333333;
    line-height: 1.6
}

.section1 .container p a {
    text-decoration: underline
}

.section2 {
    padding: 80px;
    background: #f7f7f7;
    text-align: center
}

.section2 .container {
    max-width: 1200px
}

.section2 .container .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold;
    padding-bottom: 30px
}

.section2 .container .col-lg-4 {
    overflow: hidden
}

.section2 .container .col-lg-4 p {
    font-size: 16px;
    color: #333333;
    padding: 10px 0 15px 0;
    font-family: SemiBold
}

/* .section2 .container .col-lg-4 img {
    transition: all .8s linear
}

.section2 .container .col-lg-4 img:hover {
    transform: scale(1.02)
} */

.section2 .container .col-lg-4:hover p {
    color: #e60039
}

.section3 {
    text-align: center;
    background: #ffffff;
    padding: 80px 0
}

.section3 .container {
    max-width: 1080px
}

.section3 .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold;
    padding-bottom: 15px
}

.section3 .ic {
    width: 50px;
    height: 1px;
    display: table;
    margin: 0 auto;
    background: #000000
}

.section3 .history {
    position: relative
}

.section3 .history .md {
    height: 180px;
    position: relative
}

.section3 .history .md span {
    font-size: 18px;
    line-height: 228px;
    transition: all .1s linear
}

.section3 .history .md .line {
    position: relative;
    display: table;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #a2a2a2;
    position: absolute;
    top: 80%;
    left: 50%;
    margin: -10px 0 0 -10px
}

.section3 .history .md .line::after {
    content: '';
    display: table;
    margin: 5px auto;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #000
}

.section3 .history .md.slick-slide.slick-current.slick-center span {
    font-size: 50px;
    line-height: 119px;
    font-family: "Medium";
    color: #333;
    font-weight: bold
}

.section3 .history .md.slick-slide.slick-current.slick-center .line {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px
}

.section3 .history .md.slick-slide.slick-current.slick-center .line::before {
    content: '';
    display: table;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.3)
}

.section3 .history .md.slick-slide.slick-current.slick-center .line::after {
    content: '';
    display: table;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #000
}

.section4 .text {
    text-align: center;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -62%);
    background: rgba(255, 255, 255, 0.9);
    padding: 50px 40px 30px;
    max-width: 30%;
   
    width: 100%
}
@media screen and (max-width: 830) {
    .section4 .text {
        max-height: 320px;
        overflow: scroll;
    }
}

.section4 .text h2 {
    color: #000;
    font-size: 30px;
    font-family: SemiBold;
    padding-bottom: 20px
}

.section4 .text p {
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0;
}

.section5 {
    padding: 80px
}

.section5 .container {
    max-width: 1080px
}

.section5 .container .box {
    width: 20%;
    text-align: center
}

.section5 .container .box em {
    color: #e60039;
    line-height: 1;
    font-style: normal;
    font-size: 40px
}

.section5 .container .box p {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
}

.section6 {
    padding: 80px 0;
    background: #f7f7f7;
    text-align: center
}

.section6 .container {
    max-width: 1080px
}

.section6 .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold;
    padding-bottom: 15px
}

.section6 .ic {
    width: 50px;
    height: 1px;
    display: table;
    margin: 0 auto;
    background: #000000
}

.section6 .box_th {
    padding: 30px 0
}

.section6 .box_th a {
    display: inline-block;
    font-family: "Montserrat Medium";
    margin: 0 60px;
    /* width: 160px; */
    padding: 10px 0;
    font-size: 24px;
    /* font-weight: bold; */
    color: #333
}

.section6 .box_th a.active {
    color: #e60039;
    border-bottom: 1px solid #e60039
}

.section6 .box_th a:hover {
    color: #e60039;
    border-bottom: 1px solid #e60039
}

.section6 .box_table {
    text-align: left
}

.section6 .box_table .box {
    display: none
}

.section6 .box_table .box.active {
    display: block
}

.section6 .box_table .panel-heading {
    padding: 28px 0;
    border-top: 1px solid #d4d4d4
}

.section6 .box_table .panel-heading a {
    font-size: 22px;
    color: #323333;
    font-weight: 500;
    font-family: "Medium"
}

.section6 .box_table .panel-heading .icon {
    float: right;
    display: table;
    width: 20px;
    height: 20px;
    background: url(/assets/img/add.png) no-repeat;
    background-size: 100%;
    color: #4c4c4c
}

.section6 .box_table .panel-heading .icon.active {
    background: url(/assets/img/reduce.png) no-repeat;
    background-size: 100%
}

.section6 .panel-title {
    font-size: 22px;
    font-family: 'Montserrat-Medium'!important;
    font-weight: normal;
    color: #323333;
}

.section6 .box_table .panel-body {
    font-size: 16px;
    color: #4c4c4c;
    padding: 20px 30px 20px 0;
    box-sizing: border-box;
    font-family: 'Montserrat-Light'!important;
    letter-spacing: 1px;
    border-top: 1px solid #d4d4d4
}

.section7 {
    padding: 80px 0;
    background: #ffffff
}

.section7 .container {
    padding: 0;
    max-width: 1200px;
    position: relative;
    text-align: center;
    overflow: hidden
}

.section7 .container .title {
    font-size: 30px;
    color: #333333;
    line-height: 1.6;
    font-family: SemiBold;
    padding-bottom: 15px
}
@media (min-width: 0px) and (max-width: 830px) {
    .section6 .panel-title{
        font-size: 16px;
        font-weight: bold;
    }
    .section5 .container .box p {
        text-align: center;
    }
}
@media screen and (min-width: 0px) and (max-width: 1400px) {
    .section4 .text {
        padding: 20px 10px;
        max-height: 320px;
        overflow: scroll;
    }
}
@media screen and (min-width: 320px) and (max-width: 760px) {
    .subBanner .text h1 {
        font-size: 20px
    }

    .subBanner {
        overflow: hidden
    }

    .subBanner img {
        max-width: 160%;
        width: 160%;
        margin-left: -30%
    }

    .section1 .container {
        padding: 30px 15px
    }

    .section1 .container h3,
    .section1 .container p {
        font-size: 14px
    }

    .section2 {
        padding: 30px 15px
    }

    .section2 .container .title {
        font-size: 20px;
        padding-bottom: 10px
    }

    .section2 .container .col-lg-4 p {
        font-size: 12px
    }

    .section5 {
        padding: 30px 15px
    }

    .section5 .container .box {
        width: 100%
    }

    .section5 .container .box em {
        font-size: 40px
    }

    .section5 .container .box p {
        font-size: 12px;
        line-height: 1.4;
        padding: 0 0 15px 0
    }

    .section6,
    .section7,
    .section3 {
        padding: 30px 0
    }

    .section6 .title,
    .section7 .container .title,
    .section3 .title {
        font-size: 20px
    }

    .section6 .box_th a {
        font-size: 12px;
        width: 76px;
        padding: 5px 0;
        margin: 0 5px
    }

    .section6 .box_th {
        padding: 15px 0
    }

    .section6 .box_table .panel-heading a {
        font-size: 12px
    }

    .section6 .box_table .panel-body {
        font-size: 12px
    }

    .section3 .history .box {
        display: none;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box
    }

    .section3 .history .box.active {
        display: block
    }

    .section3 .history .box .tp {
        padding: 20px 0 0 0;
        font-size: 40px
    }

    .section3 .prev {
        left: -21px;
        margin-top: -4px
    }

    .section3 .next {
        right: -20px;
        margin-top: -4px
    }

    .section4 .text h2 {
        font-size: 20px;
        padding-bottom: 10px
    }

    .section4 .text {
        padding: 20px 10px;
        max-height: 320px;
        overflow: scroll;
        max-width: 90%;
    }

    .section4 .text p {
        font-size: 14px
    }

    .section4 .swiper-slide {
        overflow: hidden
    }

    .section4 .swiper-slide img {
        width: 300%;
        max-width: 300%;
        margin-left: -100%
    }

    .section7 .swiper-button-prev,
    .swiper-button-next {
        margin-top: -4px
    }

    .slick-prev,
    .slick-next {
        width: 28px;
        height: 28px;
        left: -31px
    }

    .slick-next {
        left: initial;
        right: -31px
    }

    .section3 .container {
        padding: 0 30px
    }
}

@media screen and (min-width: 320px) and (max-width: 370px) {
    .section3 .prev {
        margin-top: -16px
    }

    .section3 .next {
        margin-top: -14px
    }
}

@media screen and (min-width: 761px) and (max-width: 1080px) {
    .subBanner .text h1 {
        font-size: 40px
    }

    .section1 .container h3,
    .section1 .container p {
        font-size: 14px
    }

    .section1 .container,
    .section2 {
        padding: 30px 0
    }

    .section3 .history .box .bt {
        font-size: 12px
    }

    .section3 .history {
        padding: 0 15px
    }

    .section3 .prev {
        left: -25px;
        margin-top: -17px
    }

    .section3 .next {
        right: -27px;
        margin-top: -15px
    }

    .section4 .text p {
        font-size: 12px
    }

    .section4 .text h2 {
        font-size: 18px
    }

    .section4 .text {
        padding: 30px 15px
    }

    .section5 {
        padding: 30px 15px
    }

    .section5 .container .box em {
        font-size: 40px
    }

    .section5 .container .box p {
        font-size: 12px;
        padding-top: 10px
    }

    .section3,
    .section6,
    .section7 {
        padding: 30px 0
    }

    .section6 .title,
    .section7 .container .title {
        font-size: 24px
    }

    .section6 .box_th a,
    .section6 .box_table .panel-heading a,
    .section6 .box_table .panel-body {
        font-size: 14px
    }

    .section6 .box_th {
        padding: 15px 0
    }
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
    .section3 .prev {
        margin-top: -5px
    }

    .section3 .next {
        margin-top: -5px
    }
}

/*# sourceMappingURL=company.css.map */