﻿@charset "UTF-8";


/*轮播*/
.banner {
    position: relative;
}
.banner-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner-img >a,
.banner-img img {
    display: block;
}
.banner-img >a,
.banner-img >li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-img >li {
    list-style: none;
}
.banner-img >a:first-child,
.banner-img >li:first-child {
    display: block;
}
.banner-tools {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url('../images/hd_home-hop60.png');
}
.banner-text {
    padding-right: 74px;
    padding-left: 120px;
    overflow: hidden;
}
.banner-text p,
.banner-text p a {
    color: #fff;
}
.banner-text p {
    display: none;
}
.banner-text p:first-child {
    display: block;
}
.banner-text p:hover,
.banner-text p:hover a {
    color: #3270cc;
}
.banner-text p {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner-arrow .btn {
    position: absolute;
    width: 17px;
    height: 28px;
    bottom: 16px;
    cursor: pointer;
}
.banner-arrow .pre {
    left: 20px;
    background: url('../images/hd_home-arrow1.png') no-repeat;
}
.banner-arrow .next {
    right: 10px;
    background: url('../images/hd_home-arrow2.png') no-repeat;
}

.banner-total {
    position: absolute;
    bottom: 20px;
    left: 46px;
}
.banner-total {
    color: #fff;
}
.banner-total span {
    display: inline-block;
    font-family: '宋体';
}
.banner-total .now {
    margin-right: 3px;
    color: #e71f18;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: bottom;
}
.banner-total .total {
    margin-left: 3px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    vertical-align: bottom;
}

/*新闻*/
.m-news-list li {
    text-align: right;
    color: #999;
}
.m-news-list li a {
    float: left;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*list1*/
.m-news-list1 li {
    height: 35px;
    line-height: 35px;
}
.m-news-list1 li a {
    max-width: 375px;
    padding-left: 19px;
    font-size: 16px;
    color: #000;
    background: url('../images/hd_home-icon1.png') no-repeat left center;
}
.m-news-list1 li a:hover {
    color: #f83434;
    font-weight: bold;
    text-decoration: underline;
    background-image: url('../images/hd_home-icon2.png');
}

/*list2*/
.m-news-list2 li {
    height: 40px;
    padding-right: 7px;
    line-height: 40px;
    background: url('../images/hd_home-libg1.png') repeat-x left bottom;
}
.m-news-list2 li a {
    max-width: 450px;
    margin-left: 1px;
    padding-left: 14px;
    font-size: 16px;
    background: url('../images/hd_home-abg1.png') no-repeat left center;
}

/*标题块*/
.m-headtt {
    height: 61px;
    border-bottom: 1px solid #eee;
}
.m-headtt .title {
    float: left;
    line-height: 61px;
    color: #518d03;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #518d03;
}
.m-headtt .u-more1 {
    float: right;
    margin-top: 24px;
    margin-right: 10px;
}

/*上面图片 下面文字*/
.m-pictxt {
    margin-top: -20px;
    margin-left: -27px;
}
.m-pictxt li {
    float: left;
    margin-top: 20px;
    margin-left: 27px;
}
.m-pictxt .img {
    display: block;
    width: 270px;
    height: 191px;
    overflow: hidden;
}
.m-pictxt .img img {
    width: 100%;
    height: 100%;
}
.m-pictxt .title {
    padding-top: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #518d03;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*更多*/
.u-more1 {
    line-height: 12px;
    font-size: 12px;
    color: #999;
}
