/* 页面格式化 */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        text-decoration: none;
    }
    div{box-sizing: content-box}
    html {
        font-size: 100px;
    }
    html, body {
        font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
        background: #fff;
    }
    img {
        display: block;
    }
    li {
        list-style: none;
    }
    a {
        color: rgb(51, 51, 51);
        text-decoration: none;
    }
    a:hover {
        text-decoration: none;
    }
/* 通用 */
.body-bigBox{
    width: 100%;
}
.body-box{
    width: 1200px;
    margin: auto
}
.Inv-bodyDiv{
    padding-bottom:110px;
}
.div-title{
    font-size: 32px;
    color: rgb(51,51,51);
    padding:110px 0 88px 0;
    text-align: center
}
.Ind-Consult{
    width: 100px;
    height: 35px;
    margin: auto;
    font-size: 16px;
    color: rgb(7,158,221);
    text-align: center;
    line-height: 35px;
    border: 1px solid rgb(7,158,221);
    border-radius: 5px;
}
.Ind-Consult:hover{
    color: rgb(255,255,255);
    background:rgb(7,158,221);
}
/* banner */
.upgrade_bg img{
width: 100%;
}
/* 我们的优势 */
.our_advantage{
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.our_advantage img{
    margin: 30px auto;
}
.our_advantage_body{
    overflow: hidden;
}
.our_advantage_body>div{
    float: left;
    margin: 12.5px;
    box-shadow: 0px 0px 20px #888888;
    border: 1px solid #fff;
    width: 373px;
}
.our_advantage_body>div:hover{
    margin-top: 0px;
    border: 1px solid rgb(0,164,255);
}
.our_advantage .img1,.img2,.img3{
   width: 375px;
   height: 255px; 
}
.our_advantage .img1{
    background: url('../image/upgrade_img1.jpg') no-repeat;
}
.our_advantage .img2{
    background: url('../image/upgrade_img2.jpg') no-repeat;
}
.our_advantage .img3{
    background: url('../image/upgrade_img3.jpg') no-repeat;
}
.our_advantage .title{
    padding: 75px 10px;
    color: #fff;
    margin: 0px auto;
    width:232px;
}
.our_advantage .p1{
    font-size: 30px;
    width: 150px;
    display: block;
    text-align: center;
    float: left;
}
.our_advantage .title>div{
    width: 35px;
    border:2px solid #ffffff;
    margin-top: 18px;
    float: left;
}
.our_advantage_body .content{

    padding: 10px 5px;
    text-align: center;
    height: 30px;
    line-height: 24px;
}
.our_advantage_footer a{
    margin: 20px auto;
    line-height: 30px;
    font-size: 16px;
    display: block;
    width: 100px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background:rgb(0,164,255);
}

/*为什么升级企业店铺*/
.why_upgrade_header img{
    max-width: 1200px;
    margin: 40px auto;
}
.why_upgrade_body {
    height: 600px;
    background: url('../image/why_upgrade_bg.jpg') no-repeat center;
}
.why_upgrade_body .main{
    max-width: 1200px;
    margin: 0px auto;
}
.why_upgrade_body .main>div{
    margin: 70px 50px;
    float: left;
    width: 260px;
    padding: 20px;
    border-radius: 5px;
    background: #aab4b95e;
}
.why_upgrade_body .main>div:hover .sub{
    display: block;
}
.main .con {
    height: 280px;
    text-indent: 32px;
    padding-top: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    line-height: 28px;
    color: #3e3e3e;
    cursor: pointer;
}
.main .sub {
    height: 30px;
    width: 100px;
    line-height: 30px;
    background:rgb(0,164,255);
    text-align: center;
    margin: 30px auto;
    border-radius: 3px;
 }
.sub>a{
    color: #fff;
}