/* SOLUTION */
.text {
    max-width: 1152px;
    color: #ccc;
    text-align: center;
    margin: 8px auto 30px;
}

@media (min-width: 768px) {

    .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.about-mod2 h1 {
    text-align: center;
    color: #bf1839;
}

@media(min-width:768px) {
    .about-mod2 h1 {
        margin: 32px auto;
    }
}

@media(min-width:1200px) {
    .about-mod2 h1 {
        font-size: 46px !important;
        font-weight: bold;
    }
}

/*默认样式*/
.about-mod2 .back {
    background: #bf1839;
    margin-bottom: 64px;
    border-radius: 20px;
}

.about-mod2 .img {
    background-color: #fff;
    border-bottom-right-radius: 20px;
    width: 300px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-mod2 .back ul {
    background-color: rgb(255, 255, 255, 0.2);
    border-radius: 20px;
    list-style: none;
    padding: 20px 0;
    padding-left: 60px;
    margin-top: 64px;
    margin-bottom: 32px;
}

.about-mod2 .back ul>li {
    position: relative;
    padding: 5px 0;
    width: 49%;
    display: inline-block;
}

.about-mod2 .back ul>li::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: #FADE42;
}

.about-mod2 .info h3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 750px;
    margin: 20px 0;
}

.about-mod2 .info p {
    margin-bottom: 20px;
    line-height: 30px;
}

.about-mod2 .back .info {
    font-size: 24px;
    color: #FFFFFF;
    padding: 10px 20px;
}

.about-mod2 .back .info h3 span {
    color: #fade42;
}

/*偶数行*/
.about-mod2 .wrap:nth-child(even) .back .img {
    float: right;
    margin-right: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
}

.about-mod2 .wrap:nth-child(even) .back .info h3 {
    padding-left: 450px;
}

/*选择部分样式*/

.select-mod1 .search-title {
    font-size: 24px;
}

.about-mod2 .select-mod1 {
    margin: 32px 0;
}

.about-mod2 .select-mod1 .sub-title {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}

.about-mod2 .select-mod1 .sub-info {
    font-size: 24px;
    padding: 20px 0;
    color: #333;
}

.about-mod2 .select-mod1 .sub-info ul {
    padding-left: 32px;
}

.about-mod2 .select-mod1 .sub-info ul li {
    list-style: disc;
}

.select-mod1 .search-group {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.select-mod1 .search-group .input-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #090404;
}

/*响应式调整*/
.about-mod2 .text {
    color: #333;
}

@media(min-width:1200px) {
    .about-mod2 .title {
        font-size: 36px;
    }
}

@media(max-width:1439px) {
    .about-mod2 .info h3 {
        padding-left: 0px;
        font-size: 48px;
    }

    .about-mod2 .wrap:nth-child(even) .back .info h3 {
        padding-left: 0;
    }

    .about-mod2 .info p {
        font-size: 24px;
    }

    .about-mod2 .back ul {
        margin-top: 32px;
    }

    .about-mod2 .back ul>li {
        font-size: 24px;
    }
}

@media(max-width:1199px) {
    .about-mod2 .img {
        width: 300px;
        height: 285px;
    }

    .about-mod2 .info h3 {
        font-size: 32px;
    }

    .about-mod2 .info p {
        line-height: 36px;
    }

    .about-mod2 .select-mod1 .sub-title {
        font-size: 24px;
    }

    .about-mod2 .select-mod1 .sub-info {
        font-size: 18px;
    }

    .about-mod2 .back {
        background: #00936f00;
    }

    .about-mod2 .back .info {
        background: #bf1839;
    }
}

@media(max-width:991px) {
    .about-mod2 .wrap:nth-child(even) .back .img {
        float: none;
    }

    .about-mod2 .back .info {
        border-radius: 20px;
    }
}

@media(max-width:767px) {
    .about-mod2 .info h3 {
        font-size: 24px;
    }

    .about-mod2 .back ul {
        padding-left: 40px;
    }

    .about-mod2 .info p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-mod2 .back ul>li {
        font-size: 18px;
    }
}

@media(max-width:1639px) {
    .about-mod2 .info h3 {
        padding-left: 650px;
    }

    .about-mod2 .back ul {
        margin-top: 32px;
    }

    .about-mod2 .info h3 {
        font-size: 24px;
        margin: 10px 0;
    }

    .about-mod2 .info p {
        font-size: 18px;
    }

    .about-mod2 .back ul>li {
        font-size: 18px;
    }

    .about-mod2 .img {
        width: 200px;
        height: 180px;
    }
}

@media(max-width:1439px) {
    .about-mod2 .info h3 {
        padding-left: 500px;
    }
}

@media(max-width:1199px) {
    .about-mod2 .info h3 {
        padding-left: 0px;
    }
}

@media(max-width:767px) {
    .about-mod2 .back ul>li {
        width: 100%;
    }
}

@media(min-width: 992px) {
    .about-mod2 .img {
        max-width: 50%;
        float: left;
        margin-right: 16px;
    }
}

@media(min-width: 1200px) {
    .about-mod2 h1 {
        font-size: 40px;
    }
}

@media(min-width: 1440px) {
    .about-mod2 .img {
        max-width: 100%;
    }
}

.select-mod1 .search-group {
    background: #bf1839;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    margin-right: 15px;
    overflow: hidden
}

@media (max-width: 1200px) {
    .clearfix .row {
        flex-wrap: wrap;
    }
}

.select-mod1 .input-box {
    position: relative;
    margin-top: 20px
}

.select-mod1 .input-box input {
    border-radius: 25px
}

.select-mod1 .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%)
}

.select-mod1 .search-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 15px 0
}

.select-mod1 .search-info {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 28px
}

.select-mod1 .select-box {
    padding: 0;
}

.select-mod1 .select-box:last-child .select-ul,
.select-mod1 .select-box:last-child .select-title {
    border-right: 1px solid #000
}

.select-mod1 .select-ul>li {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding: 10px 0;
    padding-left: 30px;
    cursor: pointer;
    display: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.select-mod1 .select-ul.selected>li {
    display: block
}

.select-mod1 .select-ul>li.checked {
    background-color: #bf1839;
    color: #fff
}

@media(max-width: 1439px) {

    .select-mod1 .search-title {
        font-size: 24px
    }

    .select-mod1 .select-ul li {
        font-size: 18px
    }

    .select-mod1 .search-info {
        font-size: 18px;
        line-height: 24px
    }

    .select-mod1 .search-group {
        margin-right: 0
    }
}

@media(max-width: 1199px) {
    .select-mod1 .search-box {
        padding: 0
    }

    .select-mod1 .select-box {
        margin-top: 20px
    }

    .select-mod1 .search-group {
        padding-bottom: 20px
    }

    .select-mod1 .input-box {
        margin-top: 5px
    }

    .select-mod1 .search-title {
        margin: 5px 0
    }
}

@media(max-width: 767px) {
    .select-mod1 {
        display: none
    }
}

.select-mod1 .search-group {
    background: #bf1839;
    color: #fff;
    height: 100%;
    padding: 0 20px;
    margin-right: 15px;
    overflow: hidden;
}

.select-mod1 .search-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin: 15px 0;
}

@media (max-width: 1439px) {

    .select-mod1 .search-title {
        font-size: 24px;
    }
}

.select-mod1 .search-info {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

@media (max-width: 1439px) {
    .select-mod1 .search-info {
        font-size: 18px;
        line-height: 24px;
    }
}

.select-mod1 .input-box {
    position: relative;
    margin-top: 20px;
}

.form-control {
    display: block;
    width: 100%;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    height: calc(24px + 12px + 2px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    padding: 6px 12px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 12px;
    cursor: pointer;
}

.select-mod1 .search-group .input-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #090404;
}

.select-mod1 .select-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #bf1839;
    border: 1px solid #000;
    border-right: 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

@media (max-width: 1439px) {

    .select-mod1 .search-title {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {}

.ease06 {
    transition: all .6s ease;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.select-mod1 .select-ul {
    height: 300px;
    border: 1px solid #000;
    border-top: 0;
    border-right: 0;
    overflow: auto;
}

@media (max-width: 1439px) {
    .select-mod1 .select-ul li {
        font-size: 16px;
    }
}

/* DEALER */
.about-mod16 h1 {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    color: #bf1839;
    font-weight: bold;
}

.about-mod16 h1:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background-color: #bf1839;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.contact-mod16 label {
    display: none;
}

@media(min-width:768px) {
    .about-mod16 h1 {
        margin: 32px auto;
    }
}

@media(min-width:1200px) {
    .about-mod16 h1 {
        font-size: 46px !important;
        font-weight: bold;
    }
}

.about-mod16 h3 {
    color: #090404;
    font-weight: 600;
}

.about-mod16 .sub-title:nth-child(2) {
    text-align: center;
}

.about-mod16 h2 {
    font-size: 36px;
    padding-bottom: 20px;
    position: relative;
}

.about-mod16 .title::after {
    content: none;
}

.about-mod16 h2::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background-color: #bf1839;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

@media(max-width:1439px) {
    .about-mod16 .strength_des h3 {
        margin: 0;
    }
}

@media(max-width:767px) {
    .about-mod16 h2 {
        font-size: 24px;
    }

    .about-mod16 h2::after {
        width: 30px;
    }

    .about-mod16 h2 {
        padding-bottom: 10px;
    }
}


@media (min-width: 992px) {
    .col-md-7 {

        max-width: 58.333333%;
    }
}

.about-mod16 .strength_des {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.col-md-5 {
    width: 100%;
}

.dealer .wide-16 .row .col-lg-6 img {
    aspect-ratio: 7.4 / 6.5;
    object-fit: cover;
}

@media (min-width: 992px) {
    .col-md-5 {

        max-width: 41.666667%;
    }
}

.about-mod16 .sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin: 32px 0;
}

.about-mod16 h3 {
    color: black;
    font-weight: 600;
}

.about-mod16 h3 {
    color: black;
    font-weight: 600;
}


/*Support 样式*/
.dealer .btn {
    text-transform: uppercase;
    background-color: #bf1839;
    color: #fff;
    font-family: Arial;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    font-size: 24px;
    padding: 10px;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 54%);
    text-decoration: none;
}

.dealer .btn:hover {
    opacity: 0.7;
}

.dealer h3 {
    text-transform: uppercase;
}

.dealer p {
    margin-bottom: 10px;
}

.about-mod16 .strength_des {
    justify-content: center;
}

.idxNor-mod16 .img,
.idxNor-mod16 .info p {
    opacity: 1;
    color: #666666;
}

.idxNor-mod16 .title {
    text-transform: uppercase;
}

.idxNor-mod16 {
    padding: 64px 0 64px;
}

.idxNor-mod16 .back {
    background-color: #bf1839;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.idxNor-mod16 .back img {
    width: 110px;
}

.idxNor-mod16 .info p {
    text-align: center;
    color: #fff;
}


.idxNor-mod16 .back:after {
    content: none;
}

.idxNor-mod16 .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 24px;
    color: #bf1839;
    text-align: left;
}

@media(min-width:1200px) {
    .dealer .btn {
        position: absolute;
        padding: 15px;
        top: 0;
    }
}

@media(max-width:1439px) {
    .dealer .btn {
        position: relative;
    }

    .idxNor-mod16 .info p {
        display: -webkit-box;
        /* 必须结合 -webkit-box */
        -webkit-box-orient: vertical;
        /* 设置盒子垂直排列 */
        -webkit-line-clamp: 7;
        /* 限制显示的行数，例如这里是两行 */
        overflow: hidden;
        /* 超出部分隐藏 */
        text-overflow: ellipsis;
        /* 显示省略号 */
    }
}

@media(max-width:1200px) {
    .idxNor-mod16 .back img {
        width: 100px;
    }
}

@media(min-width:1440px) {
    .idxNor-mod16 .info {
        min-height: 250px;
    }
}

@media(max-width:767px) {
    .idxNor-mod16 {
        padding: 40px 0 40px;
    }

    #Add_Cart {
        font-size: 18px;
    }
}

/*Training样式*/
.about-mod19 .info ul {
    padding-left: 20px;
}

.about-mod19 .info ul>li {
    padding-top: 10px;
}

.about-mod19 .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
}

.about-mod19 .info-box .sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .about-mod19 .info-box {
        padding-left: 0;
    }
}

/*表单样式*/
.contact-mod16 {
    padding-bottom: 64px;
}

.about-mod16 h2 {
    padding-bottom: 20px;
    position: relative;
}

@media (min-width: 1200px) {

    h2,
    h2.title {
        font-size: 36px !important;
    }
}

.contact-mod16 h2 {
    text-align: left;
    color: #090404;
}

.contact-mod16 form .code img {
    margin-top: 20px;
}

@media(max-width:767px) {
    .contact-mod16 {
        padding-bottom: 32px;
    }
}

@media(max-width:767px) {

    h3,
    .sub-title {
        font-size: 24px !important;
    }

    h2 {
        font-size: 24px !important;
    }
}

@media (min-width: 1200px) {
    .idxNor-mod16 .swiper-container {
        margin-top: 64px;
    }
}

.idxNor-mod16 .back {
    padding: 32px 16px;
    position: relative;
}

@media (min-width: 1440px) {
    .idxNor-mod16 .back {
        min-height: 500px;
    }
}

@media (min-width: 1440px) {
    .idxNor-mod16 .back {
        padding: 50px 40px 0;
    }
}

@media (max-width: 1439px) {
    .idxNor-mod16 .back {
        min-height: 445px;
    }
}

@media (max-width: 1200px) {
    .idxNor-mod16 .back {
        min-height: 385px;
    }

    .about-mod16 .col-lg-6 img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .idxNor-mod16 .back {
        min-height: 335px;
    }
}


.idxNor-mod16 .info {
    color: #fff;
}

@media (min-width: 1440px) {
    .idxNor-mod16 .info {
        min-height: 250px;
    }
}

.idxNor-mod16 .info .h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}


.about-mod16 .strength_des {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1200px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.dealer h3 {
    text-transform: uppercase;
}

.about-mod16 h3 {
    color: #090404;
    font-weight: 600;
}

.dealer p {
    margin-bottom: 10px;
}

.section {
    padding: 64px 0 64px;
}

.about-mod19 .title {
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
}

.about-mod19 .info-box {
    padding: 20px;
}

.about-mod19 .row {
    margin: 0;
}

@media (min-width: 1200px) {
    .about-mod19 .info-box {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .about-mod19 .info-box {
        padding-left: 0;
    }
}

.about-mod19 .info ul {
    padding-left: 20px;
}

.about-mod19 .info ul>li {
    padding-top: 10px;
}

@media (max-width: 1040px) {
    #widget-c0fc872f6daa49fea0f9097cf6cb9ff2 .back .img img {
        max-width: 20%;

    }

    #widget-c0fc872f6daa49fea0f9097cf6cb9ff2 .back .info p {
        font-size: 16px;
    }

    #widget-c0fc872f6daa49fea0f9097cf6cb9ff2 .back .info .h4 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {

    #widget-c0fc872f6daa49fea0f9097cf6cb9ff2 .back .info p {
        font-size: 16px;
    }

    #widget-c0fc872f6daa49fea0f9097cf6cb9ff2 .back .info .h4 {
        margin-top: 30px;
    }
}

.partnership-img {
    display: flex;
    justify-content: center;
}

.partnership-img img {
    width: 100%;
    max-width: 1920px;
}