.insurance-bread-r li a,
.minsurance-bread .swiper-slide a {
    display: block;
    position: relative;
    height: 100%;
}

.insurance-bread-r li a:after,
.minsurance-bread .swiper-slide a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #F99C34;
    opacity: 0;
    width: 0;
    transition: all ease-in-out 0.3s;
}

.insurance-bread-r li.active a,
.minsurance-bread .swiper-slide.active a {
    color: #F99C34;
}

.insurance-bread-r li.active a:after,
.minsurance-bread .swiper-slide.active a:after {
    width: 100%;
    opacity: 1;
}

.oneRow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.borderHover {
    position: relative;
    height: 100%;
}

.borderHover:after {
    content: "";
    position: absolute;
    width: 0;
    opacity: 0;
    transition: all ease-in-out 0.8s;
    height: 4px;
    background-color: #F99C34;
    left: 0;
    bottom: 0;
}

.borderHover:hover:after {
    width: 100%;
    opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #f6f4f3;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #C6B6A2;
}

.position_r {
    position: relative;
}

.position_a {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center!important;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.ts {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.ts1 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.w100 {
    width: 100%;
    display: block;
}

.w1360 {
    width: 1200px;
    margin: 0 auto;
}

.box_in {
    width: 100%;
}

.dfColor,
a:hover {
    color: #F99C34;
}

.c6 {
    color: #666;
}

.c9 {
    color: #999;
}

.cf {
    color: #fff;
}

.position_r {
    position: relative;
}

.position_a {
    position: absolute;
}

.pcshow {
    display: block;
}

.mshow {
    display: none;
}

.bg_nor {
    background-repeat: no-repeat!important;
}

.fb {
    font-weight: bold;
}

.fs24 {
    font-size: 24px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.dflex1 {
    display: flex;
    justify-content: flex-start;
}

.dflex2 {
    display: flex;
    justify-content: flex-end;
}

.dflex3 {
    display: flex;
    justify-content: center;
}

.dflex4 {
    display: flex;
    justify-content: space-between;
}

.dflex5 {
    display: flex;
    justify-content: space-around;
}

.dflexItem1 {
    align-items: flex-start;
}

.dflexItem2 {
    align-items: flex-end;
}

.dflexItem3 {
    align-items: center;
}

.dflexItem4 {
    align-items: baseline;
}

.dflexItem5 {
    align-items: stretch;
}

.dfReverse {
    flex-direction: row-reverse;
}

.pt80 {
    padding-top: 80px;
}

.p80 {
    padding: 80px 0;
}

.bxaBg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.txt {
    text-align: justify;
}

.bx_imgs {
    position: relative;
    width: 100%;
}

.bx_imgs .imgs_in {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fullImg {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex: 0 0 auto;
    object-fit: scale-down;
}

.fullImg img {
    max-width: 100%;
    max-height: 100%;
    flex: 0 0 auto;
    object-fit: scale-down;
}

.bxFix {
    position: relative;
    width: 100%;
}

.bxFix_in {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.pb88 {
    padding-bottom: 88px;
}


/*index*/

.insurance-banner {
    height: 36.45vw;
    width: 100%;
    overflow: hidden;
}

.insurance-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.insurance-banner .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}

.insurance-banner .swiper-pagination-bullet-active {
    background: #F99C34;
    width: 30px;
    border-radius: 20px;
}

.insurance-banner .swiper-pagination {
    bottom: 30px;
}

.yx_index_home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #999;
    opacity: 1;
    border-radius: 10px;
}

.yx_index_home .swiper-pagination-bullet-active {
    background-color: #F99C34;
}

.indexspBox .swiper-button-prev,
.indexspBox .swiper-button-next {
    display: none;
}

.index_title {
    font-size: 36px;
    font-weight: bold;
}

.home1_tab {
    display: none;
}

.home1_tab .item {
    width: 33.33%;
    text-align: center;
    padding-bottom: 22px;
    position: relative;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.home1_tab .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #F99C34;
    width: 0;
    transition: all 0.3s ease-in-out;
}

.home1_tab .item.active::after,
.home1_tab .item:hover:after {
    width: 100%;
}

.home1_tab .item.active,
.home1_tab .item:hover {
    color: #F99C34;
}

.home1_tab {
    border-bottom: 1px solid #eee;
    padding-top: 50px;
}

.jxIndexProBox {
    margin-top: 60px;
}

.jxIndexProBox .item {
    width: 100%;
    text-align: left;
}

.jxIndexProBox .item .flTxt {
    width: 42.5%;
    padding-right: 6%;
}

.jxIndexProBox .item .flTxt .flTxtList {
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.jxIndexProBox .item .flTxt .flTxtList.active {
    display: block;
}

.jxIndexProBox .item .flTxt a {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    bottom: 0;
    width: 160px;
    height: 48px;
    background-color: #F99C34;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    line-height: 48px;
}

.jxIndexProBox .item .flTxt .title {
    padding: 28px 0 24px;
}

.jxIndexProBox .item .flTxt a img {
    height: 16px;
    margin-right: 8px;
}

.jxIndexProBox .item .flTxt .txt {
    height: calc(100% - 60px);
}

.jxIndexProBox .item .frImgs {
    width: 57.5%;
    overflow: hidden;
    display: block;
}

.jxIndexProBox .item .frImgs .frImgsBtn {
    width: 40px;
    height: 40px;
    left: 10px;
    right: auto;
    bottom: 0;
    top: auto;
}

.jxIndexProBox .item .frImgs .frImgsBtn:after {
    display: none;
}

.jxIndexProBox .item .frImgs .frImgsBtn.swiper-button-disabled {
    opacity: 0.8;
}

.jxIndexProBox .item .frImgs .swiper-button-prev {
    background: url(../image/sw_leftBtn.png) no-repeat center center / 100%;
    bottom: 60px;
}

.jxIndexProBox .item .frImgs .swiper-button-next {
    background: url(../image/sw_rightBtn.png) no-repeat center center / 100%;
}

.jxIndexProBox .item .frImgs .swiper-button-prev.swiper-button-disabled {
    background: url(../image/sw_leftBtn_df.png) no-repeat center center / 100%;
}

.jxIndexProBox .item .frImgs .swiper-button-next.swiper-button-disabled {
    background: url(../image/sw_rightBtn_df.png) no-repeat center center / 100%;
}

.jxIndexProBox .item .proSwiper {
    width: calc(100% - 80px);
    float: right;
}

.jxIndexProBox .item .proSwiper_in {
    width: 100%;
    padding-bottom: 66.66%;
}

.jxIndexProBox .swiper-container {
    width: 100%;
    height: 100%;
}

.jxIndexProBox .swiper-container .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.jxIndexProBox .item .proSwiper_sm {
    height: 100%;
    right: 0;
    width: 70.58%;
    top: 10%;
    z-index: 0;
    opacity: 0.3;
    display: none;
}

.indexcontactBox {
    left: 0;
    bottom: 0;
    position: relative;
    margin-top: 20px;
}

.indexcontactBox .qrimg {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.indexcontactBox .list {
    padding-left: 16px;
}

.indexcontactBox .list .item {
    line-height: 32px;
    color: #333;
    font-size: 16px;
}

.jxIndexProBox .item .flTxt .txt ul li {
    margin-bottom: 16px;
    font-size: 16px;
    color: #666;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 16px auto;
    padding-left: 26px;
}

.jxIndexProBox .item .flTxt .txt ul li:last-child {
    margin: 0;
}

.jxIndexProBox .item .flTxt .txt .productPrice {
    margin-top: 24px;
    color: #F99C34;
    font-size: 40px;
    line-height: 1;
}

.jxIndexProBox .item .flTxt .txt .productPrice span {
    font-size: 16px;
    padding-left: 4px;
}

.index_t_txt {
    font-size: 18px;
    padding-top: 16px;
}

.yx_index_home {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.yx_index_home1 {
    background-image: url(../pic/bx_home1_bg.png);
}

.yx_index_home2 {
    background-image: url(../pic/bx_home2_bg.png);
    background-size: cover;
}

.home2Box_in {
    padding-bottom: calc(36.7% + 52px);
}

.home2Box {
    margin-top: 48px;
}

.home2Box .lineOfBusiness {
    padding-bottom: 52px;
    width: 100%;
    height: 100%;
}

.home2Box .swiper-pagination {
    bottom: 0;
}

.lineOfBusiness .list {
    width: 100%;
    height: 100%;
    display: block;
}

.lineOfBusiness .list_bg {
    width: 100%;
    height: 100%;
    padding: 48px 36px;
    background: rgba(245, 156, 52, 0.5);
    flex-wrap: wrap;
}

.lineOfBusiness .list_bg .img {
    width: 120px;
    height: 120px;
    padding: 36px;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
    margin: 0 auto;
    overflow: inherit;
}

.lineOfBusiness .list_bg .img img {
    max-width: 100%;
    max-height: 100%;
}

.lineOfBusiness .list_bg .title {
    padding-top: 55px;
}

.lineOfBusiness .list:hover .list_bg {
    background: url(../image/bx_ywBg9.png) no-repeat center / cover;
}

.lineOfBusiness .list:hover .list_bg .img {
    border: 2px solid #fff;
}


/* .lineOfBusiness .list:hover .list_bg img{ transform: scale(2); } */

.indexNewsList {
    margin-top: 30px;
}

.indexNewsListBox .item {
    border-radius: 8px;
}

.indexNewsListBox .item a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-bottom: 2px solid #f6f6f6;
    overflow: hidden;
    background-color: #f6f6f6;
}

.indexNewsListBox .item .txtBox {
    padding: 40px 32px;
    flex-wrap: wrap;
    height: 44.45%;
    border-radius: 0 0 8px 8px;
}

.indexNewsListBox .item .txtBox .title {
    line-height: 1.4;
    width: 100%;
    height: 86px;
    overflow: hidden;
}

.indexNewsListBox .bx_imgs {
    padding-bottom: 66.66%;
}

.indexNewsListBox .bx_imgs .imgs_in {
    background: rgb(253, 215, 174);
}

.bxTopName {
    font-weight: bold;
    font-size: 32px;
    padding: 88px 0 48px;
    text-align: center;
}

.indexNewsListBox .item a:hover {
    transform: translateY(-20px);
    border-bottom: 2px solid #F99C34;
}

.indexNewsList .indexMore {
    width: 268px;
    height: 48px;
    line-height: 48px;
    background-color: #F99C34;
    color: #fff;
    margin: 62px auto 0;
    text-align: center;
    display: block;
}

.indexnewsSwiper {
    padding-bottom: 50px;
    padding-top: 20px;
}

.indexnewsSwiper .swiper-pagination {
    bottom: 0;
}

.jx_index_video_in {
    margin-top: 48px;
}

.jx_index_video_in .list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 300px;
    padding-left: 9px;
    display: none;
}

.jx_index_video_in .list .item {
    flex: 1;
    padding-left: 40px;
}

.jx_index_video_in .list .item .x {
    height: calc(100% - 50px);
    left: 0px;
    top: 50px;
    border-left: 1px solid #FEEBD6;
}

.jx_index_video_in .list .item .txt {
    font-size: 48px;
    line-height: 1;
}

.jx_index_video_in .list .item .num {
    font-size: 48px;
    line-height: 1;
}

.jx_index_video_in .list .item sup {
    font-size: 14px;
    color: #F99C34;
    line-height: 2;
    padding-left: 4px;
    display: inline-block;
    transform: translateY(-12px);
}

.jx_index_video_in .list .item .v_name {
    padding-top: 10px;
}

.jx_index_video_in .list .item:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #F99C34;
    left: -7px;
    top: 20px;
    border-radius: 100%;
}

.jx_index_video_in .list .item::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgba(249, 156, 52, 0.2);
    left: -10px;
    top: 17px;
}

.jx_index_video_in .list .item:last-child .x {
    display: none;
}

.jx_index_video_in .videoBox {
    width: calc(100% - 310px);
    flex: 1;
    display: block;
}

.jx_index_video_in .videoBox .videoBox_in {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.jx_index_video_in .videoBox .videoBox_in video {
    width: 100%;
    border-radius: 8px;
}


/*index end*/


/* 业务范围 */

.bx_lineOfBusiness {
    width: 100%;
}

.bx_lineOfBusiness_in {
    flex-wrap: wrap;
    margin-top: -12px;
}

.bx_lineOfBusiness_in .item {
    width: 25%;
    padding: 12px;
}

.bx_lineOfBusiness_in .item_in {
    background: #FFFFFF;
    padding: 90px 12px;
    border-radius: 16px;
    border: 1px solid #E6E6E6;
}

.bx_lineOfBusiness_in .item_in .imgs {
    height: 60px;
    margin: 0 auto;
    text-align: center;
}

.bx_lineOfBusiness_in .item_in .imgs img {
    height: 100%;
}

.bx_lineOfBusiness_in .item_in .title {
    padding-top: 40px;
}


/* 业务范围 end */


/* 服务优势 */

.bxServiceBox .item {
    margin-top: 120px;
}

.bxServiceBox .item:first-child {
    margin-top: 0px;
}

.bxServiceBox .item .img {
    width: 58.8%;
}

.bxServiceBox .item .img img {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.bxServiceBox .item .txtBox {
    width: 30%;
}

.bxServiceBox .item .title {
    padding: 90px 0 40px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
}

.bxServiceBox .item .title span {
    color: #F6F6F6;
    font-size: 120px;
    bottom: 40px;
    line-height: 1;
    left: 0;
    z-index: -1;
}

.bxServiceBox .item.dfReverse .txtBox * {
    text-align: right;
}

.bxServiceBox .item.dfReverse .title span {
    left: auto;
    right: 0;
}

.bxServiceBox .item .txt {
    color: #666;
    height: 200px;
    overflow: auto;
}

.bxServiceBox .item .txt img {
    max-width: 100%;
}


/* 服务优势 end */


/* 重点业务 */

.bxKeyBusiness_in {
    flex-wrap: wrap;
    margin-top: -16px;
}

.bxKeyBusiness .item {
    width: 25%;
    padding: 16px;
}

.bxKeyBusiness .item a {
    display: block;
    width: 100%;
    position: relative;
    background: #F9F9F9;
}

.bxKeyBusiness .item a:hover {
    transform: translateY(-20px);
}

.bxKeyBusiness .item .bx_imgs {
    padding-bottom: 66.66%;
}

.bxKeyBusiness .item .txtBox {
    background: #F6F6F6;
    padding: 24px 30px 62px;
    position: relative;
}

.bxKeyBusiness .item .txtBox .more {
    position: absolute;
    bottom: 36px;
}

.bxKeyBusiness .item .txtBox .more img {
    margin-left: 6px;
    width: 18px;
}

.bxKeyBusiness .item .txtBox .title {
    padding-bottom: 20px;
    color: #333;
}

.bxKeyBusiness .item .txtBox .txt {
    color: #666;
    height: 80px;
}


/* 重点业务 end */


/* 服务案例 */

.serviceCaseBox .item .txtBox .title {
    padding-bottom: 20px;
    color: #333;
    height: 60px;
    line-height: 1.4;
}

.serviceCaseBox .item a {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px solid #F6F6F6;
}

.serviceCaseBox .item a:hover {
    border-bottom: 1px solid #f99c34;
}

.serviceCaseBox .item .bx_imgs {
    padding-bottom: 133.33%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: #F9F9F9;
}

.serviceCaseBox .item .sType {
    height: 34px;
    color: #F99C34;
    padding-bottom: 20px;
}

.serviceCaseBox .item .txtBox {
    background: #F6F6F6;
    padding: 20px;
}

.serviceCaseBox .item .dtLink {
    color: #F99C34;
}

.serviceCaseBox .item .dtLink img {
    padding-left: 6px;
}


/* 服务案例 end */


/* 重大事项 */

.bxBigIssues .item {
    margin-top: 30px;
}

.bxBigIssues .item:first-child {
    margin-top: 0px;
}

.bxBigIssues a {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 40px 0;
}

.bxBigIssues a .timeBox {
    padding: 23px 0;
    width: 140px;
}

.bxBigIssues a .txtBox {
    flex: 1;
    display: block;
    padding: 0 40px;
    overflow: hidden;
}

.bxBigIssues a .timeBox_in {
    border-right: 1px solid #E6E6E6;
}

.bxBigIssues a .timeBox .day {
    font-size: 40px;
    line-height: 1.2;
}

.bxBigIssues a .timeBox .year {
    color: #333;
}

.bxBigIssues a .title {
    padding-bottom: 24px;
}


/* 重大事项 end */


/* 投诉举报 */

.bxReportComplaints_in {
    padding: 100px 0;
    overflow: hidden;
}

.bxReportComplaints_bg {
    height: 100%;
    width: calc(100% - 60px);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}

.bxReportComplaints_Txt {
    padding: 70px 60px;
    background: #F8F8F8;
    border-radius: 4px;
    width: 700px;
    opacity: 0.92;
}

.bxReportComplaints_Txt .title {
    padding-bottom: 15px;
    line-height: 1;
}

.bxReportComplaints_Txt ul li {
    margin-top: 25px;
    padding-left: 26px;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.bxReportComplaints_Txt ul li span.name {
    color: #666;
}


/* 投诉举报 end */


/* 信息披露 */

.bxMsgBoxOut {
    background-color: #f8f8f8;
    padding: 44px 0;
}

.bxMsgBox {
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
}

.bxMsgBox .leftMenu {
    background: #F99C34;
    width: 260px;
    min-height: 500px;
}

.bxMsgBox .leftMenu a {
    display: block;
    padding: 20px;
    color: #fff;
}

.bxMsgBox .leftMenu a:hover,
.bxMsgBox .leftMenu a.active {
    background: #FAB971;
}

.bxMsgBox .leftMenu .li1 {
    border-bottom: 1px solid #fff;
}

.bxMsgBox .leftMenu .li2 a {
    padding-left: 30px;
}

.bxMsgBox .leftMenu .li3 a {
    padding-left: 40px;
}

.bxMsgBox .leftMenu li .btn {
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.bxMsgBox .leftMenu li .btn .closeBtn {
    display: none;
}

.bxMsgBox .leftMenu li .btn img {
    width: 20px;
}

.bxMsgBox .leftMenu ul.childrenMenuBox {
    display: none;
}

.bxMsgBox .rightComtainer {
    flex: 1;
    padding: 45px 60px 45px 50px;
}

.bxMsgBox .rightComtainer .title {
    padding-bottom: 28px;
    border-bottom: 1px solid #e6e6e6;
}

.bxMsgBox .rightComtainer .txtBox {
    padding-top: 30px;
    overflow: hidden;
}

.bxMsgBox .rightComtainer .txtBox img {
    max-width: 100%!important;
}

.bxMsgBox .rightComtainer .txtBox table {
    width: 100%!important;
    border-color: #e8e8e8;
    table-layout: auto;
}

.bxMsgBox .rightComtainer .txtBox table th {
    line-height: 1.2;
    background: #e8e8e8;
    text-align: center;
    padding: 20px 10px;
}

.bxMsgBox .rightComtainer .txtBox table td {
    padding: 14px;
    color: #666;
}

.bxMsgBox .rightComtainer .txtBox .flTxtList {
    width: 100%;
    margin-bottom: 40px;
}

.bxMsgBox .rightComtainer .txtBox .flTxtList:last-child {
    margin: 0;
}

.PartnerOrganizationInformation th:first-child {
    width: 180px;
}

.PartnerOrganizationInformation th:nth-child(2) {
    width: 216px;
    text-align: center;
}

.PartnerOrganizationInformation th:nth-child(3) {
    width: 118px;
}

.PartnerOrganizationInformation th:nth-child(4) {
    width: 118px;
}

.PartnerOrganizationInformation td:nth-child(2),
.PartnerOrganizationInformation td:nth-child(3),
.PartnerOrganizationInformation td:nth-child(4) {
    text-align: center;
}

.bxMsgBox .rightComtainer .txtBox table td:nth-child(2) {
    word-break: break-all;
}

.HistoricalProduct th:first-child {
    width: 300px;
}

.HistoricalProduct th:nth-child(3) {
    width: 340px;
}

.productsForSale th:first-child,
.RemovedProduct th:first-child {
    width: 156px;
}

.productsForSale th:nth-child(2),
.RemovedProduct th:nth-child(2) {
    width: 100px;
}

.productsForSale th:nth-child(3),
.RemovedProduct th:nth-child(3) {
    width: 120px;
}

.productsForSale th:nth-child(4),
.RemovedProduct th:nth-child(4) {
    width: 300px;
}

.bxMsgBox .rightComtainer .cTitle {
    font-size: 24px;
    padding-bottom: 30px;
}

.bxMsgBox .rightComtainer .clist {
    padding-bottom: 60px;
}

.bxMsgBox .rightComtainer .clist table td {
    text-align: center;
}

.bxMsgBox .rightComtainer .clist table td a {
    margin: 0 5px;
    text-align: center;
    color: #3382FF;
}

.bxMsgBox .rightComtainer .clist .coverBox {
    margin-bottom: 30px;
}

.bxMsgBox .rightComtainer .clist .coverBox .imgs {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bxMsgBox .rightComtainer .clist .coverBox .imgs .txtBox {
    color: #fff;
    text-align: center;
    padding: 16px;
    width: 100%;
    font-size: 18px;
}

.bxMsgBox .rightComtainer .clist .coverBox .imgs .txtBox a {
    color: #fff;
}


/* 信息披露 end */


/* 重点业务详情 */

.bxDetail2 .item .title {
    font-size: 32px;
    line-height: 1;
    padding-bottom: 24px;
}

.bxDetail2 .item .txtTop {
    padding-bottom: 60px;
}

.bxDetail2 .item {
    padding: 88px 0;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.bxDetail2 .item .imgs {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.bxDetail2 .item .imgs img {
    max-width: 100%;
}


/* 重点业务详情 end */

.insurance-bread li img {
    width: 18px;
    vertical-align: sub;
    margin-right: 5px;
}

.insurance-detail {
    padding: 44px 0 80px;
}

.bxSingleHeader {
    box-shadow: 0px 2px 8px 0px #E6E6E6;
}

.bx_singleBoxDt .insurance-detail-text {
    padding-top: 20px;
}

.ybMap_in .list {
    margin-top: 60px;
}

.ybMap_in .list:first-child {
    margin-top: 20px;
}

.ybMap_in .list h3 {
    color: #666;
    font-weight: bold;
    font-size: 18px;
}

.ybMap_in .list .item a {
    font-size: 16px;
    color: #666;
    margin-right: 80px;
    margin-top: 24px;
    display: inline-block;
}

.ybMap_in .list .item a:last-child {
    margin-right: 0;
}

.fjShare .list .item:nth-child(2) {
    display: none;
}


/* 分公司信息 */

.branchCompany {
    padding-bottom: 88px;
    background: url(../image/branchCompanyBg.png) no-repeat center center / cover;
}

.branchCompany .topSwperBox_in {
    width: 568px;
    margin-left: 100px;
}

.branchCompany .topSwperBox_in:after {
    content: "";
    position: absolute;
    background: #F99C34;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
}

.branchCompany .topSwperBox_in::before {
    content: "";
    background-color: #F99C34;
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
}

.branchCompany .gallery-top .swiper-slide .pic {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.branchCompany .gallery-top .tAddr {
    background: #F99C34;
    padding: 8px 42px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.smSlideList {
    margin-top: 66px;
    padding: 0 20px;
    overflow: hidden;
}

.smSlideList .gallery-thumbs {
    background-color: #EBEBEB;
}

.smSlideList .gallery-thumbs .swiper-slide {
    cursor: pointer;
    height: auto;
    padding: 40px 30px 34px;
    background-color: #fff;
    position: relative;
}

.smSlideList .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background-color: #EBEBEB;
}

.smSlideList .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
    content: "";
    width: 100%;
    height: 6px;
    background: #F99C34;
    position: absolute;
    bottom: 0;
    left: 0;
}

.smSlideList .title {
    font-weight: bold;
}

.smSlideList .tel,
.smSlideList .addr {
    margin-top: 10px;
    padding: 5px 0 5px 28px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 12px;
}

.smSlideList .tel {
    background-image: url(../image/cTelBg.png);
}

.smSlideList .addr {
    background-image: url(../image/cAddrBg.png);
}

.smSlideList .swiper-button-next,
.historyBox_in .swiper-button-next {
    background-image: url(../image/sw_rightBtn.png);
}

.smSlideList .swiper-button-prev,
.historyBox_in .swiper-button-prev {
    background-image: url(../image/sw_leftBtn.png);
}

.smSlideList .swiper-button-next.swiper-button-disabled,
.historyBox_in .swiper-button-next.swiper-button-disabled {
    background-image: url(../image/sw_rightBtn_df.png);
}

.smSlideList .swiper-button-prev.swiper-button-disabled,
.historyBox_in .swiper-button-prev.swiper-button-disabled {
    background-image: url(../image/sw_leftBtn_df.png);
}

.newCultureContainer .cultureImg {
    width: 41.25%;
}

.newCultureContainer .cultureImg .bx_imgs {
    padding-bottom: 84.8484%;
}

.newCultureContainer .list {
    flex: 1;
    margin-top: -40px;
}

.newCultureContainer .list .item {
    width: 50%;
    margin-top: 40px;
    padding-left: 20%;
}

.newCultureContainer .list .item .title {
    color: #F99C34;
    font-size: 20px;
    padding-bottom: 30px;
}

.newCultureContainer .list .list_in {
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

.newCultureContainer .list .item .txt {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.newCulture .swiper-pagination {
    bottom: 0px;
}

.newCulture {
    overflow: inherit;
    padding-bottom: 60px;
}

.newCultureOut {
    overflow: hidden;
}

.newversionBox .topTitleBox,
.newversionBox .conList {
    flex-wrap: wrap;
}

.newversionBox .conList {
    margin-top: 48px;
}

.newversionBox .newsBox,
.newversionBox .indexvideoBox {
    width: 50%;
    position: relative;
}

.newversionBox .newsBox {
    padding-right: 80px;
}

.newversionBox .item_in .title {
    font-size: 32px;
    font-weight: bold;
}

a.bx_indexMore_a {
    color: #666;
    font-weight: lighter;
    font-size: 14px;
    padding-right: 32px;
    background: url(../image/bxMoreBg.png) no-repeat center right / auto 100%;
}

a.bx_indexMore_a:hover {
    color: #F99C34;
    background: url(../image/bxMoreBg_hover.png) no-repeat center right / auto 100%;
}

.newversionBox .conList .newsBox img {
    width: 129px;
    height: 86px;
    margin-right: 20px;
}

.newversionBox .indexvideoBox .bx_imgs {
    padding-bottom: 56.33%;
    border-radius: 8px;
    overflow: hidden;
}

.newversionBox .indexvideoBox .bx_imgs img {
    border-radius: 8px;
}

.newversionBox .conList .newsBox {
    flex-direction: column;
    justify-content: space-around;
}

.newversionBox .conList .newsBox .rtxt {
    padding-bottom: 20px;
}

.newversionBox .conList .newsBox .time {
    position: absolute;
    bottom: 0;
    color: #999;
}

.newversionBox .conList .newsBox .rTitle {
    line-height: 1.4;
}

.newversionBox .conList .newsBox a:hover .rTitle {
    color: #F99C34;
}

.indexvideoBox .swiper-pagination {
    text-align: right;
    padding-right: 24px;
    bottom: 24px;
}

.newversionBox .indexvideoBox .bxVideoBtn {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 10;
    cursor: pointer;
    background: url(../image/bxVideoBtn.png) no-repeat center / cover;
}

.newversionBox .indexvideoBox .bxVideoBtn:hover {
    background: url(../image/bxVideoBtn_hover.png) no-repeat center / cover;
}

.index_p_box_in {
    flex-wrap: wrap;
}

.index_p_box_in .item {
    width: calc(25% - 18px);
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    padding: 30px;
    margin-right: 24px;
    margin-top: 24px;
}

.index_p_box_in .item:nth-child(4n) {
    margin-right: 0;
}

.index_p_box_in .item_in img {
    width: 48px;
}

.historyBox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    left: 0;
    top: 88px;
}

.historyBox_in {
    padding: 0 80px 80px;
}

.historyBox_in .item .time {
    font-size: 40px;
    line-height: 1;
    color: #F99C34;
}

.historyBox_in .item .title {
    margin-top: 100px;
}

.historyBox_in .item .txt {
    height: 112px;
    margin-top: 16px;
}

.historyBox_in .item .imgs {
    width: 100%;
}

.historyBox_in .item .imgs img {
    width: 100%;
}

.historyBox_in .item .itemBg {
    top: 80px;
    width: 16px;
}

.historyBox_in .item .itemBg img {
    width: 100%;
}

.historyBox_in .swiper-button-next,
.historyBox_in .swiper-button-prev {
    top: 90px;
}


/* .historyBox_in .swiper-slide-active .item .time { color: #F99C34; } */