body{
margin: 0;
}
img{
height: 100%;
width: 100%;
}
.header{
background: #333;
}
.container{
width: 1226px;
margin: 0 auto;
}
.header .menu{
float: left;
}
.header .account{
float: right;
color: #b0b0b0;
}
.header a{
color: #b0b0b0;
line-height: 40px;
display: inline-block;
font-size: 12px;
margin-right: 12px;
text-decoration: none;
}
.header a:hover{
color: white;
}
.header span:hover{
color: white;
}
.header .container .menu .place{
position: relative;
}
.header .container .menu .size{
position: absolute;
height: 100px;
width: 100px;
top: 40px;
display: none;
}
.header .container .menu .place:hover .size{
display: block;
}
.sub-header{
height: 100px;
}
.sub-header .logo{
width: 234px;
height: 100px;
float: left;
}
.sub-header .logo a img{
height: 56px;
width: 56px;
display: inline-block;
margin-top: 22px;
}
.sub-header .menu-list {
float: left;
line-height: 100px;
font-size: 16px;
}
.sub-header .menu-list a{
display: inline-block;
padding: 0 8px;
font-family: Helvetica,sans-serif;
color: #333;
text-decoration: none;
}
.sub-header .menu-list a:hover{
color: #ff6700;
}
.sub-header .search{
float: right;
}
.slider .sd-img{
display: block;
width: 1226px;
height: 460px;
float: left;
}
.news .channel{
margin-top: 14px;
width: 228px;
height: 164px;
float: left;
background: #5f5750;
padding: 3px;
}
.news .container .channel .item{
width: 76px;
height: 82px;
float: left;
text-align: center;
}
.news .channel .item a{
display: inline-block;
padding-top: 18px;
text-decoration: none;
color: #fff;
opacity: 0.7;
font-size: 12px;