
#fp-nav{width: 100px; top: 80%; left: 40px; z-index: 8}
#fp-nav li a:before{display: block; width: 40px; font-size: 13px; color: #dedede; font-weight: 100; position: absolute; bottom: 0; right: 0; margin: 0 -50px -6px 0; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
#fp-nav li:nth-child(1) a:before{content: "首页"}
#fp-nav li:nth-child(2) a:before{content: "产品"}
#fp-nav li:nth-child(3) a:before{content: "新闻"}
#fp-nav li:nth-child(4) a:before{content: "活动"}
#fp-nav li:nth-child(5) a:before{content: "联系"}

#fp-nav li a.active:before{opacity: 1}

.index_left{width: 40px; position: fixed; bottom: 40px; left: 40px; z-index: 9}
.index_left .down{display: block; width: 20px; height: 30px; margin: 0 auto; background: url("../image/ico01.png") no-repeat}
.index_left p{font-size: 12px; color: #fff; margin-top: 14px; font-weight: 100; text-align: center}
.index_left .down{animation: down_an 3s linear infinite; -webkit-animation: down_an 3s linear infinite; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}


@keyframes down_an {
    0%{transform: translateY(0); opacity: .5}
    100%{transform: translateY(10px); opacity: 1}
}

@-webkit-keyframes down_an {
    0%{transform: translateY(0); opacity: 0.5}
    100%{transform: translateY(10px); opacity: 1}
}

.tran{transition: all 1s ease .6s; -webkit-transition: all 1s ease .6s}
.tran1{transition: all 1s ease .9s; -webkit-transition: all 1s ease .9s}
.tran2{transition: all 1s ease 1s; -webkit-transition: all 1s ease 1s}

.section{position: relative; overflow: hidden}

/*----section01----*/
.banner{width: 100%; height: 100%; position: relative}
.banner .swiper-slide{width: 100%; height: 100%}
.banner .img{width: 100%; height: 100%; background-position: center; background-size: cover}

.banner .swiper-slide-active .img{animation: zoom 5s cubic-bezier(0.42,0,0.58,1); -webkit-animation: zoom 5s cubic-bezier(0.42,0,0.58,1); animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}

.banner_txt{width: 100%; height: 100%; position: absolute; top: 0; left: 0; margin-top: 20%; z-index: 9}
.banner_txt .img{width: 595px; margin: 0 auto}


/*----section02----*/
.section02{background: url("../image/bg01.jpg") no-repeat center; background-size: cover; z-index: 9}
.section02 .section02_con{height: 100%;}
.section02 .section02_con .section02_list{padding: 0 140px;}
.section02 .section02_con .section02_list .li{position: relative}
.section02 .section02_con .section02_list .li .img{width: 1000px; margin: 140px auto 0 auto;}
.section02 .section02_con .section02_list .li .img img{float: none; display: block;}
.section02 .section02_con .section02_list .li .txt{position: absolute; top: 0; left: 0; margin: 80px 0 0 60px; }
.section02 .section02_con .section02_list .li .txt .img{width: auto; height: 260px; margin: 0; transform: translateY(-200px); -webkit-transform: translateY(-200px); opacity: 0; transition: all ease .8s .4s; -webkit-transition: all ease .8s .4s}
.section02 .section02_con .section02_list .li .txt .c_link{width: 280px; height: 60px; margin-top: 120px; background-image: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1)); border-radius: 30px; text-align: center; line-height: 60px; transform: scale(0.6); -webkit-transform: scale(0.6); opacity: 0; transition: all ease .8s .4s; -webkit-transition: all ease .8s .4s}
.section02 .section02_con .section02_list .li .txt .c_link b{font-size: 20px; color: #fff; font-weight: normal; font-family: 'Montserrat-Light'}
.section02 .section02_con .section02_list .li .txt .c_link i{font-size: 18px; color: #fff; padding-left: 8px; transition: all ease .4s; -webkit-transition: all ease .4s}
.section02 .section02_con .section02_list .li .txt .c_link:hover{box-shadow: 0 0 20px 3px rgba(0,0,0,.3)}
.section02 .section02_con .section02_list .li .txt .c_link:hover i{padding-left: 16px; }

.section02 .section02_con .section02_list .slick-prev, .section02 .section02_con .section02_list .slick-next{background: #fff; border-radius: 100%; bottom: 20px;}
.section02 .section02_con .section02_list .slick-prev{left: 180px;}
.section02 .section02_con .section02_list .slick-next{right: 180px;}
.section02 .section02_con .section02_list .slick-prev:before{content: ""; display: inline-block; border-left: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(45deg); margin-left: 3px; opacity: 1}
.section02 .section02_con .section02_list .slick-next:before{content: ""; display: inline-block; border-right: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(-45deg); margin-left: -3px; opacity: 1}
.section02 .section02_con .section02_list .slick-prev:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.section02 .section02_con .section02_list .slick-next:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.section02 .section02_con .section02_list .slick-prev:hover:before{border-left: 2px solid #fff; border-bottom: 2px solid #fff;}
.section02 .section02_con .section02_list .slick-next:hover:before{border-right: 2px solid #fff; border-bottom: 2px solid #fff;}

.section02 .section02_con .section02_list .slick-dots{width: 200px; height: 500px; top: 0; right: 0; text-align: left; margin: 180px 40px 0 0; z-index: 8}
.section02 .section02_con .section02_list .slick-dots li{display: block; width: auto; height: auto; margin: 10px 0;}
.section02 .section02_con .section02_list .slick-dots li button{width: auto; height: auto; padding: 16px 0;}
.section02 .section02_con .section02_list .slick-dots li button:before{content: "肉排系列"; top: 0; left: 0; width: auto; height: auto; font-size: 18px; color: #333; margin: 0 0 0 70px; background: transparent; opacity: 1}
.section02 .section02_con .section02_list .slick-dots li.slick-active button:before{color: rgba(215,1,16,1)}
.section02 .section02_con .section02_list .slick-dots li:before{content: ""; display: block; width: 0; height: 1px; background: rgba(215,1,16,1); position: absolute; top: 0; left: 0; margin: 10px 0 0 -40px}
.section02 .section02_con .section02_list .slick-dots li.slick-active:before{width: 100px;}
.section02 .section02_con .section02_list .slick-dots li:nth-child(2) button:before{content: "肉串系列";}
.section02 .section02_con .section02_list .slick-dots li:nth-child(3) button:before{content: "美木真烤肠系列";}
.section02 .section02_con .section02_list .slick-dots li:nth-child(4) button:before{content: "香肠系列";}
.section02 .section02_con .section02_list .slick-dots li:nth-child(5) button:before{content: "鸡块系列";}
.section02 .section02_con .section02_list .slick-dots li:nth-child(6) button:before{content: "电商系列";}
.section02 .section02_con .section02_list .slick-dots li:nth-child(7) button:before{content: "预制菜系列";}

.section02 .section02_con .section02_list .li.slick-active .txt .img{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1}
.section02 .section02_con .section02_list .li.slick-active .txt .c_link{transform: scale(1); -webkit-transform: scale(1); opacity: 1}

/*----section03----*/
.section03{background: #fff; position: relative}
.section03 .section03_con .section03_bg{width: 100%; height: 100%; position: absolute; top: -10%; left: 0;}
.section03 .section03_con .section03_bg .video_li{width: 100%; position: absolute; top: 0; left: 0; right: 0;}
.video-js{width: 100%; height: auto;}
.section03 .video-js .vjs-tech{width: 100%; height: auto}

.section03 .section03_con .section03_title{position: absolute; padding-left: 20px; top: 11%; left: 10%;}
.section03 .section03_con .section03_title h1{font-size: 40px; color: #fff;}
.section03 .section03_con .section03_title p{font-size: 22px; color: #999; font-family: 'Montserrat-Light'}
.section03 .section03_con .section03_title .line{display: block; width: 2px; height: 70px; position: absolute; top: 0; left: 0; background: rgba(215,1,16,1); margin: 8px 0 0 0}

.section03 .section03_con .section03_video{position: absolute; top: 25%; left: 10%;}
.section03 .section03_con .section03_video .btn{position: relative; display: block; width: 158px; height: 158px; cursor: pointer; z-index: 2}
.section03 .section03_con .section03_video:before{content: ""; display: block; width: 50px; height: 50px; border-radius: 50%; opacity: .7; background-color: #f06b4e; animation: scale 1.6s infinite cubic-bezier(0, 0, 0.49, 1.02); -webkit-animation: scale 1.6s infinite cubic-bezier(0, 0, 0.49, 1.02); top: 50%; left: 50%; margin: -25px 0 0 -25px; position: absolute; z-index: 1}

@keyframes scale {
    0%{transform: scale(1); opacity: 0.3}
    50%, 75%{transform: scale(3)}
    78%, 100%{opacity: 0}
}

@-webkit-keyframes scale {
    0%{transform: scale(1); opacity: 0.3}
    50%, 75%{transform: scale(3)}
    78%, 100%{opacity: 0}
 }

.section03 .section03_con .section03_list{width: 80%; margin: 14% 0 0 20%;}
.section03 .section03_con .section03_list .section03_li{padding-left: 10%;}
.section03 .section03_con .section03_list .section03_li .li{margin: 0 10px;}
.section03 .section03_con .section03_list .section03_li .li .img{width: 100%; overflow: hidden}
.section03 .section03_con .section03_list .section03_li .li .img img{width: 100%; transition: all ease .5s; -webkit-transition: all ease .5s}
.section03 .section03_con .section03_list .section03_li .li .txt{padding: 30px 20px; background: #fff; position: relative}
.section03 .section03_con .section03_list .section03_li .li .txt h6{font-size: 16px; color: #999; font-family: 'Montserrat-Light'}
.section03 .section03_con .section03_list .section03_li .li .txt .line{display: block; width: 100%; height: 1px; background: #dedede; margin: 16px 0 20px 0;}
.section03 .section03_con .section03_list .section03_li .li .txt h1{font-size: 20px; color: #181818; font-weight: bold; line-height: 26px; margin-bottom: 30px;}
.section03 .section03_con .section03_list .section03_li .li .txt .more{display: block; font-size: 17px; color: #999; font-weight: bold; font-family: 'Montserrat-Light'}
.section03 .section03_con .section03_list .section03_li .li .txt .fl{display: block; font-size: 18px; color: #999; position: absolute; top: 0; right: 0; margin: 20px 20px 0 0}
.section03 .section03_con .section03_list .section03_li .li .txt .fl i{padding-right: 4px;}
.section03 .section03_con .section03_list .section03_li .li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

.section03 .section03_con .section03_list .section03_li .slick-prev, .section03 .section03_con .section03_list .section03_li .slick-next{background: #fff; border-radius: 100%; bottom: -20px;}
.section03 .section03_con .section03_list .section03_li .slick-prev{left: 0;}
.section03 .section03_con .section03_list .section03_li .slick-next{left: 80px;}
.section03 .section03_con .section03_list .section03_li .slick-prev:before{content: ""; display: inline-block; border-left: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(45deg); margin-left: 3px; opacity: 1}
.section03 .section03_con .section03_list .section03_li .slick-next:before{content: ""; display: inline-block; border-right: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(-45deg); margin-left: -3px; opacity: 1}
.section03 .section03_con .section03_list .section03_li .slick-prev:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.section03 .section03_con .section03_list .section03_li .slick-next:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.section03 .section03_con .section03_list .section03_li .slick-prev:hover:before{border-left: 2px solid #fff; border-bottom: 2px solid #fff;}
.section03 .section03_con .section03_list .section03_li .slick-next:hover:before{border-right: 2px solid #fff; border-bottom: 2px solid #fff;}


/*----section04----*/
.section04{position: relative; background: url("../image/bg01.jpg") no-repeat center; background-size: cover}

.section04 .section04_con .section04_title{position: absolute; padding-left: 20px; top: 11%; left: 10%;}
.section04 .section04_con .section04_title h1{font-size: 40px; color: #181818;}
.section04 .section04_con .section04_title p{font-size: 22px; color: #999; font-family: 'Montserrat-Light'}
.section04 .section04_con .section04_title .line{display: block; width: 2px; height: 70px; position: absolute; top: 0; left: 0; background: rgba(215,1,16,1); margin: 8px 0 0 0}

.section04 .section04_con .section04_list{width: 80%; margin: 6% auto 0 auto;}
.section04 .section04_con .section04_list .section04_li{padding-left: 10%;}
.section04 .section04_con .section04_list .section04_li .li{position: relative}
.section04 .section04_con .section04_list .section04_li .li .img{width: 100%; border-top-left-radius: 80px; overflow: hidden}
.section04 .section04_con .section04_list .section04_li .li .img img{width: 100%;}
.section04 .section04_con .section04_list .section04_li .li .txt{width: 460px; padding: 70px 50px; position: absolute; top: 0; right: 0; margin: 60px 40px 0 0; border-top-left-radius: 60px; background: rgba(255,255,255,.8)}
.section04 .section04_con .section04_list .section04_li .li .txt h1{font-size: 38px; color: #181818; margin-bottom: 60px;}
.section04 .section04_con .section04_list .section04_li .li .txt p{font-size: 16px; color: #666; line-height: 28px;}
.section04 .section04_con .section04_list .section04_li .li .txt .b_link{width: 120px; height: 40px; font-size: 16px; color: #fff; text-align: center; line-height: 40px; margin-top: 40px; background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1)); border-radius: 24px;}
.section04 .section04_con .section04_list .section04_li .li .txt h6{font-size: 16px; color: rgba(215,1,16,1); position: absolute; bottom: 0; right: 0; margin: 0 50px 70px 0; font-family: 'Montserrat-Light'}

.section04 .section04_con .section04_list .section04_li .slick-prev, .section04 .section04_con .section04_list .section04_li .slick-next{background: #fff; border-radius: 100%; bottom: -20px;}
.section04 .section04_con .section04_list .section04_li .slick-prev{left: 0;}
.section04 .section04_con .section04_list .section04_li .slick-next{left: 80px;}
.section04 .section04_con .section04_list .section04_li .slick-prev:before{content: ""; display: inline-block; border-left: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(45deg); margin-left: 3px; opacity: 1}
.section04 .section04_con .section04_list .section04_li .slick-next:before{content: ""; display: inline-block; border-right: 2px solid rgba(215,1,16,1); border-bottom: 2px solid rgba(215,1,16,1); width: 6px; height: 6px; transform: rotate(-45deg); margin-left: -3px; opacity: 1}
.section04 .section04_con .section04_list .section04_li .slick-prev:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.section04 .section04_con .section04_list .section04_li .slick-next:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1));}
.section04 .section04_con .section04_list .section04_li .slick-prev:hover:before{border-left: 2px solid #fff; border-bottom: 2px solid #fff;}
.section04 .section04_con .section04_list .section04_li .slick-next:hover:before{border-right: 2px solid #fff; border-bottom: 2px solid #fff;}

.section04 .section04_con .section04_list .section04_li .li .txt:hover{background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1))}
.section04 .section04_con .section04_list .section04_li .li .txt:hover h1{color: #fff;}
.section04 .section04_con .section04_list .section04_li .li .txt:hover p{color: #fff;}
.section04 .section04_con .section04_list .section04_li .li .txt:hover h6{color: #fff;}
.section04 .section04_con .section04_list .section04_li .li .txt:hover .b_link{background: #fff; color: rgba(215,1,16,1)}

/*----section05----*/
.section05{position: relative; background: #fff;}
.section05 .section05_left{width: 50%; height: 100%; padding: 0 100px; background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1))}

.section05 .section05_left .section05_nav{margin-left: 60px; margin-top: 60px; margin-bottom: 200px;}
.section05 .section05_left .section05_nav .nav_bar{list-style: none; padding: 60px 0 0 8%;}
.section05 .section05_left .section05_nav .nav_bar li{margin-bottom: 20px; position: relative;}
.section05 .section05_left .section05_nav .nav_bar li.menu{font-size: 18px; color: #fff; font-family: 'novecentowide-book'}
.section05 .section05_left .section05_nav .nav_bar li a{font-size: 18px; color: #fff; padding: 10px 0; position: relative;}
.section05 .section05_left .section05_nav .nav_bar li a:before{content: ""; display: block; width: 7px; height: 7px; background: #fff; border-radius: 100%; position: absolute; top: 0; left: 0; margin: 20px 0 0 -16px;}

.section05 .section05_left .section05_nav .nav_bar li .nav_son{position: absolute; top: 0; left: 0; margin: 0 0 0 120px;}
.section05 .section05_left .section05_nav .nav_bar li .nav_son a{display: inline-block; font-size: 16px; color: #dedede; margin-right: 20px; margin-bottom: 10px; position: relative}
.section05 .section05_left .section05_nav .nav_bar li .nav_son a:hover{color: #fff;}
.section05 .section05_left .section05_nav .nav_bar li .nav_son a:before{display: none}

.section05 .section05_left .section05_nav .nav_bar li:nth-child(2){display: none}
.section05 .section05_left .section05_nav .nav_bar li:nth-child(5){display: none}
.section05 .section05_left .section05_nav .nav_bar li:nth-child(6){display: none}

.section05 .section05_left .section05_contact{margin-left: 100px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.4);}
.section05 .section05_left .section05_contact .li{width: 50%; margin-bottom: 30px;}
.section05 .section05_left .section05_contact .li span{display: block; font-size: 18px; color: rgba(255,255,255,.6)}
.section05 .section05_left .section05_contact .li span i{padding-right: 10px;}
.section05 .section05_left .section05_contact .li .t{font-size: 20px; color: #fff; margin-top: 8px; font-family: 'Montserrat-Light'}

.section05 .section05_left .section05_copy{margin-left: 100px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.4);}
.section05 .section05_left .section05_copy .footer_ying{margin-bottom: 10px;}
.section05 .section05_left .section05_copy .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: rgba(255,255,255,.4);}
.section05 .section05_left .section05_copy .footer_ying .ying{font-size: 14px; color: rgba(255,255,255,.4); padding: 0 6px 0 0; margin-right: 4px;}
.section05 .section05_left .section05_copy .footer_link{margin-bottom: 10px;}
.section05 .section05_left .section05_copy .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: rgba(255,255,255,.4);}
.section05 .section05_left .section05_copy .footer_link .f_link{font-size: 14px; color: rgba(255,255,255,.4); padding: 0 6px 0 0; margin-right: 4px;}

.section05 .section05_left .section05_copy span{display: block; line-height: 22px;}
.section05 .section05_left .section05_copy a{display: inline-block; font-size: 13px; color: rgba(255,255,255,.4); line-height: 16px; margin-right: 20px;}
.section05 .section05_left .section05_copy .design{width: 64px; height: 16px; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}


.section05 .section05_right{width: 50%; height: 100%; padding: 80px; background: url("../image/ico04.png") no-repeat; background-size: cover}

.section05 .section05_right .li_left{width: 40%; padding-top: 32%;}
.section05 .section05_right .li_left .list{list-style: none}
.section05 .section05_right .li_left .list li{width: 300px; height: 60px; margin-bottom: 20px; line-height: 60px; border: 1px solid #f0f0f0; border-radius: 50px; cursor: pointer}
.section05 .section05_right .li_left .list li h1{font-size: 15px; color: #666; padding-left: 30px;}
.section05 .section05_right .li_left .list li h1 i{font-size: 20px; padding-right: 10px; color: #181818;}
.section05 .section05_right .li_left .list li.on h1{color: rgba(215,1,16,1)}
.section05 .section05_right .li_left .list li.on{box-shadow: 0 0 16px 3px rgba(0,0,0,.1); border: 1px solid transparent}

.section05 .section05_right .li_right{width: 60%; height: 786px; background: url("../image/ico08.png") no-repeat center; background-size: 437px 786px}
.section05 .section05_right .li_right .bg_b{width: 252px; height: 330px; background: #f3f2ef; display: none; margin: 40% auto 0 auto; padding-top: 40px;}
.section05 .section05_right .li_right .bg_b.active{display: block}
.section05 .section05_right .li_right .bg_b img{max-width: 60%; max-height: 60%; float: none; display: block; margin: 0 auto 10px auto}
.section05 .section05_right .li_right .bg_b h3{font-size: 22px; color: #181818; margin-bottom: 8px; text-align: center}
.section05 .section05_right .li_right .bg_b h6{font-size: 15px; color: #666; text-align: center}


.win{width: 800px; height: 570px; position: fixed; top: 50%; left: 50%; margin: -260px 0 0 -400px; padding: 140px 60px 0 0; background: url(../image/win-bg.png) no-repeat; z-index: 9; opacity: 0; visibility: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.win .win_left{width: 60%; position: relative; z-index: 2}
.win .win_left img{width: 100%; float: none; display: block}
.win .win_right{width: 35%; margin-left: 5%; position: relative; padding-top: 20px;}
.win .win_right h1{font-size: 42px; color: rgba(215,1,16,1); font-weight: bold;}
.win .win_right .line{display: block; width: 100%; height: 1px; background: #f0f0f0; margin: 20px 0}
.win .win_right h6{font-size: 28px; color: #181818; font-weight: bold; margin-bottom: 30px;}
.win .win_right a{width: 160px; height: 42px; font-size: 14px; color: #fff; background-image: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,1)); border-radius: 30px; text-align: center; line-height: 42px;}

.win .win_close{width: 27px; height: 27px; position: absolute; top: 0; right: 0; margin: 40px 100px 0 0; background: url(../image/close.png) no-repeat;}
.win.win_on{display: none}

