/* bd_20230202_134507 */


/* .ysq-hide {
    display: none;
}
 */

.fditu {position: relative;overflow: hidden;padding: 72px 0;}

.fditu-head {position: relative; z-index: 1;width: 66%; min-width: 400px;padding: .8em 0.8em 0.8em 0;font-size: 50px;line-height: 60px;text-transform: uppercase;font-family: "arial",sans-serif; font-weight: bold; box-sizing: border-box;}
.fditu-head:before {content:'';z-index: -1;pointer-events: none; position: absolute;right: 0;top: 0;height: 100%;width: 100vw;background-color: #f1f2f2;}
.fditu-head .p1{color: #000;}
.fditu-head .p2{color: #0f5eab;}

.fditu-body {margin-top: 60px;display: flex;align-items: center;align-content: center;justify-content: space-between;}
.fditu-body .map{ width: 70%;}
.fditu-body .map img {display: block;max-width: 100%;}
.fditu-body .txt{ width: 26%;}
.fditu-body .txt .line:nth-child(1n+2) {margin-top: 20px;}
.fditu-body .txt .xdt{font-size: 20px;line-height: 1.5;color: #333;font-weight: bold;}
.fditu-body .txt .xdd{font-size: 16px;line-height: 1.5;color: #999;margin-top: 10px;}
.fditu-body .txt{}


@media screen and (max-width: 1023px) {
    .fditu-head {font-size: 40px;line-height: 50px;width: 100%;text-align: center;padding-right: 0;}
    .fditu-head:before {right: -50vw;width: 200vw;}
    .fditu-body {display: block;margin-top: 40px;}
    .fditu-body .map{ width: 100%;}
    .fditu-body .txt{ width: 100%;margin-top: 40px;}
}
@media screen and (max-width: 750px) {
    .fditu-head {font-size: 30px;line-height: 40px;}
}
