
.customer .container {
    width: 930px;
}
.customer .contents {
    position: relative;
    margin: 10px auto 30px auto;
    height: 280px;
    overflow: hidden;
}
.customer .contents .contentss {
    position: absolute;
    top: 0px;
    left: 0px;
}
.customer .contents .content {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 930px;
}

.customer .contents .content img {
    width: 172px;
    height: 73px;
    margin: 0 4px 45px 4px;
}

.customer .customerBtn {
    top: 235px;
    width: 52px;

}
.customer .customerBtn.rightBtn {
    right: -30px;
		background:url(../images/right2.png)
}


.customer .customerBtn.leftBtn {
    left: -30px;
		background:url(../images/left2.png)
}
.customer .customerBtn.rightBtn:hover {
    right: -30px;
		background:url(../images/right2a.png)
}


.customer .customerBtn.leftBtn:hover {
    left: -30px;
		background:url(../images/left2a.png)
}
.customer .customerBtn {
    position: absolute;
    top: 100px;
    width: 18px;
	height:40px;
    cursor: pointer;

}


.customer .contents .content img {
    width: 172px;
    height: 73px;
    margin: 0 4px 45px 4px;
}
.customer .contents .content img:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.customer .contents {
    position: relative;
    margin: 10px auto 30px auto;
    height: 280px;
    overflow: hidden;
}

.customer .contents .content img {
    width: 172px;
    height: 73px;
    margin: 0 4px 45px 4px;
}
.footer .right .child .childCode {
    background: url(../images/footcodebg_1.png) no-repeat left top;
    background-size: 151px 166px;
    position: absolute;
    left: 50%;
    bottom: 68px;
    width: 151px;
    height: 166px;
    margin-left: -75px;
    text-align: center;
}

