.wrapper {
    min-width: 1200px;
}
/*-----------------快速导航开始-----------------*/
/*--------智能清洗设备--------*/
.middleBox {
    width: 100%;
    background: #f0f0f0;
}
.middleTop {
    padding-top: 53px;
    padding-bottom: 88px;
}
.middleTop .middleCenter {
    width: 380px;
    height: 265px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
}
.middleTop .middleCenter:last-child {
    margin-right: 0;
}
.middleTop .middleCenter .mousebefor {
    width: 380px;
    height: 245px;
    background-color: #fff;
    box-shadow: 5px 5px 5px #eee;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 10px;
}
.middleTop .middleCenter .middlecenterUp {
    padding: 20px 10px 10px 40px;
    background-color: #76be39;
    border-radius: 10px 10px 0 0;
}
/*上面的icon和字*/
.middleoneimgBox {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 34px;
    background: url(../images/icon01.png) no-repeat center;
}
.middlecentertextBox p {
    font: 28px/36px "微软雅黑";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.middlecentertextBox i {
    font: 14px/36px "微软雅黑";
    text-transform:Uppercase;
    color: #fff;
}

/*下面的字*/
.middlecenterDown {
    width: 380px;
    height: 60%;
    text-indent: 28px;
    position: relative;
}
/*三角形*/
.triangle{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #76be39;
    position: absolute;
    top:0;
    left: 175px;
}
.middlecenterDown p {
    padding: 20px 15px 28px;
    font: 14px/26px "微软雅黑";
    color: #000;
}
/*了解详细信息按钮*/
.middlecenterDown .button {
    font: 14px/30px "微软雅黑";
    text-align: center;
    color: #3e3e3e;
    width: 157px;
    height: 30px;
    padding-right: 30px;
    margin-left: 90px;
    background: #fff;
    border:1px solid rgba(154,152,152,.5);
    border-radius: 20px;
    box-shadow: 2px 2px 5px #eee;
    position: relative;
}

.middlecenterDown .button img {
    position: absolute;
    top:4px;
    right: 20px;
}
/*鼠标滑入滑出事件*/
.mouseAfter01 {
    /*display: none;*/
    width: 380px;
    height: 260px;
    background: url(../images/img01.jpg) no-repeat center;
    position: absolute;
    top:266px;
    left: 0px;
    transition:all 1s ease;
    overflow: hidden;
}
.mouseAfter {
    /*display: none;*/
    width: 380px;
    height: 260px;
    background: url(../images/img01.jpg) no-repeat center;
    position: absolute;
    top:266px;
    left: 0px;
    transition:all 1s ease;
    overflow: hidden;
}
.mouse02{
    background: url(../images/img02.jpg) no-repeat center;
}
.mouse03{
    background: url(../images/img03.jpg) no-repeat center;
}
/*鼠标经过事件*/
.middleCenter:hover .mouseAfter {
    transform:translate(0,-266px);
-ms-transform:translate(0,-266px); /* IE 9 */
-moz-transform:translate(0,-266px); /* Firefox */
-webkit-transform:translate(0,-266px); /* Safari and Chrome */
-o-transform:translate(0,-266px); /* Opera */
}
/*-----------------快速导航结束-----------------*/
/*-----------------中间分界线开始-----------------*/
.middleLine p {
    width: 149px;
    font: 24px/50px "微软雅黑";
    text-align: center;
    color: #3e3e3e;
    border-bottom: 6px solid #76be39;
    margin: 0 auto;
}
.middleLine em {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 2px;
    background: #76be39;
    margin-bottom: 50px;
}
/*-----------------中间分界线结束-----------------*/
/*-----------------关于酷赛节能开始-----------------*/
.middleDown {
    padding-bottom: 50px;
}
.middledownImg {
    width: 579px;
    height: 320px;
    background:url(../images/img04.jpg) no-repeat center;
}
.middledownCenter {
    text-indent: 28px;
    width: 48%;
}
.middledownCenter p{
    text-align: justify;
    font: 14px/32px "微软雅黑";
    color: #000;
}
.middledownCenter {
    font: 14px/26px "微软雅黑";
    color: #000;
}
.middledownCenter a {
    font: 16px/37px "微软雅黑";
    font-weight: 900;
    color: #fff;
    display: block;
    width: 147px;
    height: 37px;
    background: #76be39 url(../images/icon05.png) no-repeat 137px; 
    margin-top: 30px;
    padding-right: 30px;
}
/*-----------------关于酷赛节能结束-----------------*/
