header h1 {
    padding-left: .5rem;
    text-align: left;
}
header .menu {
    background: url(../images/down.png) no-repeat center; 
    background-size: 60% 50%; 
    width: 22px; 
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 0 .5rem;
    color: #fff;
    font-size: 1.1rem;
}
.banner{
    margin-top:50px;
    width: 100%;
    height: 6rem;
    box-sizing: border-box;
    overflow: hidden;
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 0px !important;
}
.swiper-pagination-bullet {
    opacity: .4 !important;
    background: #fff !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff !important;
}

/*首页导航*/
.nav{
    padding: .5rem 0;
    background: #fff;
}
.nav ul{
    display: flex;
}
.nav ul li{
    flex: 1;
}
.nav ul li:last-child{
    border-right:none;
}
.nav ul li a{
    display: block;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.nav ul li a img{
    width: 2rem;
    height: 2rem;
}
.nav ul li a p{
    text-align: center;
    font-size: .7rem;
    color: #000;
}
.color-species{
    min-height: 8.5rem;
    margin-top: .5rem;
    background: #fff;
}
.color-species ul{
    display: flex;
    flex-wrap: wrap;
}
.color-species ul li{
    width:50%;    
    padding: .6rem 0;
    border-bottom: 1px #ececec solid;
    border-right: 1px #ececec solid;
    position: relative;
    box-sizing: border-box;
}

.color-species ul li a{
    display: inline-block;
    width: 100%;
    height: 2.5rem;
}
.color-species .lh-pic {
    position: absolute;
    top: .5rem;
    left: .5rem;
    height: 2.5rem;
    width: 2.5rem;
}
.color-species .lh-pic img {
    width: 100%;
}
.color-species .lh-dl{
    margin-left: 3.5rem;
}
.color-species .lh-dl .lh-name {
    color: #454545;
    font-size: .7rem;
    line-height: 1.3rem;
}
.color-species .lh-dl .lh-info {
    color: #999;
    overflow: hidden;
    height: 1rem;
    line-height: 1rem;
    font-size: .6rem;
}
.odd{
    border-right: 1px #ececec solid;
}

/*新闻样式*/
.news{
    min-height: 12.5rem;
    margin-top: .5rem;
    background: #fff;
}
.news .news-title{
    font-size: .75rem;
    position: relative;
    margin-top: .5rem;
    color: #e54545;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    line-height: 2rem;
    text-indent: .5rem;
    overflow: hidden;
}
.news .news-title img{
    width: 1rem;
    position: relative;
    top: .2rem;
}
.news .news-title a {
    color: #666;
    margin-right: .5rem;
    font-size: .65rem;
    float: right;
}
.news ul{
  background: #fff;
  padding: 0 .5rem;
}

.news ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2rem;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding-right: 1rem;
}
.news ul li .yjt{
    width: 1rem;
    background: url(../images/yjt.png) no-repeat center;
    background-size: 70% 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.news ul li a{
  display: inline-block;
  width: 100%;
  color: #101010;
  font-size: .75rem;
}

footer{
    padding: 15px 0 10px;
}
footer .ftNav {
    text-align: center;
    font-size: .7rem;
    color: #ccc;
}
.ftNav a {
    color: #666;
    margin: 0 5px;
}
.ftNav {
    padding: 0 25px;
}
.ftNav p {
    margin: 6px 0;
}

.ftNav p {
    font-size: 13px;
    line-height: 21.5px;
    color: #666;
}

footer img{
    width: auto;
}
