html,body{width:100%;min-width:1200px;background: #fff;color: #333;}
.body{padding-top:90px;}
.nav-wrap{width:100%;min-width: 1200px;height:90px;background: rgba(255,255,255,0.95);position: fixed; z-index: 99; top: 0; box-shadow: 0 0 6px rgba(0,0,0,.1);}
.fade-enter-active {margin-top: 0;transition: margin-top .3s linear;}
.fade-enter{margin-top: -90px}
.fade-leave-active {margin-top: -90px;transition: margin-top .3s linear;}
.fade-leave{margin-top: 0;}
.nav{width:1400px;line-height:90px;margin:0 auto;position: relative;font-family: cursive;}
.nav-logo{display: block;width:236px;height:90px;background:url(../../images/nav/logo_black.png) no-repeat left center;background-size: 100% auto;}
.nav-list{position: absolute;right:0;top:0;}
.nav-list li{float: left;padding:0 15px;cursor: pointer;position: relative;}
.nav-list li a{display:inline-block;height:70px;color: #333;font-size:14px;position: relative;-webkit-transition: color .4s ease-in; -moz-transition: color .4s ease-in; -ms-transition: color .4s ease-in;}
/*.nav-list li a:hover i,.nav-list a:hover,.nav-list a.cur{font-weight: bold;}*/
.nav-list a.cur{ font-weight: bold; }
.nav-list a i{ display: block; width: 0px; height: 3px; position: absolute; z-index: 1; bottom: 0; background: #000; overflow: hidden; }
.nav-list a.cur i{ width: 100%; left: 0; }
.nav-list li.login{margin:0 20px;}
.nav-list li.login i{margin:0 8px;color: #333;}
.nav-list .drop-down-menu-wrap{
    height: 0;
    overflow: hidden;
}
.nav-list .drop-down-menu{
    color: #ffffff;
    font-size: 14px;
    /* margin-top: 22px; */
    /* background: rgba(0, 0, 0, .3); */
    background: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
    line-height: 50px;
    /* height:50px; */
}
.nav-list li .drop-down-menu a{
    line-height: 50px;
    height:50px;
}
.nav-list .drop-down-menu>div:hover{
    background: rgba(0, 0, 0, .1);
}
.nav-list li:hover .drop-down-menu{
    height: auto;
    transition: all 0.3s;
}
.server-tel{
    position: absolute;
    left: 66px;
    top: 15px;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}
.header-phone{background: url(../../images/nav/nav-phone.png) no-repeat left 34px;padding-left:20px;background-size: 18%;}
.hoverNav{display:block;left:0;animation-name:navHover;-webkit-animation:navHover .2s linear 0s normal none;-moz-animation:navHover .2s linear 0s normal none;animation:navHover .2s linear 0s normal none;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes navHover{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}@-moz-keyframes navHover{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}@-ms-keyframes navHover{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}
.outNav{display:block;left:0;animation-name:outNav;-webkit-animation:outNav .2s linear 0s normal none;-moz-animation:outNav .2s linear 0s normal none;animation:outNav .2s linear 0s normal none;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes outNav{0%{width:100%}10%{width:90%}20%{width:80%}30%{width:70%}40%{width:60%}50%{width:50%}60%{width:40%}70%{width:30%}80%{width:20%}90%{width:10%}100%{width:0}}@-moz-keyframes outNav{0%{width:100%}10%{width:90%}20%{width:80%}30%{width:70%}40%{width:60%}50%{width:50%}60%{width:40%}70%{width:30%}80%{width:20%}90%{width:10%}100%{width:0}}@-ms-keyframes outNav{0%{width:100%}10%{width:90%}20%{width:80%}30%{width:70%}40%{width:60%}50%{width:50%}60%{width:40%}70%{width:30%}80%{width:20%}90%{width:10%}100%{width:0}}
.outNavReturn{display:block;right:0;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);animation-name:outNav;-webkit-animation:outNav .2s linear 0s normal none;-moz-animation:outNav .2s linear 0s normal none;animation:outNav .2s linear 0s normal none;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes outNav{0%{width:100%}10%{width:90%}20%{width:80%}30%{width:70%}40%{width:60%}50%{width:50%}60%{width:40%}70%{width:30%}80%{width:20%}90%{width:10%}100%{width:0}}@-moz-keyframes outNav{0%{width:100%}10%{width:90%}20%{width:80%}30%{width:70%}40%{width:60%}50%{width:50%}60%{width:40%}70%{width:30%}80%{width:20%}90%{width:10%}100%{width:0}}@-ms-keyframes outNav{0%{width:100%}10%{width:90%}20%{width:80%}30%{width:70%}40%{width:60%}50%{width:50%}60%{width:40%}70%{width:30%}80%{width:20%}90%{width:10%}100%{width:0}}
.hoverNavReturn{display:block;right:0;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);animation-name:hoverNavReturn;-webkit-animation:hoverNavReturn .2s linear 0s normal none;-moz-animation:hoverNavReturn .2s linear 0s normal none;animation:hoverNavReturn .2s linear 0s normal none;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes hoverNavReturn{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}@-moz-keyframes hoverNavReturn{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%}}@-ms-keyframes hoverNavReturn{0%{width:0}10%{width:10%}20%{width:20%}30%{width:30%}40%{width:40%}50%{width:50%}60%{width:60%}70%{width:70%}80%{width:80%}90%{width:90%}100%{width:100%;}}
/* .kitchen-banner{width:100%;height:600px;background: url(https://img.tsingpu.com/website/tlab.png) no-repeat center center;} */
.kitchen-banner img{width: 100%;height: auto;}
.kitchen-banner h3{text-align:center;padding:144px 0 32px;animation-name: headerTitle; -webkit-animation: headerTitle .8s ease-out; -moz-animation: headerTitle .8s ease-out; animation: headerTitle .8s ease-out;}
.kitchen-center{width:1200px;color: #fff;position: absolute;left: 50%;margin-left: -600px; top: 15%;text-align: center}
.kitchen-center h2{text-align: center;font-size: 45px;margin-bottom: 20px;}
.kitchen-center p{font-size: 18px;line-height: 36px;margin: 0 auto;width: 700px;margin-bottom: 10px;}
.tlab-count{width: 1200px;margin: 0 auto;}
.tlab-count .tlab-item{margin: 100px auto;}
.tlab-count .tlab-title{text-align: center;}
.tlab-count .tlab-title h3{font-size: 36px;line-height: 50px;margin-bottom: 20px;}
.tlab-count .tlab-title p{line-height: 28px;font-size: 14px;color: #333;}
.tlab-count .tlab-center{display: flex;display: -webkit-flex;margin-top: 40px;justify-content: space-between;}
.tlab-count .tlab-center .tlab-list{flex: 560px 0 0;height: 520px;box-shadow: 0 5px 10px #eee;}
.tlab-count .tlab-center .item-bot{width: 100%;height: 150px;overflow: hidden;box-sizing: border-box;padding: 30px;}
.tlab-center .tlab-list img{width: 100%;height: 370px;}
.tlab-center .item-bot h4{height: 40px; line-height: 40px; font-size: 26px;}
.tlab-center .item-bot a{display: block;float: right;margin: 15px 0 0 0;height: 32px;line-height: 32px;border-bottom: 2px solid #000;}
@-webkit-keyframes headerTitle{ from { opacity: 0; -webkit-transform: translateY(-50px); } to { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes headerTitle{ from { opacity: 0; -moz-transform: translateY(-50px); } to { opacity: 1; -moz-transform: translateY(0); } }
@keyframes headerTitle{ from { opacity: 0; transform: translateY(-50px); } to { opacity: 1; transform: translateY(0) } }
.swiper-container4{
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.kitchen-banner-swiper{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}
.swiper-button-prev {
    background-image: url(../../images/holiday/layer-prev.png);
    left: 10px;
    right: auto;
}
.swiper-button-next {
    background-image: url(../../images/holiday/layer-next.png);
    right: 10px;
    left: auto;
}
.kitchen-banner-swiper .swiper-button-next4,
.kitchen-banner-swiper .swiper-button-prev4{
    background-image: url();
    top: 50%;
    margin-top: -45px;

}
.kitchen-banner-swiper .swiper-button-next4 img,
.kitchen-banner-swiper .swiper-button-prev4 img{
    width: 100%;
}
.kitchen-banner-swiper .swiper-button-prev4{
    left: 20px;
}
.kitchen-banner-swiper .swiper-button-next4{
    right: 20px;
}

/* T-Lab 详情 */
.tlab-detail{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 140px 0 200px;
}
.tlab-detail .swiper-container{
    width: 720px;
    height: 480px;
    float: left;
}
.tlab-detail .swiper-container img{
    width: 100%;
    height: 100%;
}
.tlab-detail .detail-text{
    width: 450px;
    padding: 50px 60px 0;
    box-sizing: border-box;
    float: left;
}
.tlab-detail .detail-text h2{
    line-height: 36px;
    font-size: 36px;
    margin-bottom: 20px;

}
.tlab-detail .detail-text p{
    font-size: 18px;
    line-height: 32px;
}
.detail-text .place{
    margin-top: 40px;
}
.detail-text .place p{
    font-size: 14px;
}
.detail-text .place p i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../../images/tlab/dizhi.png) no-repeat;
    background-size: 100% 100%;
}
.detail-text .place p:nth-child(2) i{
    background: url(../../images/tlab/mianji.png) no-repeat;
    background-size: 100% 100%;
}
.detail-text .place p:nth-child(3) i{
    background: url(../../images/tlab/fenlei.png) no-repeat;
    background-size: 100% 100%;
}
