html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{ margin:0; padding:0; }
fieldset, img { border:none; }
img{display: block;}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ul, ol { list-style:none; }
a { text-decoration:none; }
body{
    background-color: #fff;
    min-width: 1200px;
    position: relative;
}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}
.head{
    height: 80px;
    min-width: 1200px;
    line-height: 80px;
    margin: 0 auto;
    /* min-width: 1650px; */
    z-index: 333;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logo{
    /* margin-left: 100px; */
    overflow: hidden;
    /* float: left; */
}
.logoImg{
    width: 100%;
    height: 100%;
    float: left;
    /* margin-top: -20px; */
}
.logoText{
    width: 196px;
    height: 32px;
    float: left;
    margin-left: 20px;
    margin-top: 23px;
}
.header{
    width: 80%;
    min-width: 1000px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.home{
    font-size: 18px;
    color: #4d4d4d;
}
/* 最上方板块 */
.upper{
    margin: 0 auto;
    width: 1200px;
    /* height: 480px; */
    position: relative;
}
.upper-left{
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 22%;
    height: 360px;
    width:420px;
    z-index: 30;
}
.upper-right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width:660px;
    height: 480px;
}
.upper-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height:140px;
}
/* 消费需求 */
.consumer{
    margin: 0 auto;
    width: 1200px;
    /* height: 700px; */
    position: relative;
/*     background: url('../image/consumer1.jpg') no-repeat;
    background-size: 100% 100%; */
}
.consumer1{
    margin: 0 auto;
    width: 1050px;
    display: block;
}
.consumer-title{
    margin-top: 10px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
    background-color: #b70005;
}
.consumer2{
    display: block;
    margin: 0 auto;
    width: 900px;
    height: 168px;
    margin-top: 32px;
    text-align: center;
}
.consumer3,.consumer4,.consumer5{
    display: inline-block;
    width: 280px;
    height: 168px;
}
.consumer4{
    margin: 0 25px;
}
/* 零售商服务 */
.service{
    margin: 0 auto;
    width: 1200px;
    height: 500px;
}
.service1{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 990px;
    height: 440px;
}
/* 传统供应链 */
.supply{
    margin: 0 auto;
    width: 1200px;
    height: 500px;
}
.supply1{
    display: block;
    margin: 0 auto;
    width: 900px;
    height: 450px;
    margin-top: 10px;
}

/* 三大平台优势 */
.advantage{
    margin: 0 auto;
    width: 1200px;
    height: 500px; 
}
.advantage1{
    display: block;
    margin: 0 auto;
    width: 920px;
    height:430px;
    margin-top: 30px;
}

/* 解决难题 */
.solve{
    margin: 0 auto;
    width: 1200px;
    /* height: 500px; */
  /*   background: url('../image/solve2.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative; */
}
.solve1{
    display: block;
    margin:  0 auto;
    width: 830px;
    height: 370px;
    position: absolute;
    left: 28%;
    top: 65px;
}
/* 主营产品 */
.product{
     margin: 0 auto;
     width: 1200px;
     height: 500px;   
}
.product1{
    width: 1200px;
    height: 500px;
}
/* 发展历程 */
.develop{
    margin: 0 auto;
    width: 1200px;
    height: 500px;  
    position: relative;
}
.develop1{
    width: 960px;
    height: 440px;
    position: absolute;
    left: 120px;
    top: 30px;
}
/* 代理模式 */
.agent{
    margin: 0 auto;
    width: 1200px;
  /*   height: 500px;  
    background: url('../image/agent2.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative; */
}
.agent1{
    width: 566px;
    height: 364px;
    position: absolute;
    left: 35%;
    top: 68px;
}
/* 代理资格申报 */
.declare{
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;

    height: 500px;
    text-align: center;
    position: relative;
}
.declare-title{
    width: 100%;
    text-align: center;
    height: 75px;
    font-size: 36px;
    line-height: 75px;
    color: #4d4d4d;
    letter-spacing: 6px;
    font-family: Microsoft YaHei;
}
.declare-common{
    display: inline-block;
    text-align: left;
    margin-top: 42px;
    width: 500px;
    height: 60px;
    line-height: 66px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
}
.declare-common span{
    display: inline-block;
    margin-left:24px;
    color: #4d4d4d;
    letter-spacing: 3px;
    font-size: 30px;
    height: 42px;
    line-height: 42px;
    font-family: Microsoft YaHei;
}
.declare-common input{
    height:40px;
    width:290px;
    border:none;
    outline: none; 
    padding-left:10px;
    color: #4d4d4d;
    font-size: 24px;
    font-family: Microsoft YaHei;
}
.telphone,.region{
    margin-left: 83px;
}
/* 立即提交 */
.submit{
    width: 300px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #b60005;
    border-radius: 4px;
    position: absolute;
    left: 450px;
    bottom: 120px;
    cursor: pointer;
    font-family: Microsoft YaHei;
}
.hehuoren{
    width: 370px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #4d4d4d;
    letter-spacing: 3px;
    font-size: 20px;
    position: absolute;
    left: 415px;
    bottom: 20px;
    font-family: Microsoft YaHei;
}



/* 代理案例 */
.example{
    margin: 0 auto;
    width: 1200px;
    height: 820px;
    position: relative;
}
.example1{
    width: 710px;
    height: 766px;
    position: absolute;
    left: 245px;
    top: 27px;
}
/* 联系我们 */
.contact{
    margin: 0 auto;
    width: 1200px;
  /*   height: 462px;
    position: relative; */
}
.contact1{
    width: 700px;
    height: 400px;
    position: absolute;
    left: 250px;
    top: 30px;
}
/* 弹窗样式 */
.dialog{
    display: none;
    width: 260px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -130px;
    margin-top: -25px;
    font-size: 20px;
    color: #fff;
    font-size: 700;
    background: rgba(0,0,0,.8);
}