/*公司简介*/
.about{
    background: url("../images/about-back.jpg") no-repeat;
    /*margin-top: 30px;*/
}
.about-back{
    padding-top: 35px;
    background:rgba(36,142,147,.6);
}
.about-con{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content:space-around;
    padding-bottom: 50px;
}
.about-img{width: 32%;}
.about-img img{width: 100%;}
.about-info{width: 65%;}
.about-info p{
                text-indent: 2em;
                color: #F0F0F0;
                font-size: 16px;
                padding-top:10px;
                line-height: 26px;
                margin-bottom: 0px;
            }
.six{padding: 60px 0;}
.six-con{
            width: 1200px;
            margin: auto;
        }
.six-ul{
            display: flex;
            justify-content: space-around;
        }
.six ul li{
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background: #1cb2b0;
    border: 6px solid #92d4d4;
    display: table;
}
.six ul li p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

/*客户不分大小 利润无论高低*/
.kehuhz{
    padding: 35px 0 15px 0;
    background-color: #e9e9e9;
}
.kehuhz-con{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.kehuhz-img{
    width: 40%;
}
.kehuhz-img img{
    width: 100%;
    height: auto;
    border: 2px solid #F0F0F0;
}
.kehuhz-info{
    width: 40%;
    display: table;
}
.kehuhz-info p:first-child{
    font-size: 36px;
    font-weight: bold;
    color: #009c9a;
    text-align: center;
    margin-top: 50px;
}
.kehuhz-info p:nth-child(2){
    font-size: 18px;
    color: #f0f0f0;
    width: 80%;
    margin: auto;
    background-color: #1cb2b0;
    text-align: center;
    margin-top: 15px;
}
.kehuhz-info p:nth-child(3){
    text-align: center;
    margin-top: 15px;
}
.kehuhz-info p:nth-child(3) img{
    vertical-align: bottom;
}
.kehuhz-info span{
    font-size: 22px;
    font-weight: bold;
    color: #4d4d4d;
    padding-left: 4px;
}


/*预定，留言咨询*/
.message{
    background-color: #0c817f;
    padding: 30px 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 1px;
}
.message-con{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.message-con h1{
                    color: #ffffff;
                    font-size: 18px;
                }
.message-con p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 0 15px 0;
}
.message-form input{
                        border: none;
                        padding: 6px 0 6px 6px;
                        font-size: 16px;
                        width: 260px;
                        margin: 4px 0;
                    }

.message-form input:last-child{
    background-color: #004645;
    color: #ffffff;
    font-size: 16px;
    padding: 6px 15px;
    cursor: pointer;
}


@media (max-width: 768px) {


    /*小批量订货 减小库存与销售压力*/
    .hezuo-con{width: 100%;}
    .hezuo-con h1{font-size: 24px;}
    .hezuo-ul{
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
            }

    .hezuo-ul li{
                   width: 45%;
                   height: 126px;
                   border-radius: 50%;
                   border: 1px dashed #f0fff0;
                   margin: 1% 1%;
                }

    .hezuo-ul li div p{font-size: 14px;}

    /*公司简介*/
    .about{
            background: url(../images/about-back.jpg) no-repeat;
            margin-top: 30px;
            background-size: 100% 100%;
        }
    .about-con{
                width: 100%;
                margin: auto;
                display: flex;
                justify-content: center;
                padding-bottom: 50px;
                flex-wrap: wrap;
            }

    .about-img{width:96%;margin: 0 2%;}
    .about-info{width:96%;margin: 0 2%;}


    /*六大介绍*/
    .six-con{width: 100%;}
    .six-ul{display:flex;flex-wrap: wrap;justify-content: space-around;}
    .six-ul li{margin: 1% 0;}
    .six_inf p {
                  text-align: center;
                  color: #009c9a;
                  font-size: 14px;
                  font-weight: normal;
                  margin-bottom: 8px;
                  padding: 0 10px;
               }




  /*客户部分利润*/
  .kehuhz{padding: 0 0 15px 0;}
  .kehuhz-con{
                  width: 100%;
                  display: flex;
                  justify-content: center;
                  flex-direction: row;
                  flex-wrap: wrap;
              }

  .kehuhz-img{width: 100%;}
  #dkrb_main{width: 100%;}
  .kehuhz-info p:first-child{
                                font-size: 24px;
                                font-weight: bold;
                                color: #009c9a;
                                text-align: center;
                                margin-top: 50px;
                            }

  .custom, #start {
                    width: 100%;
                    font-size: 24px;
                    font-weight: bold;
                    color: #009c9a;
                    text-align: center;
                    background: none;
                 }

  .share{width: 100%;color: #ffffff;font-size: 14px;padding-top:6px;}
  .hot_tel {
              color: #1cb2b0;
              font-size: 20px;
              font-weight: bold;
          }

    /*提交框*/
    .message-con{width: 100%;}

}









@media (width: 414px) {

    .message-form input[type = 'text']{width: 260px;}
    .message-form input {
                            width: 260px;
                            border: none;
                            padding: 6px 0 6px 25px;
                            font-size: 16px;
                            margin: 4px auto;
                        }

}

@media (width: 375px) {

    .message-form input {
                            border: none;
                            padding: 6px 0 6px 40px;
                            font-size: 16px;
                            margin: 4px auto;
                            width: 260px;
                        }

                     }


@media(width:320px){
                    .message-form input {
                        border: none;
                        padding: 6px 0 6px 16px;
                        font-size: 16px;
                        margin: 4px auto;
                        width: 260px;
                    }
               }