/* 
* @Author: Marte
* @Date:   2017-04-29 21:48:52
* @Last Modified by:   Marte
* @Last Modified time: 2017-06-10 16:22:38
*/

@font-face{font-family: mlml;src:url('fzpshjt.ttf');}
body{/*font-family: 'mlml';*/font-family:"Microsoft YaHei","Helvetica Neue",Arial,HelveticaNeue,Helvetica,"BBAlpha Sans",sans-serif;color: #fff;font-size: 16px;background:#282828;min-width: 1080px;}
body.yh{}
a,a:hover{color:#fff;text-decoration: none;}
.w{width:1080px;margin:0 auto;}


/*公用组件*/
/*公用组件 - 头部导航*/
.g-head{position: fixed;z-index: 9;top:0;left:0;right:0;height:60px;line-height: 60px;background:#fff;color:#282828;}
.g-head>.w>a{display:inline-block;width:200px;height:140px;position: absolute;overflow:hidden;}
.g-head .logo{margin:-15px 0 0 15px;position: absolute;}

.g-head .logo_text{position: absolute;left:25px;top:70px;width:152px;overflow:hidden;animation:text 1s linear 1;-webkit-animation:text 1s linear 1;}
.g-head .logo_line{position: absolute;left:25px;top:94px;width:152px;overflow:hidden;animation:line 2s linear 1;-webkit-animation:line 2s linear 1;}

@-webkit-keyframes text {
    0%{width:0;}
    100%{width:155px;}
}
@-moz-keyframes text {
    0%{width:0;}
    100%{width:155px;}
}
@-ms-keyframes text {
    0%{width:0;}
    100%{width:155px;}
}
@-o-keyframes text {
    0%{width:0;}
    100%{width:155px;}
}
@keyframes text {
    0%{width:0;}
    100%{width:155px;}
}

@-webkit-keyframes line {
    0%{width:0;display:none;}
    75%{width:0;display:block;}
    100%{width:155px;}
}
@-moz-keyframes line {
    0%{width:0;display:none;}
    75%{width:0;display:block;}
    100%{width:155px;}
}
@-ms-keyframes line {
    0%{width:0;display:none;}
    75%{width:0;display:block;}
    100%{width:155px;}
}
@-o-keyframes line {
    0%{width:0;display:none;}
    75%{width:0;display:block;}
    100%{width:155px;}
}
@keyframes line {
    0%{width:0;display:none;}
    75%{width:0;display:block;}
    100%{width:155px;}
}

.g-head .nav{float: right;}
.g-head .nav li{display:inline-block;margin:0 10px;position: relative;}
.g-head .nav li a{display:block;height:100%;color:#282828;}
.g-head .nav li:hover>a{color:#e9903c;}
.g-head .nav li.cur>a{color:#e9903c;}
.g-head .nav .u-group{position: absolute;top:60px;left:0;width:150%;display:none;}
.g-head .nav .u-group a{display:block;line-height: 26px;width:100%;margin-bottom: 2px;background:rgba(255,255,255,.9);text-align: left;text-indent: 1em;color:#282828;font-size: 14px;letter-spacing: 5px;}
.g-head .nav .u-group a.cur{background:#333;color:#ef913a;}
.g-head .nav .u-group a:hover{background:#333;color:#ef913a;}
.g-head .search{float: right;width:200px;height:30px;margin:15px -100px 0 15px;border-radius: 20px;box-shadow: 0 0 5px inset;position: relative;/*background: url(../img/icon_down.png) no-repeat 5px center;background-size: 20px;*/}
@media (max-width: 1280px) {
    .g-head .search{margin:15px 10px 0 15px;}
}
.g-head .search input{position:absolute;left:66px;top:0;width:100px;height:29px;line-height:30px;border:0;outline:0;background:transparent;}
.g-head .search select{position:absolute;left:10px;top:0;width:55px;height:29px;line-height:30px;border:0;outline:0;background:transparent;}
.g-head .search ul{position:absolute;left:15px;top:30px;width:90px;background:#fff;padding:0 10px;display:none;}
.g-head .search ul li{line-height: 30px;color: #282828;border-bottom: 1px solid #aaa;}
.g-head .search ul li:last-child{border-bottom: 0;}
.g-head .search a{position: absolute;right:0;top:0;width:30px;height:30px;background:url(../img/icon_search.png) no-repeat center center;background-size: 22px;}


/*首页轮播*/
.slideBox{width:100%;overflow:hidden;position:relative;}
.slideBox .hd{overflow:hidden;position:absolute;z-index:1;left:50%;bottom:20px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}
.slideBox .hd ul{overflow:hidden;zoom:1;float:left;}
.slideBox .hd ul li{float:left;width:10px;height: 10px;margin: 0 5px;border-radius: 100%;background:#282828;cursor:pointer;}
.slideBox .hd ul li.on{background:#f2943a;}
.slideBox .bd{position:relative;height:100%;z-index:0;}
.slideBox .bd li{zoom:1;vertical-align:middle;}
.slideBox .bd img{width:100%;display:block;}

/*公用组件 - 小图轮播开始*/
.picScroll-left{width:870px;margin-left:90px;padding:0 50px 50px;overflow:hidden;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.picScroll-left .prev,.picScroll-left .next{width:50px;height:80px;position: absolute;left:0;top:40px;overflow:hidden;cursor: pointer;}
.picScroll-left .prev:after,.picScroll-left .next:after{content:'';display:block;width:50px;height:50px;position:absolute;left:15px;top:15px;border-bottom:1px solid #ef913a;border-left:1px solid #ef913a;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
.picScroll-left .next{left:auto;right:0;}
.picScroll-left .next:after{border:0;border-top:1px solid #ef913a;border-right:1px solid #ef913a;left:auto;right:15px;}
.picScroll-left .prevStop,.picScroll-left .nextStop{cursor: default;}
.picScroll-left .prevStop:after{border-color:#634224;}
.picScroll-left .nextStop:after{border-color:#634224;}
.picScroll-left .bd{overflow:hidden;}
.picScroll-left .bd .picList{margin-left: -1px!important;}
.picScroll-left .bd ul{overflow:hidden;zoom:1;}
.picScroll-left .bd ul li{float:left;_display:inline;overflow:hidden;text-align:center;}
.picScroll-left .bd ul li .ban-img{width:256px;height:60px;border-left: 1px solid #ef913a;position: relative;margin-top:50px;}
.picScroll-left .bd ul li .ban-img img{position:absolute;max-width:155px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.picScroll-left .bd ul li p{margin:10px 0;font-size: 12px;}
/*小图轮播结束*/


/*起始页*/
.startPage{position: relative;}
.startPage .tips{position: absolute;top:20px;left:20px;color:#282828;}
.startPage .dian{position: absolute;left:18.70%;top:44.17%;margin:-28px 0 0 -28px;width:56px;height: 56px;cursor: pointer;}
.startPage .dian:nth-of-type(2){left:26.40%;top:34.72%;}
.startPage .dian:nth-of-type(3){left:36.04%;top:65.65%;}
.startPage .dian:nth-of-type(4){left:39.17%;top:75.19%;}
.startPage .dian:nth-of-type(5){left:50.00%;top:31.57%;}
.startPage .dian:nth-of-type(6){left:63.75%;top:46.30%;}
.startPage .dian:nth-of-type(7){left:73.28%;top:61.28%;}
.startPage .dian:after{content: '';position: absolute;top:50%;left:50%;margin:-6px 0 0 -6px;width:12px;height:12px;background:#da8039;border-radius: 100%;}
.startPage .dian:before{content: '';position: absolute;top:0;left:0;width:100%;height: 100%;background: url(../img/start_dian.png);background-size: 100% 100%;animation: round 2s ease-out infinite;-webkit-animation: round 2s ease-out infinite;}
.startPage .dian:hover:before{animation-play-state:paused;-webkit-animation-play-state:paused;}
@-webkit-keyframes round {
    0% {opacity: 0;-webkit-transform: scale(0.2);}
    50% {opacity: 1;}
    100% {opacity: 0;-webkit-transform: scale(1.2);}
}
@-moz-keyframes round {
    0% {opacity: 0;-moz-transform: scale(0.2);}
    50% {opacity: 1;}
    100% {opacity: 0;-moz-transform: scale(1.2);}
}
@-ms-keyframes round {
    0% {opacity: 0;-ms-transform: scale(0.2);}
    50% {opacity: 1;}
    100% {opacity: 0;-ms-transform: scale(1.2);}
}
@-o-keyframes round {
    0% {opacity: 0;-o-transform: scale(0.2);}
    50% {opacity: 1;}
    100% {opacity: 0;-o-transform: scale(1.2);}
}
@keyframes round {
    0% {opacity: 0;transform: scale(0.2);}
    50% {opacity: 1;}
    100% {opacity: 0;transform: scale(1.2);}
}
.startPage .dian .line{position:absolute;left:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);width:0;height:75px;margin:28px 0 0 28px;background:url(../img/start_line1.png);background-size:229px 75px;}
.startPage .dian:nth-of-type(1) .line{background-image:url(../img/start_line2.png);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
.startPage .dian .line span{position: relative;top:-25px;left:50px;display:none;color:#282828;}
.startPage .dian:nth-of-type(1) .line span{top:50px;}

/*首页*/
.g-foot{padding:40px 0;}
.g-foot .item{float:left;width:33.3%;text-align: center;border-right: 1px solid #e88810;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size: 22px;}
.g-foot .item:last-child{border-right:0;}
.g-foot .item img{height:80px;}
.g-foot .item span{font-size: 12px;color: #b36b35;}


/*产品系列*/
.product-hd{padding-right: 220px;margin-top: 60px;position: relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-hd .banner{width:100%;}
.product-hd .list{position: absolute;right:0;top:0;width:220px;max-height:523px;overflow-y: scroll;overflow-x: hidden;}
/*滚动条设置*/
.product-hd .list::-webkit-scrollbar{width:4px;background:#282828;}
.product-hd .list::-webkit-scrollbar-thumb{background:#ef913a;border-radius: 2px;}
/*ie滚动条*/
.product-hd .list{scrollbar-base-color:#ef913a;scrollbar-base-color:#ef913a;scrollbar-3dlight-color:#ef913a;scrollbar-highlight-color:#ef913a;scrollbar-track-color:#535353;scrollbar-arrow-color:black;scrollbar-shadow-color:#ef913a;scrollbar-dark-shadow-color:#ef913a;}
.product-hd .list>a{display:block;height:50px;line-height: 50px;background:#4f4f4f;margin-bottom: 3px;font-size: 18px;text-indent: 1em;box-shadow: 0 1px 1px #4f4f4f;}
.product-hd .list>a:last-child{margin-bottom: 0;}
.product-hd .list>a.cur{background:#282828;box-shadow: none;color:#ef913a;}
.product-hd .list>a:hover{background:#282828;box-shadow: none;color:#ef913a;}
.product-hd .left-imgtext{position: absolute;left:0;top:0;margin-top: 120px;}
.product-hd .left-imgtext .one{height:77px;line-height: 77px;margin-bottom: 5px;background:rgba(0,0,0,.3);cursor: pointer;}
.product-hd .left-imgtext .one.cur{background:rgba(0,0,0,.6);}
.product-hd .left-imgtext .one:hover{background:rgba(0,0,0,.6);}
.product-hd .left-imgtext .one img{height:77px;float:left;}
.product-hd .left-imgtext .one p{width:150px;float:left;padding:0 10px;font-size: 20px;letter-spacing: 4px;}
.tescoma-hd{padding-right: 260px;}
.tescoma-hd .list{width:260px;max-height: 497px;}
.tescoma-hd .left-imgtext .one p{width:200px;}
.product_bd{position: relative;overflow:hidden;}
.product_bd .left-imgtext{position: absolute;left:0;top:150px;}
.product_bd .left-imgtext .one{height:80px;line-height: 80px;margin-bottom: 10px;background:#404040;}
.product_bd .left-imgtext .one img{height:80px;float:left;}
.product_bd .left-imgtext .one p{min-width:6em;height:80px;float:left;padding:0 8px;font-size: 12px;position: relative;}
.product_bd .left-imgtext .one p span{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);line-height: 18px;}
.product_bd .info{padding:200px 0 30px 15px;}
.product_bd .info .text{font-size: 18px;display:inline-block;position: relative;z-index: 2;}
.product_bd .info .text .u-tt{font-size: 30px;color:#ef913a;padding: 10px 0;margin-bottom: 15px;border-bottom: 1px solid #ef913a;padding-right: 100px;letter-spacing: 4px;}
.product_bd .info .text .u-explain{font-size: 12px;color:#808080;margin:15px 0;}
.product_bd .info .text .u-gobuy{padding:10px;background:#ef913a;box-shadow: 2px 2px #9d6b2e;display:inline-block;font-size: 14px;letter-spacing: 5px;}
.product_bd .info .u-img{width:90%;margin-top: -100px;}
.product_bd .introduce{padding:0 20px 50px;margin-bottom: 70px;border-bottom: 1px solid #ef913a;position: relative;}
.product_bd .introduce .left{width:480px;margin-right: 80px;float:left;}
.product_bd .introduce .right{width:480px;float:left;}

.product_bd .introduce .m-text .u-tt{font-size: 20px;color:#ef913a;margin:5px 0 18px;letter-spacing: 4px;}
.product_bd .introduce .m-text p{line-height: 22px;text-align: justify;letter-spacing: 1px;margin-bottom: 15px;}
.product_bd .introduce .m-img>img{width:100%;}
.product_bd .introduce .m-img video{width:100%;}
.product_bd .introduce .go-top{position: absolute;right:0;bottom:-40px;width:80px;cursor: pointer;}
/*食谱*/
.product_bd .introduce .u-mtt{text-align: center;border-top: 2px solid #898989;}
.product_bd .introduce .u-mtt span{font-size: 20px;letter-spacing: 4px;padding:0 10px;position: relative;top:-12px;background:#282828;}
.product_bd .introduce .u-mtt img{display:block;width:125px;margin:0 auto;}
.product_bd .introduce .img-box{width:520px;float:left;margin-top: 20px;}
.product_bd .introduce .img-box img{width:100%;display:block;}
.product_bd .introduce .step-box{height:200px;position: relative;background:url(../img/product/pot_line.png) no-repeat center center;background-size: 100%;margin:20px 0 50px;}
.product_bd .introduce .step{position: absolute;left:42px;top:5px;width:134px;height:134px;border-radius: 100%;background:url(../img/product/pot_step1.gif) no-repeat center center #fff;background-size:110%;cursor: pointer;overflow:hidden;}
.product_bd .introduce .step:nth-of-type(2){left:209px;top:12px;background-image:url(../img/product/pot_step2.gif);}
.product_bd .introduce .step:nth-of-type(3){left:360px;top:60px;background-image:url(../img/product/pot_step3.gif);}
.product_bd .introduce .step:nth-of-type(4){left:530px;top:30px;background-image:url(../img/product/pot_step4.gif);}
.product_bd .introduce .step:nth-of-type(5){left:695px;top:47px;background-image:url(../img/product/pot_step5.gif);}
.product_bd .introduce .step:nth-of-type(6){left:863px;top:47px;background-image:url(../img/product/pot_step6.gif);}
.product_bd .introduce .step .text{position: absolute;width:100%;height:100%;border-radius: 100%;background:rgba(197,108,54,.8);top:100%;}
.product_bd .introduce .step .text span{border-top:1px solid #fff;border-bottom: 1px solid #fff;position: absolute;width:50px;height:30px;line-height: 30px;text-align: center;left:50%;top:50%;margin:-15px 0 0 -25px;opacity:.9;}
.product_bd .introduce .lineline{position: relative;}
.product_bd .introduce .lineline:before{content:'';position: absolute;top:-10px;left:-10px;width:430px;height:1px;background:#ef913a;}
.product_bd .introduce .lineline:after{content:'';position: absolute;top:-10px;left:-10px;width:1px;height:250px;background:#ef913a;}
.product_bd .tescoma-info{padding:50px 30px 150px;}
.product_bd .tescoma-info .item{width:10.28%;float:left;margin:0 2%;text-align: center;}
.product_bd .tescoma-info .item img{width:100%;}


/*集团*/
.group-wrap{padding-top: 50px;}
.group-wrap .section{padding:0 0 50px;margin-bottom: 70px;border-bottom: 1px solid #ef913a;position: relative;}
.group-wrap .section .u-tt{font-size: 22px;color:#ef913a;letter-spacing: 4px;padding:10px 20px 30px;}
.group-wrap .section .left{width:600px;float:left;padding:0 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.group-wrap .section .right{width:480px;float:left;padding:0 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.group-wrap .section .m-text p{line-height: 22px;text-align: justify;margin-bottom: 15px;font-size: 14px;}
.group-wrap .section .logoimg{height:150px;position: relative;}
.group-wrap .section .logoimg img{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
.group-wrap .section .shili-tt{position: relative;padding: 10px 20px 30px;margin-bottom: 50px;}
.group-wrap .section .shili-tt p:first-child{color:#ef913a;font-size: 16px;}
.group-wrap .section .shili-tt:after{content:'';position: absolute;left:-30px;right:-30px;bottom:0;height:1px;background:#ef913a;}
.group-wrap .section .m-text p.p-tt{font-size: 16px;color:#ef913a;margin-top: -15px;}
.group-wrap .section .yfzc{width:580px;margin-right: 20px;border-right:1px solid #ef913a;}
.group-wrap .section .yfzc .l{width:180px;margin-right: 20px;float:left;}
.group-wrap .section .yfzc .l img{width:100%;margin-bottom: 20px;}
.group-wrap .section .yfzc .l p{font-size: 12px;margin:-20px 0 10px;}
.group-wrap .section .yfzc .r{width:330px;float:left;}
.group-wrap .section a{color:#ef913a;font-size: 14px;}
.group-wrap .section .wh-hd{border-bottom: 1px solid #ef913a;padding:40px 0 50px;}
.group-wrap .section .wh-hd .wh{width:18%;margin:0 1%;float:left;position: relative;}
.group-wrap .section .wh-hd .wh img{width:100%;}
.group-wrap .section .wh-hd .wh span{position: absolute;padding:2px 10px;right:0;top:-12px;background:#ef913a;font-size: 20px;}
.group-wrap .section .go-top{position: absolute;right:0;bottom:-40px;width:80px;cursor: pointer;}
.groupScroll{width:1040px;float:right;padding-bottom: 0;margin-bottom: -50px;}
.groupScroll .prev,.groupScroll .next{top:165px;}
.groupScroll .bd ul li img{width:270px;margin:20px;display:block;}
.groupScroll .bd2 ul li img{width:900px;margin:20px;display:block;}
.group-wrap .study{padding-left: 20px;font-size: 16px;float:left;}
.group-wrap .study>p:first-child{color:#ef913a;letter-spacing: 4px;padding: 50px 0 15px;}
.group-wrap .new-row{padding:0 20px 40px;margin-bottom: 30px;border-bottom: 1px solid #ef913a;}
.group-wrap .new-row:nth-last-child(2){border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
.group-wrap .new-row>p:first-child{color:#ef913a;font-size: 18px;letter-spacing: 4px;margin-bottom: 20px;}
.group-wrap .new-row .leftimg{}
.group-wrap .new-row .leftimg img{width:270px;float:left;margin-right: 30px;}
.group-wrap .new-row .leftimg .m-text{width:700px;float:left;}
.group-wrap .new-row .rightimg{}
.group-wrap .new-row .rightimg img{width:400px;float:left;margin-top: -40px;}
.group-wrap .new-row .rightimg .m-text{width:560px;float:left;margin-right: 80px;}

/*集团荣誉*/
/*仅在此处使用flex布局*/
.wk-f{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-o-box;display:box;display:table\9;}
.wk-f>div{display:table-cell\9;}
.group-wrap .honorWrap{}
.group-wrap .honorWrap .u-logo{text-align: right;}
.group-wrap .honorWrap .u-logo img{width:150px;}
.group-wrap .honorWrap .prize-wrap{width:100%;overflow:hidden;margin:40px 0;}
.group-wrap .honorWrap .prize-box{width:10000px;}
.group-wrap .honorWrap .prize{cursor: pointer;float:left;}
.group-wrap .honorWrap .prize .prize-col{width:216px;padding:0 10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:inline-block;}
.group-wrap .honorWrap .prize .bottom .prize-col{vertical-align: top;}
.group-wrap .honorWrap .prize .prize-col.no-data{visibility: visible;}
.group-wrap .honorWrap .prize .one{width:100%;} 
.group-wrap .honorWrap .prize .one .u-img{width:70px;height:80px;margin:10px auto;position: relative;}
.group-wrap .honorWrap .prize .one .u-img img{position: absolute;bottom:0;width:100%;}
.group-wrap .honorWrap .prize .one .u-text{text-align: center;font-size: 12px;line-height: 16px;min-height:50px;}
.group-wrap .honorWrap .prize .time{width:216px;height:80px;position: relative;display:inline-block;}
.group-wrap .honorWrap .prize .time:before{content:'';width:100%;border-top:2px dashed #fff;position: absolute;top:50%;margin-top: -1px;}
.group-wrap .honorWrap .prize .time:first-child:before{width:50%;right:0;}
.group-wrap .honorWrap .prize .time:last-child:before{width:50%;left:0;}
.group-wrap .honorWrap .prize .time span{display:block;width:60px;height:60px;margin:10px auto;background:url(../img/group/group_timebg.png);background-size: 100% 100%;line-height: 60px;text-align: center;font-size: 14px;position: relative;}



/*招贤纳士*/
.group-wrap .recruit{padding: 20px;}
.group-wrap .recruit .block{width:305px;float:left;font-size: 14px;text-align: justify;line-height: 20px ;}
.group-wrap .recruit .block:nth-child(2){padding:0 30px;margin:0 30px;border-left:1px solid #ef913a;border-right:1px solid #ef913a;}
.group-wrap .recruit .block p:first-child{font-size: 18px;margin-bottom: 20px;}
.group-wrap .recruit-table{margin:50px 60px 20px;}
.group-wrap .recruit-table table{width:100%;text-align: center;}
.group-wrap .recruit-table table thead tr td{padding:10px;border-right:1px solid #ef913a;}
.group-wrap .recruit-table table thead tr td:last-child{border-right: 0;}
.group-wrap .recruit-table table tbody tr td{border-bottom:1px solid #ef913a;border-right:1px solid #ef913a;padding:10px;font-size: 14px;}
.group-wrap .recruit-table table tbody tr td:last-child{border-right: 0;}
.group-wrap .recruit-table table tbody tr:last-child td{border-bottom: 0;}
.group-wrap .recruit-table table tbody tr{cursor: pointer;}
.group-wrap .recruit-table table tbody tr:hover{background:url(../img/group/tr_bg.png) repeat-x center center;background-size: auto 100%;}
/*招聘层*/
.recruitMark{position:fixed;z-index: 99;top:50%;left:50%;width:800px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#727071;border-radius: 20px;padding:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size: 14px;letter-spacing: 4px;display:none;}
.recruitMark .u-tt{border-bottom:1px solid #ef913a;padding:10px 30px;font-size: 26px;}
.recruitMark .u-tt .close{float:right;width:25px;vertical-align: middle;cursor: pointer;}
.recruitMark .text{padding:10px 30px;line-height: 20px;}
.recruitMark .sure{padding:20px 0 10px 30px;}
.recruitMark .sure a{display:inline-block;height:50px;line-height: 50px;padding:0 40px;background:#ef913a;font-size: 24px;}
.recruitMark .sure span{font-size: 12px;float:right;line-height: 50px;}

/*营销网点*/
.network-wrap{padding-top: 100px;}
.network-wrap .section{padding:50px 0;margin-bottom: 70px;border-bottom: 1px solid #ef913a;position: relative;}
.network-wrap .section .net-title{position: absolute;top:0px;left:0px;font-size: 24px;}
.network-wrap .section .net-title2{position: absolute;top:1400px;left:0px;font-size: 24px;}
.network-wrap .section .net-title3{position: absolute;top:750px;left:0px;font-size: 24px;}
.network-wrap .section .net-title4{position: absolute;top:2000px;left:0px;font-size: 24px;}
.network-wrap .section .go-top{position: absolute;right:0;bottom:-40px;width:80px;cursor: pointer;}
.network-wrap .office{width:400px;float:left;margin-top:30px;position: relative;}
.network-wrap .office .off{margin-top: 25px;padding-left: 25px;font-size: 14px;letter-spacing: 3px;line-height: 15px;position: relative;}
.network-wrap .office .off .th{margin-bottom: 15px;}
.network-wrap .office .off .dian{position: absolute;left:0;width:16px;height:16px;border-radius: 100%;background:#a7cbfb;}
.network-wrap .office .off:nth-of-type(2) .dian{background:#fbde5c;}
.network-wrap .office .off:nth-of-type(3) .dian{background:#ffd38a;}
.network-wrap .office .off:nth-of-type(4) .dian{background:#e0eb8b;}
.network-wrap .office .off:nth-of-type(5) .dian{background:#e3bbed;}
.network-wrap .office .tmall{position: absolute;max-width: 70px;bottom:0;right:-70px;}
.network-wrap .office .jd{position: absolute;max-width: 40px;bottom:0;right:-150px;}
.network-wrap .office .wph{position: absolute;max-width: 70px;bottom:0;right:-250px;}
.network-wrap .map{width:620px;float:left;margin-top:10px;position: relative;}
.network-wrap .map .store{position:absolute;left:300px;top:248px;z-index: 8;background:#fff;display:none;}
.network-wrap .map .store .close{position: absolute;right:10px;top:10px;width:22px;height:22px;background:url(../img/network/close.png);background-size: 100%;cursor: pointer;}
.network-wrap .map .store a{color:#282828;padding:12px 10px;letter-spacing: 2px;display:inline-block;}
.network-wrap .map .dian{position: absolute;width:30px;height:30px;cursor: pointer;background:url(../img/network/GPS.png) no-repeat center center;background-size: 25px;left:484px;top:280px;animation:san 2s linear infinite;-webkit-animation:san 2s linear infinite;}
.network-wrap .map .dian:hover{animation-play-state:paused;-webkit-animation-play-state:paused;}
.network-wrap .map .dian:nth-of-type(2){left:512px;top:324px;display:none;}
.network-wrap .map .dian:nth-of-type(3){left:526px;top:60px;display:none;}
.network-wrap .map .dian:nth-of-type(4){left:280px;top:320px;}
.network-wrap .map .dian:nth-of-type(5){left:406px;top:363px;}
.network-wrap .map .dian:nth-of-type(6){left:250px;top:233px;}
.network-wrap .map .dian:nth-of-type(7){left:466px;top:153px;}
.network-wrap .map .dian:nth-of-type(8){left:543px;top:94px;}


@keyframes san {
    0%,100%{opacity:0.3;}
    50%{opacity:1;}
}
@-webkit-keyframes san {
    0%,100%{opacity:0.3;}
    50%{opacity:1;}
}


.network-wrap .address{height:700px;overflow-y: scroll;}
/*滚动条设置*/
.network-wrap .address::-webkit-scrollbar{width:12px;background:#535353;}
.network-wrap .address::-webkit-scrollbar-thumb{background:#ef913a;border-radius: 3px;}
/*ie滚动条*/
.network-wrap .address{scrollbar-base-color:#ef913a;scrollbar-base-color:#ef913a;scrollbar-3dlight-color:#ef913a;scrollbar-highlight-color:#ef913a;scrollbar-track-color:#535353;scrollbar-arrow-color:black;scrollbar-shadow-color:#ef913a;scrollbar-dark-shadow-color:#ef913a;}
.network-wrap .block{border-bottom: 1px solid #ef913a;padding-bottom: 30px;margin: 0 20px 30px;}
.network-wrap .block:last-child{border-bottom: 0;margin-bottom: 0;}
.network-wrap .block>.block-tt{font-size: 22px;color:#ef913a;letter-spacing: 4px;}
.network-wrap .block .city>.city-tt{font-size: 18px;letter-spacing: 4px;margin: 30px 0;}
.network-wrap .block .city .one{width:33%;height:130px;float:left;padding-right: 40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size: 14px;line-height: 20px;} 

/*3D柜子*/
.network-wrap .show-3d{position: relative;}
.network-wrap .show-3d .mark{width:320px;position: absolute;left:380px;top:80px;letter-spacing: 2px;color:#282828;display:none;}
.network-wrap .show-3d .mark .close{width:22px;height:22px;background:url(../img/network/close.png);background-size: 100%;cursor: pointer;position: absolute;right:20px;top:18px;z-index: 9;}
.network-wrap .show-3d .mark .name{position: absolute;left:20px;right:20px;top:18px;line-height: 25px;font-size: 18px;}
.network-wrap .show-3d .mark .info{position: absolute;left:40px;bottom:15px;font-size: 12px;line-height: 16px;}
.network-wrap .show-3d .dian{position: absolute;width:30px;height:30px;cursor: pointer;background:url(../img/network/GPS.png) no-repeat center center;background-size: 25px;left:250px;top:120px;animation:san 2s linear infinite;-webkit-animation:san 2s linear infinite;}

.network-wrap .show-3d .dian:nth-of-type(2){left:350px;top:110px;}
.network-wrap .show-3d .dian:nth-of-type(3){left:460px;top:100px;}
.network-wrap .show-3d .dian:nth-of-type(4){left:120px;top:180px;}
.network-wrap .show-3d .dian:nth-of-type(5){left:500px;top:300px;}
.network-wrap .show-3d .dian:nth-of-type(6){left:850px;top:120px;}
.network-wrap .show-3d .dian:nth-of-type(7){left:200px;top:350px;}
.network-wrap .show-3d .dian:nth-of-type(8){left:430px;top:410px;}
.network-wrap .show-3d .dian:nth-of-type(9){left:766px;top:360px;}
.network-wrap .show-3d .dian:nth-of-type(10){left:550px;top:90px;}
.network-wrap .show-3d .dian:nth-of-type(11){left:690px;top:90px;}
.network-wrap .show-3d .dian:nth-of-type(12){left:750px;top:100px;}
.network-wrap .show-3d .dian:nth-of-type(13){left:850px;top:120px;}
.network-wrap .show-3d .dian:nth-of-type(14){left:950px;top:290px;}

/*3D矮柜组合*/
.network-wrap .show-3d2{position: relative;}
.network-wrap .show-3d2 .mark{width:320px;position: absolute;left:380px;top:80px;letter-spacing: 2px;color:#282828;display:none;}
.network-wrap .show-3d2 .mark .close{width:22px;height:22px;background:url(../img/network/close.png);background-size: 100%;cursor: pointer;position: absolute;right:20px;top:18px;z-index: 9;}
.network-wrap .show-3d2 .mark .name{position: absolute;left:20px;right:20px;top:18px;line-height: 25px;font-size: 18px;}
.network-wrap .show-3d2 .mark .info{position: absolute;left:40px;bottom:15px;font-size: 12px;line-height: 16px;}
.network-wrap .show-3d2 .dian{position: absolute;width:30px;height:30px;cursor: pointer;background:url(../img/network/GPS.png) no-repeat center center;background-size: 25px;left:200px;top:350px;animation:san 2s linear infinite;-webkit-animation:san 2s linear infinite;}
.network-wrap .show-3d2 .dian:nth-of-type(2){left:350px;top:210px;}
.network-wrap .show-3d2 .dian:nth-of-type(3){left:500px;top:200px;}
.network-wrap .show-3d2 .dian:nth-of-type(4){left:650px;top:180px;}
.network-wrap .show-3d2 .dian:nth-of-type(5){left:750px;top:160px;}
.network-wrap .show-3d2 .dian:nth-of-type(6){left:870px;top:150px;}
.network-wrap .show-3d2 .dian:nth-of-type(7){left:970px;top:140px;}
.network-wrap .show-3d2 .dian:nth-of-type(8){left:430px;top:410px;}

/*3D中岛组合*/
.network-wrap .show-3d3{position: relative;}
.network-wrap .show-3d3 .mark{width:320px;position: absolute;left:380px;top:80px;letter-spacing: 2px;color:#282828;display:none;}
.network-wrap .show-3d3 .mark .close{width:22px;height:22px;background:url(../img/network/close.png);background-size: 100%;cursor: pointer;position: absolute;right:20px;top:18px;z-index: 9;}
.network-wrap .show-3d3 .mark .name{position: absolute;left:20px;right:20px;top:18px;line-height: 25px;font-size: 18px;}
.network-wrap .show-3d3 .mark .info{position: absolute;left:40px;bottom:15px;font-size: 12px;line-height: 16px;}
.network-wrap .show-3d3 .dian{position: absolute;width:30px;height:30px;cursor: pointer;background:url(../img/network/GPS.png) no-repeat center center;background-size: 25px;left:80px;top:170px;animation:san 2s linear infinite;-webkit-animation:san 2s linear infinite;}
.network-wrap .show-3d3 .dian:nth-of-type(2){left:200px;top:330px;}
.network-wrap .show-3d3 .dian:nth-of-type(3){left:600px;top:300px;}
.network-wrap .show-3d3 .dian:nth-of-type(4){left:400px;top:130px;}
.network-wrap .show-3d3 .dian:nth-of-type(5){left:480px;top:130px;}
.network-wrap .show-3d3 .dian:nth-of-type(6){left:550px;top:110px;}
.network-wrap .show-3d3 .dian:nth-of-type(7){left:620px;top:80px;}
.network-wrap .show-3d3 .dian:nth-of-type(8){left:860px;top:210px;}

/*3D关联陈列柜组合*/
.network-wrap .show-3d4{position: relative;}
.network-wrap .show-3d4 .mark{width:320px;position: absolute;left:380px;top:80px;letter-spacing: 2px;color:#282828;display:none;}
.network-wrap .show-3d4 .mark .close{width:22px;height:22px;background:url(../img/network/close.png);background-size: 100%;cursor: pointer;position: absolute;right:20px;top:18px;z-index: 9;}
.network-wrap .show-3d4 .mark .name{position: absolute;left:20px;right:20px;top:18px;line-height: 25px;font-size: 18px;}
.network-wrap .show-3d4 .mark .info{position: absolute;left:40px;bottom:15px;font-size: 12px;line-height: 16px;}
.network-wrap .show-3d4 .dian{position: absolute;width:30px;height:30px;cursor: pointer;background:url(../img/network/GPS.png) no-repeat center center;background-size: 25px;left:220px;top:170px;animation:san 2s linear infinite;-webkit-animation:san 2s linear infinite;}
.network-wrap .show-3d4 .dian:nth-of-type(2){left:360px;top:280px;}

/*3D关联陈列--牛扒锅具系列*/
.network-wrap .show-3d5{position: relative;}
.network-wrap .show-3d5 .mark{width:320px;position: absolute;left:380px;top:80px;letter-spacing: 2px;color:#282828;display:none;}
.network-wrap .show-3d5 .mark .close{width:22px;height:22px;background:url(../img/network/close.png);background-size: 100%;cursor: pointer;position: absolute;right:20px;top:18px;z-index: 9;}
.network-wrap .show-3d5 .mark .name{position: absolute;left:20px;right:20px;top:18px;line-height: 25px;font-size: 18px;}
.network-wrap .show-3d5 .mark .info{position: absolute;left:40px;bottom:15px;font-size: 12px;line-height: 16px;}
.network-wrap .show-3d5 .dian{position: absolute;width:30px;height:30px;cursor: pointer;background:url(../img/network/GPS.png) no-repeat center center;background-size: 25px;left:420px;top:150px;animation:san 2s linear infinite;-webkit-animation:san 2s linear infinite;}
.network-wrap .show-3d5 .dian:nth-of-type(2){left:820px;top:260px;}

/*3D关联陈列--水果陈列*/

.network-wrap .show-3d6{position: relative;}
.network-wrap .show-3d6 .mark{width:320px;position: absolute;left:380px;top:80px;letter-spacing: 2px;color:#282828;display:none;}
.network-wrap .show-3d6 .mark .close{width:22px;height:22px;background:url(../img/network/close.png);background-size: 100%;cursor: pointer;position: absolute;right:20px;top:18px;z-index: 9;}
.network-wrap .show-3d6 .mark .name{position: absolute;left:20px;right:20px;top:18px;line-height: 25px;font-size: 18px;}
.network-wrap .show-3d6 .mark .info{position: absolute;left:40px;bottom:15px;font-size: 12px;line-height: 16px;}
.network-wrap .show-3d6 .dian{position: absolute;width:30px;height:30px;cursor: pointer;background:url(../img/network/GPS.png) no-repeat center center;background-size: 25px;left:360px;top:250px;animation:san 2s linear infinite;-webkit-animation:san 2s linear infinite;}
.network-wrap .show-3d6 .dian:nth-of-type(2){left:860px;top:360px;}



.network-wrap .partner{padding:0 20px;}
.network-wrap .partner .one{margin-bottom: 30px;}
.network-wrap .partner .u-tt{font-size: 20px;color:#ef913a;letter-spacing: 4px;padding-bottom:15px;}
.network-wrap .partner .left{width:250px;margin-right: 50px;float:left;}
.network-wrap .partner .right{width:700px;float:left;text-align: justify;line-height: 20px;font-size: 14px;}
.network-wrap .partner .right p{margin-bottom: 15px;}