* {
    font-size: 16px
}

body {
    background: #f4f7f0
}

.no_index {
    display: none !important
}

.yes_index {
    display: block !important
}

.common_header {
    position: fixed
}

.home_swiper {
    position: relative;
    overflow: hidden
}

.home_swiper .img {
    padding-bottom: calc((850 / 19.2) * 1%)
}

.home_swiper .swiper-button-prev,
.home_swiper .swiper-button-next {
    width: 46px;
    height: 105px;
    background-repeat: no-repeat;
    background-size: 25%;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center
}

.home_swiper .swiper-button-prev:hover,
.home_swiper .swiper-button-next:hover {
    background-color: var(--color-main)
}

.home_swiper .swiper-button-prev {
    background-image: url(../images/color/home_l.png);
    left: 0
}

.home_swiper .swiper-button-next {
    background-image: url(../images/color/home_r.png);
    right: 0
}

.home_swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: var(--color-main);
    opacity: .5;
    border-radius: 0;
    margin: 0 23px !important
}

.home_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 17px;
    height: 17px;
    border-radius: 0
}

.home_swiper_h5 {
    padding-bottom: calc((297 / 4.14) * 1%);
    position: absolute;
    top: 999999px
}

.row1 {
    color: rgba(var(--color-mains), 1)
}

.row1 span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(var(--color-mains), .5);
    margin-right: 6px
}

.tit50 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 50px;
    color: var(--color-main)
}

.tit30 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 30px;
    color: var(--color-main)
}

.t3666 {
    color: #666;
    line-height: 32px
}

.t3999 {
    color: #000000;
    line-height: 24px
}

.btn_more {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: url(../images/indeximg/r2.png) no-repeat center / 30% var(--color-main)
}

.cells_all {
    flex-shrink: 0
}

.cells_all div {
    width: 30px;
    height: 30px
}

.cells_all .sw_prev {
    margin-right: 18px;
    background: url(../images/indeximg/l1.png) no-repeat center / cover
}

.cells_all .sw_prev:hover {
    background: url(../images/indeximg/l1_.png) no-repeat center / cover
}

.cells_all .sw_next {
    background: url(../images/indeximg/r1.png) no-repeat center / cover
}

.cells_all .sw_next:hover {
    background: url(../images/indeximg/r1_.png) no-repeat center / cover
}

.swiper-pagination-progressbar-fill {
    background: var(--color-main) !important
}

.home_pro {
    padding: calc((83 / 19.2) * 1%) 0 0
}

.home_pro .tit50 {
    margin-top: 6px; text-transform: uppercase;
}

.home_pro .pro_nav_main {
    margin-top: 22px;
    justify-content: space-between;
    overflow: hidden
}

.home_pro .pro_nav_main .pro_nav_swiper {
    margin-right: 50px;
    flex: 1
}

.home_pro .pro_nav_main .pro_nav_swiper .swiper-slide {
    width: auto !important
}

.home_pro .pro_nav_main .pro_nav_swiper .active2 .item {
    color: var(--color-main);
    border-color: var(--color-main)
}

.home_pro .pro_nav_main .pro_nav_swiper .item {
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    padding-bottom: 6px;
    display: inline-flex;
    font-size: 22px
}

.home_pro .pro_list_swiper {
    height: 0;
    overflow: hidden
}

.home_pro .pro_list_swiper.active3 {
    margin-top: 60px;
    margin-top: 30px;
    height: auto
}

.home_pro .pro_list_swiper .swiper-slide .img {
    border-radius: 9px 9px 9px 9px;
    padding-bottom: calc((352 / 4.33) * 1%)
}

.home_pro .pro_list_swiper .swiper-slide .title {
    font-size: 18px;
    margin-top: 27px;
    display: block
}

.home_pro .pro_list_swiper .swiper-slide .view_more {
    margin-top: 17px
}

.home_pro .pro_list_swiper .swiper-slide .view_more span {
    margin-left: 10px;
    color: var(--color-main)
}

.home_pro .pro_list_swiper .sw-pag {
    position: relative;
    margin-top: 48px
}

.home_solution {
    --l-w: calc((1112 / 19.2) * 1%);
    --pd: calc((87 / 19.2) * 1%);
    margin-top: calc((83 / 19.2) * 1%);
    padding-right: calc((130 / 19.2) * 1%)
}

.home_solution .lll {
    padding-bottom: calc((651 / 19.2) * 1%)
}


@media screen and (max-width:1100px) {
    .home_solution .lll{padding-bottom: 51.2%;}
}

.home_solution .rrr .tit50 {
    display: inline-flex;
    position: relative;
    padding-right: 27px
}

.home_solution .rrr .tit50::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: var(--color-main);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0
}

.home_solution .rrr .tit30 {
    margin: 50px 0 10px
}

.home_solution .rrr .view_more {
    margin-top: 22px
}

.home_solution .rrr .view_more .btn_more {
    /* margin-left: 18px;
    width: 44px;
    height: 44px */
    margin-right: 10px;
}

.home_solution .rrr .view_more span {
    color: var(--color-main);
}

.home_solution .rrr .solution_swiper_main .cells_all {
    margin: 80px 0 22px;
    margin-top: 22px;
    height: 0;
    overflow: hidden;
}

.home_solution .rrr .solution_swiper_main .cells_all .sw-pag {
    flex: 1;
    margin: 0 20px 0 8px;
    height: 2px;
    width: 100%;
    position: relative
}

.home_solution .rrr .solution_swiper .swiper-slide {
    opacity: .3
}

.home_solution .rrr .solution_swiper .swiper-slide .img {
    padding-bottom: calc((130 / 2.02) * 1%)
}

.home_solution .rrr .solution_swiper .swiper-slide.active4 {
    opacity: 1
}

.home_about {
    margin-top: calc((83 / 19.2) * 1%)
}

.home_about .ab_main {
    --pd: calc((74 / 14) * 1%);
    --l-w: calc((700 / 14) * 1%);
    align-items: center
}

.home_about .ab_main .img {
    padding-bottom: calc((567 / 7) * 1%)
}

.home_about .ab_main .rrr .tit50 {
    margin-top: 10px
}

.home_about .ab_main .rrr .t3666 {
    margin-top: 20px
}

.home_about .ab_main .rrr ul li {
    color: #666666;
    margin-top: 25px;
    padding-left: 34px;
    position: relative;
    line-height: 24px;
    text-transform: capitalize
}

.home_about .ab_main .rrr ul li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/indeximg/dui1.png) no-repeat center / cover
}

.home_about .ab_main .rrr .vm {
    width: 227px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #ffffff;
    background: var(--color-main);
    border-radius: 33px 33px 33px 33px;
    margin-top: 42px
}

.home_about .ab_main .rrr .vm span {
    margin-left: 10px;
    width: 21px;
    height: 21px;
    display: block;
    background: url(../images/indeximg/r3.png) no-repeat center / 50% #fff;
    border-radius: 50%
}

.home_about .lists {
    margin-top: calc((80 / 14) * 1%);
    display: flex;
    flex-wrap: wrap
}

.home_about .lists .item {
    /* width: 25%; */
    width: 20%;
    display: flex;
    flex-direction: column
}

.home_about .lists .item .top {
    display: flex;
    align-items: flex-end;
    border-left: 2px solid var(--color-main);
    width: 100%;
    /* padding: 0 calc((70 / 3.5) * 1%) */
    padding: 0 calc((40 / 3.5) * 1%)
}

.home_about .lists .item .top .num,
.home_about .lists .item .top .num2,
.home_about .lists .item .top .num3 {
    color: var(--color-main);
    font-size: 45px;
    font-family: Roboto;
    font-weight: 600
}

.home_about .lists .item .top .num3 {
    font-size: 16px
}

.home_about .lists .item .t3999 {
    flex: 1;
    width: 100%;
    padding: 0 calc((70 / 3.5) * 1%);
    padding-top: 10px;
    border-left: 1px solid #d9d9d9
}

.home_exp {
    margin-top: calc((90 / 19.2) * 1%)
}

.home_exp .row1 {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(var(--color-mains), .3);
    color: var(--color-main)
}

.home_exp .row1 span {
    background: var(--color-main)
}

.home_exp .top {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home_exp .top .t3666 {
    max-width: calc((616 / 14) * 1%)
}

.home_exp .map {
    margin-top: calc((40 / 14) * 1%)
}

.home_exp .map .img {
    padding-bottom: calc((755 / 14) * 1%)
}

.home_map {
    position: relative;
    margin-top: 40px
}

.home_map .points {
    padding-bottom: calc((755 / 14) * 1%);
    position: relative;
    z-index: 2;
    width: 100%
}

.home_map .points .connection-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.home_map .points .connection-lines .connection-line {
    stroke: var(--color-main);
    stroke-width: 1px;
    stroke-opacity: .3;
    stroke-linecap: round;
    stroke-linejoin: round
}

.home_map .points .point:nth-child(1) {
    left: 19.2143%;
    top: 33.9073%
}

.home_map .points .point:nth-child(2) {
    left: 18.7143%;
    top: 42.9139%
}

.home_map .points .point:nth-child(3) {
    left: 30.6429%;
    top: 68.2119%
}

.home_map .points .point:nth-child(4) {
    left: 27.3571%;
    top: 86.2252%
}

.home_map .points .point:nth-child(5) {
    left: 52.7857%;
    top: 31.1258%
}

.home_map .points .point:nth-child(6) {
    left: 56.3571%;
    top: 28.6092%
}

.home_map .points .point:nth-child(7) {
    left: 75.2857%;
    top: 19.4702%
}

.home_map .points .point:nth-child(8) {
    left: 76.8571%;
    top: 43.3113%;
    --size: 12px
}

.home_map .points .point:nth-child(9) {
    left: 82.3571%;
    top: 40.2649%
}

.home_map .points .point:nth-child(10) {
    left: 85.8571%;
    top: 42.1192%
}

.home_map .points .point:nth-child(11) {
    left: 67.9286%;
    top: 53.6424%
}

.home_map .points .point:nth-child(12) {
    left: 76.0714%;
    top: 64.106%
}

.home_map .points .point:nth-child(13) {
    left: 85.2857%;
    top: 79.7351%
}

.home_map .points .point:nth-child(14) {
    left: 62.5%;
    top: 50.4636%
}

.home_map .points .point:nth-child(15) {
    left: 58.9286%;
    top: 52.8477%
}

.home_map .points .point:nth-child(16) {
    left: 47.7143%;
    top: 58.9405%
}

.point {
    --size: 6px;
    position: absolute;
    width: calc(var(--size) * 4);
    height: calc(var(--size) * 4);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    background: rgba(var(--color-mains), .15);
    cursor: pointer;
    z-index: 2
}

.point .point-outer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(var(--size));
    height: calc(var(--size));
    border-radius: 50%;
    background: var(--color-main);
    z-index: -1;
    pointer-events: none
}

.point::before,
.point::after {
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    content: "";
    background: var(--color-main);
    cursor: pointer;
    left: calc(50% - var(--size) / 2);
    top: calc(50% - var(--size) / 2)
}

.point p {
    font-family: "MyriadPro-Regular";
    font-weight: 400;
    color: var(--color-main);
    padding-top: 15px;
    line-height: 26px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: none
}

.point:hover::before {
    animation: scale 2s infinite
}

.point:hover::after {
    animation: scale2 2s infinite
}

.point:hover p {
    opacity: 1;
    pointer-events: auto
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(5);
        opacity: 0
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9
    }

    100% {
        transform: scale(10);
        opacity: 0
    }
}

.home_cer {
    margin-top: calc((84 / 19.2) * 1%);
    position: relative;
    background: url(../images/indeximg/bj1.png) no-repeat bottom center / 100% auto
}

.home_cer .layout_ {
    position: relative
}

.home_cer .cer_swiper {
    padding-bottom: calc((90 / 19.2) * 1%)
}

.home_cer .cer_swiper .swiper-wrapper {
    pointer-events: none
}

.home_cer .cer_swiper .swiper-slide {
    pointer-events: auto
}

.home_cer .cer_swiper .swiper-slide .img {
    pointer-events: auto;
    padding-bottom: 140%;
    background: url(../images/indeximg/cer1.png) no-repeat center / cover;
    -webkit-box-reflect: below 0 linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%)
}

.home_cer .cer_swiper .swiper-slide .img img {
    width: 92%;
    height: 92%;
    left: 4%;
    top: 4%
}

.home_cer .cer_swiper .sw-pag {
    position: absolute;
    bottom: 44px
}

.home_cer .cer_swiper .sw-pag .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.home_cer .cer_swiper .sw-pag .swiper-pagination-bullet-active {
    background: var(--color-main)
}

.home_cer .sw-prev,
.home_cer .sw-next {
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer
}

.home_cer .sw-prev {
    background-image: url(../images/indeximg/cerl.png);
    left: calc(var(--all-pd) - 45px - 20px)
}

.home_cer .sw-next {
    background-image: url(../images/indeximg/cerr.png);
    right: calc(var(--all-pd) - 45px - 20px)
}

.home_news {
    padding: calc((80 / 19.2) * 1%) 0
}

.home_news .tac .t3666 {
    margin-top: 15px
}

.home_news .news_swiper {
    margin-top: 40px
}

.home_news .news_swiper .swiper-slide .img {
    padding-bottom: calc((297 / 4.5) * 1%);
    border-radius: 13px 13px 0px 0px
}

.home_news .news_swiper .swiper-slide .time {
    margin: 24px 0 7px 0
}

.home_news .news_swiper .swiper-slide .title {
    font-size: 18px;
    display: block;
}

.home_news .news_swiper .swiper-slide .t3666 {
    margin: 17px 0 23px 0;
    line-height: 24px
}

.home_news .news_swiper .swiper-slide .vm {
    display: block;
}

@media screen and (max-width:1366px) {
    .tit50 {
        font-size: 30px
    }

    .home_solution .rrr .tit30,
    .home_solution .rrr .solution_swiper_main .cells_all {
        margin-top: 30px
    }

    .home_cer .sw-prev {
        left: 0
    }

    .home_cer .sw-next {
        right: 0
    }

    .home_cer .cer_swiper .sw-pag {
        bottom: 20px
    }
}

@media screen and (max-width:1225px) {
.home_about .lists .item {
    width: 25%;
    }
}
@media screen and (max-width:950px) {
    body {
        background: #fff
    }

    .home_news .news_swiper .swiper-slide .t3666 {
        -webkit-line-clamp: unset;
    }

    .point p {
        font-size: 16px
    }

    .home_swiper {
        position: absolute;
        top: 999999px
    }

    .home_swiper_h5 {
        position: relative;
        top: unset
    }

    .home_pro {
        padding-top: 40px
    }

    .home_pro .pro_nav_main {
        flex-direction: column;
        align-items: flex-start
    }

    .home_pro .pro_nav_main .cells_all {
        margin-top: 20px
    }

    .home_pro .pro_list_swiper.active3 {
        margin-top: 20px
    }

    .home_pro .pro_list_swiper .swiper-slide .img {
        padding-bottom: calc((397 / 4.14) * 1%)
    }

    /* .home_pro .pro_list_swiper .swiper-slide .title, */
    .home_pro .pro_list_swiper .swiper-slide .view_more {
        display: none
    }

    .home_pro .sw-pag {
        margin-top: 25px
    }

    .home_solution {
        padding: 0 var(--all-pd);
        margin: 0
    }

    .home_solution .lll {
        display: none
    }

    .home_solution .rrr {
        margin-top: 40px
    }

    .home_solution .rrr .tit30 {
        margin: 22px 0 10px
    }

    .home_solution .rrr .img_solu {
        padding-bottom: calc((282 / 4.14) * 1%);
        margin-top: 17px
    }

    .home_solution .rrr .solution_swiper_main .solu2 {
        margin-top: 16px
    }

    .home_solution .rrr .solution_swiper_main .cells_all {
        margin: 0 0 32px 0
    }

    .home_solution .rrr .solution_swiper_main .cells_all .sw-pag {
        height: 5px
    }

    .home_solution .rrr .solution_swiper_main .cells_all .sw_prev {
        background: url(../images/indeximg/solul.png) no-repeat center / cover
    }

    .home_solution .rrr .solution_swiper_main .cells_all .sw_prev:hover {
        background: url(../images/indeximg/solul_.png) no-repeat center / cover
    }

    .home_solution .rrr .solution_swiper_main .cells_all .sw_next {
        background: url(../images/indeximg/solur.png) no-repeat center / cover
    }

    .home_solution .rrr .solution_swiper_main .cells_all .sw_next:hover {
        background: url(../images/indeximg/solur_.png) no-repeat center / cover
    }

    .home_about .ab_main .lll {
        display: none
    }

    .home_about .ab_main .rrr ul {
        display: none
    }

    .home_about .ab_main .rrr .vm {
        margin-top: 15px
    }

    .home_about .lists {
        margin-top: 32px
    }

    .home_about .lists .item {
        width: 100%
    }

    .home_about .lists .item:not(:first-child) {
        margin-top: 42px
    }

    .home_about .lists .item .top {
        padding: 0 57px
    }

    .home_about .lists .item .top .num3 {
        font-size: 16px
    }

    .home_about .lists .item .t3999 {
        padding: 10px 57px 0 57px
    }

    .home_exp {
        margin-top: 40px
    }

    .home_exp .row1 {
        border-color: var(--color-main)
    }

    .home_exp .top {
        flex-direction: column;
        align-items: flex-start
    }

    .home_exp .top .t3666 {
        max-width: 100%;
        margin-top: 8px
    }

    .home_map {
        margin-top: 20px
    }

    .home_map .points {
        padding-bottom: calc((201 / 4.14) * 1%)
    }

    .point .point-outer {
        width: unset
    }

    .home_cer {
        margin-top: 40px;
        padding: 100px 0 0;
        background: url(../images/indeximg/bj1.png) no-repeat center / cover
    }

    .home_cer .cer_swiper {
        padding-bottom: 130px
    }

    .home_cer .cer_swiper .sw-pag {
        bottom: 100px
    }

    .home_cer .sw-prev,
    .home_cer .sw-next {
        bottom: 20px;
        top: unset;
        transform: translateY(0)
    }

    .home_cer .sw-prev {
        left: 36%
    }

    .home_cer .sw-next {
        right: 36%
    }

    .home_news {
        padding: 40px 0
    }

    .home_news .tac .t3666 {
        color: #000
    }

    .home_news .news_swiper .swiper-slide .t3666 {
        display: none
    }

    .home_news a {
        display: block
    }

    .home_news .title {
        margin-bottom: 14px
    }

    .home_news .vm {
        color: var(--color-main)
    }
}