﻿.aui-content-max {
    width: 1200px;
    height: 300px;

    margin: 0 auto;
    position: relative;
	padding-top:20px;

}

.aui-content-box {
    position: absolute;
    width: 1200px;
    
    height:300px;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
    float: left;
 
}

.aui-content-item-img {
    position: absolute;
    width: 240px;
    height: auto;


    top: 50px;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.aui-content-item-img img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}


.aui-content-box-list ul li {
    float: left;
    margin-left:15px;
    margin-right:15px;
}

.aui-content-box-list ul li a {
    position: relative;
    display: block;
    width:240px;
    height: 300px;
    text-align: center;
    margin: auto;
}

.aui-content-box-list ul li a img {
    transition: all 0.5s;
	width:260px;
	height:auto;
}

.aui-content-box-list ul li a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}



.aui-content-box-ovf {
    width: 1080px;
    overflow: hidden;
    position: relative;
    margin-left:60px;

    height: 300px;

}

.aui-content-box-list {
    width: 6950px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -23px;

}

.next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px;

}

.prev a {
    opacity: 0.6;
    background: #2f3430;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 25px;
    height: 45px;

}

.next a {
    background: #2f3430;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 25px;
    height: 45px;
    opacity: 0.6;

}

.prev img {
    width: 80%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 12px;
}

.next img {
    width: 80%;
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 0;
}

.prev a:hover {
    opacity: 1;
}

.next a:hover {
    opacity: 1;
}














.luara-left {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.luara-left ul {
    position: relative;
    padding: inherit;
    margin: 0;
}

.luara-left ul li {
    float: left;
    padding: inherit;
    margin: inherit;
    list-style: none;
}

.luara-left ul li img {
    width: 100%;
    display: block;
    border: none;
}
