.branch_header {
	height: 767px;
	position: relative;
}
.branch_head_banner{
	height:100%;
}
.branch_head_banner .swiper-container{
	height:100%;
	width:100%;
}
.branch_banner_image{
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:#f7f7f7;
}
.branch_pagination{
	position: absolute;
	left:0;
	right:0;
	bottom:153px;
	margin:0 auto;
	width:1180px;
	height:40px;
	display: flex;
    align-items: center;
}
/* 左右箭头 */
.branch_head_banner .swiper-button-next,.branch_head_banner .swiper-button-prev{
	width:40px;
	height:40px;
	top:auto;
	
}
.branch_head_banner .swiper-button-next{
	left:60px;
	background:url('../images/branch_arrow_right2.svg')  no-repeat;
	background-position: center;
    background-size: 40px 40px;
}
.branch_head_banner .swiper-button-prev{
	left:0;
	background:url('../images/branch_arrow_left2.svg')  no-repeat;
	background-position: center;
    background-size: 40px 40px;
}
/* 分页器 */
.branch_pagination .swiper-pagination{
	right:0
}
.branch_head_banner .swiper-pagination-bullet{
	border-radius: 0;
	opacity: 1;
	background:#fff;
	margin-right:8px;
}
.branch_head_banner .swiper-pagination-bullet-active{
	width:28px;
	background: #EA5504;
}
.branch_label{
	position:absolute;
	top:40px;
	left:132px;
	z-index:2222;
	font-size: 14px;
	color:#fff;
}
.branch_label h3{
	display:flex;
	align-items: center;
}
.branch_label h3 img{
	width:16px;
	height:16px;
}
.branch_label a{
	color: rgba(255,255,255,0.60);
}
.branch_label a.highlight{
	color: #fff;
}
.branch_box{
	width: 1180px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 160px;
    left: 0;
    right: 0;
    color: #fff;
}
.branch_head_banner_title{
	font-size: 56px;
	letter-spacing: 5.25px;
	margin-bottom:40px;
}

.branch_head_banner_text{
	width:860px;
	font-size: 18px;
	text-align: justify;
	line-height: 28px;
	font-weight: 400;
}
.branch_line{
  width: 1180px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  z-index: 1;
}
/* 内容 */
.branch_main{
    background: #F7F7F7;
	color: rgba(56,55,53,0.60);
	font-size:14px;

}
.branch_pulish_content{
    width:1180px;
    margin:0 auto;
}
.branch_swiper_small{
    display:none;
}
/* 分公司新闻 */
.branch_news{
    background:#f7f7f7;
    height:760px;
}
.branch_news_content{
    margin-top: -110px;
    position: relative;
    z-index: 1;
}
.branch_news h2{
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom:13px;
}
.branch_news_swiper .swiper-slide{
	margin-right:24px;
}
.branch_news_swiper .swiper-slide:nth-child(odd){
	width: 779px !important;
}
.branch_news_swiper .swiper-slide:nth-child(odd) img{
	width:100%;
	height: 360px !important;
	object-fit:cover;
	object-position:center center;
}
.branch_news_swiper .swiper-slide:nth-child(even){
	width:377px !important;
}
.branch_news_swiper .swiper-slide:nth-child(even) img{
	width:100%;
	height:240px;
	object-fit:cover;
	object-position:center center;
}
.branch_news_image_text{
	width: 100%;
    background:#fff;
    padding: 32px 24px 0;
}
.branch_news_link{
    display:block;
    width:100%;
    height:100%;
}
.branch_news_swiper .swiper-slide:nth-child(odd) .branch_news_image_text{
	height: 240px
}
.branch_news_swiper .swiper-slide:nth-child(even) .branch_news_image_text{
	height:360px;
}
.branch_news_image_text .branch_time{
	display: block;
	line-height: 20px;
}
.branch_title{
	font-size: 24px;
	color: #383735;
	margin:16px 0 24px;
	line-height:33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.branch_text{
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.branch_news_swiper .swiper-slide:nth-child(even) .branch_text{
	-webkit-line-clamp: 10;
}
/* 文化活动 */
.branch_h1_title{
	font-size: 56px;
	color: #000000;
	letter-spacing: 5.25px;
	margin-bottom:40px;
}
.branch_activities{
	height:812px;
	padding-top:100px;
	background:#fff;
}
.branch_activities_list .branch_activities_item{
	width:377px;
	height:494px;
	float: left;	
}
.branch_activities_list .branch_activities_item:last-child{

}
.branch_activities_list .branch_activities_image{
	width:377px;
	height:240px;
}
.branch_activities_image_text{
	height:254px;
	padding:32px 24px;
	background-color: #F7F7F7;
	position: relative;
	cursor:pointer;
}
.branch_activities_title{
	font-size: 18px;
	color: #383735;
	margin-bottom:8px;
}
.branch_activities_text{
	width: 100%;
    height:160px;
    overflow-y:auto;
    display:block;
    word-break:break-all;
}

.branch_activities_bottom_btn{
	border:none;
	background: transparent;
	font-size: 16px;
	color: #EA5504;
	letter-spacing: 1.5px;
	font-weight: 600;
	position: absolute;
	bottom: 32px;
	left: 24px;
	cursor: pointer;
}
.branch_activities_image_text:hover{
	background-color: #676767;
	color:#fff;
}

.branch_activities_image_text:hover .branch_activities_title{
	color:#fff;
}
.activities_text_light{
	background-color: #676767;
	color:#fff;
	
}
.activities_text_light .branch_activities_title{
	color:#fff;
}
.activities_text_light .branch_activities_text{
	height:130px;
	overflow-y: auto;
	-webkit-line-clamp: inherit;
}
.activities_text_light .branch_activities_bottom_btn{
	color:#fff;
}
.branch_activities_text::-webkit-scrollbar {
	width: 5px;
  }
  
  .branch_activities_text::-webkit-scrollbar-track {
	/* background-color: #F5F5F5; */
  }
  
  .branch_activities_text::-webkit-scrollbar-thumb {
	background-color: rgba(56,55,53,0.20);
	border-radius: 4px;
  }
/* 荣誉奖项 */
.branch_honors{
	height:928px;
	padding-top:100px;
}
.branch_honors_swiper{
	width:100%;
}
.swiper-container-top,.swiper-container-bottom{
    height:auto;
    margin-bottom:0px;
}
.branch_honors_swiperSlide{
	width:50% !important;
	display: flex;
	align-items: center;
}
.branch_publish{
	width:301px;
	height:301px;
	padding:0 24px
}
.branch_honors_image{
    background: #FFFFFF;
	border: 1px solid rgba(56,55,53,0.20);
}
.branch_honors_image_text{
	padding:24px;
}
.branch_honors_image img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.branch_honors_image_text div{
	border: 4px solid #383735;
	width: 253px;
    height: 253px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 34px;
}
.branch_honors_image_text div p{
	font-size: 18px;
    color: #383735;
    font-weight: 400;
}
.branch_honors_image_text .honors_arrow{
	margin-top: 12px;
}
.branch_honors_image_text .honors_arrow img{
	width:40px;
	height:40px;
}

/*底部白色*/

.jf-footer-white{
    background: #F7F8F8;

}

.jf-footer-nav-item-white h3{
    color: #383735;
    border-bottom: 1px solid rgba(56,55,53,0.12);
}
.jf-footer-nav-item-white li a{
    color: rgba(56,55,53,0.60);
}
.jf-footer-nav-item-white li a:hover{
    color: #EA5504;
}


.jf-footer-copyright-white{
    border-top: 2px solid rgba(56,55,53,0.12);
}

.jf-footer-copyright-left-white p{
    color: rgba(56,55,53,0.60);
}

.jf-footer-ewm-white p{
    color: rgba(56,55,53,0.60);
}
@media screen and (min-width: 1280px){
    .jf-container{
        width:1180px !important;
        padding:0px;
    }
    /*头部下拉菜单调试-平安金服*/
    .jf-gypajf .jf-lichilditem:first-child{
        margin-left:597px !important;
    }
    .jf-jjfa .jf-lichilditem:first-child{
        margin-left:687px !important;
    }
    .jf-ppzl .jf-lichilditem:first-child {
         margin-left:967px !important;
    }
    .jf-lxwm .jf-lichilditem:first-child{
        margin-left:1095px !important;
    }
    #tabs-productAndService{
        margin-left:322px;
    }

    .jf-header-fixedstyle .jf-gypajf .jf-lichilditem:first-child{
        margin-left:597px !important;
    }
      .jf-header-fixedstyle .jf-jjfa .jf-lichilditem:first-child{
        margin-left:687px !important;
    }
     .jf-header-fixedstyle .jf-ppzl .jf-lichilditem:first-child {
         margin-left:967px !important;
    }
     .jf-header-fixedstyle .jf-lxwm .jf-lichilditem:first-child{
        margin-left:1095px !important;
    }
}

@media screen and (max-width: 1280px) {
    /*头部下拉菜单调试-平安金服*/
    .jf-gypajf .jf-lichilditem:first-child{
        margin-left:385px !important;
    }
    .jf-jjfa .jf-lichilditem:first-child{
        margin-left:475px !important;
    }
    .jf-ppzl .jf-lichilditem:first-child {
         margin-left:755px !important;
    }
    .jf-lxwm .jf-lichilditem:first-child{
        margin-left:885px !important;
    }
    #tabs-productAndService{
        margin-left:110px;
    }

    .jf-header-fixedstyle .jf-gypajf .jf-lichilditem:first-child{
        margin-left:385px !important;
    }
      .jf-header-fixedstyle .jf-jjfa .jf-lichilditem:first-child{
        margin-left:475px !important;
    }
     .jf-header-fixedstyle .jf-ppzl .jf-lichilditem:first-child {
         margin-left:755px !important;
    }
     .jf-header-fixedstyle .jf-lxwm .jf-lichilditem:first-child{
        margin-left:885px !important;
    }
   .jf-container{
        width:970px !important;
    }
    .jf-branch-container{
        width:970px;
    }
    .jf-branch-banner-text{
        width:705px;
    }
/* 分公司新闻 */
    .branch_news{
        height:633px;
    }
    .branch_news_swiper .swiper-slide{
    	margin-right:20px;
    }
    .branch_news_swiper .swiper-slide:nth-child(odd){
    	width: 640px !important;
    }
    .branch_news_swiper .swiper-slide:nth-child(odd) img{
    	height: 296px !important;
    }
    .branch_news_swiper .swiper-slide:nth-child(even){
    	width:310px !important;
    }
    .branch_news_swiper .swiper-slide:nth-child(even) img{
    	height:197px;
    }
    .branch_news_image_text{
        padding:26px 20px;
    }
    .branch_news_swiper .swiper-slide:nth-child(odd) .branch_news_image_text{
        height: 197px !important;
    }
    .branch_news_swiper .swiper-slide:nth-child(even) .branch_news_image_text{
        height:296px;
    }
    .branch_title{
        margin:13px 0 20px;
        line-height:30px;
    }
    .branch_text{
        font-size: 14px;
    }
    .branch_news_swiper .swiper-slide:nth-child(even) .branch_text{
        -webkit-line-clamp: 9;
    }
   /* 文化活动 人文关怀 */
   .branch_activities{
       height:700px;
   }
    .branch_activities_list .branch_activities_item{
        width:310px;
        height:405px;
    }
    .branch_activities_list .branch_activities_image{
         width:310px;
         height:197px;
    }
    .branch_publish{
        width:247px;
        height:247px;
        padding:0 20px;
    }
    .branch_activities_image_text{
        height:208px;
        padding:26px 20px;
    }
    .branch_activities_text{
        height:128px;
    }
    .branch_activities_bottom_btn{
        bottom:20px;
        left:20px;
    }
    /* 荣誉奖项 */
     .branch_honors {
        height:763px;
     }
     .branch_honors_image_text{
         padding:20px;
     }
    .branch_honors_image_text div{
        width:207px;
        height:207px;
    }

}
@media screen and (max-width: 820px) {
    .jf-mheader-nav{
        position:static;
    }
    .jf-container{
        width:100% !important;
    }
    .branch_h1_title{
        font-size:28px;
        margin-bottom:16px;
    }
    .branch_header{
        height:560px;
    }
    .branch_head_banner_title{
        font-size:32px;
    }
    .jf-ny-banner-name{
        padding:0px;
    }
    .jf-branch-banner-text{
        width:100%;
     }
    .branch_box{
        top:50px;
    }
    .jf-branch-container{
        width:100%;
        padding:0px 16px;
    }
     .branch_line{
        width:auto;
        left:16px;
        right:16px;
    }
    .branch_pulish_content{
        padding:0px 16px;
    }
    .branch_head_banner_title{
        margin-top:0px;
        margin-bottom:33px;
    }
    .branch_news,.branch_activities,.branch_honors{
        height:auto;
        padding-top:40px;
        padding-bottom:40px;
    }
    .branch_news{
        padding-top:0px;
    }
    .branch_news h2{
        font-size:24px;
    }
    .branch_text{
        font-size:16px;
    }
    .branch_title{
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .swiper-button-next{
        left:76px;
    }
    .branch_head_banner .swiper-button-prev{
        left:16px;
    }
    .branch_pagination .swiper-pagination{
        right:16px;
    }
    .branch_news_content{
        margin-top:-106px;
    }

    .branch_swiper_pc{
        display:none;
    }
    .branch_swiper_small{
        display:block;
    }
    .branch_image_list{
        width:100%;
        margin-top:24px;
        height:auto;
    }
    .branch_news_link{
        width:100%;
        height:240px;
    }
    .branch_news_link img{
        width:100%;
        height:100%;
        object-fit: cover;
        object-position: center center;
    }
    .branch_activities_list .branch_activities_item{
        width:100%;
        height:auto;
        float:none;
    }
    .branch_activities_list .branch_activities_item img{
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center center;
    }
    .branch_honors_swiperSlide{
        width:100% !important;
    }
    .branch_publish{
        width:100%;
        height:179px;
        padding:0 8px;
    }
    .branch_honors_image_text{
        padding:12px;
    }
    .branch_honors_image_text div{
        width:155px;
        height:155px;
        border: 2px solid #383735;
        padding: 0 21px;
    }
    .branch_honors_swiper .branch_honors_swiperSlide:nth-child(2) .branch_honors_image{
            transform: translate(100%);
    }
     .branch_honors_swiper .branch_honors_swiperSlide:nth-child(2) .branch_honors_image_text{
            transform: translate(-100%);
     }
      .branch_honors_swiper .branch_honors_swiperSlide:nth-child(2) .branch_honors_image_text .honors_arrow{
           transform: rotate(180deg);
      }
      .branch_honors_swiper .branch_honors_swiperSlide:nth-child(3) .branch_honors_image{
            transform: translate(-100%);
      }
      .branch_honors_swiper .branch_honors_swiperSlide:nth-child(3) .branch_honors_image_text{
           transform: translate(100%);
      }
      .branch_honors_swiper .branch_honors_swiperSlide:nth-child(3) .branch_honors_image_text .honors_arrow{
         transform: rotate(180deg);
      }
       .branch_honors_image_text .honors_arrow img{
            width:24px;
            height:24px;
       }
       .branch_honors_image_text div p{
            overflow: hidden;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
       }
}