* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei !important;
}

.downpic{
    width:25px;
    height:auto;
    display:inline-block;
}
.line_hig{
  line-height:25px;
  color:#747474;
}
/* 警告框 */
.lf-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    max-width: 600px;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.lf-alert-info {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border-color: #ccc;
    font-size: 14px;
}

/*首页样式*/

.swiper-container {
    width: 100%;
    height: 100%;

}
.index-box {
    width: 100%;
    height: auto;
    background-color: #F7F6F6;
}

.header-box {
    width: 100%;
    height: auto;
}

.header-bgc {
    width: 100%;
    position: relative;
    height: auto;
}

.bgc {
    width: 100%;
    height: auto;
    display: block;
}

.cdj-logo {
    position: absolute;
    left: 15px;
    top: 15px;
}

.right-pic {
    position: absolute;
    right: 20px;
    top: 20px;
}

.center-box {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 32%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.center-pic {
    width: 260px;
    display: block;
    margin: 0 auto;
}

.cdj-txt {
    color: white;
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
}

.we-btn {
    width: 129px;
    height: 40px;
    line-height: 40px;
    color: white;
    outline: none;
    border: none;
    /*background-image: url("../img/18.png");*/
    background-size: 100% 100%;
    background-color: darksalmon;
    font-size: 15px;
    margin-top: 50px;
}

.down-pic {
    position: absolute;
    bottom: 8%;
    margin: auto;
    left: 0;
    right: 0;
}

.about-box {
    padding: 0px 15px;
    height: auto;
}

.index-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.txt {
    color: #5B5E66;
    font-size: 14px;
    font-weight: bold;
}

.txt-cdj {
    color: #03883E;
    font-size: 18px;
    padding-top: 1px;
    font-weight: bold;
}

.introduce {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.first-one {
    text-align: center;
    color: #5D5D5D;
    line-height: 25px;
    height: auto;
    font-size: 15px;
    text-align: justify;
}

.detail-btn {
    width: 102px;
    height: 30px;
    line-height: 30px;
    background-color: #008F48;
    color: white;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    outline: none;
}

.business {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.middle {
    padding: 0rem 1rem;
    height: auto;
}

.business-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.kitchen {
    font-size: 18px;
    margin-top: 10px;
    color: #272727;
    font-weight: bold;
}

.kitchen-txt {
    color: #5B5B5B;
    margin-top: 10px;
    font-size: 15px;
    height: auto;
    line-height: 25px;
    text-align: center;
}

.ft-color {
    color: #5D5D5D;
    margin-top: 10px;
    font-size: 15px;
    height: auto;
    line-height: 25px;
    text-align: center;
}

.all-pic {
    width: 100%;
    height: auto;
}

.pic-box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
}

.pic-one {
    width: 100%;
    height: auto;
}

.one-txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: white;
}

.Contact-us {
    color: #333333;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
}

.inputBox {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 15px;
}

.input-box {
    display: flex;
    justify-content: space-between;
}

.fill {
    width: 45%;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}

.message {
    border: none;
    padding-left: 10px;
    outline: none;
    margin-top: 10px;
    height: 57px;
    padding-top: 10px;
    resize: none;
}

.submit-btn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #008F48;
    color: white;
    border: none;
    outline: none;
    margin-top: 10px;
    font-size: 16px;
}

.footer {
    height: auto;
    background-color: #31342B;
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
    color: #f2f2f2;
    font-size: 14px;
}

.ft-box {
    display: flex;
    height: auto;
}

.cdj {
    height: auto;
}

.address {
    flex: 1;
}

.code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.phone {
    text-align: center;
    font-size: 16px;
}

.tel {
    text-align: center;
    font-size: 14px;
}

.copyright {
    color: #61625D;
    text-align: center;
    margin-top: 20px;
}

.code-pic {
    width: 84px;
    height: 84px;
    margin-top: 15px;
}

/*右侧导航栏*/

.nav-right-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    display: block;
}

.nav-right-content {
    position: absolute;
    top: 0;
    right: 0;
    /* right: -800px; */
    height: 100%;
    width: 50%;
    text-align: center;
    list-style: none;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    background-color: white;
}

.home-page {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 52px;
    overflow: hidden;

}

.page-txt {
    color: #2E2E2E;
    padding-left: 10px;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
}

.page {
    color: #2E2E2E;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
}



.down {
    width: 13px;
    height: 13px;
    margin-left: 15px;
}

.partner {
    padding-left: 28px;
    text-align: justify;
    color: #353535;
    font-size: 14px;
}

.partner li {
    height: 30px;
    line-height: 30px;
}

.partner li a {
    color: #353535;
}

/*联系我们*/
.layui-form{
    display: flex;
    flex-direction: column;
}

.contact-box {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 37%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.we-txt {
    font-size: 22px;
}

.symbol {
    width: 42px;
    height: 2px;
    border-radius: 5px;
    background-color: white;
    margin-top: 40px;
}

.size {
    font-size: 18px;
}

.leave-us {
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

.way-box {
    height: auto;
    display: flex;
}

.phone-num {
    height: auto;
    color: #333333;
    padding-left: 30px;
}


.phone-pic {
    width: 26px;
    height: 26px;
}

.phone-num div {
    font-size: 16px;
}

.email-pic {
    width: 24px;
    height: 19px;
}

/* 新闻媒体 */
.news-box {
    height: auto;
}

.tab-item {
    display: none;
}

.show {
    display: block;
}

.pay-tab {
    display: flex;
    flex-wrap: wrap;
    height: auto;
}

.tab-div {
    width: 50%;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background-color: #F6F8FD;
}
.tab-div a{
    color: #008F48;
    display: inline-block;
}

.payactive {
    background-color: #D7F5E6;
    display: block;
    color: #008F48;
}

.title {
    height: auto;
    background-color: white;
    padding: 20px 0px;
    text-align: center;
}

.title-englist {
    color: #5B5E66;
    font-size: 16px;
}


.news-media {
    color: #03883E;
    font-size: 20px;
    padding-top: 5px;
}

.gary-bgc {
    background-color: #F6F6F7;
    height: auto;
    padding: 20px;
}

.gary-bgc a {
    display: block;
    height: auto;
    width: 100%;
    color: #333;
}

.news-title {
    font-size: 20px;
    color: #070707;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-day {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.news-conter {
    color: #777373;
    text-align: justify;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
}

/* 新闻详情 */

.detail-title {
    padding: 0px 15px;
    background-color: #66C997;
    height: 45px;
    display: flex;
    align-items: center;
}

.left-pic {
    width: 18px;
}

.detail-header {
    height: auto;
    text-align: center;
    color: #333;
}

.bold-txt {
    font-size: 16px;
}

.detial-time {
    font-size: 14px;
    margin-top: 5px;
}
.source{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author{
    font-size: 12px;
    color: #666666;
}

.detail-main {
    height: auto;
}

.detail-main div {
    font-size: 15px;
    margin-top: 15px;
    height: auto;
    line-height: 20px;
}

.text-indent {
    text-indent: 0 !important;
}


.detail-pic {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
}

/* 成功案例 */

.success-box {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.sucess-header {
    height: auto;
    background-color: white;
    padding: 0px 20px 40px 20px;
}

.su-detail{
    height: auto;
}

.success-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sucesss-txt {
    text-align: center;
    color: #4E4E4E;
    margin: 20px 0px;
}

.sucess-cases {
    display: flex;
    height: auto;
    margin-top: 30px;
}

.pic-hight{
    height: auto;
    width: 20%;
    margin-right: 10px;
}

.suc-logo {
    width: 100%;
    height: auto;
}

.suc-right {
    height: auto;
    flex: 1;
}

.suc-rtit {
    color: #070707;
}

.ads-txt {
    color: #777373;
    font-size: 14px;
    margin-top: 10px;
}

/* 合作伙伴 */

.join-box {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.join-txt {
    color: #222222;
    margin-top: 30px;
}

.plan-box {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-plan {
    color: #232323;
    font-size: 18px;
    font-weight: bold;
}

.suc-all {
    height: auto;
    display: flex;
    flex-direction: column;
}

.suc-one {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.suc-tit {
    color: #03883E;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.join-text {
    color: #696969;
    margin-top: 5px;
    text-align: center;
}

.company-pic {
    width: 100%;
    height: auto;
    display: block;
}

.join-footer {
    height: auto;
}

.gary-color {
    color: #696969;
}

/* 生鲜配送系统 */

.fresh-box {
    padding: 0px 20px;
    height: auto;
}

.fresh-fix {
    position: absolute;
    bottom: 15%;
    margin: auto;
    left: 11%;
    right: 11%;
    color: white;
}

.fresh-txt {
    font-size: 17px;
}

.ten-features {
    color: #7E96D4;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.distribution {
    color: #666;
    text-align: center;
    padding-top: 5px;
}

.fresh-pic {
    height: auto;
}

.fresh-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ten-gallery {
    height: auto;
}

.ten-gallery img {
    height: auto;
    display: block;
}

.ten-txt {
    color: #333;
    margin-top: 5px;
    text-align: center;
}

.value-added {
    color: #666;
    padding-top: 5px;
    font-size: 14px;
}

.fresh-wid {
    height: auto;
    padding: 0px 20px;
    display: flex;
}

.fresh-ft {
    height: auto;
    padding-bottom: 30px;
}


.gallery {
    width: 50%;
}


.gallery img {
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 集团简介 */
.card-body {
    height: auto;
}

.com-main {
    padding: 40px 20px;
    height: auto;
    background-color: #F7F6F6;
}

.course-main {
    padding: 40px 30px;
    height: auto;
}

.company-div {
    display: flex;
    height: 35px;
    background-color: white;
}

.com-tab {
    width: 25%;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}

.green-tab {
    background-color: #008F48;
    color: white;
}

.com-header {
    height: auto;
    text-align: center;
}

.com-englist {
    color: #5B5E66;
    font-size: 18px;
}

.group-profile {
    color: #03883E;
    font-weight: bold;
    margin-top: 4px;
    font-size: 18px;
}

.leader {
    color: #747474;
    font-size: 12px;
}

.zcjs{
  width:100%;
  height:auto;
  margin-top:30px;
}

.com-conter {
    height: auto;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}

.com-pic {
    width: 100%;
    display: block;
}

.history-box {
    height: auto;
}

.year-title {
    color: #008F48;
    font-size: 25px;
    text-align: center;
}

.honor-pic {
    background-color: #E5E5E5;
    padding: 6px;
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
}

.honor-box {
    background-color: #E5E5E5;
    padding: 6px;
    display: flex;
    flex-direction: column;
}

.year-txt {
    color: #454545;
    padding: 10px;
    font-size: 14px;
}

.team-pic {
    width: 100%;
    display: block;
}

/* 中央厨房*/
.kitchen-fix {
    position: absolute;
    bottom: 30px;
    margin: auto;
    left: 17%;
    right: 0;
}

.fix-txt {
    font-size: 14px;
}

.fix-color {
    font-size: 12px;
    text-align: center;
}

.fix-btn {
    background-color: #F39800;
    color: white;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
}

.kitchen-box {
    height: auto;
    padding: 20px
}

.kitchen-title {
    height: auto;
}

.industry {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pain-txt {
    color: #1A1A1A;
    font-size: 17px;
    font-weight: bold;
}

.pain-green {
    width: 40px;
    height: 2px;
    border-radius: 5px;
    background-color: #009A44;
    margin-top: 2px;
}

.pain-english {
    font-size: 12px;
    margin-top: 2px;
}

.kitchen-pic {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.child-box {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.child-pic {
    width: 65px;
    height: 65px;
}

.child-txt {
    font-size: 12px;
    color: #333;
    height: auto;
    margin-top: 10px;
}

.system-pic {
    display: block;
    width: 100%;
}

.project-value {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-pic {
    width: 100%;
}

/* 人才招聘 */
.jobs-box {
    padding: 30px 20px;
    height: auto;
}

.work-txt {
    font-size: 24px;
    text-align: center;
    color: #5D5D5D;
    margin-bottom: 30px;
}
.many-jobs {
    height: auto;
    padding: 0px 20px 30px 20px;
}
.hiring{
    height: auto;
}

.ui-designer{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.jobs-ads{
    color: #A2A2A2;
    padding-top: 10px;
}

.line{
    color: #2D2D2D;
    padding-top: 10px;
}
.position{
    color: #333;
    margin-top: 8px;
}
.position-txt{
    color: #333;
    height: auto;
    margin-top: 8px;
    line-height: 20px;
}

/*图片样式的编辑*/

.zy_nra {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.cooperative-partner-item {
    width: 82px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.cooperative-partner-item img{
   max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
/*分页*/

.caidjsy_pages {
    text-align: center;
    padding: 30px 0px;
}
.caidjsy_pages a {
    width: 30px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #7d7d7d;
    border-radius: 4px;
    color: #7d7d7d;
    font-size: 18px;
}
.caidjsy_pages span {
    width: 30px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #3ec178;
    background: #3ec178;
    color: #fff;
}

.caidjsy_pages div{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
}
.detail-main{
    height: auto;
    margin: 20px 0px;
}
.detail-main img{
    width: 100%;
    height: auto;
}
.detail-main p{
    text-indent:0px !important;
}

.detail-main p img{
    width: 100%;
    height: auto;
}
.detail-main p span{
    white-space: pre-wrap !important;
}

.detail-main section{
    margin: 0px;
    padding: 0px !important;
    background-color: transparent !important;
}


.link{
    padding: 20px 0px;
    height: auto;
}
.link p{
    color: #666666 !important;
    margin-bottom: 10px;
}

.link p a{
    color: #666666 !important;
}
.center-box {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 32%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.center-pic {
    width: 260px;
    display: block;
    margin: 0 auto;
}

.cdj-txt {
    color: white;
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
}
.ps_box{
 padding:15px;
}
.ps_flex{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ps_green {
    color: #026D0C;
    font-size:20px;
}
.ps_text{
  line-height:20px;
  margin:15px 0px;
}
.ps_pic{
  width:70%;
  margin-top:30px;
}

.qus_flex{
    display: flex;
    align-items: center;
}
.qus_num {
    background-color: #458A40;
    width: 20px;
    height: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}
.qus_txt {
    margin: 10px 0px 0px 30px;
}

.qus_rad {
    background-color: #009742;
    width: 8px;
    height: 40px;
}

.qus_pic{
  width:100%;
  display:block;
}
.hz_pic{
  width:100%;
}
.ys_flex {
    background-color: white;
    padding: 0px 15px;
    margin: 0px -15px;
}

.ys_box{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding: 30px 0px 0px 0px;
}
.ys_5{
  display:flex;
  margin-bottom:20px;
  align-items: center;
}
.ys_pic{
  width:35%;
  height:100px;
  margin-right:15px;
}
.ys_text{
  display:flex;
  align-items: center;
  margin-bottom:10px;
}
.ys_rad{
    width: 10px;
    height: 10px;
    background-color: #009944;
    margin-right: 10px;
    border-radius: 50px;
}
.ys_weight{
    font-size: 14px;
    line-height: 20px;
}
.ys_green{
  color:#009944;
}
.ys_brand{
  margin:0px -15px;
}
.brand_pic{
  width:100%;
  display:block;
}