/* 二级页banner样式 */
.second-banner {
    height: 6rem;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
}

.second-banner .second-banner-text {
    position: absolute;
    font-size: 0.5rem;
    color: #fff;
    font-weight: 700;
    left: 1.6rem;
    top: 2.6rem;
}



/* 二级页面包屑 */
.second-nav {
    border-bottom: 1px solid rgb(229, 229, 229);
}

.second-nav .w {
    display: flex;
    justify-content: space-between;
    height: 0.9rem;
    align-items: center;
}

.tab-ul {
    display: flex;
    height: 100%;
}

.tab-ul li {
    margin-left: 0.6rem;
    height: 100%;
}

.tab-ul li a {
    color: rgb(102, 102, 102);
    height: 100%;
    display: flex;
    font-size: 0.16rem;
    align-items: center;
}

.tab-ul li.active a {
    color: #454A4D;
    font-weight: 700;
    position: relative;
}

.tab-ul li.active a::after {
    content: '';
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: #0068CF;
    position: absolute;
}

.breadcrumb {
    color: rgb(132, 133, 133);
}

.breadcrumb a {
    color: rgb(163, 162, 161);
    font-size: 16px;
    margin: 0 0.08rem;
}

.breadcrumb a:first-child {
    margin-left: 0;
}

.second-title {
    font-size: 0.24rem;
    color: rgb(0, 79, 153);
    font-weight: 600;
    margin-top: 0.8rem;
}

.breadcrumb a:last-child {
    color: #0068CF;
}

/* 企业简介内容 */
.gsjj-box {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.kcxfz #BG h5 {
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.kcxfz #BG .content {
    display: flex;
    justify-content: space-between;
}

.kcxfz #BG .item {
    display: flex;
    width: 7.8rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 0.12rem;
    padding: 0.4rem;
}

.kcxfz #BG .item .rt {
    width: 3rem;
    margin-left: 0.25rem;
}

.kcxfz #BG .item .rt .title {
    font-size: 0.26rem;
    color: #333;
    height: 0.75rem;
    margin-top: 0.4rem;
}

.kcxfz #BG .item .rt .gongn {
    display: flex;
    margin-top: 1rem;
}

.kcxfz #BG .item .rt .gongn .yl,
.kcxfz #BG .item .rt .gongn .xz {
    width: 1.2rem;
    height: 0.6rem;
    border-radius: 0.12rem;
    border: 1px solid #0068CF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.4s;
}

.kcxfz #BG .item .rt .gongn .yl:hover,
.kcxfz #BG .item .rt .gongn .xz:hover {
    background-color: #0068CF;
    border: 1px solid transparent;
}



.kcxfz #BG .item .rt .gongn .yl i,
.kcxfz #BG .item .rt .gongn .xz i {
    height: 0.2rem;
    width: 0.2rem;
    background-size: cover;
    margin-right: 6px;
}

.kcxfz #BG .item .rt .gongn .yl i {
    background-image: url(/ycig/lib/public/images/icon-preview.svg);

}

.kcxfz #BG .item .rt .gongn .xz i {
    background-image: url(/ycig/lib/public/images/icon-download.svg);
}

.kcxfz #BG .item .rt .gongn .yl span,
.kcxfz #BG .item .rt .gongn .xz span {
    color: #0068CF;
    font-size: 0.16rem;
}

.kcxfz #BG .item .rt .gongn .xz {
    width: 1.2rem;
    height: 0.6rem;
    border-radius: 0.12rem;
    border: 1px solid #0068CF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kcxfz #BG .item .rt .gongn .yl:hover span,
.kcxfz #BG .item .rt .gongn .xz:hover span {
    color: #fff;
}

.kcxfz #BG .item .rt .gongn .yl:hover,
.kcxfz #BG .item .rt .gongn .xz:hover {
    background-color: #0068CF;
}

.kcxfz #BG .item .rt .gongn .yl:hover i {
    background-image: url(/ycig/lib/public/images/icon-preview-h.svg);
}

.kcxfz #BG .item .rt .gongn .xz:hover i {
    background-image: url(/ycig/lib/public/images/icon-download-h.svg);
}

.gsjj-h5 {
    color: rgba(51, 51, 51, 1);
    font-size: 0.4rem;
}

.en-h5 {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
}

.gsjj-box .subtitle {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
    margin-top: 0.1rem;
}

.gsjj-box .gsjj {
    width: 13rem;
}

.gsjj-box .gsjj p {
    color: rgba(69, 74, 77, 1);
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
}


.gsjj-box .parameter {
    width: 1.7rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.85rem;
    flex-direction: column;
}

.gsjj-box .parameter .item {
    margin-bottom: 0.2rem;
}

.gsjj-box .parameter .item .num {
    font-size: 0.5rem;
    display: block;
    color: rgba(0, 104, 207, 1);
}

.gsjj-box .parameter .item .description {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    margin-top: 0.12rem;
}

/*发展历史*/
.history-year {
    color: rgba(0, 104, 207, 1);
    text-align: center;
    border-bottom: 1px dashed rgba(0, 104, 207, 1);
    position: relative;
    font-size: 0.6rem;
    padding-bottom: 0.1rem;
    font-weight: 700;
}

.history-year::after {
    content: '';
    width: 6px;
    height: 6px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-3px);
    background-color: rgba(0, 104, 207, 1);
    position: absolute;
    border-radius: 50%;
}

.section-title {
    color: rgba(51, 51, 51, 1);
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
}

.history-text {
    font-size: 0.18rem;
    color: rgba(69, 74, 77, 1);
    width: 3.1rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    line-height: 1.5;
}

.history-swiper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.4rem;
}


.timeline-nav {
    width: 100%;
    height: 1rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 0.5rem;
    margin-top: 2rem;
}

.history-prev,
.history-next {
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgba(0, 104, 207, 1);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.3rem;
    flex-shrink: 0;
}

.history-prev:hover,
.history-next:hover {
    background-color: rgba(0, 84, 187, 1);
}

.timeline-points-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    padding: 0 0.2rem;
    scrollbar-width: none;
    width: calc(100% - 1.5rem);

}

.timeline-points-container::-webkit-scrollbar {
    display: none;
}

.timeline-point {
    min-width: 1.4rem;
    height: 0.6rem;
    border-radius: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background-color: #fff;
}

.timeline-point:hover {
    background-color: rgba(0, 104, 207, 0.2);
}

.timeline-point.active {
    background-color: #0068CF;
}

.timeline-point .point-year {
    color: #888888;
    font-size: 0.24rem;
    font-weight: bold;
}

.timeline-point.active .point-year {
    color: #fff;
}


.fllc-mb {
    display: none;
}

.development-history {
    background-image: url(/ycig/lib/second/images/fzlc-bg.png);
    background-size: cover;
}

.history-prev.swiper-button-disabled,
.history-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: rgba(0, 104, 207, 0.5);
}

.development-history .bg {
    padding: 0.8rem 0;
}


/* 创新研发 */
.innovation {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}

.innovation h5 {
    color: #333;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.innovation .top-one-sub {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;

}

.innovation .top .lt {
    width: 100%;
}

.innovation .top .rt {
    width: 5.2rem;
}

.innovation .top .lt p {
    color: #454A4D;
    font-size: 0.18rem;
    /* text-align: center; */
}

.innovation .top .lt img {
    width: 66%;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: block;
}

.innovation .center {
    display: flex;
    justify-content: space-between;
    margin-top: 0.66rem;
}

.innovation .center .text {
    width: 10rem;
}

.innovation .center .data {
    width: 5.2rem;
    display: flex;
    justify-content: space-between;
}

.innovation .center .text .title {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.innovation .center .text .subtitle {
    color: #454A4D;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.innovation .center .data .item {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: linear-gradient(to right, #FFD4D4FF, #FFF3C3FF);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.innovation .center .data .item::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: linear-gradient(to right, #FFEEA736, #FFA7A71C);
    z-index: -1;
    border-radius: 50%;
}

.innovation .center .data .item .box {
    color: #FD9A18;
    font-size: 0.18rem;
}

.innovation .center .data .item p {
    color: #666666;
    font-size: 14px;
    width: 90%;
    text-align: center;
}

.innovation .center .data .item .box .num {
    color: #FD9A18;
    font-size: 0.6rem;
}

.innovation .bottom-num .title {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
    margin-top: 0.1rem;
}

.innovation .bottom-num .parameter {
    display: flex;
    justify-content: space-between;
}

.innovation .bottom-num .parameter .item div {
    color: #0068CF;
    font-size: 0.3rem;
}

.innovation .bottom-num .parameter .item div span {
    font-size: 0.6rem;
}

.innovation .bottom-num .parameter .item div p {
    color: #666666;
    font-size: 0.18rem;
}

.innovation .bcnr {
    margin-top: 12px;
}

.innovation .bcnr .title,
.innovation .kjcxry .title {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.innovation .bcnr .desc {
    color: #454A4D;
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.innovation .bcnr img {
    width: 90%;
    margin: 0.4rem auto;
    display: block;
}

.innovation .kjcxry .titme {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.innovation .kjcxry .titme .lt {
    width: 60%;
}

.innovation .kjcxry .titme .lt p {
    font-size: 16px;
    padding-left: 0.4rem;
    position: relative;
    margin: 10px 0 16px;
}

.innovation .kjcxry .titme .lt p:after {
    content: '';
    background-image: url('/ycig/lib/public/images/jiangbei.svg');
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    left: 0;
    top: 3px;
}

.innovation .kjcxry .titme img {
    width: 40%;
    margin-top: -0.2rem;
}

/* 资质荣誉 */
.honors {
    background: linear-gradient(to bottom, #DDEFF4FF, #F1F6F7FF);
    padding: 0.8rem 0;
}

.honors .nav {
    width: 3.6rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.honors .nav .item {
    border: 1px solid #0068CF;
    width: 1.72rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #0068CF;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: all 0.4s;
}

.honors .nav .item:hover {
    opacity: 0.7;
}

.honors .nav .item.active {
    border: 1px solid transparent;
    background-color: #0068CF;
    color: #fff;
}

.certificates-container {
    margin-top: 0.4rem;
}

.qualification-swiper,
.honor-swiper {
    position: relative;
}

.quaSwiper .top {
    background-color: #fff;
    width: 3.85rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.12rem;
}

.quaSwiper .top img {
    height: 80%;
}

.quaSwiper .swiper-slide p {
    font-size: 0.22rem;
    margin-top: 0.2rem;
    text-align: center;
    color: #454A4D;
}

.honorSwiper .top img {
    height: 80%;
}

.honorSwiper .top {
    background-color: #fff;
    width: 3.85rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.12rem;
}

.honorSwiper .swiper-slide p {
    font-size: 0.22rem;
    margin-top: 0.2rem;
    text-align: center;
    color: #454A4D;
}

.qualification-prev,
.honor-prev {
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-image: url(/ycig/lib/public/images/icon-s-l.svg);
    background-size: cover;
}

.qualification-next,
.honor-next {
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-image: url(/ycig/lib/public/images/icon-s-r.svg);
    background-size: cover;
}

.CorporateCulture {
    padding: 0.8rem 0;
}

.CorporateCulture .top {
    margin-top: 0.4rem;
    display: flex;
    margin-bottom: 0.2rem;
    justify-content: center;
}

.CorporateCulture .top .lt {
    width: 10.6rem;
    height: 5rem;
    background-size: cover;
    padding: 1rem 0 0 0.9rem;
    margin-right: 0.2rem;
}

.CorporateCulture .top .lt .title {
    font-size: 0.32rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.CorporateCulture .top .lt .text {
    font-size: 0.26rem;
    color: #fff;
}

.CorporateCulture .top .lt,
.CorporateCulture .top .rt,
.CorporateCulture .bottom .item {
    transition: all 0.4s;
}

.CorporateCulture .top .lt:hover,
.CorporateCulture .top .rt:hover,
.CorporateCulture .bottom .item:hover {
    transform: scale(1.02);
}

.CorporateCulture .top .rt {
    width: 5.2rem;
    height: 5rem;
    background-size: cover;


}

.CorporateCulture .top .rt .zz {
    background-size: cover;
    height: 100%;
    padding: 1rem 0 0 0.7rem;
}

.CorporateCulture .top .rt .zz .title {
    font-size: 0.32rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.CorporateCulture .top .rt .zz .text {
    font-size: 0.26rem;
    color: #fff;
}

.CorporateCulture .bottom {
    display: flex;
    justify-content: center;
}

.CorporateCulture .bottom .item {
    width: 5.2rem;
    height: 3.2rem;
    background-size: cover;
    padding: 0.6rem 0 0 0.6rem;
}

.CorporateCulture .bottom .item:nth-child(2) {
    margin: 0 0.2rem;
}

.CorporateCulture .bottom .item .title {
    font-size: 0.32rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.CorporateCulture .bottom .item .text {
    font-size: 0.26rem;
    color: #fff;
}

/* 新闻 */
.news-top-content {
    background: linear-gradient(to bottom, #DDEFF4, #F1F6F7);
    padding-top: 1rem;
    padding-bottom: 0.85rem;
}

.news-top-content h5 {
    text-align: center;
    font-size: 0.4rem;
    color: #333333;
    margin-bottom: 0.4rem;
}

.news-swiper .swiper-slide {
    display: flex;
}

.news-swiper .swiper-slide>img {
    width: 7.75rem;
    height: 5rem;
    border-radius: 0.12rem 0 0 0.12rem;
}

.news-swiper .swiper-slide .text-body {
    width: 8.25rem;
    height: 5rem;
    padding: 0.6rem 0.5rem 0 0.5rem;
    display: flex;
    background-color: #fff;
    border-radius: 0 0.12rem 0.12rem 0;
}

.news-swiper .swiper-slide .text-body .date {
    width: 1rem;
    height: 1rem;
    background: linear-gradient(to bottom, #e5eefd, #f2f6f9);
    border-radius: 0.12rem;
    padding-left: 0.1rem;
}

.news-swiper .swiper-slide .text-body .date span {
    color: #0068CF;
    font-size: 0.4rem;
    font-weight: 700;
    margin-top: 0.1rem;
}

.news-swiper .swiper-slide .text-body .date p {
    color: #74B0EC;
    font-size: 0.18rem;
    margin-top: 4px;
}

.news-swiper .swiper-slide .text-body .nr {
    margin-left: 0.35rem;
    width: 5.9rem;
}

.news-swiper .swiper-slide .text-body .nr .title {
    color: #454A4D;
    font-size: 0.32rem;
    line-height: 0.46rem;
    margin-bottom: 0.2rem;
    min-height: 1.4rem;
}

.news-swiper .swiper-slide .text-body .nr .text {
    color: #888888;
    font-size: 0.18rem;
    line-height: 0.3rem;
    min-height: 0.9rem;
    margin-bottom: 0.8rem;
}

.news-swiper .swiper-slide .text-body .link-btn {
    background-color: #fff;
    border: 1px solid #999;
}

.news-swiper .swiper-slide .text-body .link-btn a span {
    color: #c4c4c4;
}

.news-prev {
    left: -1rem;
    top: 50%;
    background-image: url(/ycig/lib/public/images/icon-s-l.svg);
}

.news-next {
    right: -1rem;
    top: 50%;
    background-image: url(/ycig/lib/public/images/icon-s-r.svg);
}

.news-swiper-content {
    position: relative;
}

.news-prev,
.news-next {
    transform: translateY(-50%);
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-size: cover;
}

.news-swiper-content .news-pagination {
    bottom: -0.4rem;
}


.news-list-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.7rem;
}

.news-list-content .list-item {
    width: 7.85rem;
    height: 2.86rem;
    border-bottom: 4px solid #EDF8FF;
    transition: all 0.4s;
    display: flex;
    padding: 0.4rem;
}

#DT .list-item {
    border-bottom: 4px solid #FFF6ED;
}

.news-list-content .list-item:hover {
    background: #F2F6F9;
    border-radius: 8px;
    border-bottom: none;
}

#DT .list-item:hover {
    background: #FFF6ED;
}

.news-list-content .list-item .date {
    width: 1rem;
    height: 1rem;
    background: linear-gradient(to bottom, #e5eefd, #f2f6f9);
    border-radius: 0.12rem;
    padding-left: 0.1rem;
}

#DT .list-item .date {
    background: linear-gradient(to bottom, #FDE9D5, #F9F7F2);
}

#DT .list-item:hover .date {
    background: transparent;
}

.news-list-content .list-item:hover .date {
    background: transparent;
}

.news-list-content .list-item .date span {
    color: #0068CF;
    font-size: 0.4rem;
    font-weight: 700;
    margin-top: 0.1rem;
}

#DT .list-item .date span {
    color: #DCAC37;

}

#DT .list-item .date p {
    color: #ECC974;
}

.news-list-content .list-item .date p {
    color: #74B0EC;
    font-size: 0.18rem;
    margin-top: 4px;
}

.news-list-content .list-item .nr {
    margin-left: 0.25rem;
    width: 5.8rem;
}

.news-list-content .list-item.title {
    color: #454A4D;
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-bottom: 0.16rem;
}

.news-list-content .list-item .text {
    color: #888888;
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.6rem;
    max-height: 0.6rem;
}


.news-list-content .list-item a {
    color: #999999;
    font-size: 0.18rem;
}


.djyl {
    background-image: url(/ycig/lib/second/images/djyl-bg.png);
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
}

.s-titlle {
    width: 4.16rem;
    height: 0.93rem;
    background-image: url(/ycig/lib/second/images/sda2.png);
    background-size: cover;
    color: #F9D987;
    font-weight: 700;
    font-size: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.s-titlle.t2 {
    margin-bottom: -0.4rem;
    margin-top: 1rem;
}

.djyl .nr {
    display: flex;
    justify-content: space-between;
}

.djyl .nr .rq {
    width: 8.8rem;
}

.djyl .nr .rq h5 {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.djyl .nr .rq p {
    color: #454A4D;
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.6rem;
}

.djyl .nr img {
    width: 5.8rem;
    height: 5.9rem;
    margin-top: -0.2rem;
}


.card-1 {
    padding-top: 1rem;
    background-color: #F2F6F9;
    padding-bottom: 0.4rem;
}

.gp-box {
    width: 100%;
    height: 5rem;
    background-color: #FBFBFC;
    border-radius: 0.12rem;
}


.stock-main-content {
    display: flex;
    width: 100%;
    height: 5rem;
}

.stock-data-panel {
    padding: 0.5rem;
    background: linear-gradient(to bottom, #E6E8E8FF, #FFFFFFFF);
    width: 4rem;
    height: 5rem;
    border-radius: 0.12rem 0 0 0.12rem;
}

.stock-chart-panel {
    flex: 1;
    min-width: 3rem;
    padding: 0.5rem;
    background-color: #fff;
}



.stock-code {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.stock-price {
    font-size: 32px;
    font-weight: 700;
    color: #ff4d4f;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.stock-price.up {
    color: #ff4d4f;
}

.stock-price.down {
    color: #52c41a;
}

.up-arrow,
.down-arrow {
    font-size: 24px;
    margin-right: 5px;
}

.stock-time {
    font-size: 12px;
    color: #999;
}

.stock-data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.data-item {
    display: flex;
    flex-direction: column;
}

.data-label {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.data-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.data-value.positive {
    color: #ff4d4f;
}

.data-value.negative {
    color: #52c41a;
}

.chart-section {
    padding: 0;
}

.chart-container {
    position: relative;
    height: 180px;
    margin-bottom: 20px;
}

.chart-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.grid-line {
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
}

.chart-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.price-line {
    stroke-width: 2;
    fill: none;
}

.price-line.up {
    stroke: #ff4d4f;
}

.price-line.down {
    stroke: #52c41a;
}

.chart-x-axis {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #eef2f0;
}

.time-label {
    font-size: 12px;
    color: #999;
    transform: translateX(-50%);
}

.volume-chart {
    height: 60px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.volume-bar {
    width: 6px;
    background-color: #d9d9d9;
    border-radius: 1px;
}

.volume-bar.active {
    background-color: #ff4d4f;
}

.volume-x-axis {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.volume-label {
    font-size: 10px;
    color: #999;
}

.card-1 h5 {
    color: #333333;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.card-2 {
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.card-2 .lt {
    width: 8rem;
    height: 5rem;
    background-color: #F2F2F2;
    border-radius: 0.12rem;
    padding: 0.5rem;
    padding-bottom: 0.4rem;
}

.card-2 .rt {
    width: 7.8rem;
    height: 5rem;
    background-image: url(/ycig/lib/second/images/tzzbh.png);
    background-size: cover;
    padding: 0.5rem;
    position: relative;
    transition: all 0.4s;
}

.card-2 .rt:hover {
    transform: scale(1.02)
}

.card-2 .lt .title {
    color: #333;
    font-size: 0.32rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #DDE6EF;
}

.card-2 .rt .title {
    color: #fff;
    font-size: 0.32rem;
    padding-bottom: 0.2rem;
}

.card-2 .lt .item {
    height: 1rem;
    padding: 0.1rem;
    border-bottom: 2px solid #DDE6EF;
    transition: all 0.4s;
}

.card-2 .lt .item:hover {
    transform: scale(1.02)
}

.card-2 .lt .item a {
    height: 100%;
    display: flex;
    align-items: center;
}

.card-2 .lt .item a .date {
    height: 100%;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    width: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0.4rem;
}

.card-2 .lt .item a .date p {
    color: #74B0EC;
    font-size: 0.4rem;
    font-weight: 700;
}

.card-2 .lt .item a .date span {
    color: #74B0EC;
    font-size: 0.18rem;
}

.card-2 .lt .item a .text {
    color: #454A4D;
    font-size: 0.22rem;
}


.card-2 .lt .look {
    margin-top: 0.2rem;
    display: block;
    color: #999999;
    font-size: 0.16rem;
}

.card-2 .rt .look {
    margin-top: 0.2rem;
    display: block;
    color: #fff;
    font-size: 0.16rem;
    position: absolute;
    bottom: 0.5rem;
}

.card-2 .lt .look img,
.card-2 .rt .look img {
    margin-left: 0.1rem;
}


.kcxfz #ZL {
    padding: 1rem 0;
}

.kcxfz #ZL h5 {
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.kcxfz #ZL .subtitle {
    color: #454A4D;
    font-size: 0.18rem;
    margin-bottom: 0.4rem;
}

.kcxfz #ZL img {
    width: 100%;
}

.kcxfz #BG {
    background-color: #F2F6F9;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}

.kcxfz #BG h5 {
    font-size: 0.4rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.kcxfz #BG .content {
    display: flex;
    justify-content: space-between;
}

.kcxfz #BG .item {
    display: flex;
    width: 7.8rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 0.12rem;
    padding: 0.4rem;
}

.kcxfz #BG .item .rt {
    width: 3rem;
    margin-left: 0.25rem;
}

.kcxfz #BG .item .rt .title {
    font-size: 0.26rem;
    color: #333;
    height: 0.75rem;
    margin-top: 0.4rem;
}

.kcxfz #BG .item .rt .gongn {
    display: flex;
    margin-top: 1rem;
}

.kcxfz #BG .item .rt .gongn .yl,
.kcxfz #BG .item .rt .gongn .xz {
    width: 1.2rem;
    height: 0.6rem;
    border-radius: 0.12rem;
    border: 1px solid #0068CF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.4s;
}

.kcxfz #BG .item .rt .gongn .yl:hover,
.kcxfz #BG .item .rt .gongn .xz:hover {
    background-color: #0068CF;
    border: 1px solid transparent;
}



.kcxfz #BG .item .rt .gongn .yl i,
.kcxfz #BG .item .rt .gongn .xz i {
    height: 0.2rem;
    width: 0.2rem;
    background-size: cover;
    margin-right: 6px;
}

.kcxfz #BG .item .rt .gongn .yl i {
    background-image: url(/ycig/lib/public/images/icon-preview.svg);

}

.kcxfz #BG .item .rt .gongn .xz i {
    background-image: url(/ycig/lib/public/images/icon-download.svg);
}

.kcxfz #BG .item .rt .gongn .yl span,
.kcxfz #BG .item .rt .gongn .xz span {
    color: #0068CF;
    font-size: 0.16rem;
}

.kcxfz #BG .item .rt .gongn .xz {
    width: 1.2rem;
    height: 0.6rem;
    border-radius: 0.12rem;
    border: 1px solid #0068CF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kcxfz #BG .item .rt .gongn .yl:hover span,
.kcxfz #BG .item .rt .gongn .xz:hover span {
    color: #fff;
}

.kcxfz #BG .item .rt .gongn .yl:hover,
.kcxfz #BG .item .rt .gongn .xz:hover {
    background-color: #0068CF;
}

.kcxfz #BG .item .rt .gongn .yl:hover i {
    background-image: url(/ycig/lib/public/images/icon-preview-h.svg);
}

.kcxfz #BG .item .rt .gongn .xz:hover i {
    background-image: url(/ycig/lib/public/images/icon-download-h.svg);
}

.qywh_content {
    padding: 90px 0 130px 0;
    background: url('/yclgen/lib/second/images/a7.jpg') no-repeat;
    background-size: cover;
}

.qywh_content .qywh_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.qywh_content .qywh_box .qywh_item {
    /*width: 240px;*/
    margin-right: 85px;
    margin-bottom: 35px;
}

.qywh_content .qywh_box .qywh_item:nth-child(3n) {
    margin-right: 0;
}

.qywh_content .qywh_box .qywh_item img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.qywh_content .qywh_box .qywh_item .qywh_t_tit {
    color: #fff;
    font-size: 22px;
}

.qywh_content .qywh_box .qywh_desc {
    margin-top: 14px;
    padding-top: 18px;
    color: #ffffff;
    border-top: 2px solid #5f96c7;
    font-size: 18px;
}

.about_title {
    font-weight: bold;
    font-size: 0.36rem;
    margin-bottom: 0.46rem;
    color: #fff;
}

.gszp {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}

.gszp h5 {
    color: #333;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.gszp .content {
    display: flex;
    justify-content: space-between;
}

.gszp .content>img {
    width: 7.8rem;
}

.gszp .content div {
    width: 7.6rem;
}

.gszp .content div .subtitle {
    color: #333;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
}

.gszp .content div .list-p {
    font-size: 0.18rem;
    color: #454A4D;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}

.gszp .content div .subtitle:nth-child(7) {
    margin-top: 0.4rem;
}

.gszp .content .tojl {
    border: 1px solid #0068CF;
    border-radius: 0.12rem;
    width: 1.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.gszp .content .tojl span {
    color: #0068CF;
    font-size: 0.16rem;
}

.gszp .content .tojl img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 6px;
}


.lxfs {
    padding: 1rem 0;
}

.lxfs h5 {
    color: #333;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.lxfs .content {
    display: flex;
    height: 5.6rem;
}

.lxfs .content .lt {
    width: 7.2rem;
    background-color: #F2F6F9;
    padding: 0.5rem;
}

.lxfs .content .lt .top {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.4rem;
}

.lxfs .content .lt .top .p1 {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.lxfs .content .lt .top .lp,
.lxfs .content .lt .bottom .lp {
    color: #454A4D;
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-bottom: 0.12rem;
}

.lxfs .content .rt {
    width: 8.8rem;
}

.lxfs .content .bottom .p1 {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    margin-top: 0.4rem;
}


.lyfk {
    background-color: #F2F6F9;
}

.lyfk h5 {
    color: #333;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.lyfk .container {
    margin: 0 auto;
    width: 16rem;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}

.lyfk .header {
    text-align: center;
    margin-bottom: 30px;
}

.lyfk .header h1 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.lyfk .header p {
    color: #666;
    font-size: 16px;
}

.lyfk .feedback-form {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
    width: 100%;
}

.lyfk .form-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.lyfk .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lyfk .form-group {
    width: 3.85rem;
}

.lyfk .required::after {
    content: "*";
    color: #e74c3c;
    margin-left: 4px;
}

.lyfk .form-control {
    width: 3.85rem;
    height: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.18rem;
    color: #000;
    transition: all 0.3s;
    padding-left: 0.3rem;
}

.lyfk .form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
    outline: none;
}

.lyfk .verification-row {
    position: relative;
}

.lyfk .verification-input {
    flex: 1;
    margin-right: 15px;
}

.lyfk .verification-code {
    background-color: #F2F6F9;
    border-radius: 4px;
    font-size: 0.2rem;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(63, 141, 138);
    width: 0.92rem;
    height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.lyfk .verification-code:hover {
    background-color: #f0f0f0;
}

.lyfk textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.lyfk .submit-btn {
    background-color: #F2F6F9;
    color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 4px;
    font-size: 0.18rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    width: 1.4rem;
    height: 0.62rem;
    position: absolute;
    right: 0.15rem;
    bottom: 0.4rem;
}

.lyfk .submit-btn:hover {
    background-color: #3498db;
    color: white;
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
}

.lyfk .submit-btn:active {
    transform: translateY(2px);
}

.lyfk .submit-btn:disabled {
    background-color: #f5f5f5;
    color: #aaa;
    cursor: not-allowed;
    box-shadow: none;
}

.lyfk .message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    display: none;
}

.lyfk .message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.lyfk .message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    font-size: 18px;
}

.lyfk .required-hint {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.lyfk .full-width {
    width: 100%;
    position: relative;
}

.lyfk .full-width .form-control {
    width: 100%;
    height: 3rem;
    margin-top: 0.2rem;
    padding-top: 0.2rem;
}


.lyfk .error-border {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2) !important;
}

.introduction {
    background: linear-gradient(to bottom, #F1F6F7FF, #DDEFF4FF);
    padding: 1rem 0;
}

.yj-h5 {
    color: #0068CF;
    position: relative;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
    text-align: center;
}

.yj-h5::after {
    content: '';
    width: 0.6rem;
    height: 2px;
    background-color: #0068CF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.2rem;
}

.introduction p {
    color: #454A4D;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: justify;
}

.solution {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
}

.yhatm {
    display: flex;
    justify-content: space-between;
}

.yhatm .item {
    width: 5.2rem;
    height: 3.2rem;
}

.yhatm .item img {
    width: 100%;
}

.yhatm .item p {
    width: 4.5rem;
    height: 0.9rem;
    transform: translateY(-0.45rem);
    background-image: url(/ycig/lib/second/images/jjfa-bg.png);
    background-size: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.26rem;
    color: #454A4D;
}

.case {
    background-color: #F2F6F9;
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
}

.case-swiper .let {
    width: 7.8rem;
    height: 4.5rem;
    position: absolute;
}

.case-swiper {
    position: relative;
}

.case-swiper .swiper-slide {
    position: relative;
}

.case-swiper .text-body {
    width: 9rem;
    height: 5rem;
    background-color: #fff;
    border-radius: 0.12rem;
    float: right;
    padding-left: 1.6rem;
    padding-top: 0.6rem;
}

.case-swiper .text-body .title {
    color: #454A4D;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.case-swiper .text-body .text {
    width: 6.6rem;
    color: #888888;
    font-size: 0.18rem;
}

.case-prev {
    left: -1rem;
    top: 50%;
    background-image: url(/ycig/lib/public/images/icon-s-l.svg);
}

.case-next {
    right: -1rem;
    top: 50%;
    background-image: url(/ycig/lib/public/images/icon-s-r.svg);
}

.case-prev,
.case-next {
    transform: translateY(-50%);
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-size: cover;
}

.case-swiper .text-body a {
    color: #0068CF;
    margin-top: 0.4rem;
    display: block;
    font-size: 0.18rem;
}

.case-swiper-content {
    position: relative;
}

.case-pagination {
    position: absolute;
    right: -0.2rem;
    bottom: 0.2rem;
    width: 84px;
    height: 46px;
    font-size: 0.18rem;
    color: #74B0EC;
    left: initial;
    z-index: 99;
}


.case-pagination .all {
    font-size: 0.18rem;
    color: #74B0EC;
}

.case-pagination .now {
    color: #0068CF;
    font-size: 0.4rem;
    font-weight: 700;
}

.case .gd {
    margin: 0 auto;
    margin-top: 0.6rem;
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #c4c4c4;
    border-radius: 0.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case .gd a {
    font-size: 0.18rem;
    color: #999999;
}

.sg-1 {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.2rem;
}

.sg-1 .lt {
    width: 8.8rem;
}

.sg-1 .lt .title {
    color: #0068CF;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.sg-1 .lt p {
    font-size: 0.18rem;
    color: #454A4D;
    line-height: 0.3rem;
}

.sg-1 .rt {
    width: 6rem;
    height: 3rem;
    border: 4px solid #F2F6F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sg-1 .rt img {
    width: 5.48rem;
}

.sg-2 {
    background-color: #F2F6F9;
    padding-top: 0.6rem;
    padding-bottom: 1rem;
}

.sg-2 .title {
    color: #0068CF;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.sg-2 .item1,
.sg-2 .item2,
.sg-2 .item3 {
    background: #fff;
    display: flex;
    margin-bottom: 0.35rem;
    justify-content: space-between;
    padding: 20px;
}

.sg-2 .item1 .right,
.sg-2 .item2 .right,
.sg-2 .item3 .right {
    padding-left: 0.5rem;
    width: 50%;
}

.sg-2 .item1 .left,
.sg-2 .item2 .left,
.sg-2 .item3 .left {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

.sg-2 .item1 .left img,
.sg-2 .item2 .left img,
.sg-2 .item3 .left img {
    height: 3rem;
}


.sg-2 .item1 .right,
.sg-2 .item3 .right {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.sg-2 .item2 .right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sg-2 .item1 .right>div,
.sg-2 .item2 .right>div,
.sg-2 .item3 .right>div {
    color: #454A4D;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
}

.sg-2 .item1 .right p,
.sg-2 .item2 .right p,
.sg-2 .item3 .right p {
    width: 7rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #454A4D;
    margin-bottom: 0.2rem;
    text-align: justify;
}


.alzx-content {
    padding-bottom: 100px;
    background: linear-gradient(#F6F7FB, #EEF2F6)
}

.alzx-content .w {
    padding-top: 1px;
}

.alzx-list {
    display: flex;
    flex-wrap: wrap;
}

.alzx-list ul {
    display: flex;
    flex-wrap: wrap;
}

.alzx-item {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 35px;
    padding: 22px;
    transition: all .5s;
}

.alzx-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.alzx-item:nth-child(3n+1) {
    margin-right: 0;
}

.alzx-item-pic {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
}

.alzx-item-pic img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.alzx-item-bottom {
    padding: 26px 0 40px;
}

.alzx-item-title {
    font-size: 20px;
    line-height: 1.5;
}

.alzx-item-title a {
    transition: all .4s;
    cursor: pointer;
}

.alzx-item-sum {
    font-size: 18px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpzx-con h2 {
    margin-bottom: 0.2rem;
    font-size: 0.34rem;
    margin-top: 0.6rem;
}

.alzx-item-title a {
    transition: all .4s;
    cursor: pointer;
    color: #333;
    font-weight: 600;
    font-size: 0.22rem;
}

.alzx-item-title:hover a {
    color: #004DDD;
}

.jjfa-con2 {
    background: #EEF2F6;
    padding: 60px 0px 100px;
    ;
}

.jjfa-img {
    border: 6px solid #EDEDED;
    border-radius: 12px;
    min-height: 368px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
}

.jjfa-img img {
    max-width: 80%;
    min-width: 65%;
    transition: all .5s;
    max-height: 320px;
    object-fit: cover;
}

.jjfa-img:hover img {
    transform: scale(1.05);
}

.xtld-top {
    flex-wrap: wrap;
}

.xtld-item {
    width: 45%;
}

.four-title {
    font-size: 24px;
    color: #0A55DF;
}

.xtld-title {

    margin-top: 20px;
}

.xtld-img {
    margin: 26px 0px;
}



.cpzx-content {
    background: #F4F3F3;
    padding-bottom: 100px;
}

.cpzx-list {
    display: flex;
    flex-wrap: wrap;
}

.cpzx-item {
    width: 22.7%;
    margin-right: 3%;
    background: #fff;
    margin-bottom: 50px;
    transition: all .5s;
}

.cpzx-item:nth-child(5n) {
    margin-right: 0;
}

.cpzx-item-pic {
    border-bottom: 1px solid #E3E2E2;
    min-height: 262px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cpzx-item-pic img {
    max-width: 83%;
    transition: all .5s;
    max-height: 240px;
}

.cpzx-item-bottom {
    padding: 24px;
}

.cpzx-item-title {
    font-size: 20px;
    line-height: 1.5;
}

.cpzx-item-title a {
    transition: all .4s;
}

.cpzx-item-sum {
    font-size: 18px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cpzx-item-c1 {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
}

.cpzx-download img {
    display: inline-block;
}



.cpzx-item-c1 div a {
    width: 135px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E4E3E3;
    background: #FCFBFB;
    color: #999;
    transition: all .5s;
    cursor: pointer;
}

.cpzx-item-c1 div a:hover {
    color: #004DDD;
    border: 1px solid #004DDD;
}

.cpzx-download img {
    margin-left: 5px;
}

.cpzx-item:hover .cpzx-item-pic img {
    transform: scale(1.1)
}

.cpzx-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.cpzx-item-title:hover a {
    color: #004DDD
}

.cpzx-a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ca-left {
    width: 52%;
}

.ca-right {
    width: 44.6%;
}

.ca-download {
    width: 135px;
    height: 42px;
    border: 1px solid #598EF2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.ca-download a {
    font-size: 16px;
    color: #0A55DF;
}

.cpzx-b ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cpzx-b ul li {
    width: 18.5%;
    padding: 35px 5px 35px 26px;
    background: #EEF2F6;
    margin-right: 1.87%;
    margin-bottom: 25px;
    transition: all .5s;
}

.cpzx-b ul li:hover {
    transform: translateY(0px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cpzx-b ul li:nth-child(5n) {
    margin-right: 0;
}

.cpzxn-second {
    padding-bottom: 100px;
}

.cb-sum {
    margin-top: 15px;
}

.cb-sum,
.cb-sum p {
    font-size: 18px;
    color: #666;
    line-height: 2;
}

.cb-sum p {
    padding-left: 18px;
    background: url(../images/cp-icon.png) no-repeat left 13px;
}

.alzx-content {
    padding-bottom: 100px;
    background: linear-gradient(#F6F7FB, #EEF2F6)
}

.alzx-list ul {
    display: flex;
    flex-wrap: wrap;
}

.alzx-item {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 35px;
    padding: 22px;
    transition: all .5s;
}

.alzx-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.alzx-item:nth-child(3n+1) {
    margin-right: 0;
}

.alzx-item-pic {
    width: 100%;
    max-height: 240px;
    overflow: hidden;
}

.alzx-item-pic img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.alzx-item-bottom {
    padding: 26px 0 40px;
}

.alzx-item-title {
    font-size: 20px;
    line-height: 1.5;
}

.alzx-item-title a {
    transition: all .4s;
    cursor: pointer;
}

.alzx-item-sum {
    font-size: 18px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alzx-detail {
    background: linear-gradient(#F6F7FB, #EEF2F6);
    padding-bottom: 140px;
}

.alzx-detail-con {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 88px 78px 88px;
}

.alzx-detail-title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

.alzx-item:hover .alzx-item-pic img {
    transform: scale(1.1);
}

.alzx-item-title:hover a {
    color: #004DDD;
}

.alzx-detail-content p {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 24px;
}

.alzx-detail-content p img {
    max-width: 100%;
}

.alzx-detail-content p video {
    width: 100%;
    height: auto;
}

.alzx-detail-content p iframe {
    width: 100%;
    height: auto;
    min-height: 580px;
}

.xwzx-content {
    padding-bottom: 100px;
}

.xwzx-list ul {
    display: flex;
    flex-wrap: wrap;
}

.xwzx-item {
    width: 23.5%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 35px;
    transition: all .5s;
}

.xwzx-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.xwzx-item:nth-child(4n+1) {
    margin-right: 0;
}

.xwzx-item-pic {
    width: 100%;
    max-height: 216px;
    overflow: hidden;
}

.xwzx-item-pic img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    transition: all .5s;
}

.xwzx-item-bottom {
    padding: 17px 20px 20px;
}

.xwzx-item-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-item-title a {
    transition: all .4s;
}

.xwzx-item-sum {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-item-date {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
    margin-top: 12px;
}

.xwzx-item:hover .xwzx-item-pic img {
    transform: scale(1.1);
}

.xwzx-item-title:hover a {
    color: #004DDD;
}

.xwzx-detail-con {
    width: 1440px;
    margin: 0 auto;
}

.xwzx-detail {
    padding-bottom: 100px;
}

.xwzx-detail-title {
    font-size: 36px;
    line-height: 1.5;
    color: #4c4c4c;
}

.xwzx-detail-date {
    font-size: 16px;
    color: #999;
    margin-top: 22px;
}

.xwzx-detail-date span {
    color: #666;
}

.xwzx-detail-top {
    border-bottom: 4px solid rgba(186, 208, 240, .2);
    padding-bottom: 16px;
}

.xwzx-detail-bottom,
.xwzx-detail-bottom p {
    font-size: 18px !important;
    color: #4C4C4C;
    line-height: 1.89;
    margin-top: 30px;
}

.xwzx-content {
    padding-bottom: 100px;
}

.xwzx-detail-bottom p img {
    margin: 0 auto;

}

.detail-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}

.detail-bottom a {
    display: inline-block;
}

.detail-bottom div {
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}

.detail-bottom div a {
    color: #666;
}

.detail-bottom div a:hover {
    color: #004DDD;
}

.dqgk-top p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.dqgk-top p img {
    width: 100%;
}

.djgk-content .second-title {
    padding-bottom: 20px;
}

.djgk-bl {
    width: 44.5%;
    background: url(../images/djpp-img.png) no-repeat;
    background-size: cover;
    min-height: 430px;
    position: relative;
}

.djgk-bl p {
    position: absolute;
    top: 30%;
    left: 35%;
    font-size: 40px;
    font-weight: 500;
    background: linear-gradient(to bottom, #E3364A, #B50B1E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.djgk-br {
    width: 55.5%;
    background: url(../images/djpp-bg.png) no-repeat;
    background-size: cover;
    padding: 43px 37px 40px 90px;
}

.djgk-br p {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}

.djgk-br p strong {
    color: #CD0013;
}

.djgk-content {
    padding-bottom: 120px;
}

.dqjs-body .second-nav li.active a {
    color: #CD0013;
}

.dqjs-body .second-nav li.active {
    border-bottom: 2px solid #CD0013;
}

.dqjs-body .xpage-pagination-num li.on {
    background: #CD0013;
}

.dqjs-body .xpage-pagination-pre,
.dqjs-body .xpage-pagination-next {
    background: rgba(205, 0, 19, 0.1)
}

.dqjs-body .xwzx-item-title:hover a {
    color: #CD0013;
}

.scdq-content {
    padding-bottom: 100px;
}

.scdq-top-left {
    width: 35.6%;
    background: #FAFAFA;
    padding: 46px;
    min-height: 420px;
}

.scdq-top-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
}

.scdq-top-text {
    margin-top: 35px;

}

.scdq-top-text p {
    font-size: 18px;
    line-height: 2.2;
    color: #666;
}

.scdq-top-text p strong {
    color: #004DDD;
    font-weight: 400;
    padding-left: 10px;
}

.scdq-top-right {
    width: 64.4%;
    position: relative;
}

.scdq-top-right iframe {
    width: 100%;
    height: 100%;
}

.second-flex {
    display: flex;
    justify-content: space-between;
}

.scdq-top-right img {
    height: 100%;
    object-fit: cover
}

.second-sum,
.second-sum p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    text-indent: 2em;
    margin-top: 14px;
}

.three-title {
    font-size: 26px;
    line-height: 1.5;
    padding: 10px 0px;
}

.map-title {
    position: absolute;
    left: 50%;
    top: 24%;
    transform: translate(-50%);
    background: #2C68B9;
    width: 277px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.map-title:after {
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/map-icon.png) no-repeat;
    bottom: -10px
}

.scdq-top {
    margin-bottom: 60px;
}

.scdq-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.scdq-bottom ul li {
    width: 23.75%;
    margin-right: 1.6%;
    background: url(../images/scdq-bg.png) no-repeat;
    background-size: cover;
    padding: 28px;
    margin-bottom: 27px;
    transition: all .5s;
}

.scdq-bottom ul li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 77, 221, 0.2);
}

.scdq-bottom ul li:nth-child(4n) {
    margin-right: 0;
}

.scdq-bottom-title {
    font-size: 18px;
    font-weight: 700;
    color: #004DDD;
}

.scdq-bottom-sum {
    margin-bottom: 15px;
}

.scdq-bottom-sum p {
    line-height: 1.7;
    font-size: 18px;
    color: #333;

}

.fwzc-content {
    padding-bottom: 200px;
}

.fwzx-top {
    text-align: center;
}

.fwrx-title {
    font-size: 24px;
    font-weight: 700;
}

.fwrx-dh {
    color: #457DE7;
    font-size: 46px;
    font-weight: 700;
    margin-top: 15px;
}

.fwrx-sum {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 20px;
}

.fwzx-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}



.fwzx-bottom li {
    width: 23.18%;
    margin-right: 2.4%;
    background: linear-gradient(#F2F7FF, #DCEFFD);
    padding: 88px 0px 125px 0px;
    border: 2px solid rgba(0, 77, 221, 0.6);
    transition: all .5s;
}

.fwzx-bottom li:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 77, 221, 0.2);
}

.fwzx-bottom li:nth-child(4n) {
    margin-right: 0;
}

.fwzc-pic {
    display: flex;
    justify-content: center
}

.fwzx-title {
    text-align: center;
    font-size: 24px;
    color: #004DDD;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 12px;
}

.fwzx-sum {
    margin-top: 35px;
}

.fwzx-sum p {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    color: #0F357C;

}

.sthz-left {
    width: 50%;
}

.sthz-right {
    width: 50%;
    background: url(../images/sthz-bg.png) no-repeat;
    background-size: cover;
    padding: 85px;
}

.sthz-title {
    font-size: 24px;
    color: #004DDD;
    font-weight: 700;
    line-height: 70px;
    padding-left: 80px;
    background: url(../images/yx-icon.png) no-repeat;
    height: 70px;
}

.sthz-sum {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.sthz-content {
    padding-bottom: 190px;
}

.jrwm-content {
    padding-top: 0px;
}

.jrwm-top {
    background: url(../images/jrwm-bg.png) no-repeat;
    background-size: cover;
    padding: 90px 0px;
}

.jrwm-title {
    text-align: center;
    color: #004DDD;
}

.jrwm-sum p {
    font-size: 18px;
    line-height: 1.8;
}

.jrwm-center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jrwm-item {
    width: 23%;
    padding: 50px 36px;
    min-height: 320px;
    transition: all 0.5s ease;
    margin-top: 90px;
    border-radius: 30px;
    position: relative;
}

.jrwm-center {
    padding: 50px 0px 100px;
    background: url(../images/ygfl-bg.png) no-repeat;
    background-size: cover;
}

.jrwm-item-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}

.jrwm-item-sum {
    font-size: 20px;
    color: #fff;
    text-align: justify;
    margin-top: 15px;
}

.jrwm-item-pic {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translate(-50%) !important;

}

.jrwm-item-pic img {
    display: inline-block;
}

.jrwm-item:nth-child(1) {
    background: linear-gradient(#FD7586, #F8586A)
}

.jrwm-item:nth-child(2) {
    background: linear-gradient(#55A6F8, #5671F9)
}

.jrwm-item:nth-child(3) {
    background: linear-gradient(#EC9A57, #F8586A)
}

.jrwm-item:nth-child(4) {
    background: linear-gradient(#16C495, #1393B4)
}

.jrwm-item:nth-child(5) {
    background: linear-gradient(#577DD1, #155DBB)
}

.jrwm-item:nth-child(6) {
    background: linear-gradient(#DD827E, #C6225F)
}

.jrwm-item:nth-child(7) {
    background: linear-gradient(#64B164, #12ABBA)
}

.jrwm-item:nth-child(8) {
    background: linear-gradient(#CE45AB, #8632A5)
}

.jrwm-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.jrwm-bottom {
    background: url(../images/jrwm-bg.png) no-repeat top;
    background-size: cover;
    padding: 85px 0px 165px;
}

.xqgw-title {
    text-align: center;
}

.jrwm-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.xqgw-item {
    width: 47.5%;
    padding: 60px 0px 0px 40px;
    min-height: 300px;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.xqgw-item:nth-child(1) {
    background: url(../images/boss-bg.png) no-repeat;
}

.xqgw-item:nth-child(2) {
    background: url(../images/qc-bg.png) no-repeat;
}

.xqgw-item-title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.xqgw-item-more {
    width: 126px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    margin-top: 50px;
}

.xqgw-item-more a {
    color: #fff;
}

.xqgw-item:nth-child(1):hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(44, 199, 183, 0.2)
}

.xqgw-item:nth-child(2):hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(245, 71, 86, 0.2)
}

.yjfk-content {
    background: #f7f7f7;
    padding-bottom: 100px;
}

.yjfk-con {
    width: 900px;
    margin: 0 auto;
    padding: 65px 145px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(1, 44, 82, 0.1);
}

.yjfk-title {
    font-size: 26px;
}

.yjfk-sum {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 15px;
}

.yjfk-con input,
.yjfk-con textarea {
    width: 100%;
    height: 55px;
    background: #F3F4F5;
    margin-top: 18px;
    padding-left: 20px;
    border: none;
}

.yjfk-con textarea {
    padding-top: 13px;
    height: 165px;
}

.yjfk-con input::placeholder,
.yjfk-con textarea::placeholder {
    font-size: 20px;
    color: #999;
}

.yjfk-con button {
    width: 130px;
    height: 55px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0557D0;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
}

.fzlm-title {
    font-size: 36px;
    text-align: center;
    color: #004DDD
}

.fzlm-con p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-top: 18px;
}

.fzlm-con p strong {
    color: #004DDD;
    padding-left: 14px;
    background: url(../images/flsm-ico.png) no-repeat left;
    font-weight: 400;
    font-size: 20px;
}

.zyxn-title {
    margin-bottom: 10px;
    margin-top: 10px;
}

.zyxn-title,
.zyxn-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zyxn-title li:nth-child(1),
.zyxn-intro li:nth-child(1) {
    width: 12.2%;
    /* height: 100%; */
}

.zyxn-title li:nth-child(2),
.zyxn-intro li:nth-child(2) {
    width: 87.5%;
}

.zyxn-intro li {
    margin-top: 5px;
    border-radius: 6px;
    font-size: 18px;
    color: #666;
    background: #F5F9FF;
}

.zyxn-intro li:nth-child(1) {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zyxn-intro li:nth-child(2) {
    padding: 0px;
}

.zyxn-intro li:nth-child(2) p {
    border-bottom: 5px solid #fff;
    padding: 18px 25px;
}

.zyxn-intro li:nth-child(2) p:last-child {
    border-bottom: none;
}

.zyxn-title li {
    background: #2073C6;
    height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.zyxn-bottom {
    font-size: 18px;
    color: #666;
    margin-top: 40px;
}

.zyxn-bottom span {
    color: #2073C6
}

@media screen and (max-width: 1600px) {

    .xwzx-detail-con {
        width: 95%;
    }

    .cpzx-b ul li {
        width: 19.2%;
        padding: 35px 5px 60px 20px;
        background: #EEF2F6;
        margin-right: 1%;
    }

    .fwrx-dh {
        font-size: 40px;
    }

    .fwrx-sum {
        font-size: 22px;
    }
}

@media screen and (max-width: 1500px) {

    .second-breadcrumb,
    .second-nav li {
        font-size: 18px;
    }

    .second-nav li {
        margin-left: 50px;
    }

    .second-title {
        font-size: 28px;
        padding-bottom: 35px;
    }

    .three-title {
        font-size: 24px;
    }

    .four-title {
        font-size: 22px;
    }

    .xtld-item {
        width: 48%;
    }

    .cpzx-item {
        width: 23.5%;
        margin-right: 2%;
    }

    .banner-title {
        font-size: 35px;
    }

    .cpzx-b ul li {
        width: 31.2%;
        padding: 35px 5px 60px 30px;
        background: #EEF2F6;
        margin-right: 2%;
    }

    .cpzx-b ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .xwzx-item-title {
        font-size: 18px;
    }

    .xwzx-detail-title {
        font-size: 30px;
    }

    .xwzx-detail-date {
        margin-top: 18px;
    }

    .scdq-top-left {
        width: 45%;
    }

    .scdq-top-right {
        width: 55%;
    }

    .jrwm-item-title {
        font-size: 24px;
    }

    .jrwm-item-sum {
        font-size: 19px;
    }
}

@media screen and (max-width: 1400px) {

    .cpzx-item,
    .cpzx-item:nth-child(4n) {
        width: 31.3%;
        margin-right: 3%;
    }

    .cpzx-item:nth-child(3n) {
        margin-right: 0;
    }

    .cpzx-item-sum,
    .second-sum,
    .second-sum p,
    .alzx-detail-content p,
    .dqgk-top p {
        font-size: 17px;
    }

    .second-title {
        padding-bottom: 30px;
    }

    .second-nav li {
        margin-left: 30px;
    }

    .second-breadcrumb a {
        margin: 0px 5px;
    }

    .xwzx-item-bottom {
        padding: 17px 15px 15px;
    }

    .sthz-title {
        font-size: 22px;
        background-size: 60px;
        line-height: 64px;
    }

    .sthz-sum {
        font-size: 26px;
    }
}

@media screen and (max-width: 1300px) {
    .alzx-detail-con {
        width: 90%;
    }

    .alzx-detail-title {
        font-size: 28px;
    }

    .scdq-bottom ul li {
        width: 48%;
        margin-right: 4%
    }

    .scdq-bottom ul li:nth-child(2n) {
        margin-right: 0;
    }

    .alzx-detail-content p iframe {
        min-height: 550px;
    }
}

@media screen and (max-width: 750px) {
    .second-banner {
        height: 24vh;
        font-size: 24px;
    }

    .gsjj-box {
        display: flex;
        flex-direction: column;
    }

    .gsjj-h5 {
        font-size: 18px !important;
    }

    .gsjj-box .gsjj {
        width: 100%;
    }

    .gsjj-box .subtitle {
        font-size: 20px;
    }

    .gsjj-box .gsjj p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 10px;
    }

    .gsjj-box .parameter {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .gsjj-box .parameter .item .num {
        font-size: 18px;
    }

    .breadcrumb {
        display: none;
    }

    .tab-ul {
        width: 100%;
    }

    .tab-ul li a {
        font-size: 16px;
    }

    .section-title {
        font-size: 18px;
    }

    .honors .nav {
        width: 280px;
        margin-bottom: 12px;
    }

    .honors .nav .item {
        width: 130px;
        height: 36px;
        line-height: 36px;
    }

    .qualification-swiper,
    .honor-swiper {
        width: 96%;
        margin: 0 auto;
    }

    .quaSwiper .swiper-slide p,
    .honorSwiper .swiper-slide p {
        font-size: 18px;
        margin-top: 12px;
    }

    .qualification-prev,
    .qualification-next,
    .honor-next,
    .honor-prev {
        display: none;
    }

    .quaSwiper .top,
    .honorSwiper .top {
        width: 100%;
        height: 300px;
    }

    .CorporateCulture .top {
        display: flex;
        flex-direction: column;
    }

    .CorporateCulture .top .lt {
        width: 98%;
        height: 172px;
        background-size: cover;
        margin: 0 auto;
        border-radius: 6px;
    }

    .CorporateCulture .top .rt {
        width: 98%;
        margin: 10px auto;
        height: 150px;
        background-size: cover;
        border-radius: 6px;

    }

    .CorporateCulture .top .rt .zz {
        border-radius: 6px;
    }

    .CorporateCulture .top .lt .title,
    .CorporateCulture .top .rt .zz .title,
    .CorporateCulture .bottom .item .title {
        font-size: 20px;

    }

    .CorporateCulture .top .lt .text,
    .CorporateCulture .top .rt .zz .text,
    .CorporateCulture .bottom .item .text {
        font-size: 18px;
    }

    .CorporateCulture .bottom .item {
        width: 98%;
        height: 162px;
        background-size: cover;
        margin: 5px auto;
        border-radius: 12px;
    }

    .CorporateCulture .bottom {
        flex-direction: column;
    }

    .history-prev,
    .history-next {
        width: 60px;
        height: 60px;
    }

    .fllc-mb {
        display: block;
        margin-top: 20px;
    }

    .history-swiper,
    .timeline-nav {
        display: none;
    }

    .fllc-mb .item {
        display: flex;
        padding: 0 5px;
        height: auto;
    }

    .fllc-mb .item .yer {
        color: rgba(0, 104, 207, 1);
        font-size: 18px;
        font-weight: 700;
        width: 20%;
        border-right: 1px dashed rgba(0, 104, 207, 1);
        display: flex;
        align-items: center;
    }

    .fllc-mb .item .desc {
        color: rgba(69, 74, 77, 1);
        width: 75%;
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 0 10px 10px;
    }

    .fllc-mb .item .desc::after {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        left: -4px;
        background-color: rgba(0, 104, 207, 1);
    }

    .kcxfz #ZL h5 {
        font-size: 24px;
    }

    .kcxfz #ZL .subtitle {
        font-size: 18px;
    }

    .kcxfz #ZL img {
        width: 100%;
    }

    .kcxfz #BG .content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .kcxfz #BG .item .rt .title {
        font-size: 18px;
        height: auto;
    }

    .kcxfz #BG .item {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .kcxfz #BG .item .lt {
        width: 86%;
        margin: 10px auto;
    }

    .kcxfz #BG .item .rt {
        width: 100%;
    }

    .kcxfz #BG .item .rt .gongn .yl,
    .kcxfz #BG .item .rt .gongn .xz {
        width: 130px;
        height: 50px;
    }

    .kcxfz #BG .item .rt .gongn .yl i,
    .kcxfz #BG .item .rt .gongn .xz i {
        width: 20px;
        height: 20px;
    }

    .kcxfz #BG .item .rt .gongn .yl span,
    .kcxfz #BG .item .rt .gongn .xz span {
        font-size: 16px;
    }

    .kcxfz #BG h5 {
        font-size: 24px;
    }

    .about_common_box .about_title {
        font-size: 16px;
    }

    .qywh_content {
        padding: 20px;
    }

    .second-banner .second-banner-text {
        font-size: 24px;
    }

    .second-nav .w {
        height: 60px;
    }

    .news-swiper .swiper-slide {
        flex-direction: column;
    }

    .news-swiper .swiper-slide .text-body {
        width: 100%;
        height: auto;
        padding-bottom: 14px;
        display: flex;
        flex-direction: column;
    }

    .news-swiper .swiper-slide>img {
        width: 100%;
        height: 200px;
    }

    .news-swiper .swiper-slide .text-body .date {
        display: none;
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
    }

    .news-swiper .swiper-slide .text-body .date span {
        font-size: 20px;
    }

    .news-swiper .swiper-slide .text-body .date p {
        font-size: 18px;
    }

    .news-swiper .swiper-slide .text-body .nr {
        width: auto;
        height: auto;
    }

    .news-swiper .swiper-slide .text-body .nr .title {
        line-height: 25px;
        font-size: 18px;
    }

    .news-swiper .swiper-slide .text-body .nr .text {
        font-size: 15px;
        line-height: 24px;
    }

    .link-btn {
        width: 120px;
        height: 42px;
    }

    .news-list-content {
        display: flex;
        flex-direction: column;
    }

    .news-list-content .list-item {
        width: 100%;
        background: #F2F6F9;
        border-radius: 8px;
        border-bottom: none;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .news-list-content .list-item .date {
        width: 100%;
        height: 100%;
        margin: 5px;
        background: transparent;
    }

    .news-list-content .list-item .nr {
        width: auto;
    }

    .news-list-content .list-item .date span {
        font-size: 18px;
    }

    .news-list-content .list-item .date p {
        font-size: 16px;
    }

    .news-list-content .list-item .nr .title {
        font-size: 18px;
    }

    .news-list-content .list-item .text {
        font-size: 15px;
        line-height: 26px;
        max-height: 100%;
    }

    .news-prev,
    .news-next {
        display: none;
    }

    .news-list-content .list-item a {
        font-size: 16px;
    }

    .news-top-content h5 {
        font-size: 24px;
    }

    .yj-h5 {
        font-size: 24px;
    }

    .introduction p {
        font-size: 18px;
        line-height: 26px;
        padding: 20px;
    }

    .lxfs h5,
    .gszp h5,
    .lyfk h5 {
        font-size: 24px;
    }

    .lyfk .form-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lyfk .form-group {
        width: 100%;
    }

    .lyfk .form-control {
        width: 100%;
        height: 46px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .lyfk .submit-btn {
        bottom: 16px;
        width: 100px;
        font-size: 18px;
        height: 42px;
    }

    .lyfk .verification-code {
        height: 42px;
        font-size: 16px;
        width: 92px;
        top: 41%;
    }

    .lxfs .content .lt,
    .lxfs .content .rt {
        width: 100%;
    }

    .lxfs .content {
        height: auto;
        flex-direction: column;
    }

    .lxfs .content .lt .top .lp,
    .lxfs .content .lt .bottom .lp {
        font-size: 16px;
        line-height: 24px;
    }

    .lxfs .content .lt .top .p1 {
        font-size: 18px;
    }

    .lxfs .content .bottom .p1 {
        font-size: 18px;
    }

    .lxfs .content .rt {
        height: 300px !important;
    }

    .gszp .content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .gszp .content div .subtitle {
        font-size: 20px;
    }

    .gszp .content>img {
        width: 98%;
        margin: 0 auto;
    }

    .gszp .content div {
        width: 100%;
    }

    .gszp .content div .list-p {
        font-size: 18px;
        line-height: 26px;
    }

    .gszp .content .tojl {
        width: 160px;
        height: 40px;
        font-size: 18px;
    }

    .gszp .content .tojl img {
        width: 20px;
        height: 20px;
    }

    .gszp .content .tojl span {
        font-size: 16px;
    }

    .gszp .content .tojl {
        width: 120px;
        height: 40px;
    }

    .card-1 h5 {
        font-size: 24px;
    }

    .stock-data-grid {
        flex-wrap: wrap;
    }

    .card-2 {
        flex-direction: column;
    }

    .card-2 .lt {
        width: 100%;
        margin-bottom: 20px;
    }

    .card-2 .rt .title {
        font-size: 20px;
    }

    .card-2 .rt .look {
        font-size: 16px;
    }

    .card-2 .rt {
        width: 100%;
        height: 225px;
    }

    .djyl .nr .rq {
        width: 100%;
    }

    .djyl .nr .rq h5 {
        font-size: 24px;
    }

    .s-titlle {
        width: 168px;
        height: 46px;
        color: #F9D987;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .djyl .nr .rq p {
        font-size: 15px;
        line-height: 26px;
    }

    .djyl .nr img {
        display: none;
    }

    .yhatm {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .yhatm .item {
        width: 100%;
        height: 30vh;
        margin-bottom: 40px;
    }

    .yhatm .item p {
        width: 80%;
        height: 40px;
        font-size: 20px;
    }

    .case-swiper .swiper-slide {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .case-swiper .let {
        width: 100%;
        height: 100%;
        position: inherit;
    }

    .case-swiper .text-body {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .case-swiper .text-body .title {
        font-size: 22px;
    }

    .case-swiper .text-body .text {
        width: 100%;
        font-size: 18px;
    }

    .case-swiper .text-body a {
        font-size: 18px;
        margin: 10px 0;
    }

    .case-pagination {
        display: none;
    }

    .cpzx-item-title a {
        font-size: 20px !important;
    }

    .cpzx-con h2 {
        font-size: 20px !important;
    }

    .cpzx-item {
        width: 100% !important;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    .sg-1 {
        flex-direction: column;
    }

    .sg-1 .lt .title {
        font-size: 22px;
    }

    .sg-1 .lt {
        width: 100%;
    }

    .sg-1 .lt p {
        font-size: 18px;
        line-height: 26px;
    }

    .sg-1 .rt img {
        width: 98%;
        margin: 0 auto;
    }

    .cpzx-b ul li {
        width: 100% !important;
    }

    .kcxfz .second-nav {
        display: none;
    }


    .innovation .center {
        flex-direction: column;
    }

    .innovation .top-one-sub,
    .innovation .center .text .title,
    .innovation .bcnr .title,
    .innovation .kjcxry .title {
        font-size: 22px;
    }

    .innovation .center .text .subtitle {
        font-size: 16px;
        line-height: 26px;
        padding: 8px;
    }

    .innovation .top .lt p {
        font-size: 18px;
        padding: 8px;
    }

    .innovation .top .lt img {
        width: 98%;
    }

    .innovation .center .text {
        width: 100%;
    }

    .innovation .center .data {
        width: 100%;
        justify-content: space-around;
    }

    .innovation .center .data .item .box {
        font-size: 18px;
    }

    .innovation .center .data .item .box .num {
        font-size: 30px;
    }

    .innovation .center .data .item {
        width: 170px;
        height: 170px;
    }

    .innovation .bottom-num .parameter {
        flex-direction: column;
    }
    .innovation .bottom-num .parameter .item{
        padding: 4px 20px;
    }
    .innovation .bottom-num .parameter .item div {
        /* padding-left: 20px; */
    }

    .innovation .center .data .item p,
    .innovation .bcnr .desc {
        font-size: 16px;
        line-height: 26px;
        padding: 8px;
    }

    .innovation .bottom-num .parameter .item div span {
        font-size: 26px;
        text-align: center;
    }

    .innovation .kjcxry .titme .lt p:after {
        width: 32px;
        height: 32px;
    }

    .innovation .kjcxry .titme .lt {
        width: 100%;
    }

    .innovation .kjcxry .titme {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .innovation .kjcxry .titme img {
        width: 98%;
        margin-top: 0;
    }

    .innovation .kjcxry .titme .lt p {
        font-size: 18px;
        line-height: 26px;
        height: auto;
        padding-left: 40px;
        position: relative;
        margin: 12px 0;
    }

    .innovation .bottom-num .title {
        font-size: 22px;
        text-align: center;
    }

    .card-2 .lt .title {
        font-size: 22px;
    }

    .card-2 .lt .list {
        display: none;
    }

    .card-2 .lt .look {
        font-size: 18px;
    }

    .sg-2 .item1,
    .sg-2 .item2,
    .sg-2 .item3 {
        background: #fff;
        display: flex;
        margin-bottom: 0.35rem;
        justify-content: space-between;
        padding: 20px;
        flex-direction: column;
    }

    .sg-2 .item1 .right,
    .sg-2 .item3 .right {
        border-left: 1px solid rgba(0, 0, 0, 0);
    }

    .sg-2 .item2 .right {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }

    .sg-2 .item1 .right p,
    .sg-2 .item2 .right p,
    .sg-2 .item3 .right p {
        width: 100%;
        font-size: 18px;
        line-height: 26px;
        color: #454A4D;
        margin-bottom: 0.2rem;
        text-align: left;
    }

    .sg-2 .item1 .right>div,
    .sg-2 .item2 .right>div,
    .sg-2 .item3 .right>div {
        color: #454A4D;
        margin-bottom: 0.2rem;
        font-size: 20px;
        font-weight: 600;
    }


    .sg-2 .item1 .right,
    .sg-2 .item2 .right,
    .sg-2 .item3 .right {
        padding-left: 0.5rem;
        width: 100%;
        margin: 10px 0;
    }

    .sg-2 .item1 .left,
    .sg-2 .item2 .left,
    .sg-2 .item3 .left {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .sg-2 .item1 .left img,
    .sg-2 .item2 .left img,
    .sg-2 .item3 .left img {
        height: 28vh;
    }
.alzx-list  {
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.alzx-item {
    width: 100%;
    margin-right: 0;
    background: #fff;
    margin-bottom: 35px;
    padding: 22px;
    transition: all .5s;
}
.alzx-item-title a {
font-size:22px;
}
}