/*导航条*/

/*主内容-banner区*/
.banner {
    background: url("../images/success_case.jpg") no-repeat center;
    background-size:cover;
    height: 260px;
    display: inline-block;
    width:100%;
}
.container-fluid .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    padding-top:30px;
}
.container-fluid .container .share a.back {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #0033cc;
    height: 35px;
    padding-left: 10px;
    margin: 0px;
    float:left;
    text-decoration: none;
}
.container-fluid .container .share {
    display: inline-block;
    height: 46px;
    font-size: 12px;
    color: #999;
    width:100%;
    line-height: 35px;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.bshare-custom {
    overflow: hidden;
    float: right;
    margin-top:10px;
    margin-right: 20px;
}
.bshare-custom i {
    color: #333;
    font-style: normal;
    line-height:21px;
    margin-right:10px;
}
.container-fluid .container .cont h3 {
    margin-top:51px;
    text-align:center;
    color:#666;
    margin-bottom:37px;
}
/*轮播图开始*/
#container {
    width: 900px;
    height: 506px;
    overflow: hidden;
    position: relative;
}
#list {
    width: 4500px;
    height: 506px;
    position: absolute;
    z-index: 1;
    left:-900px;}
#list img {
    float: left;
    width: 900px; height: 506px;
}
#container:hover .arrow {
    display: block;
}
#smallContainer {
    width: 900px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#smallList {
    padding-left: 0px;
}
#smallList img {
    width: 220px;
    height: 140px;
    display:block;
}
.max{
    width: 900px;
    height: 657px;
    margin: 0 auto;
    position: relative;
    margin-bottom:56px;
}
#smallList li{
    position: relative;
    float: left;
    margin-right: 6px;
    list-style: none;
    overflow:hidden;
}
#smallList li:last-child {

    margin-right: 0px;
}
#smallList li span:after{
    content: " ";
    width: 220px;
    height: 140px;
    position: absolute;
    top:0;
    left: 0;
    display: inline-block;
    background:black;
    opacity: 0.5;
    filter:Alpha(opacity=50);
}
#smallList .on span:after{
    content: " ";
    width: 220px;
    height: 140px;
    position: absolute;
    top:0;
    left: 0;
    display: inline-block;
    background:black;
    opacity: 0;
    filter:Alpha(opacity=0);
}
/*轮播图结束*/
.container-fluid .container p {
    color:#333;
    font-weight:600;
    padding-left:147px;
    margin-bottom:20px;
}
.container-fluid .container p.active {
    margin-bottom: 40px;
    line-height: 25px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}
.container-fluid .container p.curr {
    font-weight: normal;
    font-size: 14px;
    color: #0041dd;
}
.container-fluid .container p span {
    margin-bottom:0;
    font-size:14px;
    color:#666;
    font-weight:400;
    margin-left:15px;
    width:770px;
    display: inline-block;
    vertical-align: text-top;
}
.container-fluid .container p span img {
    margin-bottom:3px;
}
.container-fluid .container p:nth-last-child(2) {
    margin-bottom:22px;
    color:#666;
    font-size:14px;
    font-family:"微软雅黑";
    font-weight:400;
}
.container-fluid .container p:nth-last-child(2) a {
    display:inline-block;
    border:none;
    padding:0px;
    color:#0041dd;
    font-size:14px;
    font-family:"微软雅黑";
    font-weight:400;
}
.container-fluid .container p:nth-last-child(2) span {
    width:14px;
    margin-right:15px;
    margin-left:0px;
}
.container-fluid .container p:nth-last-child(2) i {
    font-style: normal;
    float: right;
    margin-right:147px;
    color:#666;
    font-size:14px;
    font-family:"微软雅黑";
}
.container-fluid .container p:last-child {
    margin-bottom:60px;
}
.container-fluid .container p:last-child a {
    display:inline-block;
    border:none;
    padding:0px;
    color:#0041dd;
    font-size:14px;
    font-family:"微软雅黑";
    font-weight:400;
}
.container-fluid .container p:last-child span {
    width:14px;
    margin-right:15px;
    margin-left:0px;
}
.container-fluid .container p:last-child i {
    font-style: normal;
    float: right;
    margin-right:147px;
    color:#666;
    font-size:14px;
    font-family:"微软雅黑";
    font-weight:400;
}
.container-fluid .container p a.curr {
    color: #666;
}
@media(max-width: 1250px) {
    .container-fluid .container {
        width: 1050px;
        margin: 0 auto;
        position: relative;
        padding: 49px 0 0 0;
    }
}
@media(max-width: 1100px) {
    .container-fluid .container {
        width: 900px;
        margin: 0 auto;
        position: relative;
        padding: 0px;
        padding-top: 49px;
    }
    .container-fluid .container p {
        padding-left: 90px;
    }
    .container-fluid .container p span {
        width: 690px;
    }
}
@media(max-width: 1000px) {
    .banner .font {
        font-size: 17px;
    }
    .container-fluid .container {
        width: 725px;
    }
    .max {
        width: 725px;
    }
    #container {
        width: 725px;
    }
    #list img {
        width: 860px;
    }
    #smallContainer {
        width: 725px;
    }
    #smallList span {
        width: 180px;
    }
    #smallList img {
        width: 180px;
    }
    .container-fluid .container p {
        padding-left: 0px;
    }
    .container-fluid .container p span {
        width: 600px;
    }
}
