.bj-business {
    padding-bottom: 40px;
}
.bj-bg {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    margin-top: 80px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url("/images/business-bg.jpg");
}
.bj-bg .bj-bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.bj-bg-mask .bj-bg-cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.bj-bg-mask h3 {
    display: block;
    font-size: 34px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 100px;
}
.bj-bg-mask h4 {
    display: block;
    max-width: 700px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 30px;
    line-height: 30px;
}
.bj-bg-mask span {
    display: block;
    width: 80px;
    height: 4px;
    background-color: #fff;
    margin-top: 60px;
}
.bj-business .business-title-en {
    text-align: center;
    font-size: 26px;
    color: #e6e4e4;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: bold;
    padding-top: 50px;
}
.bj-business .business-title-cn {
    text-align: center;
    font-size: 24px;
    color: #434343;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    padding-top: 15px;
    padding-bottom: 50px;
    font-weight: bold;
}
.bj-business .consult {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("../../images/customerService.png");
    -moz-box-shadow:0px 10px 10px -10px #333333;
    -webkit-box-shadow:0px 10px 10px -10px #333333;
    box-shadow:0px 10px 10px -10px #333333;
}
.consult .consult-l {
    float: left;
    margin-left: 60px;
    margin-top: 105px;
}
.consult-l h3 {
    display: block;
    color: #fff;
    font-size: 30px;
}
.consult-l p {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    padding-left: 30px;
}
.consult .consult-r {
    float: right;
}
.consult-r .consult-box {
    display: inline-block;
    width: 190px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 17px;
    border: 1px solid rgba(255,255,255,0.5);
    margin-right: 35px;
}
.consult-box h4 {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
}
.consult-box img {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.consult-box span {
    display: block;
    width: 85%;
    padding: 0 5px;
    margin: 10px auto 10px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #656565;
}
.consult-box span i {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;

    background-color: #fff;

    border: 1px solid transparent;
    color: #5d5d5d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.bj-business .business-box {
    position: relative;
    width: 1200px;
    padding: 0 60px;
    margin: 0 auto;
    height: 470px;
    overflow: hidden;
}
.bj-business .business-box  .business-slide {
    width: 270px;
    padding: 10px 15px;
}
.business-box .case-item {
    width: 100%;
    overflow: hidden;
    -moz-box-shadow: 0 8px 13px -10px #b9b9b9;
    -webkit-box-shadow: 0 8px 13px -10px #b9b9b9;
    box-shadow: 0 8px 13px -10px #b9b9b9;
}
.case-item .case-img-bg {
    position: relative;
    width: 100%;
}
.case-img-bg img {
    display: block;
    width: 100%;
}
.case-img-bg .case-tips-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.6);
}
.case-tips-bg .case-tips {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    overflow: hidden;
}
.case-tips h3 {
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.case-tips p {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    text-align: justify;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}
.case-item .case-info {
    padding: 0 10px;
    position: relative;
    z-index: 9999999;
}
.case-item .case-info h3{
    display: block;
    color: #000;
    font-size: 14px;
    padding-top: 20px;
    line-height: 20px;
}
.case-item .case-info h3 a {
    display: block;
    width: 100%;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.case-item .case-info .info-time {
    padding: 20px 0;
    color: #888888;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
}
.case-item .case-info .case-link {
    padding: 10px 0;
    color: #888888;
    font-size: 14px;
    text-align: right;
}
.case-info .case-link a {
    vertical-align: middle;
}
.case-info .case-link i {
    vertical-align: middle;
    font-size: 14px;
    color: #37a4ff;
}
.business-box .business-prev {
    position: absolute;
    left: 0;
    top: 210px;
    width: 50px;
    height: 50px;
}
.business-prev i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #37a4ff;
    cursor: pointer;
}
.business-box .business-next {
    position: absolute;
    right: 0;
    top: 210px;
    width: 50px;
    height: 50px;
}
.business-next i {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #37a4ff;
    cursor: pointer;
}