/* 
* @Author: wzl
* @Date:   2018-12-17 17:28:28
* @Last Modified by:   wzl
* @Last Modified time: 2019-03-21 15:08:27
*/
@charset "utf-8";

.cl {
    clear: both;
}

.heart {
    width: 1200px;
    margin: 0 auto;
}

/** 顶部轮播图 */
.top {
    width: 100%;
    /*height: 578px;*/
    /* overflow: hidden; */
    position: relative;
}

.top .swiper img {
    width: 100%;
    /*height: 578px;*/
}

.top .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    background-color: #fff;
    opacity: 0.8;
}

.top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 36px 15px;
}

.top .swiper-pagination-bullet-active {
    opacity: 1;
    background: #008AFF;
}

/** 顶部导航栏 */
.top .comment-banner {
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.top .nav {
    height: 100px;
}

.top .nav .logo {
    float: left;
    padding: 24px 0;
}

.top .nav .logo img {
    width: 187px;
    height: 51px;
}

.top .nav .right {
    float: left;
    margin-left: 170px;
}

.top .nav .right ul {
    list-style: none;
    line-height: 100px;
    font-size: 16px;
}

.top .nav .right ul li {
    float: left;
    margin: 0 33px;
    position: relative;
}

.top .nav .right ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 10;
}

.top .nav .right ul .list .a_warp {
    background-color: rgba(0, 0, 0, 0.5);
    width: 130px;
    height: 0;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: -33px;
    top: 100px;
    transition: height 1s;
}

.top .nav .right ul .list:hover .a_warp {
    height: 100px;
}

.top .nav .right ul .list .a_warp a {
    line-height: 20px;
    margin: 20px 0;
    font-size: 14px;
}

.top .nav .right ul .list .a_warp a:hover {
    color: #008aff;
}

.top .nav .right ul li>a:hover {
    color: #008aff;
    border-bottom: 2px solid #008aff;
}

.top .nav .right ul li a.current {
    color: #008aff;
    border-bottom: 2px solid #008aff;
}

/** 页脚 */
.footer-heart {
    width: 1200px;
    /* height: 298px; */
    margin: 0 auto;
}

.footer {
    height: 120px;
    background-color: #191919;
    padding-top: 40px;
    line-height: 54px;
    color: #ccc;
}

.footer dl {
    float: left;
    margin-right: 121px;
}

.footer dl.last {
    float: right;
    margin-right: 20px
}

.footer dl.last dd img {
    height: 95px;
    width: 95px;
}

.footer dl dt {
    font-size: 20px;
}

.footer dl dd {
    font-size: 18px;
}

/** 版权 */
.copy {
    background-color: #191919;
    color: #ccc;
    line-height: 40px;
    font-size: 18px;
}

.copy .copy-heart {
    width: 886px;
    margin: 0 auto;
}

.copy .copy-heart p {
    text-align: center;
}

.copy .copy-heart p img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

/** 每一部分的头部部分 */
.part-top {
    padding-top: 70px;
    text-align: center;
}

.part-top .title {
    color: #333;
    font-size: 36px;
    line-height: 60px;
}

.part-top .split-img img {
    width: 300px;
    height: 17px;
}

.part-top .desc {
    color: #666;
    font-size: 24px;
    line-height: 84px;
}