.desq-company_intro {
    display: flex;
    padding-top: 110px;
}

.desq-company_intro .wp {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 20;
}

.desq-company_intro .txt {
    position: relative;
    padding: 140px 90px 60px 140px;
    width: 50%;
}

.desq-company_intro .txt h3 {
    color: #2e2e2e;
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

.desq-company_intro .txt .t {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    margin: 80px 0 0;
}

.desq-company_intro .txt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.desq-company_intro .toAbout::before {
    content: '\e646';
    font-family: 'qico';
    display: block;
    margin: 30px 0;
    font-size: 18px;
    color: #000;
}

.desq-company_intro .toAbout a {
    display: inline-block;
    color: #000;
    font-size: 20px;
}

.desq-company_intro .toContact {
    margin: 30px 0 0;
}

.desq-company_intro .toContact a {
    float: right;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid transparent;
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
}

.desq-company_intro .toAbout a:hover {
    color: var(--color-primary)
}

.desq-company_intro .toContact a:hover {
    border: 1px solid var(--color-primary);
    background: none;
    color: var(--color-primary);
}

.desq-company_intro .pic {
    width: 50%;
    position: relative;
}

.desq-company_intro .pic .v {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.desq-company_intro .pic .v img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.desq-company_intro .pic .v::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/v1.png") no-repeat right 30px bottom 30px;
    display: block;
}

.desq-company_intro .pic .v:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.desq-company_intro .pic .swiper {
    width: 100%;
    height: 100%;
}

.desq-company_intro .pic .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1400px) {
    .desq-company_intro .txt h3 {
        font-size: 48px;
    }
}

@media screen and (max-width:1280px) {
    .desq-company_intro {
        padding: 70px 0;
    }

    .desq-company_intro .txt .t {
        font-size: 17px;
        line-height: 36px;
        margin: 20px 0 0;
    }
}

@media screen and (max-width:768px) {
    .desq-company_intro .txt h3 {
        font-size: 28px;
    }

    .desq-company_intro {
        padding: 30px 0;
    }

    .desq-company_intro .wp {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .desq-company_intro .txt {
        margin: 0 0 20px;
        display: block;
    }

    .desq-company_intro .txt h3 {
        text-align: center;
    }

    .desq-company_intro.txt h3::before {
        display: none;
    }

    .desq-company_intro .txt .t {
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0 0;
    }

    .desq-company_intro .more {
        margin: 20px 0 0;
        text-align: center;
    }

    .desq-company_intro .more a {
        width: 140px;
        height: 36px;
        line-height: 36px;
    }

    .desq-company_intro .pic {
        width: auto;
        max-width: 580px;
        margin: 0 auto;
        text-align: center;
    }

}

@media screen and (max-width:600) {
    .desq-company_intro .txt h3 {
        font-size: 25px;
    }
}

@media screen and (max-width:480px) {
    .desq-company_intro .txt h3 {
        font-size: 24px;
    }

    .desq-company_intro .pic .v::after {
        background-size: 50px;
    }
}


 @media screen and (max-width: 1280px){
.desq-company_intro .txt {
    padding: 60px;
}
  }


 @media screen and (max-width: 992px){
.desq-company_intro {
    flex-direction: column;
}
.desq-company_intro .pic {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
}
.desq-company_intro .txt {
    padding: 20px;
	width: 100% !important;
}
  }

 @media screen and (max-width: 500px){
.desq-company_intro .txt .t {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 0;
}
   .desq-company_intro .toAbout a {
    font-size: 17px;
}
   .desq-company_intro .toContact a {
    padding: 10px 20px;
    font-size: 14px;
}
  }