body {
    margin: 0;
    background-color: #F6F8FC;
}

/*头部样式*/
.row {
    flex-wrap: wrap;
    display: flex;
    margin: 0;
}

.home-page-title {
    height: 70px;
    line-height: 70px;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    z-index: 1;
    box-shadow: 0 1px 4px rgb(0 21 41 / 8%);
}

.page-title-logo {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.page-title-logo img {
    height: 36px;
}

.nav-tabs {
    border: none;
    min-width: 680px;
    /*margin-left: 12%;*/
}

.nav-tabs > li {
    /*width: 18%;*/
    /*min-width: 100px;*/
    position: relative;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #3B7AF7;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border-bottom: 2px #3B7AF7 solid !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border: none;
}

.dropdown {
    background-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    color: #3B7AF7;
}

.nav > li > a {
    color: #172033;
    font-size: 16px;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    border-bottom: 2px transparent solid;
}

.nav-tabs > li.active > a {
    color: #3B7AF7 !important;
    background-color: transparent;
    border-bottom: 2px #3B7AF7 solid;
}

.nav > li:hover .dropdown-menu {
    display: block;
}

.page-title-nav {
    padding: 0 !important;
}

.dropdown-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #F7F9FC;
    box-shadow: 0 4px 12px rgba(84, 97, 117, 0.15);
    /*opacity: 0.8;*/
    /*text-align: center;*/
    /*text-align: -moz-center;*/
    /*text-align: -webkit-center;*/
    padding: 24px 0 24px 1%;
}

.dropdown-menu li {
    display: inline-block;
}

.dropdown-menu li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-menu>.active>a:hover {
    background-color: transparent !important;
    color: #3B7AF7 !important;
}

.dropdown-menu>.active>a {
    background-color: transparent !important;
    color: #3B7AF7 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #3B7AF7;
}

.page-title-phone {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.page-title-phone span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: rgba(24, 97, 242, 1);
}

.page-title-phone img {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}

.page-title-narrow {
    display: none;
    position: absolute;
    top: 0;
    right: 22px;
}

.page-title-narrow img {
    width: 28px;
    height: 28px;

}

.pb-0 {
    padding-bottom: 0 !important;
}

.page-main-scenario {
    background: #fff;
}

.page-main-scenario>p {
    color: #888888 !important;
}

.main-scenario-img .education_1::before {
    /*width: 22%;*/
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 97, 242, 0.3);
}

.page-main-scenario .col-md-3 {
    padding: 0 !important;
    margin: 0;
}

.education-item-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) ;
}

.scenario-img-item:hover .education_1::before{
    background: rgba(24, 97, 242, 0.8);
    transition: .5s all;
}

.education-item-text h1 {
    color: #fff !important;
}

.education-item-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    color: #fff !important;
    margin: 0 !important;
}

.scenario-img-item:hover p {
    transition: 1s all;
    opacity: 1;
}

.main-data {
    display: flex;
    justify-content: space-between;
    padding: 0 14%;
    margin-top: 100px;
}

.main-data .data-item {
    width: 20%;
    align-items: center;
    border-right: 1px solid rgba(217, 217, 217, 1);
}

.main-data .data-item h1 {
    font-size: 48px;
    color: rgba(24, 97, 242, 1) !important;
}

.main-data .data-item h1 span {
    font-size: 24px;
    color: rgba(24, 97, 242, 1) !important;
}

.main-data .data-item p {
    font-size: 14px;
    color: rgba(51, 51, 51, 1) !important;
    margin-bottom: 0;
}

.main-data .data-item-none {
    border-right: none !important;
}

.main-data-img {
    display: flex;
    justify-content: space-between;
    margin: 75px 16.7% 0 16.7%;
    padding: 15px;
    box-shadow: 0 8px 32px 0 rgba(0, 51, 128, 0.06);
}

.main-data-img  .data-item-img img {
    width: 60%;
}

.page-main-about_as {
    padding: 100px 16.7% 300px 16.7% !important;
    background-color: #fff;

}

.page-main-about_as .about_as-img {
    position: relative;
}

.page-main-about_as .about_as-img img {
    width: 100%;
}

.page-main-about_as .about_as-text {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    box-shadow: 0 8px 32px 0 rgba(0, 51, 128, 0.06);
    background: #fff;
    display: flex;
}

.page-main-about_as .about_as-text .about_as-text-left {
    width: 70%;
    padding: 35px;
}

.about_as-text .about_as-text-left h1 {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 2.8vw;
    letter-spacing: 0;
    text-align: left !important;
    margin: 0 !important;
}

.about_as-text .about_as-text-left h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9vw;
    letter-spacing: 0;
    text-align: left;
    margin: 10px 0 !important;
    color: rgba(102, 102, 102, 1);
}

.about_as-text .about_as-text-left p {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 !important;
    color: rgba(102, 102, 102, 1);
}

.about_as-text .about_as-text-left button {
    font-size: 14px;
    background-color: #fff;
    margin: 10px 0 !important;
    padding: 5px 25px;
    border: 1px solid rgba(217, 217, 217, 1);
    color: rgba(102, 102, 102, 1);
    position: absolute;
    left: 35px;
}

.about_as-text .about_as-text-left button a {
    font-size: 14px;
    background-color: #fff;
    color: rgba(102, 102, 102, 1);
}

.about_as-text .about_as-text-right {
    width: 30%;
    padding: 35px;
}

.about_as-text .about_as-text-right h1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9vw;
    text-align: left !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.8);
}

.about_as-text .about_as-text-right h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 2.8vw;
    text-align: left;
    margin: 10px 0 !important;
    color: rgba(255, 255, 255, 1);
}

.about_as-text .about_as-text-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2.4vw;
    text-align: left;
    margin: 10px 0 !important;
    color: rgba(255, 255, 255, 1);
}

.about_as-text-right-btn {
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_as-text .about_as-text-right button {
    font-size: 14px;
    background-color: transparent;
    margin: 10px 0 !important;
    padding: 5px 25px;
    border: none;
    color: rgba(255, 255, 255, 0.6);
}

.about_as-text .about_as-text-right button a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.about_as-text .about_as-text-right button:hover {
    color: #fff;
}

/*.about_as-text .about_as-text-left button:hover {*/
/*    background-color: rgb(243, 240, 240);*/
/*}*/

.page-main-about_as .about_as-text .about_as-text-right {
    width: 30%;
    background-color: rgba(24, 97, 242, 1);
}

#title-narrow-list {
    display: none;
}

.title-narrow-list {
    display: none;
    width: 100%;
    list-style-type: none;
    position: absolute;
    top: 70px;
    right: 0;
    padding: 0 12px;
    background-color: #F7F9FC;
    box-shadow: 0 4px 12px rgb(84 97 117 / 15%);
    white-space: nowrap;
}

.title-narrow-list li {
    margin: 0 12px;
    display: inline-block;
}

.title-narrow-list li a {
    color: #202E41;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.title-narrow-list > li.active > a {
    color: #3B7AF7;
}

.title-narrow-list .dropdown-menu {
    position: absolute;
    width: 50%;
    top: 66px;
    left: 32px;
}

.title-narrow-list .dropdown-menu li {
    display: flex;
    margin-bottom: 12px;
}

/*内容*/
.home-page-main {
    width: 100%;
    margin-top: 70px;
}

/*轮播*/
.page-main-shuffling {
    margin: 0;
    padding: 0;
    /*background-color: #3261EE;*/
}

.carousel,
.carousel img {
    width: 100%;
    /*height: 640px;*/
}

.carousel-control {
    width: 8%;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-indicators li {
    width: 38px;
    height: 4px;
    background-color: #ffffff;
    opacity: 0.3;
}

.carousel-indicators .active {
    width: 38px;
    height: 4px;
    background-color: #ffffff;
    opacity: 1;
}

.item {
    width: 100%;
    position: relative;
}

.absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.authentication p {
    font-size: 28px !important;
}

.Innovative div {
    width: 650px;
    display: flex;
    justify-content: space-between;
}

.Innovative div h1 {
    margin-right: 15px;
}

.Innovative h1 {
    text-align: center
}

.Innovative p {
    font-size: 28px !important;
    text-align: center !important;
}

.page-main-col {
    z-index: 999;
    position: absolute;
}

.learn-more h1 {
    color: #fff;
}

.learn-more p {
    color: #fff;
    font-size: 24px !important;
}

.learn-more button {
    width:160px !important;
    height:48px !important;
    background: linear-gradient(90deg, #2F7FB9 0%, #045FB3 100%) !important;
}

.learn-more button a {
    font-size:18px !important;
    color: #fff !important;
    justify-content:center;
    display: flex;
    align-items: center
}

.carousel-inner .col-md-12 {
    z-index: 1;
    padding: 0;
}

.page-main-text {
    text-align: left; /*IE*/
    text-align: -moz-left; /*Firefox*/
    text-align: -webkit-left; /*Chrome*/
    margin-top: 195px;
    margin-left: 200px;
    /*color: #ffffff;*/
}

.carousel-indicators-right {
    margin-top: -70px;
    margin-left: 45vw;
}

.carousel-indicators-right h1 {
    font-weight: 600;
    font-size: 72px;
    line-height: 85px;
    color: #fff;
}

.carousel-indicators-right p {
    font-weight: 600;
    font-size: 72px !important;
    line-height: 85px !important;
    color: #fff;
}

.page-main-text h1 {
    font-weight: 600;
    font-size: 72px;
    line-height: 85px;
    margin: 20px 0;
}

.page-main-text p {
    font-size: 16px;
    margin-bottom: 64px;
    text-align: left; /*IE*/
    text-align: -moz-left; /*Firefox*/
    text-align: -webkit-left; /*Chrome*/
    line-height: 32px;
}

.page-main-text button {
    width: 120px;
    height: 40px;
    background-color: #18E1D0;
    border: none;
    color: #ffffff;
    padding: 8px;

}

.slides-main-img {
    width: 100%;
    height: 700px;
    /*height: 418px;*/
}

.page-main-item {
    padding: 100px 0;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.page-main-product {
    background-color: #ffffff;
}

.page-main-product>h1 {
    margin:  100px 0 !important;
}

.page-main-widely {
    background-color: #ffffff;
}

.main-widely-img {
    margin: 0 260px;
}

.main-widely-img img {
    height: 50px;
}

.page-main-item h1 {
    font-size: 32px;
    color: #202E41;
    margin-bottom: 20px;
}

.page-main-widely h1 {
    margin-bottom: 60px;
}

.page-main-item p {
    font-size: 15px;
    color: #546175;
    margin-bottom: 60px;
}

.main-product-img {
    padding: 0 4% 0 3.5%;
}

.main-product-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.main-product-img .col {
    width: 22%;
}

.main-scenario-img {
    padding: 0 12.1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-scenario-img .col {
    width: 22%;
    position: relative;
}

.main-scenario-img img {
    width: 100%;
    /*margin-bottom: 24px;*/
}

.product-img-item {
    width: 100%;
    /*display: inline-table;*/
    /*width: 410px;*/
    /*height: 400px;*/
    padding: 24px;
    box-sizing: border-box;
    /*box-shadow: 0 4px 20px rgba(84, 97, 117, 0.1);*/
    border-radius: 8px;
    /*margin-right: 38px;*/
    /*margin-bottom: 40px;*/
}

.scenario-img-item {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 24px;
}

.scenario-img-item .img-item-top {
    width: 100%;
    height: 100%;
}

.scenario-img-item .img-item-top img {
    /*background-image: url("../img/index/index-scenario-1.svg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    width: 100%;
    height: 100%;
    margin: 0;
}

.scenario-img-item .img-item-text {
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    background: #FFFFFF;
    margin: 0;
    padding: 20px 24px;
}

.scenario-img-item .img-item-text h1 {
    margin: 0 0 12px 0;
    color: #202E41;
    font-weight: 600;
    font-size: 20px;
    height: 43px;
}

.scenario-img-item .img-item-text p {
    margin: 0;
    font-size: 14px;
}

.product-img-special {
    /*width: 680px;*/
    /*height: 375px;*/
}

.product-img-item a:hover h1{
    cursor: pointer;
    color: #3261EE;
}

.product-img-item a:hover .a_none{
    cursor: auto;
    color: #000;
}

.product-img-item .img-item-top img {
    width: 75px;
    height: 150px;
}

.product-img-item .img-item-text h1 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
}

.product-img-item .img-item-text p {
    font-size: 14px;
    margin: 0 6px;
    /*text-indent: 2em;*/
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    /*text-overflow: -o-ellipsis-lastline;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /*设置显示的行数*/
    line-clamp: 5; /*设置显示的行数*/
    -webkit-box-orient: vertical;
}

.widely-img-animation {
    display: flex;
    overflow: hidden;
    margin: 10px 0;
}

.widely-img-animation div {
    /*width: 210px;*/
    /*height: 60px;*/
    /*border: 1px solid #DADEE5;*/
    /*border-radius: 12px;*/
    margin-right: 40px;
}

@keyframes move1 {
    0% {
        left: 0;
    }
    100% {
        left: -4534px;
    }
}

@keyframes move2 {
    0% {
        left: 0;
    }
    100% {
        left: -4355px;
    }
}

@keyframes move3 {
    0% {
        left: 0;
    }
    100% {
        left: -4046px;
    }
}

@keyframes move4 {
    0% {
        left: 0;
    }
    100% {
        left: -4544px;
    }
}

#wrap {
    width: 67%;
    height: 300px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#list {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    animation: 60s move1 infinite linear;
}

#list2 {
    position: absolute;
    left: 0;
    top: 70px;
    margin: 0;
    padding: 0;
    animation: 60s move2 infinite linear;
}

#list3 {
    position: absolute;
    left: 0;
    top: 140px;
    margin: 0;
    padding: 0;
    animation: 60s move3 infinite linear;
}

#list4 {
    position: absolute;
    left: 0;
    top: 210px;
    margin: 0;
    padding: 0;
    animation: 60s move4 infinite linear;
}

#wrap:hover #list {
    animation-play-state: paused;
}

#wrap:hover #list2 {
    animation-play-state: paused;
}

#wrap:hover #list3 {
    animation-play-state: paused;
}

#wrap:hover #list4 {
    animation-play-state: paused;
}

.page-line {
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    text-align: center; /*IE*/
    text-align: -moz-center; /*Firefox*/
    text-align: -webkit-center; /*Chrome*/
}

.page-line p {
    margin: 0;
    font-size: 24px;
}

.page-footer {
    background-color: #172033;
    color: #ffffff;
    width: 100%;
    padding: 60px 0 12px 0;
}

.page-footer-text img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.page-footer p {
    font-size: 16px;
}

.page-footer span {
    margin-bottom: 12px;
    font-size: 14px;
    color: #898D97;
    display: block;

}

.page-footer-img {
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}

.page-footer-logo {
    width: 30%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.footer-text {
    margin-top: 24px;
    text-align: center; /*IE*/
    text-align: -moz-center; /*Firefox*/
    text-align: -webkit-center; /*Chrome*/
    color: #898D97;
    font-size: 12px;
}

.nav > li > a {
    padding: 0 24px;
}

@media (max-width: 1500px) {
    /*.page-main-text {*/
    /*    margin-left: 140px;*/
    /*}*/
}

@media (max-width: 1330px) {
    .nav > li > a {
        padding: 0 18px;
    }

    .about_as-text .about_as-text-left h1 {
        font-size: 20px !important;
    }

    .about_as-text .about_as-text-left h2 {
        font-size: 14px !important;
        margin: 6px 0 !important;
    }

    .about_as-text .about_as-text-left p {
        font-size: 12px !important;
        margin: 6px 0 !important;
    }

    .about_as-text-right h1 {
        font-size: 14px !important;
    }

    .about_as-text-right h2 {
        font-size: 20px !important;
        margin: 6px 0 !important;
    }

    .about_as-text .about_as-text-right p {
        font-size: 12px !important;
        margin: 6px 0 !important;
    }
}

@media (max-width: 1330px) {
    .nav-tabs {
        margin-left: 0;
    }

    .nav > li > a {
        padding: 0 16px;
    }
}

@media (max-width: 1052px) {
    .dropdown-menu {
        padding: 24px 0 !important;
    }
    .main-product-img .col {
        width: 48%;
    }

    .product-img-item .img-item-top img {
        width: 24%;
    }

    .Innovative p {
        font-size: 18px !important;
    }

    .page-title-logo {
        width: 100%;
        text-align: left;
        text-align: -moz-left;
        text-align: -webkit-left;
    }

    .learn-more h1 {
        font-size: 24px !important;
        margin: 0;
        line-height: 40px;
    }

    .learn-more p {
        color: #fff;
        font-size: 16px !important;
        margin: 10px 0;
    }

    .learn-more button {
        width:100px !important;
        height:32px !important;
        background: linear-gradient(90deg, #2F7FB9 0%, #045FB3 100%) !important;
    }

    .learn-more button a {
        font-size:12px !important;
        color: #fff !important;
        justify-content:center;
        display: flex;
        align-items: center
    }

    .carousel-indicators-right {
        margin: 0;
    }

    .carousel-indicators-right h1 {
        line-height: 40px;
        margin: 0;
    }

    .carousel-indicators-right p {
        font-size: 32px !important;
        margin: 0;
    }

    .authentication h1 {
        line-height: 40px;
        margin: 0 0 10px 0;
    }

    .authentication p {
        font-size: 18px !important;
        margin: 0;
    }

    .Innovative h1 {
        line-height: 40px !important;
    }

    .page-main-text button {
        width: 100px;
    }

    .page-title-logo img {
        height: 32px;
    }

    .page-title-nav {
        display: none;
    }

    .page-title-phone {
        display: none;
    }

    .page-title-narrow {
        display: block;
    }

    .page-main-shuffling {
        /*height: 320px;*/
    }

    .carousel, .carousel img {
        height: 320px;

    }

    .slides-main-img {
        display: block;
    }

    .page-main-col {
        width: 100%;
        /*height: 320px;*/
        /*justify-content: center; !*子元素水平居中*!*/
        /*align-items: center; !*子元素垂直居中*!*/
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
    }

    .page-main-text {
        margin: 0 30px;
    }

    .page-main-text h1 {
        font-size: 30px;
    }

    .page-main-item {
        padding: 24px 0;
    }

    .col-md-3 {
        width: 50%;
    }

    .main-product-img {
        justify-content: center;
    }

    .product-img-item {
        width: 100%;
        height: min-content;
    }

    .main-product-img {
        padding: 0 6%;
    }

    .main-scenario-img {
        padding: 5%;
    }

    .scenario-img-small {
        width: 90%;
        height: auto;
    }

    .main-scenario-img .col-md-3 {
        width: 25% !important;
        padding-left: 15px;
    }

    .main-scenario-img .col-md-3 {
        padding-left: 15px;
    }

    .img-item-top img {
        width: 120px;
        height: 150px;
    }

    .scenario-img-big {
        width: 90%;
        height: auto;
    }

    @keyframes move {
        0% {
            left: 0;
        }
        100% {
            left: -2000px;
        }
    }

    #wrap {
        width: 330px;
    }

    .main-widely-img img {
        height: 50px;
    }

    .page-line {
        height: 60px;
        line-height: 60px;
    }

    .page-line p {
        font-size: 18px;
    }

    .title-narrow-list {
        display: block;
    }

    .page-footer {
        padding: 24px;
    }

    .page-footer-content {
        padding: 0;
    }

    .page-footer-logo {
        border: none;
    }

    .page-footer-logo img {
        width: 80px;
        height: 80px;
    }

    .page-footer-text {
        margin: 0 8px;
    }

    .page-footer p {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .page-footer-text img {
        display: none;
    }

    .page-footer span {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .about_as-text .about_as-text-left h1 {
        font-size: 1.4vw !important;
    }

    .about_as-text .about_as-text-left h2 {
        font-size: 1.2vw !important;
        margin: 4px 0 !important;
    }

    .about_as-text .about_as-text-left p {
        font-size: 6px !important;
        margin: 4px 0 !important;
    }


    .about_as-text .about_as-text-right h2 {
        font-size: 1.4vw !important;
        margin: 4px 0 !important;
    }

    .about_as-text .about_as-text-right p {
        font-size: 1.2vw !important;
        margin: 0.2vw 0 !important;
    }

    .about_as-text .about_as-text-left button {
        font-size: 8px !important;
        padding: 0 10px !important;
        left: 3vw !important;
        margin: 0 !important;
    }

    .about_as-text .about_as-text-left button a {
        font-size: 1.1vw !important;
    }

    .about_as-text .about_as-text-right button a {
        font-size: 1.1vw !important;
    }

    .about_as-text .about_as-text-right img {
        width: 2vw !important;
    }

    .page-main-about_as .about_as-text .about_as-text-left {
        padding: 3vw;
    }

    .page-main-about_as .about_as-text {
        height: auto !important;
    }

    .page-main-about_as .about_as-text .about_as-text-right {
        padding: 3vw;
    }

    .about_as-text-right-btn {
        margin: 2.5vw 0;
    }

    .main-data {
        margin-top: 20px !important;
    }

    .main-data .data-item h1 {
        font-size: 4vw !important;
        margin: 10px 0 !important;
    }

    .main-data .data-item h1 span {
        font-size: 2.4vw;
    }

    .main-data .data-item p {
        font-size: 1.6vw;
    }

    .main-data-img {
        margin-top: 20px;
    }

    .page-main-about_as {
        padding: 20px 12% 150px 12% !important
    }

    .page-main-item h1 {
        margin: 50px 0 !important;
        font-size: 5vw !important;
        font-weight: 600;
    }

    .education-item-text {
        width: 100%;
    }

    .education-item-text h1 {
        margin: 0 !important;
        font-size: 4vw !important;
        font-weight: 600;
    }

    .education-item-text p {
        margin: 0 !important;
        font-size: 2vw !important;
        line-height: 12px;
    }

    .page-main-item .img-item-text h1 {
        margin: 10px 0 !important;
        font-size: 20px !important;
        font-weight: 400;
    }

    .about_as-text-right h1 {
        font-size: 1.2vw !important;
    }
}

@media(max-width: 700px) {
    .col-md-3 {
        width: 100%;
    }

    .main-product-img .col {
        width: 100%;
    }

    .product-img-item .img-item-top img {
        width: 24%;
    }
}