/* body-- */



@media screen and (min-width:1441px) {
    .qd-banner {
        width: 100%;
        /* height: 700px; */
    }
    .qiye .content1 .banner-title {
        width: 700px;
        font-size: 48px;
        top: 24%;
    }
    .qiye .content1 .banner-text {
        top: 54%;
        font-size: 24px;
        line-height: 35px;
    }
    .qiye .content1 .banner-button {
        width: 166px;
        height: 52px;
        line-height: 52px;
        top: 74%;
    }
    .c-title {
        top: 30%!important;
    }
    .c-text {
        top: 50%!important;
    }
    .c-btn {
        top: 65%!important;
    }
}
@media screen and (max-width:1440px) {
    .qd-banner {
        width: 100%;
        /* height: 471px; */
    }
    .qiye .content1 .banner-title {
        width: 445px;
        font-size: 32px;
        top: 30%;
    }
    .qiye .content1 .banner-text {
        width: 580px!important;
        top: 50%;
        font-size: 20px;
        line-height: 35px;
    }
    .qiye .content1 .banner-button {
        width: 150px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        top: 70%;
    }
    .c-title {
        top: 35%!important;
    }
    .c-text {
        top: 50%!important;
    }
    .c-btn {
        top: 65%!important;
    }
}
.qiye {
    width: 100%;
    height: 100%;
}
.qiye .content1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}
.swiper-pagination-bullet {
    background:#fff!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
    background-color: #007aff!important;
}
.qiye .content1 .banner-title {
    position: absolute;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: left;
}
.qiye .content1 .banner-text {
    position: absolute;
    width: 700px;
    text-align: left;
    height: 46px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #817f7f;
}
.qiye .content1 .banner-button {
    color: #fff;
    position: absolute;
    text-align: center;
    background-color: #3D79FE;
    border-radius: 7px;
}
.qiye .content1 .banner-button a{
    color: #fff;
}
.qiye .content1 .banner-button:hover {
   cursor: pointer;
}
.qd-market {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0 80px 0;
    background-color: #fff;
}
.qd-market .qd-market-title {
    text-align: center;
}
.qd-market .qd-market-title .mt-45 {
    margin-top: 45px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
@media screen and (min-width:1441px) {
    .qd-market .qd-market-title img {
        max-width: 1400px;
    }
}
@media screen and (max-width:1440px) {
    .qd-market .qd-market-title img {
        width: 1150px;
    }
}

.qd-problem {
    padding: 40px 0 100px 0;
    width: 100%;
    height: 808px;
    background-color: #fff;    
}
.qd-problem .qd-problem-img {
    width: 130px;
    height: 130px;
}
.qd-problem .qd-problem-title {
    margin-top: 22px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-problem .qd-box-line {
    margin-top: 84px;
    padding-left: 143px;
}
.qd-problem .qd-box-line .number-box{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #FFBA00;
    border-radius: 50%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #292929;
}

@media screen and (min-width:1441px) {
    .qd-problem .qd-box-line .line-box{
        width: 192px;
    } 
}
@media screen and (max-width:1440px) {
    .qd-problem .qd-box-line .line-box{
        width: 155px;
    }
}
.qd-problem .qd-box-line .line-box{
    margin-top: 12px;
    height: 2px;
    background: #FFBA00;
    border-radius: 1px;
}

.qd-problem .qd-problem-box {
    justify-content: space-between;
    padding: 0 50px;
}

.qd-problem .qd-problem-item {
    padding: 20px;
    width: 200px;
}
.qd-problem .qd-problem-item .top {
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.qd-problem .qd-problem-item .bottom {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.qd-problem .qd-problem-item .bottom span {
    line-height: 22px;
    text-align: center;
}

.qd-problem .qd-resolve {
    margin-top: 60px;
}
.qd-problem .qd-resolve .qd-resolve-box{
    margin-top: 105px;
    display: flex;
    justify-content: space-between;
}
.qd-problem .qd-resolve h3 {
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-problem .qd-resolve p {
    margin-top: 20px;
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}


@media screen and (min-width:1441px) {
    .qd-problem .qd-resolve .qd-resolve-box .item {
        width: 330px;
    }
}
@media screen and (max-width:1440px) {
    .qd-problem .qd-resolve .qd-resolve-box .item {
        width: 290px;
    }
}
.qd-problem .qd-resolve .qd-resolve-box .item {
    padding: 54px 38px 54px;
    background: #F7FAFF;
    border-radius: 15px;
}

.qd-problem .qd-resolve .qd-resolve-box .item .item-icon{
    width: 113px;
    height: 111px;
}
.qd-problem .qd-resolve .qd-resolve-box .item .item-icon img{
    width: 100%;
    height: 100%;
}

.qd-problem .qd-resolve .qd-resolve-box .item img{
    text-align: center;
}
.qd-problem .qd-resolve .qd-resolve-box .item .info{
    margin: 30px 0;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.qd-problem .qd-resolve .qd-resolve-box .item .text{
    width: 254px;
    height: 105px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    color: #666666;
}



@media screen and (min-width:1441px) {
    .qd-serves .serves-item .kh-img {
        margin-left: 80px;
        width: 780px;
        height: 594px;
    }
    .qd-serves .serves-item .jx-img {
        margin-right: 120px;
        width: 570px;
        height: 693px;
    }
    .qd-serves .serves-item .dx-img {
        margin-top: 60px;
        margin-right: 250px;
        width: 650px;
        height: 520px;
    }
    .qd-serves .serves-item .pd-img {
        margin-top: 60px;
        margin-left: 250px;
        width: 650px;
        height: 520px;
    }
    .qd-serves .serves-item .wh-img {
        margin-right: 250px;
        width: 650px;
        height: 520px;
    }
    .qd-serves .serves-item {
        padding: 80px 0;
    }
    .qd-serves .qd-serves-first {
        padding: 100px 0;
    }
    .qd-serves .serves-item .left {
        flex: 1;
        padding: 60px 0;
    }
    .qd-serves .serves-item .center .center-title{
        margin-top: 40px;
    }
    .qd-serves .serves-item .botton_fill {
        margin-top: 65px;
        width: 166px;
        height: 52px;
        line-height: 52px;
    }
    .qd-serves .serves-item .botton_fill a{
        font-size: 22px;
    }
}
@media screen and (max-width:1440px) {
    .qd-serves .serves-item .kh-img {
        margin-left: 80px;
        width: 630px;
        height: 480px;
    }
    .qd-serves .serves-item .jx-img {
        margin-right: 120px;
        width: 420px;
        height: 510px;
    }
    .qd-serves .serves-item .dx-img {
        margin-top: 20px;
        margin-right: 120px;
        width: 520px;
        height: 416px;
    }
    .qd-serves .serves-item .pd-img {
        margin-top: 20px;
        margin-left: 80px;
        width: 520px;
        height: 416px;
    }
    .qd-serves .serves-item .wh-img {
        margin-right: 120px;
        width: 520px;
        height: 416px;
    }
    .qd-serves .serves-item {
        padding: 50px 0;
    }
    .qd-serves .qd-serves-first {
        padding: 70px 0;
    }
    .qd-serves .serves-item .left {
        flex: 1;
        padding: 30px 0;
    }
    .qd-serves .serves-item .center .center-title{
        margin-top: 20px;
    }
    .qd-serves .serves-item .botton_fill {
        margin-top: 35px;
        width: 138px;
        height: 40px;
        line-height: 40px;
    }
    .qd-serves .serves-item .botton_fill a{
        font-size: 18px;
    }
}
.qd-serves .mt-188 {
    margin-top: 90px;
}
.qd-serves .mt-232 {
    margin-top: 115px;
}
.qd-serves .mt-140 {
    margin-top: 100px;
}

.qd-serves .mt-110 {
    margin-top: 110px;
}
.qd-synopsis .mt-110 {
    margin-top: 90px;
 }
.qd-synopsis .mt-50 {
   margin-top: 50px;
}

.qd-briefness .mt-160 {
   margin-top: 160px;
}

.qd-serves {
    width: 100%;
    background-color: #fff;
}
.qd-serves .serves-item {
    display: flex;
    justify-content: space-between;
}
.qd-serves .qd-serves-first {
    background: #F7FAFF;
}
.qd-serves .serves-item .left {
    flex: 1;
}
.qd-serves .serves-item h3 {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-serves .serves-item h2 {
    font-size: 44px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-serves .serves-item .center {
    display: flex;
    flex-direction: column;
}
.qd-serves .serves-item .center .center-title{
    font-size: 18px;
    display: flex;
    align-items: center;
}

.qd-serves .serves-item .center .center-title img{
    margin-right: 15px;
    display: flex;
    width: 10px;
    height: 10px;
}
.qd-serves .serves-item span {
    padding-left: 25px;
    margin-top: 10px;
    line-height: 26px;
}
.qd-serves .serves-item .phone-box .phone-img{
    vertical-align: center;
    margin: 0 5px;
    width: 19px;
    height: 19px;
}
.qd-serves .serves-item .phone-box .phone-box-cell {
    padding: 0;
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.qd-serves .serves-item .phone-box .phone-box-cell span:nth-child(1){
    padding: 0;
    width: 310px;
    display: flex;
    align-items: center;
}
.qd-serves .serves-item .phone-box .phone-box-cell span{
    display: flex;
    align-items: center;
}
.qd-serves .serves-item .botton_fill {
    
    text-align: center;
    background: #3D79FE;
    color: #fff;
    font-size: 22px;
    border-radius: 7px;
}
.qd-serves .serves-item .botton_fill a{
    color: #fff;
}
.qd-serves .serves-item .botton {
    width: 166px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #595959;
    border-radius: 7px;
}
.qd-serves .serves-item .botton a{
    display: block;
    width: 166px;
    height: 52px;
    color: #333!important;
}
.qd-serves .serves-item .botton:hover {
   cursor: pointer;
}
.qd-serves .serves-item img {
    width: 574px;
    height: 592px;
}

.qd-operation .mt-159 {
    margin-top: 80px;
}
.qd-operation {
    width: 100%;
    height: 390px;
    background-image: url('../assets/caozuojiandan.png');
    background-size: cover;
}
.qd-operation h3 {
    margin-top: 94px;
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-operation p {
    margin-top: 50px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.qd-operation .button {
    margin-top: 62px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #595959;
    border-radius: 7px;
}
.qd-operation .button a{
    display: block;
    color: #333!important; 
    width: 166px;
    height: 52px;
    font-size: 22px;
}
.qd-operation .button:hover {
    cursor: pointer;
 }
 
@media screen and (min-width:1441px) {
    .qd-briefness .qd-briefness-item img {
        width: 586px;
        height: 426px;
    }
    .qd-briefness {
        padding: 140px 0 100px 0;
        height: 667px;
    }
    .qd-briefness .mt-43 {
        margin-top: 75px;
    }
}
@media screen and (max-width:1440px) {
    .qd-briefness .qd-briefness-item img {
        width: 440px;
        height: 320px;
    }
    .qd-briefness {
        padding: 60px 0 60px 0;
        height: 430px;
    }
    .qd-briefness .mt-43 {
        margin-top: 30px;
    }
}
 .qd-briefness {
    width: 100%;
    background-color: #fff;
}
.qd-briefness .qd-briefness-item{
    display: flex;
    justify-content: space-between;
}
.qd-briefness .qd-briefness-item{
    display: flex;
    justify-content: space-between;
}
.qd-briefness .qd-briefness-item .left {
    height: 260px;
}
.qd-briefness .qd-briefness-item h3 {
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.qd-briefness .qd-briefness-item .center {
    display: flex;
    flex-direction: column;
}
.qd-briefness .qd-briefness-item span {
    line-height: 26px;
}
.qd-briefness .qd-briefness-item .botton {
    width: 166px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #595959;
    border-radius: 7px;
}
.qd-briefness .qd-briefness-item .botton a{
    display: block;
    width: 166px;
    height: 52px;
    font-size: 22px;
    color: #333!important;
  
}
.qd-briefness .qd-briefness-item .botton:hover {
   cursor: pointer;
}

@media screen and (min-width:1441px) {
    .qd-synopsis .text{
        width: 1095px;
        font-size: 42px;
    }
}
@media screen and (max-width:1440px) {
    .qd-synopsis .text{
        width: 805px;
        font-size: 30px;
    }
}
.qd-synopsis {
    width: 100%;
    height: 434px;
    background-image: url('../assets/backBanner1.png');
    background-position: center center;
    background-size: cover;
}
.qd-synopsis .box{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.qd-synopsis .text{
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 80px;
}
.qd-synopsis .botton {
    width: 166px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #595959;
    border-radius: 7px;
}
.qd-synopsis .botton a{
    display: block;
    width: 166px;
    height: 52px;
    font-size: 22px;
    color: #333!important;
}
.qd-synopsis .botton:hover {
    cursor: pointer;
 }


.swiper-container {
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: 50%;
    top: 50%; */
   
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}


