.fq_banner>img{height: 600px;object-fit: cover;width: 100%;}

.fy_quality{padding-bottom: 100px;}

/* .fq_wd{width: 1200px;margin: 0 auto;height: 435px;padding: 140px 127px 0;background: url('/images/5.jpg') no-repeat center;text-align: center;}
.fq_wd>h1{font-size: 30px;font-weight: bold;color: #fff;}
.fq_wd>p{font-size: 25px;line-height: 2;color: #fff;margin-top: 1em;} */

.fq_wd{display: flex;width: 1200px;margin: 100px auto 0;justify-content: space-between;}
.fq_wd_l{width: 30%;background-color: #faf8f4;padding: 120px 80px;margin-right: 4%;background: url('/images/36.jpg') no-repeat center;background-size: cover;}
.fq_wd_l>h1{color: var(--base);margin-bottom: 60px;text-align: center;}
.fq_wd_l>p{line-height: 2.5;font-size: 16px;color: #666;}
.fq_wd_r{display: flex;justify-content: space-between;flex: 1;}
.fq_wd_r>img{width: 32%;height: 600px;object-fit: cover;transition: .3s;}
.fq_wd_r>img:hover{transform: scale(1.02);}

.fq_video{width: 1200px;margin: 100px auto;}
.fq_video>video{width: 100%;}

.fq_bn{margin: 62px auto 0;}
.fq_map{height: calc(100vh - 100px);}
/* .fq_bn_r{flex: 1;padding: 47px 100px 0 40px;position: relative;}
.fq_bn_r>h1{color: #4d4d4d;font-size: 30px;font-weight: bold;margin-bottom: 50px;}
.fq_bn_r>p{color: #333;font-size: 16px;line-height: 2;margin-top: 20px;}
.fq_bn_r>p>img{vertical-align: middle;margin-right: 10px;width: 30px;}

.fq_bn_bt{position: absolute;bottom: 20px;right: 40px;display: flex;}
.fq_bn_bt>div{margin-left: 20px;}
.fq_bn_bt>div>img{width:  100px;height: 100px;}
.fq_bn_bt>div>p{line-height: 2;color: #666;text-align: center;} */

@media screen and (max-width: 766px) {
    .fq_banner>img{height: 100vh;}

    .fq_wd{flex-direction: column;margin: 6rem 0 0;}
    .fq_wd_l{width: 100%;padding: 4rem 2rem;margin-bottom: 2rem;}
    .fq_wd_l>h1{margin-bottom: 2rem;}
    .fq_wd_l>p{font-size: 1.6rem;line-height: 2;}
    .fq_wd_r>img{height: auto;}

    .fq_map{height: 60vh;}
}