﻿:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.head span a{
    color: var(--theme_color);
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform: uppercase
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.prodcuts_service {
    background-color: #f0f9ff
}

.prodcuts_service .head {
    padding: 125px 0 150px 54.1%
}

.prodcuts_service .head h2 {
    padding-top: 22px
}

.prodcuts_service .head p {
    padding-top: 30px;
    line-height: 26px
}

.prodcuts_service .head .button {
    width: 194px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    font-size: 18px;
    margin-top: 40px
}

.prodcuts_service .img {
    position: absolute;
    right: 58.606%;
    top: -60px;
    width: 70.328%;
    height: 763px;
    transition: all 0.8s;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    overflow: hidden;
    border-radius: 0 100px 0 100px
}

.prodcuts_service .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .prodcuts_service {
        padding: 5rem 0 50px
    }

    .prodcuts_service .img {
        width: 100%;
        height: auto;
        position: static;
        border-radius: 0 40px 0 40px
    }

    .prodcuts_service .img img {
        height: auto;
        display: block
    }

    .prodcuts_service .head {
        padding: 0
    }

    .prodcuts_service .head p {
        padding-top: .5rem;
        line-height: 1.5rem
    }

    .prodcuts_service .head .button {
        margin-top: 1.25rem
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }

    .prodcuts_service .head {
        padding-left: 45%
    }
}

:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform: uppercase
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.products_factory {
    padding: 150px 0 150px;
    background: url(../image/p-fac-bg.jpg) no-repeat center / cover
}

.products_factory .head {
    width: 50%;
    padding-top: 60px;
    padding-right: 60px
}

.products_factory .head h2 {
    padding-top: 22px
}

.products_factory .head p {
    padding-top: 25px;
    line-height: 26px
}

.products_factory .head ul {
    padding-top: 35px
}

.products_factory .head ul li {
    font-size: 17px;
    font-weight: 500;
    line-height: 37px;
    color: #494949;
    padding-left: 26px;
    position: relative
}

.products_factory .head ul li::before {
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background: url(../image/gou-blue.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.products_factory .imgs {
    width: 50%;
    position: relative
}

.products_factory .imgs div {
    height: auto;
    transition: all 0.8s;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}

.products_factory .imgs div img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block
}

.products_factory .imgs .pic1 {
    right: 0;
    top: 0;
    width: 88.8525%;
    border-radius: 0 50px 0 50px
}

.products_factory .imgs .pic2 {
    left: -10px;
    bottom: -125px;
    width: 44.59%;
    border-radius: 0 30px 0 30px
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .products_factory {
        padding: 5rem 0 50px
    }

    .products_factory .content>.flex {
        display: block
    }

    .products_factory .head {
        width: 100%;
        padding: 0
    }

    .products_factory .head p {
        padding-top: .5rem;
        line-height: 1.5rem
    }

    .products_factory .head ul {
        padding-top: 1rem
    }

    .products_factory .head ul li {
        font-size: .9rem;
        line-height: 1.5rem;
        margin-bottom: .5rem
    }

    .products_factory .imgs {
        width: 100%;
        height: 280px;
        margin-top: 30px
    }

    .products_factory .imgs .pic1 {
        width: 60%;
        border-radius: 0 15px 0 15px
    }

    .products_factory .imgs .pic2 {
        left: 0;
        bottom: 0;
        border-radius: 0 15px 0 15px
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }

    .products_factory .imgs .pic2 {
        bottom: 0
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }

    .products_factory .head {
        padding: 0 1rem 0 0
    }

    .products_factory .imgs .pic1 {
        top: 150px
    }

    .products_factory .imgs .pic2 {
        bottom: 100px
    }
}

:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform: uppercase
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.product_intro_left2 {
    padding-top: 65px
}

.product_intro_left2 .info {
    padding: 0 0 0 100px;
    width: 50%
}

.product_intro_left2 .info h2 {
    color: var(--title_color);
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    padding-bottom: 22px;
    margin-top: 0
}

.product_intro_left2 .info h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--theme_color);
    position: absolute;
    left: 0;
    bottom: 0
}

.product_intro_left2 .info ul {
    margin-top: 1.5rem
}

.product_intro_left2 .info ul li {
    color: var(--content_color);
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: .7rem
}

.product_intro_left2 .info ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 1rem;
    background: url(../image/gou-blue.svg) no-repeat center/contain
}

.product_intro_left2 .info p {
    color: var(--content_color);
    font-size: 1rem;
    line-height: 26px;
    padding-top: 20px
}

.product_intro_left2 .img {
    width: 50%;
    max-height: 434px;
    height: auto;
    overflow: hidden;
    border-radius: 10px
}

.product_intro_left2 .img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }



    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .product_intro_left2 {
        padding-top: 50px
    }

    .product_intro_left2 .content>.flex {
        flex-wrap: wrap
    }

    .product_intro_left2 .info {
        width: 100%;
        padding: 1rem 0 0
    }

    .product_intro_left2 .info h2 {
        font-size: 1.125rem;
        line-height: 1.5;
        padding-bottom: .5rem
    }

    .product_intro_left2 .info p {
        font-size: .9rem;
        line-height: 1.5rem;
        padding-top: .5rem
    }

    .product_intro_left2 .info ul li {
        font-size: .9rem;
        line-height: 1.5rem;
        margin-bottom: .5rem
    }

    .product_intro_left2 .info ul li:before {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }

    .product_intro_left2 .img {
        width: 100%
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }

    .product_intro_left2 .info {
        padding: 2rem 0 0 3rem
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }

    .product_intro_left2 .content>.flex {
        align-items: center
    }

    .product_intro_left2 .info {
        padding-top: 0
    }
}

:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform: uppercase
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.solution_install {
    padding: 40px 0 105px
}

.solution_install .head {
    flex: 1;
    padding-right: 60px
}

.solution_install .head h2 {
    padding-top: 18px
}

.solution_install .right {
    padding-top: 60px;
    width: 60.6558%
}

.solution_install .right ul li {
    margin-bottom: 50px
}

.solution_install .right ul li ul {
    margin-top: 1rem
}

.solution_install .right ul li li {
    margin-bottom: .5rem;
    list-style: disc;
    margin-left: 1.2rem
}

.solution_install .right ul li:last-child {
    margin-bottom: 0
}

.solution_install .right ul li h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--title_color);
    line-height: 32px
}

.solution_install .right ul li h3 span {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--theme_color);
    line-height: 44px;
    font-size: 19.21px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-right: 15px
}

.solution_install .right ul li p {
    padding-top: 30px;
    color: #494949;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .solution_install {
        padding: 5rem 0 50px
    }

    .solution_install .content>.flex {
        display: block
    }

    .solution_install .head {
        padding: 0
    }

    .solution_install .right {
        width: 100%;
        padding: 30px 0 0
    }

    .solution_install .right ul li {
        margin-bottom: 20px
    }

    .solution_install .right ul li h3 {
        font-size: 1rem;
        line-height: 1.5
    }

    .solution_install .right ul li h3 span {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 14px;
        margin-right: .5rem
    }

    .solution_install .right ul li p {
        font-size: .9rem;
        line-height: 1.5rem;
        padding-top: .5rem
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }
}

:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform: uppercase
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.solution_strength {
    padding: 120px 0 50px
}

.solution_strength .head {
    text-align: center
}

.solution_strength .head h2 {
    padding-top: 18px
}

.solution_strength .head p {
    font-size: 1rem;
    line-height: 30px;
    margin: 0 auto;
    width: 48%;
    padding-top: 25px
}

.solution_strength .solution_strength_swiper_box {
    margin: 70px 0 0;
    position: relative
}

.solution_strength .solution_strength_swiper_box .swiper-pagination {
    left: 50%;
    bottom: -90px;
    transform: translateX(-50%)
}

.solution_strength .solution_strength_swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.3);
    background-color: transparent;
    opacity: 1;
    margin: 0 8px
}

.solution_strength .solution_strength_swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.solution_strength .solution_strengths_swiper .swiper-slide {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-bottom: 3px solid var(--theme_color);
    background-color: #fff;
    padding: 55px 35px;
    height: 435px;
    transition: all 0.3s;
    overflow: hidden
}

.solution_strength .solution_strengths_swiper .swiper-slide:hover,.solution_strength .solution_strengths_swiper .swiper-slide.active {
    background-image: var(--bg_color)
}

.solution_strength .solution_strengths_swiper .swiper-slide:hover .img img,.solution_strength .solution_strengths_swiper .swiper-slide.active .img img {
    filter: contrast(0) brightness(20)
}

.solution_strength .solution_strengths_swiper .swiper-slide:hover h3,.solution_strength .solution_strengths_swiper .swiper-slide.active h3,.solution_strength .solution_strengths_swiper .swiper-slide:hover p,.solution_strength .solution_strengths_swiper .swiper-slide.active p {
    color: #fff
}

.solution_strength .solution_strengths_swiper .swiper-slide .img {
    width: 60px;
    height: 60px
}

.solution_strength .solution_strengths_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.solution_strength .solution_strengths_swiper .swiper-slide h3 {
    margin: 2rem 0 8px;
    min-height: 62px;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    color: var(--title_color);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s
}

.solution_strength .solution_strengths_swiper .swiper-slide p {
    color: var(--content_color);
    font-size: 17px;
    line-height: 26px;
    transition: all 0.3s
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .solution_strength {
        padding: 5rem 0
    }

    .solution_strength .head p {
        width: 100%;
        font-size: .9rem;
        line-height: 1.5rem;
        padding-top: .5rem
    }

    .solution_strength .solution_strength_swiper_box {
        margin-top: 30px
    }

    .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide {
        height: auto;
        padding: 30px 1.2rem 1.2rem
    }

    .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide .img {
        width: 2.5rem;
        height: 2.5rem
    }

    .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide h3 {
        min-height: 3rem;
        font-size: 1rem;
        line-height: 1.5;
        margin: 1rem 0 .5rem
    }

    .solution_strength .solution_strength_swiper_box .solution_strengths_swiper .swiper-slide p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .solution_strength .solution_strength_swiper_box .swiper-pagination {
        bottom: -25px
    }

    .solution_strength .solution_strength_swiper_box .swiper-pagination .swiper-pagination-bullet {
        margin: 0 3px;
        width: .5rem;
        height: .5rem
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }

    .solution_strength .head p {
        width: 70%
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }

    .solution_strength .head p {
        width: 90%
    }
}

:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform: uppercase
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.product_intro_right2 {
    padding: 0 0 25px
}

.product_intro_right2 .info {
    padding: 60px 0 0 0;
    width: 100%
}

.product_intro_right2 .info h2 {
    color: var(--title_color);
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    padding-bottom: 22px
}

.product_intro_right2 .info h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--theme_color);
    position: absolute;
    left: 0;
    bottom: 0
}

.product_intro_right2 .info p {
    color: var(--content_color);
    font-size: 1rem;
    line-height: 26px;
    padding-top: 20px
}

.product_intro_right2 .img {
    width: 50%;
    max-height: 444px;
    height: auto;
    overflow: hidden;
    border-radius: 10px
}

.product_intro_right2 .img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.product_intro_right2 .info ul {
    margin-top: 1.5rem
}

.product_intro_right2 .info ul li {
    color: var(--content_color);
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: .7rem
}

.product_intro_right2 .info ul li strong {
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: .5rem
}

.product_intro_right2 .info ul li p {
    padding-top: 0
}

.product_intro_right2 .info ul li strong:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 1rem;
    background: url(../image/gou-blue.svg) no-repeat center/contain
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .product_intro_right2 {
        padding: 50px 0 0
    }

    .product_intro_right2 .content>.flex {
        flex-wrap: wrap
    }

    .product_intro_right2 .info {
        width: 100%;
        padding: 0 0 1rem
    }

    .product_intro_right2 .info h2 {
        font-size: 1.125rem;
        line-height: 1.5;
        padding-bottom: .5rem
    }

    .product_intro_right2 .info p {
        font-size: .9rem;
        line-height: 1.5rem;
        padding-top: .5rem
    }

    .product_intro_right2 .img {
        order: 2;
        width: 100%
    }

    .product_intro_right2 .info ul li {
        font-size: .9rem;
        line-height: 1.5rem;
        margin-bottom: .5rem
    }

    .product_intro_right2 .info ul li strong:before {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }

    .product_intro_right2 .info {
        padding: 2rem 0 0 3rem
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }

    .product_intro_right2 .content>.flex {
        align-items: center
    }

    .product_intro_right2 .info {
        padding-top: 0
    }
}

:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform: uppercase
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.product_intro_right2 {
    padding: 0 0 25px
}

.product_intro_right2 .info {
    padding: 60px 0 0 0;
    width: 100%
}

.product_intro_right2 .info h2 {
    color: var(--title_color);
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    padding-bottom: 22px
}

.product_intro_right2 .info h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--theme_color);
    position: absolute;
    left: 0;
    bottom: 0
}

.product_intro_right2 .info p {
    color: var(--content_color);
    font-size: 1rem;
    line-height: 26px;
    padding-top: 20px
}

.product_intro_right2 .img {
    width: 50%;
    max-height: 444px;
    height: auto;
    overflow: hidden;
    border-radius: 10px
}

.product_intro_right2 .img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.product_intro_right2 .info ul {
    margin-top: 1.5rem
}

.product_intro_right2 .info ul li {
    color: var(--content_color);
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: .7rem
}

.product_intro_right2 .info ul li strong {
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: .5rem
}

.product_intro_right2 .info ul li p {
    padding-top: 0
}

.product_intro_right2 .info ul li strong:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 1rem;
    background: url(../image/gou-blue.svg) no-repeat center/contain
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .product_intro_right2 {
        padding: 50px 0 0
    }

    .product_intro_right2 .content>.flex {
        flex-wrap: wrap
    }

    .product_intro_right2 .info {
        width: 100%;
        padding: 0 0 1rem
    }

    .product_intro_right2 .info h2 {
        font-size: 1.125rem;
        line-height: 1.5;
        padding-bottom: .5rem
    }

    .product_intro_right2 .info p {
        font-size: .9rem;
        line-height: 1.5rem;
        padding-top: .5rem
    }

    .product_intro_right2 .img {
        order: 2;
        width: 100%
    }

    .product_intro_right2 .info ul li {
        font-size: .9rem;
        line-height: 1.5rem;
        margin-bottom: .5rem
    }

    .product_intro_right2 .info ul li strong:before {
        width: 16px;
        height: 16px;
        margin-right: 10px
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }

    .product_intro_right2 .info {
        padding: 2rem 0 0 3rem
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }

    .product_intro_right2 .content>.flex {
        align-items: center
    }

    .product_intro_right2 .info {
        padding-top: 0
    }
}

:root {
    --main: #FF9A00;
    --dark: #353535;
    --light: #f8f8f8;
    --text: #999999;
    --excerpt: #8e8e8e
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.content {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
}

.largecontent {
    max-width: 100%;
    padding: 0 4rem
}

html {
    scroll-behavior: smooth
}

.flex {
    display: flex
}

.wrap {
    flex-wrap: wrap
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

.between {
    justify-content: space-between
}

.center {
    text-align: center
}

.boxshadow {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: #fff
}

.vertical {
    display: flex;
    flex-direction: column;
    justify-content: center
}

:root {
    --theme_color: #005aaa;
    --subtheme_color: #037edc;
    --title_color: #242424;
    --content_color: #808080;
    --bg_color: linear-gradient(to right, var(--theme_color), var(--subtheme_color))
}

ul {
    list-style: none
}

a {
    color: #1c232f;
    text-decoration: none;
    font-size: 1rem
}

button,input,textarea {
    outline: none;
    border: none;
    font-family: unset
}

input[type="submit"],button {
    cursor: pointer
}

textarea {
    resize: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.only_mobile {
    display: none
}

.flex_end {
    justify-content: flex-end
}

.flex_top {
    align-items: flex-start
}

.flex_center {
    align-items: center
}

.flex_bottom {
    align-items: flex-end
}

.swiper_content {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden
}

.head span {
    color: var(--theme_color);
    text-transform:capitalize;
}

.head h2 {
    font-size: 46px;
    font-weight: 600;
    color: #1c232f;
    line-height: 62px;
    padding-top: 8px
}

.head p {
    font-size: 17px;
    line-height: 28px;
    color: var(--content_color)
}

.button {
    display: block;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-size: 200%;
    background-image: linear-gradient(to right,var(--theme_color),var(--subtheme_color),var(--theme_color));
    transition: all 0.3s
}

.button:hover {
    background-position: right
}

.button_more {
    display: inline-block;
    width: 214px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    color: var(--title_color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 27px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    transition: all 0.3s
}

.button_more:hover {
    color: #fff;
    background-color: var(--theme_color);
    border-color: var(--theme_color)
}

.swiper_btns {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.swiper_btns .btn_prev,.swiper_btns .btn_next {
    width: 1rem;
    height: 30px;
    background: url(../image/left-b.svg) no-repeat center / contain;
    transition: all 0.3s;
    cursor: pointer
}

.swiper_btns .btn_prev.swiper-button-disabled,.swiper_btns .btn_next.swiper-button-disabled {
    opacity: .3;
    cursor: default
}

.swiper_btns .btn_next {
    background-image: url(../image/right-b.svg)
}

.faq_box h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 3rem;
    color: var(--title_color)
}

.faq_box .sy_contentfaq {
    padding-top: 85px
}

.faq_box .sy_contentfaq .sy_fap_group {
    display: flex;
    justify-content: space-between
}

.faq_box .sy_contentfaq .sy_fap_group .faqs_list {
    min-width: 13.4375rem;
    border-left: 1px solid rgba(0,0,0,.1)
}

.faq_box .sy_contentfaq .sy_fap_group .faqs_list li {
    left: -.125rem;
    font-size: 1.125rem;
    color: #56595b;
    line-height: 1.5625rem;
    margin-bottom: 2.5rem;
    padding-left: 1.875rem;
    position: relative;
    cursor: pointer;
    transition: all 0.3s
}

.faq_box .sy_contentfaq .sy_fap_group .faqs_list li:hover,.faq_box .sy_contentfaq .sy_fap_group .faqs_list li.active {
    color: var(--theme_color)
}

.faq_box .sy_contentfaq .sy_fap_group .faqs_list li:hover::before,.faq_box .sy_contentfaq .sy_fap_group .faqs_list li.active::before {
    background-color: var(--theme_color)
}

.faq_box .sy_contentfaq .sy_fap_group .faqs_list li::before {
    content: '';
    display: block;
    width: .1875rem;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .1875rem;
    transition: all 0.3s
}

.faq_box .sy_contentfaq .sy_fap_group div {
    flex: 1
}

.faq_box .sy_contentfaq .sy_fap_group .faqs {
    margin-top: -.3125rem;
    display: none
}

.faq_box .sy_contentfaq .sy_fap_group .faqs.active {
    display: block
}

.faq_box .sy_contentfaq .sy_fap_group .faqs .faq {
    margin-bottom: 1.25rem;
    padding-bottom: 1.5625rem;
    padding-right: 1.5625rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    cursor: pointer
}

.faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question {
    position: relative;
    cursor: pointer
}

.faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question.active::after {
    transform: rotate(180deg)
}

.faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question::after {
    content: '';
    display: block;
    width: .9375rem;
    height: .5rem;
    background: url(../image/select.svg) no-repeat center / contain;
    position: absolute;
    right: -1.5625rem;
    top: .5rem;
    transition: all .3s
}

.faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
    font-size: 1.125rem;
    color: #494949;
    font-weight: 500
}

.faq_box .sy_contentfaq .sy_fap_group .faqs .faq .answer {
    display: none;
    padding-top: 1.25rem;
    font-size: 1rem;
    color: gray;
    line-height: 2rem
}

.faq_box .sy_contentfaq+p {
    padding-top: 120px;
    text-align: center;
    color: #434649
}

.faq_box .sy_contentfaq+p a {
    color: var(--theme_color);
    text-decoration: underline
}

@media screen and (max-width:786px) {
    .content {
        padding: 0 1.2rem
    }

    .swiper_btns {
        display: none
    }

    .swiper_content {
        max-width: 100%;
        padding: 10px 1.2rem
    }

    .head span {
        font-size: 14px
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 0.5rem!important
    }

    .head p {
        font-size: .9rem;
        line-height: 1.5rem
    }

    .button,.button_more {
        width: 120px!important;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 14px!important;
        border-radius: 20px!important
    }

    .faq_box {
        padding: 5rem 0 50px
    }

    .faq_box h3 {
        font-size: 20px;
        line-height: 1.5
    }

    .faq_box .sy_contentfaq {
        padding-top: 30px
    }

    .faq_box .sy_contentfaq .sy_fap_group {
        display: block
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs_list {
        display: flex;
        overflow: scroll;
        gap: 1rem;
        border: none;
        justify-content: flex-start
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs_list::-webkit-scrollbar {
        display: none
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs_list li {
        margin: 0;
        padding: 0 0 .5rem 0;
        font-size: 14px;
        line-height: 1.4rem;
        white-space: nowrap
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs_list li.active::before,.faq_box .sy_contentfaq .sy_fap_group .faqs_list li:hover::before {
        width: 100%
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs_list li::before {
        width: 0;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: 0
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs {
        padding-top: 30px
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs .faq {
        padding: 0 1.2rem 1rem 0;
        margin-bottom: 1rem
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question::after {
        right: -1rem;
        width: .5rem
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
        display: block;
        font-size: 14px;
        line-height: 1.2rem
    }

    .faq_box .sy_contentfaq .sy_fap_group .faqs .faq .answer {
        font-size: 13px;
        line-height: 1.2rem;
        padding-top: .5rem
    }

    .faq_box .sy_contentfaq+p {
        font-size: 13px;
        line-height: 1.2rem;
        padding-top: 1rem;
        text-align: center
    }

    .faq_box .sy_contentfaq+p a {
        font-size: 13px
    }
}

@media screen and (min-width:786px) and (max-width:1400px) {
    .content {
        padding: 0 1.2rem
    }
}

@media screen and (min-width:786px) and (max-width:1200px) {
    .content {
        max-width: 1000px
    }

    .swiper_content {
        max-width: 1020px
    }
}

@media screen and (min-width:786px) and (max-width:1000px) {
    .content {
        max-width: 786px
    }

    .swiper_content {
        max-width: 806px
    }
}