ul li{
	list-style: none;}
.company{    width: 1200px;
    margin: 0px auto;}

.company .company_show{
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
    font-family: 微软雅黑;
    font-size: 30px;
    color: rgb(0, 0, 0);
	    float: left;
 margin: 20px 0 0 0;}

.company .company_flash{
	width: 100%;
	_width: 100%;
	height: 180px;
	_height: 180px;
	overflow: hidden;
	_overflow: hidden;}

.company .company_flash .flash{
	width: 6000px;
	height: 200px;
    transform: translate(0,0); 
    animation: flash 40s linear infinite;
	    _animation: flash 40s linear infinite;
	animation-direction:alternate;
	-webkit-animation-direction:alternate;
	    _width: 6000px;
    _height: 200px;
	overflow: hidden;
	_overflow: hidden;}
@keyframes flash {
    0% {transform: translate(0,0);}
 

    50% {transform: translate(-23%,0);} /* 切换500ms 位移-20% */




    100% {transform: translate(-46%,0);} 
}

.company .company_flash .flash ul{
	list-style: none;
	margin: 0px;}

.company .company_flash .flash ul li{
	width: 240px;
	height: 180px;
	_width: 240px;
	_height: 180px;
	position: relative;
	_position: relative;
	float: left;
	margin-right: 20px;}

.company .company_flash .flash ul li img{
	display: block;
	height: 100%;
	width: 100%;}


.company .company_flash .flash ul li .name{
	width: 240px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 36px;
	font-size: 15px;
	color: white;
	font-family: "微软雅黑";
	text-align:center;
	background-color: rgba(39,40,34,0.7);}