.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
/* 左侧固定菜单栏 */
.left-nav.fixed {
    top: 0;
}
.left-nav {
    position: fixed;
    top: 100%;
    left: 0;
    width: 80px;
    height: 100%;
    z-index: 12;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.left-nav .left-nav-con {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
/* 顶部进度条 */
.left-nav .nav-goTop {
    width: 100%;
    text-align: center;
}
.left-nav .nav-goTop p {
    position: relative;
}

.left-nav .nav-goTop p i.redLine {
    display: block;
    width: 10px;
    height: 0;
    background: #ab0017;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.left-nav .nav-goTop p i.whiteLine {
    margin: 0 auto;
    width: 1px;
    height: 120px;
    opacity: 0.8;
    background: #fff;
    display: block;
}
.left-nav .nav-goTop p span {
    margin: 10px auto;
    width: 20px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
}
.left-nav .nav-goTop p span a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
/* 图标菜单栏 */
.left-nav .nav-menu {
    padding: 20px 0;
    width: 100%;
    position: relative;
    text-align: center;
    /* cursor: pointer; */
}
.left-nav .nav-menu .menu-slideCon-wrap {
    position: absolute;
    top: 0;
    left: 80px;
    width: 0;
    background: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}
.left-nav .nav-menu .menu-slideCon-wrap .menu-slideCon {
    width: 100%;
    height: auto;
}
.left-nav .nav-menu .menu-slideCon-wrap img {
    display: block;
    width: 100%;
    max-width: inherit;
    vertical-align: top;
}
.left-nav .nav-menu .menu-slideCon-wrap .slide-con-text {
    padding: 20px 10px;
    text-align: right;
}
/* 微信 */
.left-nav .nav-wechat >  a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/l-icon-wechat.png) no-repeat center;
}
.left-nav .nav-wechat:hover .menu-slideCon-wrap {
    width: 230px;
}
.left-nav .nav-wechat .menu-slideCon-wrap .slide-con-text a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
    background: url(https://www.sdic.com.cn/cn/lib/template/static/images/icon-jt.png) no-repeat right center;
    margin-top: 10px;
}
/* 微博 */
.left-nav .nav-weibo >  a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(https://www.sdic.com.cn/cn/lib/template/static/images/l-icon02.png) no-repeat center;
}
.left-nav .nav-weibo:hover .menu-slideCon-wrap {
    width: 300px;
}
/* 空 */
.left-nav .nav-empty >  a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/l-icon-empty.png) no-repeat center;
}
/* 企业站群 */
.left-nav .nav-link >  a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/l-icon-link.png) no-repeat center;
}
/* 站群内容 */
.link-slideCon-wrap {
    position: absolute;
    top: 0;
    left: 80px;
    width: 0;
    height: 290px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}
.link-slideCon-wrap .link-slideCon {
    height: 100%;
}
/* 站群标题 */
.link-slideCon-wrap .link-slideCon .link-slideItem-title {
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
    background-color: #d6001d;
    text-align: center;
}
.link-slideCon-wrap .link-slideCon .link-slideItem-title h3 {
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
}
.link-slideCon-wrap .link-slideCon .link-slideItem-title a {
    margin-top: 50px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
/* 站群列表 */
.link-slideCon-wrap .link-slideCon .link-slideItem-content {
    position: relative;
    float: left;
    width: 75%;
    height: 100%;
    text-align: center;
}
.link-slideCon-wrap .link-slideCon .link-slideItem-content ul {
    margin-top: 40px;
}
.link-slideCon-wrap .link-slideCon .link-slideItem-content ul li {
    padding: 15px 0 15px 8%;
    float: left;
    width: 30%;
    text-align: left;
}
.link-slideCon-wrap .link-slideCon .link-slideItem-content ul li a {
    margin-top: inherit;
    color: #333;
    font-size: 14px;
}
.link-slideCon-wrap .link-slideCon .link-slideItem-content .link-more {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 130px;
    text-align: right;
}
.link-slideCon-wrap .link-slideCon .link-slideItem-content .link-more a {
    margin-top: inherit;
    margin-left: 30px;
    display: inline-block;
    color: #d6001d;
    font-size: 16px;
}

/* 分页颜色 */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #d6001d;
}
/* section0 顶部轮播图 */
#fullpage .section {
    margin-left: 80px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
#fullpage .section#section0 {
    margin-left: inherit;
}
#fullpage .section#section1 { 
    overflow: inherit; 
}
#fullpage .section .index-banner {
    position: relative;
    width: 100%;
    height: 100%;
}
#fullpage .section .index-banner .swiper-container {
    height: 100% !important;
}
#fullpage .section .index-banner .arrow-left {
    width: 23px; 
    height: 41px; 
    background: url("https://www.sdic.com.cn/cn/lib/template/static/images/index-btn-l.png") no-repeat center; 
    -moz-background-size: 100%; 
    background-size: 100%; 
    position: absolute; 
    top: 50%; 
    left: 5%; 
    opacity: 0.4; 
    z-index: 2;
}
#fullpage .section .index-banner .arrow-right {
    width: 23px; 
    height: 41px; 
    background: url("https://www.sdic.com.cn/cn/lib/template/static/images/index-btn-r.png") no-repeat center; 
    -moz-background-size: 100%; 
    background-size: 100%; 
    position: absolute; 
    top: 50%; 
    right: 5%; 
    opacity: 0.4; 
    z-index: 2; 
}


#indexBanner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
/* 图片尺寸设置成 100% */
#indexBanner .swiper-wrapper {
    height: 100% !important;
}
#indexBanner .swiper-wrapper .swiper-slide {
    height: 100%;
}
#indexBanner .swiper-wrapper .swiper-slide .pic {
    height: 100%;
}
#indexBanner .swiper-wrapper .swiper-slide .pic img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* section1 第一张页面 */
#fullpage .header-con {
    position: relative;
    /* top: -130px; */
    top: -110px;
    z-index: 9;
    background: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.header {
    width: 100%;
    /* height: 130px; */
    height: 110px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.header .container {
    padding: 0 75px;
    min-width: 1080px;
}
/* 导航栏-logo */
.header .logo {
    margin-top: 26px;
    float: left;
}
.header .logo a img {
    display: block;
    /* width: 90px; */
    width: 68px;
}
/* 导航栏-菜单 */
.header .nav {
    float: right;
}
.header .nav ul {
    float: left;
    margin-right: 10px;
}
.header .nav ul li {
    float: left;
    position: relative;
    /* height: 130px; */
    height: 110px;
}
/* 添加动画 */
.header-con.animation .header .logo {
    -webkit-animation-duration: 1.8s;
    -moz-animation-duration: 1.8s;
    -o-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.header-con.animation .header .nav {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/* 二级菜单 */
.header .nav ul li a.navlink {
    /* padding: 53px 25px; */
    padding: 43px 15px;
    display: block;
    color: #333;
    font-size: 18px;
}
.header .nav ul li:hover .nav-child-list {
    display: block;
}
.header .nav ul li:hover a span {
    color: #d6001b;
}
.header .nav ul li .nav-child-list { 
    display: none; 
    width: 160px; 
    position: absolute; 
    /* top: 130px;  */
    top: 110px;
    left: 50%; 
    margin-left: -80px; 
    z-index: 4; 
    background: #fff; 
    border-top: 2px solid #d6001b; 
}
.header .nav ul li .nav-child-list .nav-child-list-con { 
    max-width: 1080px; 
    margin: 0 auto; 
    padding: 10px 0; 
    -webkit-box-shadow: 2px 2px 5px 2px #C9C8C7; 
    -moz-box-shadow: 2px 2px 5px 2px #C9C8C7;
    box-shadow: 2px 2px 5px 2px #C9C8C7; 
}

.header .nav ul li .nav-child-list .nav-child-list-con .sublink {
    padding: 8px 10px;
    text-align: center;
}
.header .nav ul li .nav-child-list .nav-child-list-con .sublink a { 
    display: block; 
    font-size: 16px; 
    color: #333; 
}
.header .nav ul li .nav-child-list .nav-child-list-con .sublink:hover {
    background-color: #d6001b;
}
.header .nav ul li .nav-child-list .nav-child-list-con .sublink:hover a {
    color: #fff;
}
/* 进入到第一页的菜单栏 */
#fullpage #section1.active .header-con {
    top: 0;
}

/* 导航栏-搜素 */
.header .nav .searchWrap {
    /* margin-top: 50px; */
    margin-top: 40px;
    float: left;
}

.header .nav .searchWrap .searchCon {
    /* width: 210px; */
    width: 180px;
    height: 28px;
    border: 1px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}
.header .nav .searchWrap .searchCon .keyWord {
    float: left;
    width: 84%;
    height: 28px;
    line-height: 28px;
    border: none;
    outline: none;
    background: none;
    text-indent: 10px;
}
.header .nav .searchWrap .searchCon .searchBtn {
    width: 28px;
    height: 28px;
    background: url(https://www.sdic.com.cn/cn/lib/template/static/images/search-btn.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 8px;
}

/* 菜单栏 */
@media screen and (max-width: 1600px) { #fullpage .header-con { top: -85px; }}

@media screen and (max-width: 1600px) { 
    .header { height: 85px; }
    .header .logo { margin-top: 10px; }
    .header .logo a img { width: 68px; }
    .header .nav ul { margin-right: 10px; }
    .header .nav ul li { height: 85px; }
    .header .nav ul li a.navlink { padding: 35px 25px; }
    .header .nav ul li .nav-child-list { top: 85px; }
    .header .nav .searchWrap { margin-top: 30px; }
    .header .nav .searchWrap .searchCon { width: 160px; }
}
@media screen and (max-width: 1440px) { 
    .header .nav ul li a.navlink { font-size: 16px; }
    .header .nav ul li .nav-child-list .nav-child-list-con .sublink a { font-size: 14px; } 
}

@media screen and (max-width: 1000px) { 
    .header .nav ul li a.navlink { padding: 43px 10px; }
    .header .nav .searchWrap .searchCon { width: 120px; } 
}

/* 内容栏 */
#fullpage .section-container {
    margin: 0 auto;
    max-width: 1200px;
}
#fullpage .section-con.s1-con .section-container {
    margin-top: 10px;
}
#fullpage .section .s2-con, 
#fullpage .section .s3-con, 
#fullpage .section .s4-con,
#fullpage .section .s5-con,
#fullpage .section .s6-con {
    padding-top: 4%;
    height: inherit;
}

/* 标题 */
.index-page-tit {
    margin-bottom: 30px;
}

/* block */
.block {
    position: relative;
}
.block .block-title {
    position: relative;
    /* padding-bottom: 20px; */
    color: #333;
    font-size: 24px;
    font-weight: 600;
    /* border-bottom: 1px solid #e5e5e5; */
}
.block .block-title .tit-icon {
    padding-top: 30px;
    float: right;
    display: inline-block;
    width: 32px;
    height: 20px;
    background: url(../images/20220629_icon_more.png) no-repeat right;
}
/* 原先效果 */
/* .block .block-title span {
    display: block;
    width: 0;
    height: 3px;
    background: #d6001d;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
} 
.block .block-title:hover span {
    width: 100%;
} */
/* 添加新的划线 */
.block .split-line {
    display: flex;
}

.block ul {
    margin-top: 20px;
}
.block ul li {
    padding: 10px 0px;
    position: relative;
}
.block ul li .text {
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.block ul li .text a {
    color: inherit;
}
.block ul li .text:hover {
    color: #d6001d;
}

/* 第一张内容栏 */
#fullpage .s1-con {
    margin-top: 20px;
}
#fullpage .s1-con .s1-con-l {
    padding-right: 6%;
    float: left;
    width: 54%;
    border-right: 1px solid #e5e5e5;
}
/* 添加轮播图 */
.s1-con-l .xwzx {
    position: relative;
    width: 100%;
    box-sizing:border-box;
}
.s1-con-l .xwzx img  {
    display: block;
    width: 100%;
    height: 356px;
}
.s1-con-l .xwzx .desc {
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
}
.s1-con-l .xwzx .desc .text {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#bannerSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
#bannerSwiper .swiper-wrapper .swiper-slide {
    position: relative;
    text-align: center;
}
#bannerSwiper .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 356px;
}

/* 自定义底部分页器 */
#bannerSwiper .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 8;
    left: auto;
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
#bannerSwiper .swiper-pagination-bullets > .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
#bannerSwiper .swiper-pagination-bullets > .swiper-pagination-bullet-active {
    width: 39px;
    border-radius: 39px;
    background-color: #fff;
}
/* 自定义底部content条框 */
#bannerSwiper .swiper-slide > .pic-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background-color: rgb(0, 0, 0, 0.5);
}
#bannerSwiper .swiper-slide > .pic-content > a {
    display: block;
    width: 430px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#bannerSwiper .swiper-slide > .pic-content > a:hover {
    text-decoration: underline;
}
/* 自定义按钮 */
#bannerSwiper > .swiper-button-next,
#bannerSwiper > .swiper-button-prev {
    color: rgba(0, 0, 0, 0) !important;
}
#bannerSwiper > .swiper-button-next {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_next.jpg) center no-repeat;
}
#bannerSwiper > .swiper-button-prev {
    width: 30px;
    height: 60px;
    background: url(../images/swiper_prev.jpg) center no-repeat;
}



.s1-con-l .gtyw {
    margin-top: 40px;
}

#fullpage .s1-con .s1-con-r {
    margin-left: -1px;
    padding-left: 5%;
    float: right;
    width: 35%;
}
/* 添加第一张动画 */
#fullpage #section1.active .s1-con-r {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
#fullpage #section1.active .s1-con-l {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/* 党建 */
#fullpage .djyl {
    position: relative;
    display: flex;
}

.djyl .center-list {
    padding: 0px 20px;
    position: relative;
    width: 480px;
    height: auto;
}
.djyl .center-list .text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.djyl .center-list .text a {
    color: inherit;
}
.djyl .center-list .text:hover {
    color: #d6001d;
}

.djyl .center-list .title {
    margin: 100px 0px 40px;
    color: #d6001d;
    font-size: 24px;
    font-weight: bold;
}
.djyl .center-list ul {
    position: relative;
    width: 100%;
    height: auto;
}
.djyl .center-list ul li {
    padding-left: 20px;
    position: relative;
    width: 96%;
    height: 49px;
    line-height: 49px;
    color: #333;
    font-size: 18px;
}
.djyl .center-list ul li:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #fe7e10;
}
.djyl .center-list ul li:hover a {
    /* padding-left: 8px;
    transition: all .3s; */
}

.djyl .left-img,
.djyl .right-img {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
.djyl .right-img {
    margin-top: 130px;
}
/* 第二张-动画 */
#fullpage #section2.active .djyl {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
/* 视频内容 */
#fullpage .video-con {
    position: relative;
    height: 634px;
    background: url(../images/20220629_video_bg.png) no-repeat bottom right;
}
#fullpage .video-con .v-playBtn {
    margin: -60px 0 0 -60px;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(../images/20220629_btn_video.png) no-repeat center;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
}
#video1 {
    width: 96%;
    height: 580px;
}
#video1 video {
    width: 100%;
    height: 100%;
}

.video1-dimensions.vjs-fluid {
    padding: 0 0;
}

/* 第三张内容 */
/* 第三张内容 */
.business-list {
    margin-top: 80px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.business-item {
    margin: 0 1%;
    position: relative;
    width: 365px;
    min-height: 530px;
    border-radius: 3%;
}
.business-item .business-item-wrap {
    position: relative;
    width: 365px;
    min-height: 530px;
    transition: all .8s;
    transform-style: preserve-3d;
}   
.business-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3%;
}
.business-item-front,
.business-item-back  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* 业务体系-正面内容 */
.business-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    text-align: center;
    z-index: 3;
}
.business-txt .business-txt-table {
    width: 100%;
    height: 100%;
    display: table;
}
.business-txt .business-txt-table .business-txt-cell {
    display: table-cell;
    vertical-align: middle;
}
.business-txt-cell .circle {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-color: rgb(23, 98, 145, .8);
    border-radius: 50%;
}
.business-txt-cell .circle h4 {
    padding-top: 30%;
    color: #fff;
    font-size: 30px;
}

/* 业务体系-背面内容 */
.business-item-back {
    transform: rotateY(180deg);
}
.overbg {
    background-color: rgb(43, 132, 189, .8);
}
.roll-block {
    padding: 0 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    z-index: 3;
}
.roll-block .roll-block-table {
    width: 100%;
    height: 100%;
    display: table;
}
.roll-block .roll-block-table .roll-block-cell {
    display: table-cell;
    vertical-align: middle;
}
.roll-block .roll-block-table .roll-block-cell h4 {
    margin-top: 10%;
    color: #fff;
    font-size: 24px;
    text-align: left;
}
.roll-block .roll-block-table .roll-block-cell .pos-empty {
    margin-bottom: 20px;
    width: 20px; 
    height: 3px; 
    background-color: #fff;
}
.roll-block .roll-block-table .roll-block-cell .desc {
    padding: 0;
    height: 144px; 
    color: #fff;
    font-size: 15px;
    line-height: 29px;
    text-align: left; 
}
.roll-block .roll-block-table .roll-block-cell .ckxq-btn {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 118px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    margin: 10% auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.business-item:hover .business-item-wrap {
    transform: rotateY(180deg);
}

/* 第四张-动画 */
#fullpage #section4.active .business-list {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}


/* 第四张内容 */
.data-list {
    margin-top: 60px;
}
#fullpage .data-list ul {
    display: flex;
    justify-content: center;
}
#fullpage .data-list ul li {
    /* float: left; */
    position: relative;
    width: 25%;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}
#fullpage .data-list ul li a {
    padding: 150px 0;
    display: block;
    border: 1px solid #e5e5e5;
}
#fullpage .data-list ul li p {
    color: #d6001d;
    font-size: 80px;
    font-weight: bold;
}
#fullpage .data-list ul li h4 {
    font-size: 28px;
    font-weight: bold;
}
#fullpage .data-list ul li span {
    margin: 12% auto 0;
    display: block;
    width: 50px;
    height: 3px;
    background-color: #d6001d;
}
#fullpage .data-list ul li i {
    width: 46px;
    height: 46px;
    background: url(../images/icon-add.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: -46px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#fullpage .data-list ul li:hover i {
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#section5 {
    margin-left: inherit;
    background-image: url(../images/20220629_line_xb.png) !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-size: 100% !important; 
}
/* 集团风采 */

#section6 {
    margin-left: inherit;
    background: #fff url(../images/footer-bg.jpg) no-repeat bottom !important;
    background-size: 100% !important; 
}
.s6-con .section-container {
    height: inherit;
}

.jtfc ul{
    display: flex;
}
.jtfc ul li {
    margin-right: 34px;
    width: 377px;
}
.jtfc ul li .pic {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.jtfc ul li .pic:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.jtfc ul li .tit{
    margin: 32px 0 18px 0;
    display: block;
    color: #333;
    font-size: 22px;
    line-height: 22px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.jtfc ul li .desc {
    margin-bottom: 55px;
    width: 100%;
    line-height: 14px;
    display: block;
    color: #666;
    font-size: 15px;
}
.jtfc ul li .more {
    color: #999;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.jtfc ul li .more .icon {
    margin-left: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/20220629_icon_jt.png) no-repeat top center;
}
.jtfc ul li:hover .tit,
.jtfc ul li:hover .desc,
.jtfc ul li:hover .more{
    color: #d6001b;
}
.jtfc ul li:hover .more .icon {
    background: url(../images/20220629_icon_jt_red.png) no-repeat top center;
}

#fullpage #section6.active .jtfc {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/* 第七页 */
#section7 {
    margin: 0 auto;
    width: 100%;
    height: 836px;
    background: url(../images/20220815_section_seven.jpg) no-repeat center center !important;
    background-size: contain !important;
}
/* 定位 */
.dsj-pos {
    padding: 30px 30px;
    position: relative;
    width: 566px;
    background-color: #ea2139;
    border-radius: 15px 15px;
}
.dsj-pos ul {
    display: flex;
}
.dsj-pos ul li {
    position: relative;
    width: 33%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.dsj-pos ul li .in-ab-number {
    font-size: 34px;
    font-weight: bold;
}
.dsj-pos ul li span {
    display: block;
}
/* 大事记标题 */
.dsj-title {
    margin: 8% auto 3%;
    padding-bottom: 20px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    background: url(../images/20220815_line_red.jpg) no-repeat bottom center;
}
.dsj-title a {
    color: #fff;
}
.dsj-title a span {
    margin-top: 10px;
    display: block;
    font-size: 38px;
    font-weight: bold;
}
/* 大事记 swiper */
#dsjSwiper {
    position: relative;
    width: 1200px;
    height: auto;
}
#dsjSwiper .sj-item {
    padding-left: 50px;
    padding-top: 50px;
    position: relative;
    height: 346px;
    background: url(../images/20220815_swiper_bg.png) no-repeat left;
}
#dsjSwiper .sj-item .sj-title {
    padding-top: 30px;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
}
#dsjSwiper .sj-item .sj-title a {
    color: inherit;
}
#dsjSwiper .sj-item .sj-desc {
    margin-top: 30px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
}

