/*初始化CSS */ html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin: 0; padding: 0; } fieldset, img { border: none; } address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; } ul, ol { } select, input { vertical-align: middle; } select, input, textarea { font-size: 12px; margin: 0; } table { border-collapse: collapse; } body {  color: #333; font: 12px/22px 'Microsoft Yahei', '微软雅黑', 'Simsun', '宋体', 'Arial'; } /* 页面通用部分 */ .clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; } .clearfix { zoom: 1; } .clearit { clear: both; height: 0; font-size: 0; overflow: hidden; } a { color: #1f3b7b; text-decoration: none; outline: none;-webkit-appearance: none;} a:visited {} a:hover, a:active, a:focus { } html, body { width: 100%; height: 100%;}
ul {
    list-style: none;
}
a {
    color:#333;
}
body {
    background: url('//n.sinaimg.cn/finance/greenbankpc/banner.png') no-repeat top center;
}
.yetop {
    margin: 0 auto;
    max-width: 1920px;
    height: 158px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/top.png') no-repeat ;
    background-size: cover;
}
.yebottom {
    margin: 0 auto;
    max-width: 1920px;
    height: 168px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/bottom.png') no-repeat;
    background-size: contain;
}
.introduction {
    width: 902px;
    height: 294px;
    background: url('//n.sinaimg.cn/finance/greenbankwap/introduction-bg.png') no-repeat 0 0 /100% 100%;
    margin: 70px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduction p {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #396d48;
}
.banner {
    width: 100%;
    height: 1105px;
   
}
.content {
    width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    box-sizing: border-box;
}
.tit {
    text-align: center;
}
.xx {
    margin-top: 70px;
}
.left-btn {
    width: 54px;
    height: 118px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/left-btn.png') no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
}
.right-btn {
    width: 54px;
    height: 118px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/right-btn.png') no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;

}
.course-content {
    position: relative;
}
.sg .sg-content .swiper-pagination {
    text-align: right!important;
    padding-right: 35px;
    box-sizing: border-box;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
}
.sg .sg-content .swiper-pagination .swiper-pagination-bullet {
    width: 45px!important;
    height: 5px!important;
    background: #edfdd0!important;
    border: .01rem solid #396d48!important;
    border-radius: 0!important;
    opacity: 1!important;
    margin-right: 15px!important;
    box-sizing: border-box!important;

}
.sg .sg-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px!important;
    height: 5px!important;
    background: #396d48!important;
    box-sizing: border-box!important;
}
.sg-content-dom {
    margin-top: 60px;
}
.sg-content-dom .sg-item-p  {
    margin-top: 15px;
}
.sg-content-dom .sg-item-p p {
    font-size: 20px;
    line-height: 34px;
    color:#666666;
}
.sg-item-title {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #396d48;
}
.sg-item-title span {
    position: relative;
    z-index: 100;
    color: #396d48;
    font-size: 24px;
    font-weight: bold;
}
.kuai {
    width: 100%;
    height: 12px;
    background: #c3db98;
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 10;
}
/* 形象 */
.xx-content .video-box {
    width: 805px;
    height: 352px;
    border-radius: 10px;
    border: 2px solid #bcd988;
    margin: 20px auto 0;
    position: relative;
}
.video-content {
    width: 900px;
    height: 613px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/video-content-new.png') no-repeat 0 0 / 100% 100%;
    padding-top: 30px;
    margin: 40px auto 0;
}
.miaoshu {
    padding: 65px 100px 0 75px;
}
.miaoshu p{
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #396d48;
}
.xx-video-item {
    -webkit-transition: transform 1.0s;
    transition: transform 1s;
    transform: scale(0.7);
    position: relative;
}
.xx-video-item a {
    width: 100%;
    height: 100%;
    display: inline-block
}
.xx-video-item.swiper-slide-active {
    transform: scale(1);
}
.xx-video-item i {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url('//n.sinaimg.cn/finance/greenbankpc/bofang.png') no-repeat 0 0 / 100% 100%;
}
.xx-video-item.swiper-slide-active span {
    display: none;
    background: none;
}
.xx-video-item span {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display:block;
}

.xx-list-box {
    margin: 0 auto;
    width: 447px;
    height: 194px;
    margin-top: 30px;
    position: relative;
}
.xx-list-box .xx-video-item {
    width: 447px;
    height: 194px;
    position: relative;
    cursor: pointer;
}
.xx-list-box .xx-video-item img {
    width: 100%;
    height: 100%;
}
.xx-item {
    height: 288px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/dise.png') no-repeat 0 0 /100% 100%;
    margin-bottom: 30px;
}
.xx-item-left {
    width: 240px;
    height: 288px;
    float:left;
}
.xx-item-left img {
    width: 240px;
    height: 288px;
}
.xx-item-right {
    float: left;
    width: 660px;
    height: 288px;
    padding: 15px 0 0 27px;
    box-sizing: border-box;
    position: relative;
}
.xx-item-tit {
    font-size: 24px;
    color: #396d48;
    line-height: 34px;
    font-weight: bold;
}
.xx-item-txt {
    font-size: 20px;
    color: #666;
    line-height: 34px;
    margin-top: 15px;
}
.more {
    width: 120px;
    height: 39px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/more.png') no-repeat 0 0 /100% 100%;
    display: inline-block;
    position: absolute;
    left: 27px;
    bottom: 10px;
}
/* 美好时光 */
.sg {
    padding-top: 35px;
    padding-bottom: 50px;
    margin-top: 90px;
}
.sg-bg-content {
    background: #edfdd0;
    max-width: 1920px;
    margin: 0 auto;
}
.sg-content {
    margin-top: 35px;
}
.sg-content .sg-item {
    width: 289px;
    margin-bottom: 25px;
    float: left;
}
.sg-content .sg-item p {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	

}
.sg-p-content p:nth-child(1) {
    font-weight: bold;
}
.sg-p-content {
    height: 150px;
}
.sg-item {
    width: 900px;
    height: 615px;
}
.sg-item img {
    width: 900px;
    height: 615px;
}
/* 服务 */
.fw {

}
.fw .tit {
}
.fw-list-box {
    margin: 0 auto;
    width: 1000px;
    margin-top: 30px;
    position: relative;
}
.fw-list-box .xx-video-item {
    width: 416px;
    height: 740px;
}
.fw-list-box .xx-video-item img {
    width: 100%;
}
.fw-list-p {
    width: 1000px;
    height: 60px;
    margin: 0 auto ;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
/* 答卷 */
.dj {
    background: #edfdd0;
    padding-top: 55px;
    padding-bottom: 80px;
    margin-top: 45px;
}
.dj-list-box {
    width: 555px;
    height: 370px;
    margin: 0 auto; 
    float: left;
}
.dj-gj {
    float: left;
    margin-left: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    overflow-y: auto;
}
.dj-content {
    margin-top: 55px;
}
.dj-content .dj-item {
    width: 555px;
    height: 300px;
    position: relative;
}
.pop-jj {
    width: 100%;
    height: 54px;
    position: absolute;
    left:0 ;
    bottom: 0;
    line-height: 54px;
    padding: 0 20px;
    background: rgba(0,0,0,.4);
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.dj-content .dj-item p {
    text-align: center;
    font-size: 22px;
    line-height: 45px;
}
.dj-item img {
    width: 555px;
    height: 300px;
}
.click-look {
    box-sizing: border-box;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.dj-gj ul li  {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #bfd39a;
    font-weight: bold;
}
.dj-gj ul li::before {
    width: 7px;
    height: 7px;
    display: inline-block;
    content: ' ';
    background: #396d48;
    border-radius: 50%;
    position: absolute;
    left:4px;
    top: 26px;
}
.dj .dj-list-box .swiper-pagination {
    text-align: right!important;
    bottom: 60px;
    padding-right: 35px;
    box-sizing: border-box;
}
.dj .dj-list-box .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #396d48;
    opacity: 1;
}
.dj .dj-list-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid #396d48;
    box-sizing: border-box;
}
/* 发生 */
.fs .tit {
}
.fs-content {
    margin-top: 55px;
}
.fs-bg-content {
    background: #edfdd0;
    max-width: 1920px;
    margin: 0 auto;
}
.fs-item  {
    height: 280px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc
}
.fs-item .fs-img-box {
    width: 288px;
    height: 210px;
    float: left;
}
.fs-img-box img {
    width: 100%;
    height: 100%;
}
.fs-txt-box {
    float: left;
    width: 612px;
    height: 210px;
    padding-left: 20px;
    box-sizing: border-box;
}
.fs-txt-box span {
    font-size: 20px;
    text-align: right;
}
.fs-txt-box:nth-child(2n-1) {
    margin-left: 0px;
    margin-right: 60px;
}

.fs-txt-box-tit {
    font-size: 24px;
    color: #396d48;
    line-height: 34px;
    font-weight: bold;
}
.fs-txt-box-p {
    font-size: 20px;
    color: #666;
    line-height: 34px;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;			
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
    font-weight: normal;
}
.xiangqing {
    width: 120px;
    height: 39px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/more.png') no-repeat 0 0 /100% 100%;
    display: inline-block;
    display: inline-block;
    margin-top: 30px;
}

.js-more {
    width: 248px;
    height: 67px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/look-more-new.png') no-repeat 0 0 / 100% 100%;
    display: block;
    margin: 60px auto 0;
    cursor: pointer;
}
.footer {
    height: 400px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/footer.png') no-repeat top center;
}

.pop {
    position: fixed;
    left:0 ;
    top: 0;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 100;
    display: none;
}
.pop-video {
    width: 800px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}
.pop-video-box {
    width: 800px;
    height: 500px;
}
.close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -150px;
    transform: translate(-50%,-50%);
    background: url('//n.sinaimg.cn/finance/greenbankpc/close-icon.png') no-repeat 0 0 / 100% 100%;
    cursor: pointer;
}


.life-item {
    margin-top: 45px;
}
.life-item-left {
    float: left;
    width: 200px;
    height: 235px;
}
.life-item-left img {
    width: 200px;
    height: 235px;
}
.life-item-right {
    float: left;
    width: 700px;
    padding-left: 25px;
    box-sizing: border-box;
}
.life-item-tit {
    font-size: 24px;
    color: #396d48;
    line-height: 34px;
    font-weight: bold;
}
.life-item-txt {
    font-size: 20px;
    color: #666;
    line-height: 34px;
    margin-top: 15px;
}


.video-list {
    max-width: 1920px;
    background: url('//n.sinaimg.cn/finance/greenbankpc/video-list-bg.png') no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding-top: 150px;
}
.video-list-content {
    margin-top: 35px;
}
.video-list-item {
    height: 482px;
    display: flex;
    justify-content: center;
    background: url('//n.sinaimg.cn/finance/greenbankwap/video-list-item-bg.png') no-repeat;
    background-size: contain;
    margin-bottom: 60px;
    position: relative;
}
.video-list-item img {
    width: 640px;
    height: 328px;
}
.video-item-one {
    width: 640px;
    height: 328px;
    margin: 0 auto;
    margin-top: 100px;
}
.video-item-one>i {
    width: 87px;
    height: 87px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-10%);
    background: url('//n.sinaimg.cn/finance/greenbankpc/bofang-new.png') no-repeat 0 0 / 100% 100%;
}
.ye {
}

.video-list-item-tit {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 100px;
    padding: 0 115px;
    color: #396d48;
    font-weight: bold;
    font-weight: #396d48;
    box-sizing: border-box;
}
#vjs-sina-background {
    display: none!important;
}