*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing:border-box;
    text-decoration: none;
}
body{
    font-size: 12px;
    font-family: "微软雅黑";
}
.successfulcase{
    width: 100%;
    min-width: 1100px;
    margin: 0 auto;
    /*background-color:#f1f2f4;*/
    overflow: hidden;
}
/************************成功案例目录***********************************************/
.success-banner{
    width: 100%;
}
.success-banner img{
    width: 100%;
    height: auto;
    display:block
}
.success-navigation{
    margin: 0 auto;
}
.success-navigation .navigation-content{
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.success-navigation .navigation-content a{
    display: block;
    width: 50%;
}
.navigation-content .link-button {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 auto 50px;
}

.navigation-content .link-button>img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 182px;
}

.navigation-content .link-button>.hover-img {
    display: none;
}

.navigation-content .link-button:hover>img {
    display: none;
    width: 100%;
    height: 100%;
    max-height: 182px;
}

.navigation-content .link-button:hover>.hover-img {
    display: block;
}
.success-content{
    width: 1100px;
    margin:0 auto;
    margin-top: 20px;
}
.success-content .content-menus {
    overflow: hidden;
    margin-bottom: 20px;
}
.success-content .content-menus a{
    display: block;
}
.success-content .content-menus div{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    width: 81px;
    background: url("../../images/cases/btn.png") no-repeat;
    text-align: center;
    line-height:32px;
    float: left;
    margin-right: 5px;
}
.success-content .content-menus div.selected{
    background: url("../../images/cases/btn-selected.png") no-repeat;
}
/****************成功案例列表**************************/

.success-content .content-article{
    width:100%;
    background-color: #fff;

}
.success-content .content-dotted{
    width: 100%;
    border-bottom: 1px dashed #ccc7be;
    margin: 20px 0;
}
.success-content .content-article>div{
    background-color: #fff;
    overflow: hidden;
    padding: 12px;
}
.success-content .content-article .article-content{
    width: 50%;
    float: left;
    overflow: hidden;
}

.success-content .content-article .article-content .article-img{
    height:232px;
    width:232px;
    float: left;
    text-align: center;
    line-height: 232px;
}
.success-content .content-article .article-content .article-img img{
  width: 100%;
  height: auto;
}
.success-content .content-article .article-content .article-text{
    float: left;
    overflow: hidden;
    padding: 5px 0 0 20px;
}
.success-content .content-article .article-content .article-text h3{
    color: #000;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 5px;
}
.success-content .content-article .article-content .article-text h4{
    color: #a09e99;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    margin:10px 0;
}
.success-content .content-article .article-content .article-text p{
    color: #5e5f60;
    font-size: 12px;
    text-align: left;
    width: 260px;
    font-weight: normal;
    overflow: hidden;
}
.success-footer{
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}
.success-footer a{
    display: block;
}
.success-footer .selected{
    border:none;
    background-color: #0a427d;
    color: #ffffff;
}
.success-footer div{
    height: 27px;
    width: 27px;
    border: 1px solid #a09e99;
    background-color: #fff;
    text-align: center;
    line-height: 27px;
    color: #000;
    float: left;
    margin: 0 5px;
}

/*********************成功案例详情页*********************************/
.successfuldetails{
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 36px;
}
.details-content{
    width: 780px;
    float: left;
    padding:0px 15px;
    overflow: hidden;
}
.details-content h1{
    color:#017bf6;
    font-size: 18px;
    text-align: left;
}
.details-content .content-label{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.details-content .content-label .label-solid{
    height: 14px;
    border-right: 1px solid  #7e7a7a;
    margin: 0 10px;
}
.details-content .content-label div{
    color: #7e7a7a;
    font-size: 12px;
    float: left;
    line-height: 100%;
}
.details-content .content-solid{
    width: 100%;
    border-bottom: 1px dotted #7e7e7e;
    margin: 10px 0 30px 0;
}
.details-content .content-text{
    width: 100%;
}
.details-content .content-text img{
    max-width: 745px;
}
.details-nav{
    width:320px;
    float: left;
    overflow: hidden;
    padding: 0px 15px;
    border-left: 1px solid #7e7e7e;
}
.details-nav a{
    display: block;
    color: #000000;
}
.details-nav .nav-title{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    width: 110px;
    height:26px;
    line-height: 26px;
    text-align: center;
    background-color:#0a427d;
}
.details-nav .nav-bottomline{
    width: 100%;
    height:10px;
    margin: 10px 0;
    position: relative;
}
.details-nav  .nav-bottomline .nav-blue{
    width: 110px;
    border: 2px solid #017bf6;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.details-nav  .nav-bottomline .nav-gray{
    width: 100%;
    border: 1px solid #7e7e7e;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 1;
}
.details-nav  h2{
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    white-space:nowrap;
    overflow: hidden;
}
.details-nav  .bull{
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #017bf6;
    margin-right: 5px;
}
.details-nav .nav-content{
    width: 100%;
    overflow: hidden;
}
.details-nav .nav-dotted{
    width: 100%;
    border-bottom: 1px dotted #7e7e7e;
    margin:10px 0px;
}

.details-nav .nav-content .nav-img{
    width: 53px;
    height: 53px;
    float: left;
    text-align: center;
    line-height: 53px;
}
.details-nav .nav-content .nav-img img{
    width: 100%;
    height: auto;
}
.details-nav .nav-content p{
    color: #7e7a7a;
    height: 52px;
    width: 200px;
    line-height:16px;
    padding: 3px 8px;
    overflow: hidden;
    float: left;
}
.details-nav .nav-box{
    margin-top: 50px;
    overflow: hidden;
}
.details-nav .nav-box>a{
    display:block;
    height: 40px;
    width: 130px;
    border: 1px solid #d3cfc7;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
    float: left;
}
.details-nav .nav-box>a:nth-child(even){
    margin-left: 5px;
}
.details-footer{
    width:100%;
    color: #000;
    padding: 60px 0 50px 15px;
    overflow: hidden;
}
.details-footer a {
    color:#7e7a7a;
    display: inline-block;
    float: left;
    border-bottom: 1px dotted #d3cfc7;
    width:200px;
    text-align: center;
    margin-right: 50px;
    overflow: hidden;
    white-space:nowrap;
}
/*********************************合作品牌***************************************************************/
.brand-introduce{
    width: 100%;
    margin-top:45px;
}
.brand-introduce h1{
    color: #000000;
    font-size:27px;
    font-weight: normal;
    text-align: center;
    padding-right: 5px;
}
.brand-introduce h3{
    color: #0a427d;
    font-size:16px;
    font-weight: normal;
    text-align: center;
    padding-right:25px;
}
.brand-introduce p{
    text-align: center;
    color:#909090;
    font-size: 14px;
    line-height:25px;
    margin-top:20px;
}
.brand-content{
    width: 100%;
    margin-top: 50px;
}
.brand-content h2{
    color:#0a427d;
    font-size: 18px;
    font-weight: bold;
    width: 1100px;
    height:36px;
    line-height: 36px;
    text-align: left;
    margin: 0 auto;
    padding-left: 50px;
}
.brand-content .brand-title{
    background: url("../../images/cases/brand-1.png") no-repeat;
}
.brand-content .brand-title2{
    background: url("../../images/cases/brand-2.png") no-repeat;
}
.brand-content .brand-title3{
    background: url("../../images/cases/brand-3.png") no-repeat;
}
.brand-content .brand-title4{
    background: url("../../images/cases/brand-4.png") no-repeat;
}
.brand-content .brand-title5{
    background: url("../../images/cases/brand-5.png") no-repeat;
}
.brand-content .brand-title6{
    background: url("../../images/cases/brand-6.png") no-repeat;
}
.brand-content .brand-log{
    padding: 33px 0;
    overflow: hidden;
}
.brand-content .brand-log a{
    display: block;
    width: 155px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    margin:0 0 40px 25px;
    float: left;
}
.brand-content .brand-log a img{
    width: 100%;
    height: auto;
}

