/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.content {
    background: #333;
}

.banner {
    width: 100%;
    height: 650px;
    background: #333 url(./img/banner.jpg) no-repeat center top;
}

.wrap {
    width: 1180px;
    margin: 0 auto;
}

.phone1 {
    margin-top: 85px;
    margin-right: 100px;
    width: 417px;
    height: 417px;
    background: url(./img/an.png) no-repeat center center;
}

.send400 {
    margin-top: 212px;
    margin-left: 70px;
}

.breathingLampImage {
    animation: breath 3s infinite ease-in-out alternate
}

@keyframes breath {
    0% {
        opacity: 0
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
.bt {
    text-align: center;
    margin-bottom: 80px;
}
.bt h2 {
    text-indent: -10000px;
    display: none;
}
.introduction {
    padding-top: 65px;
    font-size: 14px;
    color: #929292;
}
.introduction .xb {
    margin-bottom: 24px;
    line-height: 20px;
}
.reputation {
    margin-left: 70px;
    line-height: 20px;
}
.result {
    margin-left: 90px;
    line-height: 20px;
}
/* 轮播 */
.lb {
    padding-top: 310px;
    background: #333;
}
.slideBox1 {
    width: 1160px;
    position: relative;
    margin: 0 auto;
}

.slideBox1 .hd {
    overflow: hidden;
    position: absolute;
    left: 150px;
    top: -217px;
    z-index: 1;
}
.slideBox1 .hd .des {
    font-size: 14px;
    color: #fff;
}
.slideBox1 .hd .img {
    height: 82px;
    text-align: center;
    margin-bottom: 26px;
}

.slideBox1 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox1 .hd ul li {
    width: 225px;
    float: left;
    margin-right: 2px;
    text-align: center;
    cursor: pointer;
}

/* .slideBox1 .hd ul li.on {
    color: #fff;
} */
.slideBox1 .hd ul li.on .show {
    display: none;
    text-align: center;
}
.slideBox1 .hd ul li.on .hide {
    display: inline-block !important;
    text-align: center;
}

.slideBox1 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox1 .bd img {
    width: 1160px;
    height: 400px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev{
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(img/l.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox1 .next {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(img/r.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox1 .prev:hover,
.slideBox1 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox1 .prevStop {
    display: none;
}

.slideBox1 .nextStop {
    display: none;
}

.way {
    padding-top: 60px;
    padding-bottom: 90px;
    background: #333;
}
.way .des {
    text-align: center;
}