<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.f-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/*綏�� ������鎵�*/
.f-flex-r-sa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/*綏�� 鋇ょ���絽�*/
.f-flex-r-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*筝�筝� ������絽�*/
.f-flex-c-sa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/*筝�筝� 筝ょ���絽�*/
.f-flex-c-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* ��臀�bootstrap�桁� */
p,
ul {
    margin: 0;
}

ul {
    list-style: none;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

body {
    color: #1c1c1c;
}

/*
.g-hd {
  height: 748px;
  margin: 0 auto;
  background: url(../images/inv.Industry.bg-hd.png) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
*/
.newsTopNav {
    background: url("../images/Inv.Industry.header.png") no-repeat center;
    height: 599px !important;
}

.tabs-hd-wrap {
    padding-top: 40px;
    padding-bottom: 68px;
}

.tabs-hd-item {
    line-height: 26px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.tabs-hd-item p,
.tabs-hd-item .u-img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.tabs-hd-item p {
    margin-top: 17px;
}

.tabs-hd-item p.u-line {
    margin: 7px auto 0;
    width: 36%;
    height: 6px;
    background-color: transparent;
}

.tabs-hd-item:nth-child(1) p.u-line {
    margin-top: 33px;
}

.tabs-hd-item .u-img {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/inv.Industry.icon-tab01.png);
}

.tabs-hd-item:nth-child(2) .u-img {
    background-image: url(../images/inv.Industry.icon-tab02.png);
}

.tabs-hd-item:nth-child(3) .u-img {
    background-image: url(../images/inv.Industry.icon-tab03.png);
}

.tabs-hd-item:nth-child(4) .u-img {
    background-image: url(../images/inv.Industry.icon-tab04.png);
}

.tabs-hd-item:nth-child(1):hover .u-img,
.tabs-hd-item.active:nth-child(1) .u-img {
    background-image: url(../images/inv.Industry.icon-tab01-active.png);
}

.tabs-hd-item:nth-child(2):hover .u-img,
.tabs-hd-item.active:nth-child(2) .u-img {
    background-image: url(../images/inv.Industry.icon-tab02-active.png);
}

.tabs-hd-item:nth-child(3):hover .u-img,
.tabs-hd-item.active:nth-child(3) .u-img {
    background-image: url(../images/inv.Industry.icon-tab03-active.png);
}

.tabs-hd-item:nth-child(4):hover .u-img,
.tabs-hd-item.active:nth-child(4) .u-img {
    background-image: url(../images/inv.Industry.icon-tab04-active.png);
}

.tabs-hd-item:hover,
.tabs-hd-item.active {
    position: relative;
    color: #1e3980;
    cursor: pointer;
}

.tabs-hd-item:hover .u-line,
.tabs-hd-item.active .u-line {

    background-color: #1e3980;
}

.tabs-bd-page {
    display: none;
}

/* Modern Service Industry S */
.tabs-bd-page01 .m-top {
    padding-bottom: 62px;
    background: url(../images/inv.Industry.Modern-bg-md.png) no-repeat center bottom/100%;
}

.tabs-bd-page01 .top-wrap-item-desc {
    padding: 0 40px 0 0;
}

.u-global-tt {
    position: relative;
    margin-bottom: 20px;
    line-height: 70px;
    font-size: 34px;
    color: #141414;
}

.u-global-tt::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 100px;
    height: 6px;
    background-color: #06c4bc;
}

.tabs-bd-page01 .top-wrap-item-desc p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.tabs-bd-page01 .top-wrap-item-img {
    height: 380px;
    background: url(../images/inv.Industry.Modern-img-01.png) no-repeat center center/100%;
}

.tabs-bd-page01 .top-wrap-percent {
    margin-top: 100px;
}

.tabs-bd-page01 .top-wrap-percent .lt-wrap {
    padding-right: 20px;
}

.tabs-bd-page01 .top-wrap-percent .lt-wrap-cont {
    padding: 40px 40px 40px 0;
    height: 100%;
    background: url(../images/inv.Industry.Modern-img-02.png) no-repeat center top/100% 100%;
}

.tabs-bd-page01 .top-wrap-percent .lt-wrap p {
    padding: 24px 28px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #141414;
    background-color: rgba(255, 255, 255, .75);
}

.rt-wrap-icon-line {
    margin-left: 5%;
}

.rt-wrap-icon-line .wrap-top {
    position: relative;
}

.rt-wrap-icon-line .wrap-top::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto 0;
    width: 4px;
    height: 80%;
    background-color: #1e3980;
}

.rt-wrap-icon-line .rt-wrap-item {
    position: relative;
    padding-left: 135px;
    min-height: 106px;
    line-height: 56px;
    font-size: 40px;
    font-weight: 600;
    color: #1e3980;
    background: url(../images/inv.Industry.icon-md-01.png) no-repeat left center;
    z-index: 10;
}

.rt-wrap-icon-line .rt-wrap-item + .rt-wrap-item {
    margin-top: 55px;
}

.rt-wrap-icon-line .rt-wrap-item:nth-child(2) {
    padding-bottom: 30px;
    background: url(../images/inv.Industry.icon-md-02.png) no-repeat left center;
}

.rt-wrap-icon-line .rt-wrap-item:nth-child(3) {
    background: url(../images/inv.Industry.icon-md-03.png) no-repeat left center;
}

.rt-wrap-icon-line .rt-wrap-item .u-desc {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.rt-wrap-icon-line .rt-wrap-item.rt-wrap-item04 {
    margin-top: 45px;
    padding-top: 22px;
    padding-right: 10px;
    padding-bottom: 27px;
    color: #ffffff;
    background: #1e3980 url(../images/inv.Industry.icon-md-04.png) no-repeat 30px center;
}

.rt-wrap-icon-line .rt-wrap-item.rt-wrap-item04 .u-desc {
    color: #a9afc6;
}

.tabs-bd-page01 .m-btm {
    padding-top: 40px;
    padding-bottom: 80px;
    height: 650px;
    background: url(../images/inv.Industry.Modern-bg-btm.png) no-repeat center;
}

.u-global-tt.u-center {
    line-height: 80px;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
}

.u-global-tt.u-center::after {
    right: 0;
    margin: 0 auto;
}

.tabs-bd-page01 .m-btm .u-desc {
    padding-left: 115px;
    padding-right: 115px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.tabs-bd-page01 .m-btm .btm-list {
    margin-top: 35px;
    position: relative;
}

.tabs-bd-page01 .m-btm .btm-list img {
    width: 100%;
    height: 350px;
}

.u-item-desc-line {
    position: relative;
    padding: 20px 15px;
    line-height: 28px;
    font-size: 16px;
    background-color: #fff;
    height: 90px;
}

.u-item-desc-line::before {
    position: absolute;
    content: '';
    top: 0;
    left: 24px;
    width: 25%;
    height: 6px;
    background-color: #08b4b3;
}

/* Modern Service Industry E */

/* Advanced Manufacturing Industry S  */
.tabs-bd-page02 .page02-banner {

    height: 420px;
    background: url(../images/inv.Industry.page2-bg-banner.png) no-repeat center;
}

.tabs-bd-page02 .page02-banner .container {
    height: 100%;
}

.tabs-bd-page02 .page02-banner-wrap {
    padding-top: 60px;
    padding-left: 52%;
    height: 100%;
}

.tabs-bd-page02 .page02-banner-wrap .m-cont {
    padding: 40px 32px 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .84);
}

.u-global-tt.u-ttl {
    margin-bottom: 55px;
    line-height: 46px;
}

.u-global-tt.u-ttl::after {
    bottom: -18px;
}

.u-curr-desc {
    font-size: 16px;
    line-height: 26px;
}

.u-curr-desc.f-mb12 {
    margin-bottom: 20px;
}

.u-italic {
    display: block;
    font-size: 14px;
    color: #999999;
}

.page02-wrap {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.page02-wrap01 {
    background-image: url(../images/inv.Industry.page2-wrap01-bg.png);
}

.page02-wrap03 {
    padding-top: 50px;
    background-image: url(../images/inv.Industry.page2-wrap03-bg.png);
    background-size: auto 95%;
}

.wrap01-list-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.wrap01-list-item01 {
    position: relative;
    padding-right: 20px;
    height: 540px;
    background-image: url(../images/inv.Industry.page2-wrap01-img-01.png);
}

.wrap01-list-item02 {
    height: 340px;
    background-image: url(../images/inv.Industry.page2-wrap01-img-02.png);
}

.wrap01-list-item03 {
    margin-top: 20px;
    height: 180px;
    background-image: url(../images/inv.Industry.page2-wrap01-img-03.png);
}

.wrap01-list-item04 {
    margin-bottom: 20px;
    height: 180px;
    background-image: url(../images/inv.Industry.page2-wrap01-img-04.png);
}

.wrap01-list-item05 {
    height: 340px;
    background-image: url(../images/inv.Industry.page2-wrap01-img-05.png);
}

.wrap01-list-item .u-item-desc-line.u-item01 {
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 20px;
    font-size: 19px;
}

.wrap01-list-item .u-item-desc {
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.wrap01-list-item .u-item-desc p + p {
    margin-top: 7px;
}

.page02-wrap.page02-wrap02 {
    padding-top: 50px;
}

.u-wrap-center-ttl {
    margin-bottom: 50px;
    padding: 0 100px;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    color: #1c1c1c;
}

.page02-wrap03 .u-wrap-center-ttl {
    padding: 0 215px;
    color: #fff;
}

.col-md-6.wrap02-list01 {
    padding-right: 20px;
}

.col-md-6.wrap02-list02 {
    padding-left: 20px;
}

.wrap02-list-item {
    position: relative;
    height: 493px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/inv.Industry.page2-wrap02-img-01.png);
}

.wrap02-list-item.wrap02-list-item02 {
    background-image: url(../images/inv.Industry.page2-wrap02-img-02.png);
}

.u-wrap02-item-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 87%;
    padding: 15px 30px 15px;
    height: 202px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    background-color: #06b2b1;
}

.u-wrap02-italic {
    font-size: 12px;
    color: #96d6d5;
}

.wrap03-cont {
    padding-top: 0;
    height: 530px;
    background: url(../images/inv.Industry.page2-wrap03-img01.png) no-repeat right;
    transition: background-image 0.3s ease-in-out;
    /* 羞糸��菴�羝≧���� */
}

.wrap03-cont-desc {
    padding: 26px 30px 30px 140px;
    width: 44%;
    height: 254px;
    line-height: 24px;
    text-align: justify;
    font-size: 16px;
    border: solid 4px transparent;
    background: rgba(255, 255, 255, .9) url(../images/inv.Industry.page2-wrap03-icon-01.png) no-repeat 7.5% center;
    transition: .3s;
}

.wrap03-cont-desc:hover,
.wrap03-cont-desc.active {
    border: solid 4px #06b2b1;
    cursor: pointer;
}

.wrap03-cont-desc.wrap03-cont-desc02 {
    margin-top: 20px;
    background: rgba(255, 255, 255, .9) url(../images/inv.Industry.page2-wrap03-icon-02.png) no-repeat 7.5% center;
}

/* Advanced Manufacturing Industry E */

/* High-grade, Precision and Advanced Industries S */
.f-w1200 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.u-column-1 .u-img img,
.u-column-2 .u-img img,
.u-column-4 .u-img img {
    max-width: 100%;
    max-height: 100%;
}

.tabs-bd-page03 .u-column-1 {
    height: 555px;
    background: url(../images/inv.Industry.20231228-1.png) no-repeat 0 0/100% 100%;
}

.tabs-bd-page03 .u-column-1 &gt; div {
    position: relative;
    height: 100%;
}

.tabs-bd-page03 .u-column-1 .u-tips-box {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px 32px 32px;
    width: 581px;
    height: 508px;
    background-color: rgba(255, 255, 255, .84);
}

.tabs-bd-page03 .u-column-1 .u-tips-box .u-tt {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    color: #141414;
}

.tabs-bd-page03 .u-column-1 .u-tips-box .p1 {
    font-size: 16px;
    line-height: 26px;
    color: #1c1c1c;
}

.tabs-bd-page03 .u-column-2 .hd {
    padding: 48px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tabs-bd-page03 .u-column-2 .hd .u-tt,
.tabs-bd-page03 .u-column-3 .hd .u-tt,
.tabs-bd-page04 .u-column-4 .hd .u-tt {
    margin: 0;
    position: relative;
    padding-bottom: 16px;
    display: inline-block;
    font-size: 34px;
    line-height: 46px;
    color: #1c1c1c;
    font-weight: 600;
}

.tabs-bd-page03 .u-column-2 .hd .u-tt::before,
.tabs-bd-page03 .u-column-3 .hd .u-tt::before,
.tabs-bd-page04 .u-column-4 .hd .u-tt::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 101px;
    height: 6px;
    background-color: #06c4bc;
    transform: translateX(-50%);
}

.u-tab-box1 {
    padding: 0;
    margin: 30px 0 0;
    display: flex;
}

.u-tab-box1 li {
    position: relative;
    padding: 38px 0 15px;
    background: url(../images/inv.Industry.20231228-4.png) no-repeat center 0;
    font-size: 20px;
    line-height: 46px;
    color: #1c1c1c;
    cursor: pointer;
}

.u-tab-box1 li + li {
    margin-left: 160px;
}

.u-tab-box1 li:first-child {
    background-image: url(../images/inv.Industry.20231228-2.png);
}

.u-tab-box1 li.z-crt {
    background-image: url(../images/inv.Industry.20231228-5.png);
    color: #133aa1;
    font-weight: 600;
}

.u-tab-box1 li.z-crt::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 100%;
    height: 6px;
    background-color: #133aa1;
    transform: translateX(-50%);
}

.u-tab-box1 li:first-child.z-crt {
    background-image: url(../images/inv.Industry.20231228-3.png);
}

.tabs-bd-page03 .u-column-2 .bd {
    height: 642px;
    background: url(../images/inv.Industry.20231228-9.png) no-repeat 0 0/100% 100%;
}

.tabs-bd-page03 .u-column-2 .u-tab-ct-box {
    padding-top: 80px;
}

.tabs-bd-page03 .u-column-2 .u-txt-img-list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.u-txt-img-list li {
    width: 380px;
}

.u-txt-img-list .u-txt {
    padding: 20px 20px 0 30px;
    height: 279px;
    background-color: #fff;
}

.u-txt-img-list .u-txt .p1 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0;
    color: #06c4bc;
    font-weight: 600;
}

.u-txt-img-list .u-txt .p2 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #333;
}

.tabs-bd-page03 .u-column-3 {
    padding: 40px 0 80px;
}

.u-billion-yuan-level-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.u-billion-yuan-level-box .u-news-list {
    margin-right: 80px;
    padding: 30px;
    width: 460px;
    height: 638px;
    background: url(../images/inv.Industry.20231228-10.png) no-repeat 0 0/100% 100%;
}

.u-billion-yuan-level-box .u-news-list &gt; a {
    position: relative;
    display: block;
    padding-left: 26px;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

.u-billion-yuan-level-box .u-news-list &gt; a + a {
    margin-top: 55px;
}

.u-billion-yuan-level-box .u-news-list &gt; a::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.u-billion-yuan-level-box .u-news-list &gt; a.z-crt {
    opacity: 1;
}

.u-billion-yuan-level-box .u-news-list &gt; a.z-crt::after {
    position: absolute;
    left: 26px;
    bottom: -8px;
    content: '';
    width: 80%;
    height: 4px;
    background-color: #fff;
}

.u-billion-yuan-level-box .u-step-list-box {
    flex: 1 1 0;
}

.u-step-list-box .u-step-list {
    position: relative;
    margin: 0;
    padding: 0;
}

.u-step-list-box .u-step-list::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto 0;
    content: '';
    width: 4px;
    height: 80%;
    background-color: #1e3980;
    z-index: -1;
}

.u-step-list-box .u-step-list li {
    display: flex;
}

.u-step-list-box .u-step-list li + li {
    margin-top: 95px;
}

.u-step-list-box .u-step-list .u-img {
    margin-right: 30px;
}

.u-step-list-box .u-step-list li .p1 {
    font-size: 24px;
    line-height: 28px;
    color: #1e3980;
    font-weight: 600;
}

.u-step-list-box .u-step-list li .p2 {
    margin-top: 18px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.tabs-bd-page03 .u-column-4 {
    height: 660px;
    background: url(../images/inv.Industry.20231228-14.png) no-repeat 0 0/100% 100%;
}

.tabs-bd-page03 .u-column-4 .u-new-img-box {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.tabs-bd-page03 .u-column-4 .u-new-img-box .u-img-news {
    position: relative;
    width: 460px;
    height: 500px;
    background: url(../images/inv.Industry.20231228-15.png) no-repeat 0 0/100% 100%;
}

.u-new-img-box .u-img-news .p1 {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.tabs-bd-page03 .u-column-4 .u-new-img-box .u-txt-news-box {
    width: 720px;
}

.u-new-img-box .u-txt-news-box .u-txt-news {
    padding: 20px 20px 20px 40px;
    display: flex;
    justify-content: space-between;
    height: 240px;
    background-color: rgba(255, 255, 255, .8);
}

.u-new-img-box .u-txt-news-box .u-txt-news + .u-txt-news {
    margin-top: 20px;
}

.u-new-img-box .u-txt-news-box .u-txt-news .p1 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #1c1c1c;
}

.u-new-img-box .u-txt-news-box .u-txt-news .u-img {
    margin-left: 40px;
}

/* High-grade, Precision and Advanced Industries E  */

/* The Integration of Two Industries S */

.tabs-bd-page04 .u-column-1 {
    height: 388px;
    background: url(../images/inv.Industry.20231228-23.png) no-repeat 0 0/100% 100%;
}

.tabs-bd-page04 .u-column-3 {
    height: 70em;
    /*height: 612px;*/
    /*background: url(../images/inv.Industry.20231228-33.png) no-repeat center bottom;*/
}

.tabs-bd-page04 .u-column-4 {
    padding: 56px;
    height: 706px;
    background: url(../images/inv.Industry.Modern-bg-btm.png) no-repeat 0 0/100% 100%;
}

.tabs-bd-page04 .u-column-4 .hd .u-tt {
    color: #fff;
}

.u-img-txt-box1 .u-txt-box {
    padding: 35px 0 0 50px;
    width: 690px;
}

.u-img-txt-box1 .u-txt-box .u-tt,
.tabs-bd-page04 .u-column-2 .u-tt,
.tabs-bd-page04 .u-column-3 .u-tt {
    margin: 0;
    position: relative;
    padding-bottom: 16px;
    /*display: inline-block;*/
    font-size: 34px;
    line-height: 46px;
    color: #1c1c1c;
    font-weight: 600;
}

.title-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.u-img-txt-box1 .u-txt-box .u-tt::before,
.tabs-bd-page04 .u-column-2 .u-tt::before,
.tabs-bd-page04 .u-column-3 .u-tt::before {
    position: absolute;
    /*left: 0;*/
    bottom: 0;
    content: '';
    width: 100px;
    height: 7px;
    background-color: #06c4bc;
}

.u-img-txt-box1 .u-txt-box .u-txt {
    margin: 24px 0 0 -222px;
    padding: 40px;
    width: 860px;
    height: 221px;
    background-image: linear-gradient(70deg,
    rgba(244, 245, 253, .95) 0%,
    rgba(255, 255, 255, .95) 100%);
}

.u-img-txt-box1 .u-txt-box .p1 {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.u-img-txt-box1 .u-txt-box .p1 span {
    color: #1e3980;
}

.u-img-txt-box1 .u-txt-box .p1 + .p1 {
    margin-top: 20px;
}

.tabs-bd-page04 .u-column-2 {
    margin: 50px 0 70px;
}

.u-six-pilot-points-box {
    margin-top: 4em;
}

.u-six-pilot-points-box .u-base-box {
    position: relative;
    padding: 50px 18px 0;
    width: 390px;
    height: 50em;
    background: url(../images/Inv.Industry.Two-Industries.6PilotPoints.left-bg.png) no-repeat 0 0/100% 100%;
}

.u-six-pilot-points-box .u-five-enterprises-box {
    position: relative;
    padding: 50px 20px 0 28px;
    width: 796px;
    height: 50em;
    background: url(../images/Inv.Industry.Two-Industries.6PilotPoints.right-bg.png) no-repeat 0 0/100% 100%;
}

.u-six-pilot-points-box .u-sub-tt {
    position: absolute;
    top: -28px;
    left: 34px;
    min-width: 200px;
    height: 56px;
    background-color: #1e3980;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    box-shadow: 9px 9px 35px 0 rgba(3, 35, 48, 0.25);
    border-radius: 8px;
    text-align: center;
}

.u-six-pilot-points-box .u-item-number .p1 {
    position: relative;
    padding-left: 58px;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.u-six-pilot-points-box .u-item-number .p1::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1.5em;
    height: 31px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.u-six-pilot-points-box .u-number-1 .p1::before {
    width: 0.8em;
    margin-left: 0.5em;
    background-image: url(../images/Inv.Industry.Two-Industries.6PilotPoints.01.png);
}

.u-six-pilot-points-box .u-number-2 .p1::before {
    background-image: url(../images/Inv.Industry.Two-Industries.6PilotPoints.02.png);
}

.u-six-pilot-points-box .u-number-3 .p1::before {
    background-image: url(../images/Inv.Industry.Two-Industries.6PilotPoints.03.png);
}

.u-six-pilot-points-box .u-number-4 .p1::before {
    background-image: url(../images/Inv.Industry.Two-Industries.6PilotPoints.04.png);
}

.u-six-pilot-points-box .u-number-5 .p1::before {
    background-image: url(../images/Inv.Industry.Two-Industries.6PilotPoints.05.png);
}

.u-six-pilot-points-box .u-item-number .p2 {
    margin-top: 10px;
    padding-left: 58px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.u-six-pilot-points-box .u-item-number + .u-item-number {
    margin-top: 30px;
}

.u-key-fields-box {
    margin-top: 32px;
    position: relative;
    display: flex;
    height: 425px;
    background: url(../images/inv.Industry.20231228-34.png) center center no-repeat;
}

.u-key-fields-box .u-txt-box {
    position: absolute;
    padding: 25px 16px;
    width: 250px;
    height: 160px;
    border-radius: 6px;
}

.u-key-fields-box .u-txt-box::before {
    position: absolute;
    top: 174px;
    content: '';
    width: 89px;
    height: 90px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.u-key-fields-box .u-txt-box::after {
    position: absolute;
    bottom: 12px;
    left: 50%;
    content: '';
    width: 180px;
    height: 7px;
    background-color: #ffffff;
    box-shadow: inset 0px 2px 2px 0px rgba(72, 72, 72, 0.1);
    border-radius: 3px;
    transform: translateX(-50%);
}

.u-key-fields-box .u-txt-box .p1 {

    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.u-key-fields-box .u-txt-box:nth-child(even) {
    padding-top: 30px;
}

.u-key-fields-box .u-txt-box:nth-child(even)::before {
    top: -92px;
}

.u-key-fields-box .u-txt-box:nth-child(even)::after {
    bottom: 0;
    top: 12px;
}

.u-key-fields-box .u-txt-box:nth-child(1) {
    left: 0;
    top: 0;
    background-image: linear-gradient(70deg, #fcece1 0%, #edeceb 100%);
}

.u-key-fields-box .u-txt-box:nth-child(1)::before {
    left: 310px;
    background-image: url(../images/inv.Industry.20231228-35.png);
}

.u-key-fields-box .u-txt-box:nth-child(2)::before {
    left: 390px;
    background-image: url(../images/inv.Industry.20231228-36.png);
}

.u-key-fields-box .u-txt-box:nth-child(3)::before {
    left: 150px;
    background-image: url(../images/inv.Industry.20231228-37.png);
}

.u-key-fields-box .u-txt-box:nth-child(4)::before {
    left: 230px;
    background-image: url(../images/inv.Industry.20231228-38.png);
}

.u-key-fields-box .u-txt-box:nth-child(5)::before {
    left: -5px;
    background-image: url(../images/inv.Industry.20231228-39.png);
}

.u-key-fields-box .u-txt-box:nth-child(6)::before {
    left: 72px;
    background-image: url(../images/inv.Industry.20231228-40.png);
}

.u-key-fields-box .u-txt-box:nth-child(7)::before {
    left: -165px;
    background-image: url(../images/inv.Industry.20231228-41.png);
}

.u-key-fields-box .u-txt-box:nth-child(8)::before {
    left: -85px;
    background-image: url(../images/inv.Industry.20231228-42.png);
}

.u-key-fields-box .u-txt-box:nth-child(2) {
    left: 0;
    top: 266px;
    background-image: linear-gradient(70deg, #cbd8ef 0%, #e1e9f5 100%);
}

.u-key-fields-box .u-txt-box:nth-child(3) {
    left: 318px;
    top: 0;
    background-image: linear-gradient(70deg, #f6e7ef 0%, #f2f0f1 100%);
}

.u-key-fields-box .u-txt-box:nth-child(4) {
    left: 318px;
    top: 266px;
    background-image: linear-gradient(90deg, #f7e7cc 0%, #f1eeec 100%);
}

.u-key-fields-box .u-txt-box:nth-child(5) {
    left: 634px;
    top: 0;
    background-image: linear-gradient(-90deg, #ebf0ea 0%, #ebf6e9 100%);
}

.u-key-fields-box .u-txt-box:nth-child(6) {
    left: 634px;
    top: 266px;
    background-image: linear-gradient(-90deg, #d2e4e3 0%, #c6f0ee 100%);
}

.u-key-fields-box .u-txt-box:nth-child(7) {
    left: 950px;
    top: 0;
    background-image: linear-gradient(70deg, #e3eff9 0%, #e8eff3 100%);
}

.u-key-fields-box .u-txt-box:nth-child(8) {
    left: 950px;
    top: 266px;
    background-image: linear-gradient(-90deg, #faf3ee 0%, #f9ece2 100%);
}


.p4-u-column-3-content {

}

.p4-u-column-3-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p4-u-column-3-content-left-text {
    margin-right: 1em;
    height: 50%;
}

.p4-u-column-3-content-node {
    margin: 1em 0 4em;
}

.p4-u-column-3-content-node &gt; div:first-child {
    font-size: 1.5em;
    font-weight: bolder;
    color: #1d3a7f;
    margin: 1rem 0;
}

.p4-u-column-3-content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p4-u-column-3-content-right-text {
    margin-left: 1em;
}

.text-align-right {
    display: flex;
    flex-direction: row-reverse
}

.tabs-bd-page04 .u-column-4 .bd {
    margin-top: 50px;
}

.u-img-txt-box2 .u-txt {
    padding: 35px 32px;
    flex: 1 1 0;
    height: 380px;
    background-color: #fff;
}

.u-img-txt-box2 .u-txt .p1 {
    font-size: 16px;
    line-height: 28px;
    color: #090c46;
}

.u-img-txt-box2 .u-txt .p1::before {
    content: '��';
}

.u-img-txt-box .u-txt .p1 + .p1 {
    margin-top: 10px;
}
.fi-content-div {
    padding: 25px 30px;
    width: 35%;
    height: 230px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50px;
    left: 7%;
    z-index: 1;
}
.fi-content {
    line-height: 1.7em;
}
.fi-no {
    font-size: 2em;
    font-weight: bold;
    color: #1e3980;
}
.fi-star {
    padding-left: 75%;
    margin-top: 10px;
}
.fi-right-img {
    position: absolute;
    left: 35%;
    z-index: 0;
}

/* The Integration of Two Industries E */
@media screen and (max-width: 1200px) {
    .u-wrap02-item-desc {
        height: 240px;
    }

    .wrap03-cont-desc {
        height: auto;
    }
}

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

    /* Modern Service Industry S */
    .tabs-bd-page01 .top-wrap-item-desc {
        padding-top: 40px;
        padding-right: 0;
    }

    .tabs-bd-page01 .top-wrap-percent .lt-wrap-cont {
        height: auto;
        background-size: 100% auto;
    }

    /* Modern Service Industry E */
    /* Advanced Manufacturing Industry S  */
    .tabs-bd-page02 .page02-banner-wrap {
        padding-left: 0;
    }

    .page02-wrap01,
    .page02-wrap03 {
        background-size: auto 100%;
    }

    .u-wrap02-item-desc {
        height: 318px;
    }

    .wrap03-cont-desc {
        width: 74%;
    }

    /* Advanced Manufacturing Industry E */
    /* High-grade, Precision and Advanced Industries S */
    /* High-grade, Precision and Advanced Industries E  */
    /* The Integration of Two Industries S */
    /* The Integration of Two Industries E */
}

.display-mobile-customize {
    display: none;
}

.display-pc-customize {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
}


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

    .p4-u-column-3-content-node {
        margin: 0;
    }

    .display-pc-customize {
        display: none;
    }

    .display-mobile-customize {
        display: flex;
        flex-direction: column;
    }

    .tabs-hd.container {
        max-width: 100%;
        overflow-x: auto;
    }

    .tabs-hd-wrap {
        padding-top: 20px;
        padding-bottom: 10px;
        width: 710px;
    }

    .tabs-hd-item .u-img {
        width: 70px;
        height: 70px;
    }

    .tabs-hd-item {
        line-height: 20px;
        font-size: 16px;
    }

    .tabs-hd-item p {
        margin-top: 7px;
    }

    .tabs-hd-item:nth-child(1) p.u-line,
    .tabs-hd-item:nth-child(4) p.u-line {
        margin-top: 26px;
    }

    .tabs-hd-item p.u-line {
        height: 3px;
    }

    /* Modern Service Industry S */
    .u-global-tt,
    .u-global-tt.u-center {
        margin-bottom: 15px;
        line-height: 36px;
        font-size: 24px;
    }

    .u-global-tt::after {
        width: 14%;
        height: 3px;
    }

    .tabs-bd-page01 .top-wrap-item-desc p {
        font-size: 14px;
        line-height: 20px;
    }

    .tabs-bd-page01 .top-wrap-percent {
        margin-top: 50px;
    }

    .tabs-bd-page01 .top-wrap-percent .lt-wrap-cont {
        padding: 20px 20px 20px 0;

    }

    .tabs-bd-page01 .top-wrap-percent .lt-wrap p {
        padding: 14px 18px;
        line-height: 22px;
        font-size: 16px;
    }

    .rt-wrap-icon-line {
        margin-top: 10px;
        margin-left: 0;
    }

    .rt-wrap-icon-line .rt-wrap-item {
        min-height: 57px;
        padding-left: 70px;
        line-height: 28px;
        font-size: 22px;
        background: url(../images/inv.Industry.icon-md-01.png) no-repeat left center/55px;
    }

    .rt-wrap-icon-line .rt-wrap-item + .rt-wrap-item {
        margin-top: 15px;
    }

    .rt-wrap-icon-line .rt-wrap-item:nth-child(2) {
        padding-bottom: 15px;
        background: url(../images/inv.Industry.icon-md-02.png) no-repeat left center/55px;
    }

    .rt-wrap-icon-line .rt-wrap-item:nth-child(3) {
        background: url(../images/inv.Industry.icon-md-03.png) no-repeat left center/55px;
    }

    .rt-wrap-icon-line .rt-wrap-item .u-desc {
        line-height: 20px;
        font-size: 14px;
    }

    .rt-wrap-icon-line .wrap-top::before {
        left: 25px;
    }

    .rt-wrap-icon-line .rt-wrap-item.rt-wrap-item04 {
        margin-top: 15px;
        padding-top: 10px;
        background: #1e3980 url(../images/inv.Industry.icon-md-04.png) no-repeat 16px center/28px;
    }

    .tabs-bd-page01 .m-top {
        padding-bottom: 50px;
    }

    .tabs-bd-page01 .m-btm {
        padding-top: 30px;
        padding-bottom: 50px;
        -o-background-size: cover;
        background-size: cover;
    }

    .tabs-bd-page01 .m-btm .btm-list {
        margin-top: 0;
    }

    .tabs-bd-page01 .m-btm .u-desc {
        padding-left: 0;
        padding-right: 0;
        line-height: 24px;
        font-size: 16px;
    }

    .tabs-bd-page01 .m-btm .btm-list .list-item {
        width: 80%;
        margin: 0 auto;
    }

    .tabs-bd-page01 .m-btm .btm-list .list-item {
        margin-top: 20px;
    }

    .u-item-desc-line {
        padding: 10px 14px;
        line-height: 20px;
        font-size: 14px;
    }

    /* Modern Service Industry E */
    /* Advanced Manufacturing Industry S  */
    .page02-wrap {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .u-wrap02-item-desc {
        height: auto;
    }

    .wrap03-cont-desc {
        width: 100%;
    }

    .tabs-bd-page02 .page02-banner {
        height: auto;
        background-size: auto 100%;
    }

    .tabs-bd-page02 .page02-banner-wrap .m-cont {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .u-global-tt.u-ttl {
        margin-bottom: 35px;
        line-height: 26px;
    }

    .wrap01-list-item {
        margin-top: 20px;
        height: 180px;
        background-size: cover;
    }

    .wrap01-list-item .u-item-desc {
        padding: 10px 20px;
    }

    .wrap01-list-item .u-item-desc-line.u-item01 {
        font-size: 16px;
    }

    .u-wrap-center-ttl {
        margin-bottom: 30px;
        padding: 0;
        line-height: 26px;
        font-size: 24px;
    }

    .page02-wrap03 .u-wrap-center-ttl {
        margin-bottom: 30px;
        padding: 0;
    }

    .col-md-6.wrap02-list01 {
        padding-right: 15px;
    }

    .col-md-6.wrap02-list02 {
        margin-top: 20px;
        padding-left: 15px;
    }

    .u-wrap02-item-desc {
        line-height: 20px;
        font-size: 14px;
    }

    .wrap02-list-item {
        height: 300px;
    }

    .wrap03-cont {
        padding-top: 0;
        height: 500px;
        background-size: 100% auto;
        background-position: bottom;
    }

    .page02-wrap03 .row {
        padding: 0 15px;
    }

    .wrap03-cont-desc {
        padding: 15px 15px 15px 100px;
        line-height: 20px;
        font-size: 14px;
        background-position: 5% center;
    }

    .wrap03-cont-desc.wrap03-cont-desc02 {
        margin-top: 10px;
    }

    /* Advanced Manufacturing Industry E */
    /* High-grade, Precision and Advanced Industries S */
    .f-w1200,
    .tabs-bd-page03 .u-column-4 .u-new-img-box .u-img-news,
    .tabs-bd-page03 .u-column-4 .u-new-img-box .u-txt-news-box,
    .u-txt-img-list li,
    .u-img-txt-box1 .u-txt-box,
    .u-six-pilot-points-box .u-base-box,
    .u-six-pilot-points-box .u-five-enterprises-box {
        width: 100%;
    }

    .tabs-bd-page03 .u-column-1,
    .tabs-bd-page03 .u-column-2 .bd,
    .tabs-bd-page04 .u-column-1,
    .tabs-bd-page04 .u-column-3,
    .tabs-bd-page04 .u-column-4 {
        height: 100%;
    }

    .tabs-bd-page03 .u-column-4 {
        height: 100%;
        background-size: contain;
    }

    .tabs-bd-page03 .u-column-1 .u-tips-box {
        position: static;
        width: 100%;
        height: auto;
    }

    .tabs-bd-page03 .u-column-2 .u-tab-ct-box .u-tab-ct {
        margin: 0 10px;
    }

    .u-txt-img-list .u-txt {
        padding: 20px 20px 20px 30px;
        height: auto;
    }

    .u-txt-img-list li + li {
        margin-top: 30px;
    }

    .u-billion-yuan-level-box .u-news-list,
    .u-tab-box1 {
        display: flex;
        width: 100%;
        height: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .u-tab-box1 {
        padding: 0 10px;
    }

    .u-billion-yuan-level-box .u-news-list &gt; a + a {
        margin-top: 0;
        margin-left: 30px;
    }

    .u-billion-yuan-level-box .u-step-list-box {
        margin: 45px 10px 0;
    }

    .u-billion-yuan-level-box,
    .tabs-bd-page03 .u-column-2 .u-txt-img-list,
    .tabs-bd-page03 .u-column-4 .u-new-img-box,
    .u-new-img-box .u-txt-news-box .u-txt-news {
        display: inherit;
    }

    .u-new-img-box .u-txt-news-box .u-txt-news {
        padding-left: 20px;
        height: auto;
    }

    .u-new-img-box .u-txt-news-box .u-txt-news + .u-txt-news {
        margin-top: 0;
    }

    .u-new-img-box .u-txt-news-box .u-txt-news .u-img {
        margin-left: 0;
        margin-top: 20px;
    }

    .u-new-img-box .u-txt-news-box .u-txt-news .u-img img {
        width: 100%;
    }


    /* High-grade, Precision and Advanced Industries E  */
    /* The Integration of Two Industries S */
    .tabs-bd-page04 .u-column-2,
    .tabs-bd-page04 .u-column-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tabs-bd-page04 .u-column-2 {
        margin-bottom: 45px;
    }

    .tabs-bd-page04 .u-column-3 {
        padding-bottom: 50px;
    }

    .u-img-txt-box1,
    .u-six-pilot-points-box,
    .u-img-txt-box2 {
        display: initial;
    }

    .u-img-txt-box1 .u-txt-box {
        padding: 30px 20px;
    }

    .u-img-txt-box1 .u-txt-box .u-txt {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    .u-six-pilot-points-box .u-base-box {
        margin-top: 60px;
        height: 100%;
        min-height: 350px;
    }

    .u-six-pilot-points-box .u-five-enterprises-box {
        margin-top: 50px;
        padding-bottom: 40px;
        /*height: 100%;*/
    }

    .u-six-pilot-points-box .u-item-number + .u-item-number {
        margin-top: 0.5em;
    }

    .u-six-pilot-points-box .u-five-enterprises-box {
        background: url(../images/Inv.Industry.Two-Industries.6PilotPoints.right-bg.png) no-repeat 0 0/235% 107%;
        height: 33em;
    }

    .u-key-fields-box {
        margin-top: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 100%;
        background: none;
    }

    .u-key-fields-box .u-txt-box {
        margin-top: 40px;
        padding: 20px !important;
        position: relative;
        top: auto !important;
        left: auto !important;
        width: 48%;
        height: auto;
    }

    .u-key-fields-box .u-txt-box::after {
        width: 90%;
        display: none;
    }

    .u-key-fields-box .u-txt-box::before {
        left: -15px !important;
        top: -25px !important;
        width: 59px;
        height: 60px;
        z-index: 10;
    }

    .tabs-bd-page04 .u-column-4 {
        padding: 30px 20px;
    }

    .u-img-txt-box2 .u-txt {
        width: 100%;
        height: 100%;
    }

    .u-img-txt-box2 .u-txt .p1 + .p1 {
        margin-top: 10px;
    }

    /* The Integration of Two Industries E */
}
</pre></body></html>