@charset 'utf-8';
@font-face {
    font-family: 'Blastyes'; /*Blastyes TTF*/
    src: url('fonts/Blastyes.woff') format("woff")
}
.banner img {
    transform: scale(1.2);
    transition: all 2s ease;
}
.banner.loaded img {
    transform: scale(1);
}
.sect1:after{
    content: '';
    background: url(../../images/common/index/tag.png) repeat-x top / contain;
    left: -225px;
    display: block;
    position: absolute;
    top: 4%;
    line-height: 1;
    width: 6196px;
    height: 132px;
    animation: wordAni1 30s linear infinite;
}
@keyframes wordAni1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -6196px;
    }
}
.sect1 {
    position: relative;
    background: #fff;
    padding-top: 90px;
    padding-bottom: 110px;
}
.sect1 .container{
    max-width: 1000px;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
}
.sect1 .sect-title{
    text-align: left;
    padding-left: 100px;
}
.sect1 .sect-title .desc{
    display: inline-block;
    position: relative;
}
.sect1 .sect-title .desc:before{
    content: '';
    display: inline-block;
    background: url(../../images/common/index/sect3_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 154px;
    height: 28px;
    position: absolute;
    top: 100%;
    right: 0;
}
.sect1 .sect-title .t-main{
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    font-weight: normal;
}
.sect1 .sect-title .t-main .t-line1 h1{
    font-size: 48px;
    font-weight: normal;
    display: inline;
}
.sect1 .sect-title .t-main .t-line2{
    font-weight: 600;
    letter-spacing: 4.5px;
}
.sect1 .sect-title .t-main .t-part2{
    color: #C60033;
}
.sect1 .pic{
    object-fit: contain;
    position: relative;
}
.sect1 .pic .slider{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease; 
}
.sect1 .slider.slick-initialized {
    opacity: 1;
    visibility: visible; 
}
.sect1 .pic .item{
    width: 100%;
    height: 100%;
    background-repeat: center;
    background-position: top center;
    background-size: cover;
    background-image: url(../../images/common/about/banner.jpg);
    -webkit-mask: url(../../images/common/index/phone_bg2.png) no-repeat center center;
    mask: url(../../images/common/index/phone_bg2.png) no-repeat center center;
}
.sect1 .pic .item img{
    opacity: 0;
}
.sect2 {
    background: #fff;
    text-align: center;
    padding: 0 0 90px;
}
.sect2 .tag{
    color: #333333;
    font-weight: 300;
    display: inline-block;   
    font-size: 36px;
    position: relative;
    padding: 0 30px;
    line-height: 1.3;
}
.sect2 .tag:before,.sect2 .tag:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/about/pic3.png);
    width: 77px;
    height: 61px;
    position: absolute;
    top: 0;
}
.sect2 .tag:before{
    right: 100%;
}
.sect2 .tag:after{
    background: url(../../images/common/about/pic4.png);
    left: 100%;
}
.sect2 .feature-list{
    display: flex;
    justify-content: center;
    margin: 80px 0 60px;
}
.sect2 .feature-list .item{
    padding-bottom: 18.923%;
    width: 18.923%;
    background: url(../../images/common/about/circle.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 -2%;
    position: relative;
}
.sect2 .feature-list .item .box{    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1.1;
    color: #777777;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sect2 .text{
    font-size: 20px;
    color: #858585;
    line-height: 1.5;
}
.sect3{
    background: #F6F6F6;
}
.sect3 .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sect3 .sect-title .t-main {
    line-height: 1.4;
    margin-top: -10px;
}
.sect3 .col-left{
    width: 690px;
    box-sizing: border-box;
    padding-right: 20px;
}
.sect3 .sect-title{
    text-align: left;
    line-height: 1.2;
}
.sect3 .desc{
    font-size: 20px;
    color: #858585;
    margin-top: 190px;
    line-height: 1.45;
}
.sect3 .col-right{
    width: calc(100% - 690px);
    padding: 110px 0 110px;
}
.sect3 .case-list{
    margin: 0 -10px;
}
.sect3 .case-list .item{
    padding:10px;
    width: 25%;
    max-width: 191px;
}
.sect3 .case-list .item:nth-of-type(4n+1){
    clear: left;
}
.sect3 .case-list .item .box{
    max-width: 171px;
    box-sizing: border-box;
    padding: 10px;
    background: #FFF;
}
.sect3 .case-list .item .box .cover {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}
.sect3 .case-list .item img{
    max-width: 171px;
    width: 100%;
    transform: scale(1);
    transition: all 0.8s ease;
}
.sect3 .case-list .item .box:hover img {
    transform: scale(1.1);
}
.sect4 {
    padding: 290px 0 330px;
    text-align: center;
    position: relative;
}
.sect4:before{
    background: linear-gradient(160deg, rgb(225 229 247), transparent), 
    linear-gradient(280deg, rgb(240 114 157), transparent), 
    linear-gradient(360deg, rgb(255 190 101), transparent), 
    linear-gradient(480deg, rgb(255 156 245), transparent);
    opacity: 0.6;
    background-size: 100% 100%;
    animation: gradient 3s ease-in-out infinite;
    background-attachment: fixed;
    content: 'Teamwork';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10vw;
    font-family: 'Blastyes';
    padding-top: 8%;
    letter-spacing: 5px;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
@keyframes gradient {
    0% {
        background-position: 50% 50%;
        background-size: 200% 200%;
    }
    25% {
        background-position: 0% 0%;
        background-size: 200% 200%;
    }
    50% {
        background-position: 0% 100%;
        background-size: 200% 200%;
    }
    75% {
        background-position: 100% 50%;
        background-size: 200% 200%;
    }
    100% {
        background-position: 50% 50%;
        background-size: 200% 200%;
    }
}
.sect4 .sect-title .t-main{
    margin-bottom: 0;
}
.sect4 .sect-title .desc{
    color: #333333;
    font-size: 20px;
    letter-spacing: 18px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.sect5{
    overflow: hidden;
}
.sect5 .team-list{
    display: flex;
    flex-wrap: wrap;
}
.sect5 .team-list .item{
    width: 25%;
}
.sect5 .team-list .top,
.sect6 .top{
    color: #F6F6F6;
    height: 77px;
    margin-bottom: 20px;
    line-height: 1.1;
}
.sect5 .team-list .top .top-t-1,
.sect6 .top .top-t-1{
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 48px;
}
.sect5 .team-list .top .top-t-2,
.sect6 .top .top-t-2{
    font-size: 26px;
    margin: 0;
    font-weight: normal;
}
.sect5 .team-list .text{
    position: absolute;
    bottom: -160px;
    padding: 0 30px;
    color: #fff;
    padding-right: 100px;
    opacity: 1;
    transition: all ease .3s;
    box-sizing: border-box;
    width: 100%;
}
.sect5 .team-list .pic{
    z-index: 0;
    position: relative;
}
.sect5 .team-list .pic img{
    object-fit: cover;
    width: 100%;
}
.sect5 .team-list .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all .3s ease;
    opacity: 0;
}
.sect5 .team-list .item:hover .pic:before{
    opacity: 1;
}
.sect5 .team-list .item:hover .text{
    bottom: 70px;
}
.sect5 .team-list .item:hover .pic img{
    transform: scale(1.2);
}
.sect5 .team-list .item img {
    transform: scale(1);
    transition: all 0.8s ease;
}
.sect5 .team-list .bottom{
    font-size: 16px;
    line-height: 1.5;
    transition: all .3s ease;
    opacity: 0;
    height: 250px;
    color: #d2d2d2;
}
.sect5 .team-list .item:hover .bottom{
    opacity: 1;
}
.sect6 .sect-title{
    margin-bottom: 70px;
}
.sect6 {
    background: #fff;
    padding: 134px 0 106px;
}
.sect6 .sect-title .desc{
    font-size: 20px;
    color: #858585;
    line-height: 1.5;
}
.sect6 .service-box{
    display: flex;
}
.sect6 .service-box .pic,
.sect6 .service-box .text{
    width: 50%;
    box-sizing: border-box;
}
.sect6 .service-box .pic img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.sect6 .service-box .text{
    color: #fff;
    padding-left: 55px;
    padding-right: 115px;
    background: url(../../images/common/about/pic6.jpg);
    display: flex;
    align-items: center;
    background-size: cover;
    font-size: 16px;
}
.sect7{
    background:url(../../images/common/index/index-unlimited-bg.jpg);
    background-attachment: fixed;    
    height: 716px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    background-size: cover;
    margin-bottom: 265px;
}
.sect7:before{
    content: "";
    background:url(../../images/common/about/computer_bg.png);
    width: 852px;
    height: 695px;
    position: absolute;
    left: calc(50% - 426px);
    bottom: -217px;
}
.page-unlimited-box .tit-1{
    font-size: 130px;
    font-weight: 900;
    color: #ECECEC;
    line-height: 160px;
    margin: 0;
    text-align: center;
    margin-bottom: 4px;
    letter-spacing: 8px;
}
.page-unlimited-box .text{
    margin-bottom: 118px;
    text-align: center;
    letter-spacing: 2px;
}
.page-unlimited-box .text .text-sub{
    color: #DDDDDD;
    font-size: 26px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}
.page-unlimited-box .text .text-sub.color-2{
    color: #FF7272;
}
.sect8 .sect-title{
    margin-bottom: 95px;
}
/* .sect8 .sect-title .t-main{
    font-family: 'GenSenMaruGothicTW-Regular', sans-serif;
    font-weight: 400;
}
.sect8 .sect-title .desc{
    line-height: 1.8;
} */
.feature-list-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature-list-2 .box {
    width: calc((100% / 3) - 28px);
    box-sizing: border-box;
    padding: 50px 43px 43px 43px;
    margin-bottom: 40px;
    position: relative;
    min-height: 548px;
    background: #F5F5F5;
    border-bottom: 2px solid #D05353;
    position: relative;
}
.feature-list-2 .pic{
    margin-bottom: 142px;
    text-align: left;
}
.feature-list-2 .number{
    color: #D05252;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
}
.feature-list-2 .name{
    color: #D05252;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.feature-list-2 .description{
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 10px;
}
.feature-list-2 .description2-p{
    color: #858585;
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 1.5;
}
.feature-list-2 .m-not-break{
    display: block;
}
.feature-list-2 .bg-txt{
    color: #FFFFFF;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 130px;
    line-height: 130px;
    position: absolute;
    right: 23px;
    top: 8px;
    font-weight: 300;
}
.feature-list-2 .box:nth-of-type(1),
.feature-list-2 .box:nth-of-type(2) {
    width: calc((100% / 2) - 23px);
    padding: 90px 70px 49px 70px;
}
.feature-list-2 .box:nth-of-type(1) .row,
.feature-list-2 .box:nth-of-type(2) .row{
    display: flex;
    margin-bottom: 95px;
    align-items: center;
}
.feature-list-2 .box:nth-of-type(1) .pic,
.feature-list-2 .box:nth-of-type(2) .pic{
    margin-bottom: 0;
    margin-right: 60px;
}
.feature-list-2 .box:nth-of-type(1) .name,
.feature-list-2 .box:nth-of-type(2) .name {
    margin-bottom: 0;
}
.feature-list-2 .box:nth-of-type(1) .number,
.feature-list-2 .box:nth-of-type(2) .number {
    margin-top: 10px;
}
.sect9{
    padding-top: 101px;
    padding-bottom: 135px;
    position: relative;
}
.sect9:before{
    content: "";
    background: #F5F5F5;
    width: 100%;
    height: calc(100% - 341px);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.sect9 .sect-title{
    margin-bottom: 85px;
}
/* .sect9 .sect-title .t-main{
    font-family: 'GenSenMaruGothicTW-Regular', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.sect9 .sect-title .desc{
    line-height: 1.8;
} */
.sect9 .more-btn{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    border-radius: 60px;
    width: 247px;
    height: 61px;
    line-height: 61px;
    background: #C93636;
    transition: all .3s ease;
}
.sect9 .more-btn:hover{
    background: #dd4045;
}
.ability-manner{
    margin-bottom: 100px;
}
.ability-manner .row{
    display: flex;
    justify-content: center;
    position: relative;
}
.ability-manner .row:before{
    content: "×";
    font-size: 65px;
    color: #ECECEC;
    position: absolute;
    font-weight: 300;
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: 134px;
    text-align: center;
}
.ability-manner .col{
    background: linear-gradient(to bottom,#C93636,#C53A4B);
    position: relative;
    z-index: 0;
    width: 349px;
    height: 349px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 151px;
    margin-left: 65px;
    margin-right: 65px;
}
.ability-manner .col:before{
    content: '';
    background: url(../../images/common/about/about-corner-logo.png);
    width: 176px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.ability-manner .col:nth-child(1):after{
    content: '';
    background: url(../../images/common/about/about-people-1.svg);
    background-repeat: no-repeat;
    width: 108px;
    height: 246px;
    position: absolute;
    left: -118px;
    bottom: 0;
    z-index: -1;
    background-size: contain;
}
.ability-manner .col:nth-child(2):after{
    content: '';
    background: url(../../images/common/about/about-people-2.svg);
    background-repeat: no-repeat;
    width: 82px;
    height: 122px;
    position: absolute;
    right: -62px;
    bottom: 93px;
    z-index: -1;
    background-size: contain;
}
.ability-manner .am-tit{
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 48px;
    line-height: 1;
    margin: 0;
    margin-bottom: 20px;
}
.ability-manner .am-desc{
    font-family: "Huninn", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #F3F3F3;
}
.about-func-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
.about-func-list .box{
    width: calc(50% - 30px);
    box-sizing: border-box;
    padding: 13px 5px 10px 64px;
    margin-bottom: 48px;
    position: relative;
}
.about-func-list .box:before{
    content: "";
    position: absolute;
    width: 48px;
    height: 41px;
    background: url(../../images/common/about/about-pin-pic.svg);
    left: 0;
    top: 8px;
}
.about-func-list .name{
    color: #595959;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 3px;
}
.about-func-list .description{
    font-size: 14px;
    color: #aeaeae;
    line-height: 1.5;
    text-align: justify;
}
.sect10{
    padding-top: 70px;
    padding-bottom: 70px;
}
.discover {
    max-width: 1266px;
    margin-left: auto;
    margin-right: auto;
}
.discover .row{
    display: flex;  
}
.discover .row .col{
    box-sizing: border-box; 
}
.discover .row.row-top .col:nth-child(1){
    width: calc(100% - 330px);
    margin-bottom: 15px;
}
.discover .row.row-top .col:nth-child(2){
    position: absolute;
    width: 420px;
    right: 75px;
    top: -9px;
}
.discover .row.row-bottom .col:nth-child(1){
    width: 590px;
    padding-left: 20px;
    padding-right: 20px;
}
.discover .row.row-bottom .col:nth-child(2){
    width: calc(100% - 600px);
    padding-left: 50px;
}
.discover .discover-t-1{
    font-family: "Quicksand", sans-serif;
    font-size: 150px;
    line-height: 207px;
    font-weight: 400;
    white-space: nowrap;
    margin: 0;
    letter-spacing: 19px;
    position: relative;
    background: radial-gradient(circle, red, transparent 60%);
    background-size: 200px 200px;
    background-position: 0 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: moveGradient 8s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.discover .discover-t-1:before{
    content: attr(data-text); 
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    color: #333333;
}
.discover .discover-t-1.size-2{
    animation: moveGradientReverse 8s cubic-bezier(0.25, 0.1, 0.25, 1) infinite; 
}
.discover .discover-t-1.size-2:before{
    content: attr(data-text);
}
@keyframes moveGradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
@keyframes moveGradientReverse {
    0% {
        background-position: 100% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}
.discover .discover-t-1.size-2{
    font-size: 130px;
    line-height: 139px;
    margin-bottom: 25px;
    letter-spacing: 13px;
}
.discover .discover-t-2{
    color: #1F1F1F;
    font-size: 48px;
    line-height: 1.5;   
    margin: 0;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: "Huninn", sans-serif;
    font-weight:400;
}
.discover .discover-t-2 span{
    color: #C60033;
}
.discover .discover-desc{
    color: #858585;
    font-size: 20px;
    line-height: 1.5;
}
.sect11{
    padding-top: 100px;
}
.sect11 .sect-title .t-main{
    font-family: "Huninn", sans-serif;
    font-weight: 400;
}
.sect11 .row-conatact{
    position: relative;
    width: 1440px;
    height: 833px;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
}
.sect11 .row-conatact:before{
    content: "";
    background: linear-gradient(to bottom,rgb(237 0 0 / 0%),rgba(255,255,255,1));
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -2;
}
.sect11 .row-conatact .bg-box{
    width: 1920px;
    height: 857px;
    position: absolute;
    left: calc(50% - 960px);
    bottom: 0;
    z-index: -1;
}
.sect11 .row-conatact .col{
    width: 725px;
    position: absolute;
    left: calc(50% - 616px);
    top: -30px;
    z-index: 1;
}
.sect11 .row-conatact .contact-box{
    width: 845px;
    position: absolute;
    left: calc(50% - 12px);
    top: 688px;
    display: flex;
    align-items: center;
}
.sect11 .row-conatact .text{
    color: #868686;
    font-size: 24px;
    line-height: 1.6;
}
.sect11 .row-conatact .sect-title{
    margin-bottom: 10px;
    text-align: left;
}
@media screen and (max-width: 1700px) {
    .sect5 .team-list .text {
        padding-right: 30px;
    }
    .sect5 .team-list .box {
        min-height: 500px;
    }
    .sect5 .team-list .pic img {
        min-height: 500px;
    }
    .sect5 .team-list .top, 
    .sect6 .top{
        height: 68px;
    }
    .sect5 .team-list .top .top-t-1, 
    .sect6 .top .top-t-1 {
        font-size: 38px;
    }
    .sect5 .team-list .top .top-t-2, 
    .sect6 .top .top-t-2{
        font-size: 24px;
    }
    .sect5 .team-list .bottom{
        font-size: 15px;
    }
    .sect6 .service-box .text{
        padding: 30px;
    }
}
@media screen and (max-width: 1500px) {
    .sect3 .container {
        justify-content: unset;
    }
    .sect3 .col-left {
        width: 495px;
        margin-left: 0;
        margin-right: auto;
    }
    .sect3 .col-right {
       width: 745px;
       margin-left: auto;
       margin-right: 0;
    }
    .discover{
        max-width: 1000px;
    }
    .discover .row {
        align-items: center;
        justify-content: space-between;
    }
    .discover .discover-t-1 {
        font-size: 10vw;
        line-height: 13vw;
        letter-spacing: 5px;
        margin-left: 0;
    }
    .discover .row.row-top .col:nth-child(2) {
        width: 25vw;
        right: 0;
        top: 0;
        padding-top: 0;
        position: relative;
    }
    .discover .discover-t-1.size-2 {
        font-size: 8vw;
        line-height: 10vw;
        letter-spacing: 10px;
        margin-bottom: 0;
    }
    .discover .row.row-bottom .col:nth-child(1) {
        width: 50vw;
        padding-left: 0;
        padding-right: 0;
    }
    .discover .row.row-bottom .col:nth-child(2) {
        width: 50vw;
        padding-left: 30px;
    }
    .discover .discover-t-2 {
        font-size: 40px;
        margin-bottom: 3px;
        margin-bottom: 1px;
    }
    .discover .discover-desc {
        font-size: 17px;
    }
}
@media screen and (max-width: 1300px) {
    .sect3 .desc {
        margin-top: 125px;
        font-size: 18px;
    }
    .sect3 .col-right {
        width: 704px;
    }
    .sect3 .case-list .item {
        padding: 5px;
    }    
    .feature-list-2 .box {
        min-height: 500px;
    }
    .feature-list-2 .box:nth-of-type(1), 
    .feature-list-2 .box:nth-of-type(2) {
        padding: 50px 43px 43px 43px;
    }
    .feature-list-2 .box:nth-of-type(1) .pic, 
    .feature-list-2 .box:nth-of-type(2) .pic {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .feature-list-2 .pic {
        margin-bottom: 70px;
    }
    .feature-list-2 .m-not-break {
        display: none;
    }
    .feature-list-2 .bg-txt{
        font-size: 74px;
        line-height: 74px;
        right: 26px;
        top: 17px;
        z-index: 0;
    }
    .sect9 {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .sect9:before {
        height: calc(100% - 223px);
    }
    .sect9 .sect-title {
        margin-bottom: 50px;
    }
    .ability-manner {
        margin-bottom: 50px;
    }
    .ability-manner .col {
        width: 250px;
        height: 250px;
        padding-top: 87px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .ability-manner .col:before {
        width: 100px;
        height: 55px;
    }
    .ability-manner .am-tit {    
        font-size: 30px;
        margin-bottom: 10px;
    }
    .ability-manner .am-desc {
        font-size: 16px;
    }
    .ability-manner .row:before {
        font-size: 40px;
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: 105px;
    }
    .ability-manner .col:nth-child(1):after {
        width: 66px;
        height: 161px;
        left: -58px;
        bottom: 0; 
    }
    .ability-manner .col:nth-child(2):after {    
        width: 67px;  
        height: 100px;    
        right: -48px;  
        bottom: 23px;
    }
    .about-func-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .sect3 .container {
        display: block;
    }
    .sect3 .col-right,
    .sect3 .col-left{
        width: 100%;
    }
    .sect3 .col-left{
        padding-top: 40px;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .sect3 .col-right {
        max-width: 705px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        padding-bottom: 50px;
    }
    .sect3 .desc {
        margin-top: 30px;
    }
    .sect3 .sect-title {
        text-align: center;
    }
    .sect3 .desc {
        text-align: center;
    }
}
@media screen and (max-width: 1000px) {
    .sect1{
        padding:35px 0 50px;
    }
    .sect1 .pic{
        display: none;
    }
    .sect1 .sect-title .t-main{
        font-size: 24px;
    }
    .sect1 .sect-title .t-main .t-line1 h1{
        font-size: 24px
    }
    .sect1 .sect-title{
        padding-left: 0;
    }
    .sect1 .sect-title .desc:before{
        right: auto;
        left: 0;
        margin-top: 15px;
    } 
    .sect1:after{
        display: none;
    }
    .sect2{
        padding-bottom: 40px;
    }
    .sect2 .tag{
        font-size: 20px;
        padding: 0 10px;
    }
    .sect2 .tag:before, 
    .sect2 .tag:after{
        background-size: contain;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
    }
    .sect2 .feature-list .item {
        padding-bottom: 22%;
        width: 22%;
    }
    .sect2 .feature-list .item .box{
        font-size: 15px;
    }
    .sect2 .text{
        font-size: 15px;
    }
    .sect2 .feature-list{
        margin: 50px 0 40px;
    }
    .sect3 .desc{
        margin-top: 25px;
        font-size: 15px;
    }
    .sect3 .sect-title{
        margin-bottom: 0;
    }
    .sect5 .team-list .item{
        width: 50%;
    }
    .sect5 .team-list  .pic img{
        width: 100%!important;
        height: 100%!important;
        object-fit: cover;
    }
    .sect4{
        background-color: #fff;
        padding:100px 0;
        background-position: center;
    }
    .sect4 .sect-title .desc{
        letter-spacing: 1px;
    }
    .sect4 .sect-title .t-main {
        margin-bottom: 20px;
    }
    .sect4 .sect-title .desc {
        font-size: 16px;
     }
    .sect5 .team-list .top, 
    .sect6 .top{
        height: 61px;
    }
    .sect5 .team-list .top .top-t-1, 
    .sect6 .top .top-t-1{
        font-size: 30px;
    }
    .sect5 .team-list .top .top-t-2, 
    .sect6 .top .top-t-2{
        font-size: 22px;
    }
    .sect5 .team-list .bottom{
        font-size: 15px;
    }
    .sect6 .sect-title{
        margin-bottom: 30px;
    }
    .sect6 .sect-title .desc{
        font-size: 15px;
        letter-spacing: 0;
    }
    .sect6 {
        padding: 54px 0 40px;
    }
    .sect6 .service-box{
        flex-wrap: wrap;
    }
    .sect6 .service-box .pic, 
    .sect6 .service-box .text{
        width: 100%;
    }
    .sect6 .service-box .text{
        padding: 30px 20px;
    }
    .sect7 {
        height: 310px;
        background-attachment: unset;
        margin-bottom: 141px;
    }
    .sect7:before {
        width: 450px;
        height: 369px;
        left: calc(50% - 225px);
        bottom: -117px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page-unlimited-box .tit-1 {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 15px;
        letter-spacing: 3px;
    }
    .page-unlimited-box .text {
        margin-bottom: 56px;
        letter-spacing: 1.5px;
    }
    .page-unlimited-box .text .text-sub {
        font-size: 18px;
    }
    .page-unlimited-box .text .text-sub.color-2 {
        display: block;
    }
    .sect8 .sect-title {
        margin-bottom: 60px;
    }
    .sect8 .sect-title .t-main {
        letter-spacing: 2px;
    }
    .feature-list-2 .box {
        min-height: unset;
    }
    .feature-list-2 .box,
    .feature-list-2 .box:nth-of-type(1),
    .feature-list-2 .box:nth-of-type(2) {
        width: calc((100% / 2) - 10px);
        padding: 35px 35px 25px 35px;
        margin-bottom: 20px;
    }
    .feature-list-2 .box .row,
    .feature-list-2 .box:nth-of-type(1) .row, 
    .feature-list-2 .box:nth-of-type(2) .row {
        margin-bottom: 28px;
        display: block;
        margin-bottom: unset;
    }
    .feature-list-2 .box .name,
    .feature-list-2 .box:nth-of-type(1) .name, 
    .feature-list-2 .box:nth-of-type(2) .name {
        margin-bottom: 15px;
    }
    .feature-list-2 .box .pic,
    .feature-list-2 .box:nth-of-type(1) .pic, 
    .feature-list-2 .box:nth-of-type(2) .pic {
        margin-bottom: 30px;
        margin-right: unset;
    }
    .feature-list-2 .box:nth-of-type(5) {
        width: calc(100%); 
    }
    .feature-list-2 .box:nth-of-type(5) .row{
        display: flex;
        align-items: center;
    }
    .feature-list-2 .box:nth-of-type(5) .pic {
        margin-right: 40px;
    }
    .sect9 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sect9 .more-btn {
        font-size: 18px;
        width: 190px;
        height: 40px;
        line-height: 40px;
    }
    .sect9 .sect-title {
        margin-bottom: 25px;
    }
    .about-func-list {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .about-func-list .box {
        width: calc(50% - 15px);
        padding: 13px 5px 10px 64px;
        margin-bottom: 15px;
    }
    .sect10 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .discover{
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    .discover .row {
        justify-content: flex-start;
    }
    .discover .row.row-bottom .col:nth-child(2) {
        padding-left: 25px;
        width: 60vw;
    }
    .discover .row.row-top .col:nth-child(1) {
        margin-bottom: 0;
        width: 450px;
    }
    .discover .row.row-bottom .col:nth-child(1) {
        padding-top: 13px;
        width: 40vw;
    }
    .discover .discover-t-1 {
        font-size: 85px;
        line-height: 85px;
        white-space: normal;
        background-size: 100px 100px;
        letter-spacing: 4px;
    }
    .discover .discover-t-1.size-2 {
        font-size: 70px;
        line-height: 70px;
        letter-spacing: 4px;
    }
    .discover .discover-t-2 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .sect11 {
        padding-top: 30px;
    }
    .sect11 .row-conatact {
        min-height: unset;
        margin-left: 0;
        margin-right: 0;
        padding:0 15px 0 15px;
        margin-bottom: 0;
        width: 100%;
        height: unset;
        box-sizing: border-box;
    }
    .sect11 .row-conatact .col {
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        text-align: center;
        left: 0;
        top: 0;
        position: relative;
    }
    .sect11 .row-conatact .sect-title {
        text-align: center;
    }
    .sect11 .row-conatact .contact-box {
        display: block;
        width: auto;
        top: 0;
        left: 0;
        position: relative;
        margin-bottom: 20px;
    }
    .sect11 .row-conatact .text {
        color: #868686;
        font-size: 15px;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
    .sect11 .row-conatact .bg-box {
        width: calc(100% + 30px);
        height: 100%;
        position: relative;
        left: -15px;
        bottom: 0;
        z-index: 0;
    } 
    .sect11 .row-conatact .sect-title .t-main{
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .sect11 .row-conatact .sect-title .t-main span{
        display: block;
    }
}
@media screen and (max-width: 760px) {
    .sect9:before {
        height: calc(100% - 473px);
    }
    .ability-manner {
        margin-bottom: 20px;
    }
    .ability-manner .row {
        flex-direction: column;
        align-items: center;
    }
    .ability-manner .row:before {
        font-size: 36px;
        left: calc(50% - 18px);
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 229px;
    }
    .ability-manner .col {
        margin-bottom: 55px;
        width: 220px;
        height: 220px;
        padding-top: 71px;
    }
    .ability-manner .am-tit {
        font-size: 26px;
    }
    .ability-manner .am-desc {
        font-size: 15px;
    }
    .about-func-list .box {
        width: 100%; 
    }
    .sect10 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .discover {
        margin-top: 20px;
    }
    .discover .row {
        flex-direction: column;
        justify-content: center;
    }
    .discover .row.row-top .col:nth-child(1) {
        width: 100%;
        order: 2;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .discover .row.row-top .col:nth-child(2) {
        width: 100%;
        order: 1;
        max-width: 140px;
    }
    .discover .row.row-bottom .col:nth-child(1) {
        width: 100%;
        max-width: 350px;
        order: 2;
    }
    .discover .row.row-bottom .col:nth-child(2) {
        padding-left: 0;
        max-width: 350px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        order: 1;
    }
    .discover .discover-t-1 {
        font-size: 52px;
        line-height: 1;
        white-space: nowrap;
        letter-spacing: 0;
        background-size: 80px 80px;
    }
    .discover .discover-t-1.size-2 {
        font-size: 52px;
        margin-bottom: 15px;
        letter-spacing: 5px;
        line-height: 1;
        text-align: center;
        position: relative;
        left: 3px;
    }
    .discover .discover-desc {
        font-size: 15px;
    }
    .discover .discover-t-2 {
        font-size: 29px;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .sect3 .col-right {
        max-width: 342px;
    }
    .sect3 .case-list .item {
        width: 50%;
    }
    .sect3 .case-list .item:nth-of-type(2n+1){
        clear: left;
    }
    .sect5 .team-list .box {
        min-height: 450px;
    }
    .sect5 .team-list .pic img {
        min-height: 450px;
    }
    .sect5 .team-list .text {
        padding-right: 15px;
        padding-left: 15px;
        bottom: -297px;
    }
    .sect5 .team-list .item:hover .text {
        bottom: -9px;
    }
    .sect5 .team-list .bottom {
        font-size: 14px;
        line-height: 1.4;
        height: 360px;
    }
    .sect5 .team-list .top .top-t-1{
        font-size: 25px;
        line-height: 1.4;
        white-space: nowrap;
    }
    .sect5 .team-list .top .top-t-2{
        font-size: 19px;
        line-height: 1.4;
    }
    .sect5 .team-list .top{
        height: 65px;
        margin-bottom: 10px;
    }
    .sect6 .top {
        height: 65px;
        margin-bottom: 20px;
    }
    .sect6 .top .top-t-1 {
        font-size: 27px;
        line-height: 1.4;
        white-space: nowrap;
    }
    .sect6 .top .top-t-2 {
        font-size: 20px;
        line-height: 1.4;
    }
    .sect6 .service-box .text {
        font-size: 15px;
        line-height: 1.5;
    }
    .sect7 {
        height: 215px;
        margin-bottom: 100px;
    }
    .sect7:before {
        width: 300px;
        height: 248px;
        left: calc(50% - 150px);
        bottom: -80px;
    }
    .page-unlimited-box .text {
        margin-bottom: 36px;
    }
    .page-unlimited-box .tit-1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .page-unlimited-box .text .text-sub {
        font-size: 15px;
    }
    .feature-list-2 .box, 
    .feature-list-2 .box:nth-of-type(1), 
    .feature-list-2 .box:nth-of-type(2) {
        padding: 20px 20px 20px 20px;
        margin-bottom: 15px;
    }
    .feature-list-2 .box, 
    .feature-list-2 .box:nth-of-type(1), 
    .feature-list-2 .box:nth-of-type(2) {
        width:100%;
    }
    .feature-list-2 .box .pic,
    .feature-list-2 .box:nth-of-type(1) .pic, 
    .feature-list-2 .box:nth-of-type(2) .pic,
    .feature-list-2 .box:nth-of-type(5) .pic{
        margin-right: 15px;
        width: 80px;
        max-width: 80px;
        min-width: 80px;
        margin-bottom: 0;
    }
    .feature-list-2 .box .row,
    .feature-list-2 .box:nth-of-type(1) .row, 
    .feature-list-2 .box:nth-of-type(2) .row {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .feature-list-2 .box .number,
    .feature-list-2 .box:nth-of-type(1) .number, 
    .feature-list-2 .box:nth-of-type(2) .number {
        margin-top: 0;
        margin-top: 5px;
    }
    .feature-list-2 .box .name, 
    .feature-list-2 .box:nth-of-type(1) .name, 
    .feature-list-2 .box:nth-of-type(2) .name {
        font-size: 18px;
        margin-bottom: 0;
    }
    .feature-list-2 .number {
        font-size: 25px;
    }
    .feature-list-2 .bg-txt {
        font-size: 39px;
        line-height: 50px;
        right: 10px;
        top: 7px;
        -webkit-writing-mode: unset;
        writing-mode: unset;
    }
}
@media screen and (max-width: 500px) {
    .sect2 .feature-list {
        flex-wrap: wrap;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .sect2 .feature-list .item {
        padding-bottom: 33%;
        width: 33%;
    }
    .sect2 .feature-list .item:nth-child(4),
    .sect2 .feature-list .item:nth-child(5) {
        position: relative;
        top: -20px;
    }
    .sect2 .tag {
        font-size: 16px;
    }
    .sect2 .tag:before, 
    .sect2 .tag:after {
        width: 23px;
        height: 23px;
    }
    .sect2 .tag:before {
        right: calc(100% - 3px);
    }
    .sect2 .tag:after {
        left: calc(100% - 3px);
    }
}
@media screen and (max-width: 400px) {
    .sect2 .feature-list .item .box{
        font-size: 14px;
    }
    .sect2 .text{
        font-size: 14px;
    }
}
@media screen and (max-width: 350px) {
    .sect2 .text{
        font-size: 13px;
    }
    .sect3 .desc {
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .sect6 .service-box .text {
        font-size: 13px;
        letter-spacing: 0.5px;

    }
}