* {
padding: 0;
margin: 0;
}
.t-links
{
	float: right;
}
.banner a{
	color: black;
}
.banner_li li{
	list-style: none;
	float: left;
	background-color: #E1EBEE;
	width: 164px;
	height: 43px;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	cursor: pointer;
}
.banner_li li:hover{

      background: #b84136;
      color: white;
      font-weight:bold;
    }
    .lbt {
    	position: relative;
    	width: 820px;
    	height: 340px;
    	overflow: hidden;
    }
.banner_img {
width: 4100px;
height: 340px;
overflow: hidden;
}
.banner_img > ul {
/*设置ul的宽度为2倍div的宽度*/
width: 200%;
list-style: none;
/*动画属性*/
animation: imgMove 30s linear infinite;

}
/* 暂停动画 */
.banner_img>ul:hover{
animation-play-state: paused;
}

div > ul > li {
width: 820px;
float: left;
}
.banner_img img {
width: 100%;
}
/*创建动画*/
@keyframes imgMove {
from {
transform: translateX(0px);
}
to {
transform: translateX(-4100px);
}
}
.download img:hover{
	opacity: 0.8;
}
.reg img:hover{
	opacity: 0.8;
}
.chg img:hover{
	opacity: 0.8;
}
.footer a{
color: #555;
text-decoration: none;
font-size: 13px;
}
.footer a:hover{
	color: white;
}
.footer span{
	color: #555;
	font-size: 1px;
}
.footer p{
	font-size: 1px;
	color: #555;
}
.container .left .img img:hover{
	opacity: 0.8;
}
.container .left .img img{
	cursor: pointer;
}