.modal-body {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  transition: all 3s;
  z-index: 9031;
}
.modal-body .dialog {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 95%;
  transform: translate(-50%, -50%);
}
video {
    vertical-align: middle;
    background: #000;
    width: 100%;
}
.modal-body .dialog .close {
  position: absolute;
  top: 0.2rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/close.png) center no-repeat;
  background-size: 100% 100%;
  right: 0.2rem;
  display: block;
  z-index: 99;
  cursor: pointer;
}
/* 中华老字号 */
.zh_box1{
    position:relative;
    background:url(../images/zh_bg01.jpg) no-repeat center center;
    background-size:cover;
    padding-bottom:140px;
}
.zh_box1 .left{
    width:46%;
    padding-left:18%;
    float:left;
}
.zh_box1 .right{
    width:44%;
    float:right;
}
.zh_box1 .pic01{    
    position:relative;
    top:-60px; 
    margin-bottom:50px;
    z-index:9;
    
}
.zh_box1 .text01{
    font-size:18px; 
    line-height:32px;
    padding-right:2%;
    margin-bottom:30px;
}
.zh_box1 .jiu{
    width:80%;
    text-align:left;
}

.zh_box1 .text02{
    font-size:32px; 
    line-height:50px;
    padding:100px 0 20px 0;
    margin-bottom:30px;
}
.zh_box1 .fy_logo{
    position:absolute;
    right:36%;
    bottom:180px;
    width:20%;
}

.zh_box2{
    background:url(../images/zh_bg02.jpg) no-repeat center top;
    background-size:cover;
    margin-bottom:120px;
    padding:0 18% 10%;
    position: relative;
}
.zh_box2 .con01{
    width:35%;
    position:relative;
    top:-60px;
    float:left;
}
.zh_box2 .con01 .pic01>img{
    margin:0;
    width:100%;
}
.zh_box2 .con02{
    position:absolute;
    width:31.5%;
    top:50%;
    left:35%;
    z-index:9;
}
.zh_box2 .con02 img{
    margin:0;
    width:100%;
}
.zh_box2 .con03{
    float:right;
    padding-top:10%;
    width:38.5%;

}
.zh_box2 .con03 img{
    margin:0;
    width:100%;
}
.zh_box2 .text01{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:30% 16% 4%;
    color:#fff;
    font-size:16px;
    line-height:32px;
}
.zh_yc_tit{
    font-size:36px;
    line-height:1;
    text-align:center;
    margin-bottom:50px;
}
.zh_yc_tit>img{
    display:inline-block;
    vertical-align: middle;
    padding:0 10px;
    max-width:100%;
    margin:0;
}

.zh_box3{
    padding:0 12.5%;
}

.zh_box3 .pic01{
    width:55.9%;
    float:left;
}
.zh_box3 .pic01>img{
    width:100%;
}
.zh_box3 .pic02{
    width:44.1%;
    float:right;
}
.zh_box3 .pic02>img{
    width:100%;
}
.zh_box3 .pic03{
    width:44.1%;
    float:left;
}
.zh_box3 .pic03>img{
    width:100%;
}
.zh_box3 .pic04{
    width:55.9%;
    float:right;
}
.zh_box3 .pic04>img{
    width:100%;
}

.zh_box3 .dtext01{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:30% 12% 5%;
    font-size:16px;
    line-height:32px;

}

.zh_box4 .pic_con{
    width:50%;
    float:left;
}
.zh_box4 .pic_text{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:22% 12% 5%;
    font-size:16px;
    color:#e7d3bc;
    line-height:32px;
}
.zh_box4 .pic_logo{
    max-width:380px;
    margin-bottom:50px;
}


@media screen and (max-width:1440px){
    .zh_box1 .left{
        padding-left:8%;
    }
    .zh_box2{
        padding:0 8% 10%
    }
    .zh_box3{
        padding:3%;
    }
    .zh_box3 .dtext01{
        padding:15% 5% 2%;
    }
    .zh_box4 .pic_text{        
    padding:12% 8% 2%;
    font-size:14px;
    }
}

@media screen and (max-width:1200px){
    .zh_yc_tit{
        font-size:30px;
    }
    .zh_box4 .pic_text{        
    padding:5% 2% 2%;
    line-height:28px;
    }    
    .zh_box4 .pic_logo{
        max-width:280px;
        margin-bottom:30px;
    }
}
@media screen and (max-width:1023px){
    .zh_box1{
        padding-bottom:2rem;
    }  
    
    .zh_box1 .left{
        width:100%;
        padding-left:3%;
        float:none;
    }
    .zh_box1 .right{
        width:100%;
        float:none;
    }
    .zh_box1 .pic01{    
        position:relative;
        top:-.6rem; 
        margin-bottom:21px;
        width:70%;
        
    }
    .zh_box1 .text01{
        font-size:12px;
        line-height:15px;
        margin-bottom:12px;
    }
    .zh_box1 .text02{
        font-size:14px; 
        line-height:21px;
        padding:42px 3% .2rem 3%;
        margin-bottom:12px;
    }
    .zh_box1 .fy_logo{
        position: static;
        width:3.6rem;
        margin:21px auto;
    
    } 
    
    .zh_box2{
        padding:0 3% .2rem;
        background-size:auto 7.4rem;
        margin-bottom:.2rem;
    }

    .zh_box2 .con01{
        width:60%;
        position:relative;
        top:-1rem;
        float:left;
    }
    .zh_box2 .con02{
        position:absolute;
        width:40%;
        top:2.2rem;
        left:60%;
        z-index:9;
    }
    .zh_box2 .con03{
        float:none;
        padding-top:1.1rem;
        width:70%;
    
    }
    
    .zh_box2 .text01{
        position: absolute;
        padding:34px .3rem .2rem;
        font-size:12px;
        line-height:15px;
    }
    .zh_yc_tit{
        font-size:18px;
        line-height:1;
        text-align:center;
        margin-bottom:21px;
    }

    .zh_box3{
        padding:3%;
    }
    
    .zh_box3 .pic01{
        width:100%;
    }
    .zh_box3 .pic02{
        width:100%;
    }
    .zh_box3 .pic03{
        width:100%;
    }
    .zh_box3 .pic04{
        width:100%;
    }
    .zh_box3 .dtext01{
        padding:2rem .4rem .2rem;
        font-size:12px;
        line-height:18px;
    
    }
    .zh_box4 .pic_con{
        width:100%;
    }
    
    .zh_box4 .pic_logo{
        max-width:4rem;
        margin:0 auto .3rem;
    }
    .zh_box4 .pic_text{        
        padding:18px 3% .2rem;
        line-height:.38rem;
        font-size:12px;
    }

}

/* 粮之精 */
.lzj_bg01{
    background:url(../images/lzj_bg02.jpg) no-repeat center bottom;
    background-size:cover;
    padding:60px 8% 220px;
}
.lzj_gl_tit01{
    font-size:40px;
    line-height:80px;
    text-align:center;
    color:#2b221b;
}
.lzj_gl_tit02{
    font-size:18px;
    line-height:50px;
    text-align:center;
    color:#2b221b;
}
.lzj_gl_list{
    padding-top:180px;
    text-align:center;
}
.lzj_gl_list li{
    width:calc(100% / 3);
    color: white;
    text-align:center;
    float:left;
    padding:0 7%;
    transition:.8s linear;
}
.lzj_gl_list li:hover{
    transform:translateY(-12px);
}
.lzj_gl_list li:nth-child(1){
    margin-top:70px;
}
.lzj_gl_list li:nth-child(2){
    margin-top:30px;
}
.lzj_gl_list li:nth-child(3){
    margin-top:120px;
}
.lzj_gl_list_text{
    font-size:24px;
}
.lzj_gl_list_n01{
    font-size:42px;
    font-family: BEBAS;
    font-weight: 400;
    display:inline-block;
    padding-left:5px;
}
.lzj_gl_list_n02{
    font-size:72px;
    font-family: BEBAS;
    font-weight: 400;
}
.lzj_gl_list_n02 span{
    font-size:36px;
}
.lzj_gl_list_n03{
    font-size:52px;
    font-family: BEBAS;
    font-weight: 400;
}
.lzj_gl_list_n03 span{
    font-size:30px;
}

.lzj_gl_list_tit{
    height:46px;
    line-height:46px;
    border-radius:23px;
    background:rgba(230, 197, 94, .6);
    font-size:18px;
    font-weight:bold;
    margin-top:30px;
}

.lzj_box02{
    padding:3% 12.6%;
}
.lzj_box02_r{
    width:65.28%;
    float: right;
}
.lzj_box02_r>img{
    width:100%;
}
.lzj_box02_l{
    width:34.72%;
    float:left;
}
.lzj_box02_l>img{
    width:100%;
}
.lzj_box02_l_text{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    color:#fff;
    font-size:16px;
    line-height:36px;
    padding:24% 15% 5%;

}
.lzj_box3{
    padding:0 12% 5%;
}
.lzj_box3_list li{
    width:23%;
    margin:0 1%;
    border:#f0e9d9 solid 10px;
    float:left;
}
.lzj_box3_list li:nth-child(even){
    margin-top:100px;
}
.lzj_box3_list li>img{
    width:100%;
}

.lzj_box4{
    padding:0 12% 5%;
}
.lzj_box4_l{
    width:65%;
}
.lzj_box4_l>img{
    width:100%;
}
.lzj_box4_r{
    position: absolute;
    right:230px;
    top:15%;
    width:35%;
}
.lzj_box4_r_text{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    font-size:16px;
    line-height:36px;
    color:#fff;
    padding:5% 7% 5% 7%;
}
.lzj_box4_r_text_tit{
    font-size:36px;
    line-height:60px;
    text-align:center;
    margin-bottom:2%;
}

/* 匠之心 */
.jzx_box1{
    background:url(../images/jzx_bg02.jpg) no-repeat center center;
    background-size:cover;
    height:830px;
}
.jzx_box1_pos1{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    padding:5% 8%;
    color:#fff;
    text-align:center;
}
.jzx_box1_t1{
    font-size:36px;
    line-height:80px;
}
.jzx_box1_t2{
    font-size:18px;
    line-height:32px;
}

.jzx_box1_pos2{
    position: absolute;
    left:12.5%;
    bottom:8%;
    width:75%;
    background:rgba(43, 34, 27, .7) url(../images/jzx_bg03.png) no-repeat center center;
    background-size:96%;
    color:#e6d1a7;
    font-size:16px;
    line-height:32px;
    text-align:center;
    padding:2% 12%;
}

.jzx_box2{
    padding:5% 13%;
}
.jzx_box2_l{
    width:55.55%;
    float:left;
}
.jzx_box2_l>img{
    width:100%;
}
.jzx_box2_r{
    width:44.45%;
    float:right;
}
.jzx_box2_r>img{
    width:100%;
}
.jzx_box2_pos{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    color:#fff;
    padding:25% 10% 2%;
    color:#fff;
}

.jzx_box2_t1{
    font-size:36px;
    line-height:80px;
    text-align:center;
}

.jzx_box2_t2{
    font-size:16px;
    line-height:32px;
}

.jzx_box3{
    margin-bottom:5%;
    padding: 0% 12.5%;
}
.jzx_box3_li{
    width:100%;
    padding-top:24%;
}
.jzx_box3_pic{
    overflow:hidden;
}
.jzx_box3_pic>img{
    width:100%;
    transition:.6s linear;
}
.jzx_box3_pic:hover>img{
    transform:scale(1.08);
}
.jzx_box3_pos{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    padding:3% 16%;
}

.jzx_box3_t1{
    font-size:36px;
    color:#2b221b;
    line-height:80px;
    text-align:center;
    position:relative;
}
.jzx_box3_t1::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    margin-left:-20px;
    width:40px;
    height:4px;
    background:#b60007;
}
.jzx_box3_t2{
    padding-top:5%;
    font-size:16px;
    line-height:30px;
}

.jzx_box3_scroll {
    position: relative;
    overflow: hidden;
}
.jzx_box3_scroll .swiper-pagination{
    display:none;
}
.jzx_box3_scroll .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.jzx_box3_scroll .swiper-pagination-bullet-active {
    background: #b60007;
}

/* 技之古 */
.jzg_box1{
    background:url(../images/jzg_bg01.jpg) no-repeat center top;
    background-size:auto 780px;
    padding-top:60px;
    min-height:780px;
    color:#fff;
    text-align:center;
    margin-bottom:5%;
}
.jzg_box1_t1{
    font-size:40px;
    line-height:60px;
}
.jzg_box1_t2{
    font-size:18px;
    line-height:40px;
}
.jzg_box1_list{
    padding:380px 12.5% 0;
}
.jzg_box1_list li{
    width:50%;
    float:left;
    padding:5% 3% 2%;
    height:450px;

}
.jzg_box1_list01{
    background:url(../images/jzg_bg02.jpg) no-repeat;
    background-size:cover;
}
.jzg_box1_list02{
    background:url(../images/jzg_bg03.jpg) no-repeat;
    background-size:cover;
}
.jzg_box1_list_t1{
    font-size:16px;
    line-height:30px;
    padding-top:8%;
    text-align:left;

}

.jzg_box2{
    background:url(../images/jzg_bg04.jpg) no-repeat center top;
    background-size:cover;
    padding:5% 2%;
    color:#2b221b;
    text-align:center;
}
.jzg_box2_t1{
    font-size:36px;
    line-height:60px;
}
.jzg_box2_t2{
    font-size:24px;
    line-height:40px;
}
.jzg_box2_t3{
    font-size:16px;
    line-height:40px;
    padding-top:20px;
}
.jzg_box2_t4{
    font-size:18px;
    line-height:36px;
    padding:4% 0 6%; 
    color:#fff;
}
.jzg_box2_list{
    padding:0 20%;
}
.jzg_box2_list li{
    width:16%;
    float:left;
    margin:0 2%;
    position: relative;
}
.jzg_box2_list li img{
    transition:1s linear;
}
.jzg_box2_list li:hover img{
    transform:rotate(60deg);
}
.jzg_box2_list_text{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    font-size:24px;
    line-height:30px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.jzg_box3{
    padding:5% 12.5%;
    margin-bottom:5%;
}
.jzg_box3_l{
    position:absolute;
    left:0;
    top:60px;
    width:55%;
    z-index:1;
}
.jzg_box3_l>img{
    width:100%;
}
.jzg_box3_r{
    width:58%;
    float:right;

}
.jzg_box3_text{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    padding:18% 8% 2% 30%;
    color:#fff;
}
.jzg_box3_t1{
    font-size:36px;
    line-height:60px;
    margin-bottom:5%;
    text-align: center;
}
.jzg_box3_t2{
    font-size:16px;
    line-height:30px;
    padding:5% 0;
}

.jzg_box4{
    padding:0% 12.5%;
    margin-bottom:5%;
}
.jzg_box4_l{
    width:50%;
    float:left;
}
.jzg_box4_r{
    width:50%;
    float:right;
}


.jzg_box4_text{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    color:#fff;
    font-size:16px;
    line-height:36px;
    padding:9% 8% 4% 8%;

}

@media screen and (max-width:1600px){
    .lzj_gl_list li{
        padding:0 5%;
    }
    .lzj_box02{
        padding:3% 5%;
    }
    .lzj_box3{
        padding:0 4% 5%;
    }
    .lzj_box4{
        padding:0;
    }
    .lzj_box4_r{right:0;width: 50%;}
    .lzj_box02_l_text{
        padding:18% 14% 5%;
    }
    .lzj_box4_r_text{
        padding:6% 12%;
    }
    .jzx_box1_pos2{
        left:8%;
        width:84%;
    }
    .jzx_box2{
        padding:5%;
    }
    .jzx_box2_pos{
        padding:18% 8% 2%;
    }
    
    .jzx_box2_t1{
        font-size:30px;
    }
    .jzx_box3{padding:0;}
    .jzx_box3_pos{
        padding:3% 8%;
    }

    .jzg_box3{
        padding:5%;
    }
    .jzg_box4{
        padding:0;
    }   
    .jzg_box3_text{
        padding:14% 6% 2% 28%;
    }
    .jzg_box3_t1{
        font-size:32px;
    }

    .jzg_box4_text{
        padding:12% 6% 2% 8%;
        line-height:34px;
    }

    
}

@media screen and (max-width:1280px){
    .lzj_gl_list li{
        padding:0 2%;
    }
    .lzj_box02_l_text{
        padding:12% 12% 5%;
        line-height:30px;
    }
    .lzj_box4_r_text{
        padding:4% 3%;
        line-height:32px;
    }
    .jzx_box1_pos2{
        left:5%;
        width:90%;
    }
    .jzx_box2_pos{
        padding:10% 5% 2%;
    }
    .jzx_box2_t1{
        font-size:28px;
    }
    .jzx_box2_t2{
        line-height:28px;
    }
    .jzg_box3_t1{
        font-size:30px;
    }
    .jzg_box4_text{
        padding:4%;
        line-height:32px;
    }
    
}

@media screen and (max-width:1023px){ 
    /* 粮之精 */
    .lzj_bg01{
        background:url(../images/lzj_bg02_t.jpg) no-repeat center bottom;
        background-size:cover;
        padding:26px 3% 1rem;
    }
    .lzj_gl_tit01{
        font-size:18px;
        line-height:34px;
    }
    .lzj_gl_tit02{
        font-size:12px;
        line-height:21px;
    }  
    .lzj_gl_list{
        padding-top:21px;
    } 
    .lzj_gl_list li{
        width:100%;
        padding:0 1.6rem;
        margin-top:21px!important;
    }
    .lzj_gl_list_text{
        font-size:10px;
    }
    .lzj_gl_list_n01{
        font-size:18px;
        padding-left:4.2px;
    }
    .lzj_gl_list_n02{
        font-size:31px;
    }
    .lzj_gl_list_n02 span{
        font-size:15px;
    }
    .lzj_gl_list_n03{
        font-size:.52rem;
    }
    .lzj_gl_list_n03 span{
        font-size:12px;
    }
    .lzj_gl_list_tit{
        height:26px;
        line-height:26px;
        border-radius:12px;
        font-size:12px;
        font-weight:bold;
        margin-top:.2rem;
    }
    .lzj_box02_r,.lzj_box02_l{
        width:100%;
    }
    .lzj_box02_l_text{
        font-size:12px;
        line-height:26px;
        padding:42px 1rem .2rem;
    }
    .lzj_box3_list li{
        width:46%;
        margin:0 2%;
        border:#f0e9d9 solid .1rem;
        float:left;
    }
    .lzj_box3_list li:nth-child(even){
        margin-top:34px;
    }
    .lzj_box4_l{
        width:100%;
    }
    .lzj_box4_r{
        position: relative;
        right:auto;
        top:-.8rem;
        width:100%;
        padding:0 2.5%;
        
    }
    .lzj_box4_r_text{
        font-size:11px;
        line-height:15px;
        padding:3% 25.6px;
    }
    .lzj_box4_r_text_tit{
        font-size:15px;
        line-height:26px;
    }

    /* 匠之心 */
    .jzx_box1{
        height:8.5rem;
    }
    
    .jzx_box1_t1{
        font-size:15px;
        line-height:34px;
    }
    .jzx_box1_t2{
        font-size:10px;
        line-height:18px;
    }
    .jzx_box1_pos2{
        background:rgba(43, 34, 27, .7) url(../images/jzx_bg03_t.png) no-repeat center center;
        background-size: 96%;
        font-size:12px;
        line-height:18px;
        padding:5% 4%;

    }
    .jzx_box2{
        padding:3%;
    }
    .jzx_box3{padding:0;}
    .jzx_box2_l,.jzx_box2_r{
        width:100%;
    }
    .jzx_box2_pos{
        padding:21px 5% 2%;
    }
    .jzx_box2_t1{
        font-size:14px;
        line-height:68px;
    }
    .jzx_box2_t2{
        font-size:12px;
        line-height:18px;
    }
    .jzx_box3_li{
        width:100%;
        padding-top:3rem;
    }
    .jzx_box3_pos{
        padding:3% 5%;
    }
    .jzx_box3_t1{
        font-size:15px;
        line-height:52px;
    }
    .jzx_box3_t2{
        font-size:12px;
        line-height:18px;
    }
    
    .jzx_box3_scroll .swiper-pagination{
    display:block;
    }

    /* 技之古 */
    .jzg_box1{
        background-size:auto 7.8rem;
        padding-top:2rem;
        min-height:7.8rem;
    }
    .jzg_box1_list li{
        width:100%;
        margin-bottom:12px;
        height:auto;
        padding-bottom:21px;
    }
    .jzg_box1_list_icon{
        width:42px;
        margin:0 auto;
    }
    .jzg_box1_t1{
        font-size:18px;
        line-height:34px;
    }
    .jzg_box1_t2{
        font-size:12px;
        line-height:18px;
    }
    .jzg_box2{
        padding:21px 2%;
    }
    .jzg_box1_list{
        padding:76px 3% 0;
    }
    .jzg_box2_list{
        padding:5% 2%;
    }
        
    .jzg_box2_t1{
        font-size:15px;
        line-height:26px;
    }
    .jzg_box2_t2{
        font-size:.28rem;
        line-height:26px;
    }
    .jzg_box2_t3{
        font-size:11px;
        line-height:18px;
        padding-top:.2rem;
    }
    .jzg_box2_t4{
        font-size:11px;
        line-height:18px;
        padding:34px 0 1rem; 
    }
    .jzg_box2_list_text{
        font-size:11px;
        line-height:11px;
    }

    .jzg_box3{
        padding:3%;
    }
    .jzg_box3_l{
        position: static;
        width:100%;
    }
    .jzg_box3_r{
        width:100%;
    }
    .jzg_box3_text{
        padding:21px 12px;
    }
    .jzg_box3_t1{
        font-size:15px;
        line-height:26px;
        margin-bottom:.2rem;
    }
    .jzg_box3_t2{
        font-size:12px;
        line-height:18px;
        padding-top:.2rem;
    }
    .jzg_box3_icon{
        width:2.4rem;
        margin:0 auto;
    }
    .jzg_box4_l,.jzg_box4_r{
        width:100%;
    }
    .jzg_box4_text{
        font-size:10px;
        line-height:15px;
    }


}

.szc_scroll {
    position: relative;
    overflow: hidden;
}

.szc_scroll .swiper-button-prev {
    position: absolute;
    left: 12.5%;
    width: 60px;
    height: 60px;
    background: url(../images/i04.png) no-repeat;
    background-size: 100% 100%;
}
.szc_scroll .swiper-button-prev:hover{
    background: url(../images/i01.png) no-repeat;
    background-size: 100% 100%;
}

.szc_scroll .swiper-button-next {
    position: absolute;
    right: 12.5%;
    width: 60px;
    height: 60px;
    background: url(../images/i03.png) no-repeat;
    background-size: 100% 100%;
}
.szc_scroll .swiper-button-next:hover{
    background: url(../images/i02.png) no-repeat;
    background-size: 100% 100%;
}




/*  */

.img_scale{
    overflow:hidden;
}
.img_scale img{
    transition:.6s linear;
}
.img_scale:hover img{
    transform: scale(1.06);
}


.img_tx{
    overflow:hidden;
}
.img_tx img{
    transition:.6s linear;
}
.img_tx:hover img{
    transform: translateX(6px);
}

.cl{
    clear:both;
}
.rel{
    position: relative;
}
