* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#app {
    position: relative;
    width: 100%;
    height: 100vh;
}

/* banner */
.draw-banner {
    position: relative;
    width: 100%;
    height: 300px;
}

.draw-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 页脚 */
.draw-footer {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.draw-footer img {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 中间内容部分 */
.draw-centent {
    width: 1200px;
    margin: 0 auto;
}

/* 面包屑 */
.draw-crumbs {
    height: 50px;
    margin-top: 28px;
    border-bottom: 3px solid #0A5F9E;
    margin-bottom: 29px;
}

.draw-crumbs img {
    margin-right: 9px;
}

.draw-crumbs span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

/* 标题 */
.title {
    width: 1200px;
    height: 45px;
    border-bottom: 1px solid #D8E0E9;
    margin-bottom: 20px;
}


.title>p>b {
    font-size: 26px;
    font-family: MicrosoftYaHei;
    color: #0A5F9E;
}

.title>p>span {
    float: right;
    margin-top: 5px;
}

.title>p>span>a {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0F1207;
}

.title .line {
    width: 122px;
    height: 3px;
    margin-top: 7px;
    background-color: #C80000;
}

/* 知识 */
.knowledge-centent {
    position: relative;
    width: 1200px;
    margin-bottom: 48px;
    height: 340px;
}

.knowledge-centent li {
    width: 141px;
    height: 340px;
    display: inline-block;
    margin-right: 5px
}

.knowledge-centent li:last-child {
    margin: 0;
}

.knowledge-centent li .shade {
    position: absolute;
    bottom: 4px;
    width: 141px;
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
}

.knowledge-centent li .shade p {
    margin: 10px 0 0 10px;
}

.knowledge-centent li .shade p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.knowledge-centent li img:hover {
    transform: scale(1.05);
}

.knowledge-centent li img {
    text-decoration: none;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
}


.knowledge-centent li .shade p:hover {
    color: #0A5F9E;
}

/* 教育模块内容 */
.education-centent {
    width: 1200px;
    height: 340px;
    margin-bottom: 50px;

}

.education-side {
    width: 277px;
    height: 340px;
    display: inline-block;
    vertical-align: top;
    background: url(.././images/draw/cen-bag.png) no-repeat;
    background-size: 100% 100%;
}


.side-title {
    margin: 10px 18px 20px;
}

.side-title a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0F1207;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.side-text {
    margin: 0 18px 12px;
}

.side-text a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.side-details {
    margin: 0 20px;
}

.side-details a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0A5F9E;
    cursor: pointer;
}

.education-center {
    width: 605px;
    height: 340px;
    margin: 0 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#item {
    width: 400%;
    position: absolute;
}

#item li {
    float: left;
}

.education-education {
    position: absolute;
    bottom: 0;
    width: 590px;
    height: 25px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);

}

.education-education p {
    float: left;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.education-education ul {
    margin-top: 4px;
    float: right;
}

.education-education ul li {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
}

.active {
    background: #FFFFFF !important;
}

/* 科普视频 */
.draw-video {}

.video-ul {

    margin-bottom: 50px;
}

.video-ul li {
    width: 262px;
    height: 190px;
    display: inline-block;
    margin-right: 45px;
    cursor: pointer;
}

.video-ul li:last-child {
    margin: 0;
}

.video-ul li p {
    margin-top: 4px;
    text-align: center;

}

.video-ul li p:hover a {
    color: #0A5F9E;
}

.video-ul li p a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#item .item a p {
    bottom: 12px;
    position: absolute;
    z-index: 1;
    float: left;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    left: 10px;
}

 .swiper-container {
    width: 600px;
    height: 340px;
}
.img-list .swiper-container .swiper-slide {
    position: relative;
    height: 340px;
}
 .swiper-container .swiper-slide img {
    width: 100%;
    height: 340px;
}
.swiper-container .swiper-slide span {
    width: 590px;
    height: 46px;
    line-height: 46px;
    left: 0px;
    bottom: 0px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    background:rgba(0,0,0,0.6);
    background:#333 9;/*CSS Hack,只能对ie9以下浏览器ie6,ie7,ie8有效，否侧ie10,FF,Cherome会失去透明效果*/
    filter:Alpha(opacity=60);
    padding-left: 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
    bottom: 15px;
    left: auto;
}

.pagination {
    position: absolute;
    text-align: right;
    bottom: 12px;
    right: 10px;
    z-index: 1;
}


.swiper-pagination-switch {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 6px;
    cursor: pointer;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #339999;
}
.swiper-active-switch {
    background: #FFFFFF !important;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-container .swiper-slide {
    position: relative;
    height: 360px;
}