<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-one {
    width: var(--max);
    height: 268px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.home-one .img {
    display: block;
    width: auto;
    height: 100%;
}

.home-one .img img {
    height: 100%;
}

.home-one .link {
    height: auto;
    padding: 0px 9px;
    margin-left: 20px;
    background-color: #f5f5f5;
}

.home-one .link h1 {
    text-align: center;
    font-weight: bold;
    color: #010101;
    font-size: var(--font16);
    padding: 20px 0;
    border-bottom: #eaeaea solid 1px;
}

.home-one .link .link_list {
    padding: 20px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1px;
}

.home-one .link .link_list a {
    background-color: #fff;
    padding: 12px 0px;
    margin: 1px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-one .link .link_list a .ico {
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin: 0px 23px;
}

.home-one .link .link_list a p {
    width: 100%;
    font-size: calc(var(--font14) - 1px);
    text-align: center;
    margin-top: 3px;
}

.home-oner .swiper-pagination {
  bottom: 40px !important;
}
.Swiper-banner{
    position: relative;
}

.home-one .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: #ffffff;
}

.home-one .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
}

.big_title {
    width: 100%;
    height: auto;
    margin-top: calc(var(--top50) + 10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.big_title p {
    font-size: var(--font30);
    color: #0085e3;
    position: relative;
}

.big_title p span {
    width: max-content;
    color: #0085e3;
    font-weight: bold;
    font-size: var(--font50);
    opacity: 0.05;
    position: absolute;
    top: -25px;
    left: 45px;
    text-transform: uppercase;
}

.big_title a {
    display: block;
    font-size: calc(var(--font14) - 2px);
    padding: 10px 25px;
    border: 1px solid #0085e3;
    border-radius: 6px;
    color: #0085e3;
}

.home-tow {
    width: var(--max);
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-tow .big_title {
    border-bottom: 1px solid #eaeaea;
}

.home-tow .left {
    width: 48%;
    height: auto;
}

.home-tow .left .news_list {
    width: 100%;
    height: 160px;
    padding: 20px 0px;
    border-bottom: 1px solid #eaeaea;
}

.home-tow .left .news_list a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.home-tow .left .news_list .img {
    width: 30%;
    height: auto;
}
.home-tow .left .news_list .img img{
    width: 100%;;
}

.home-tow .left .news_list a .text {
    width: 65%;
    margin-left: 9px;
    position: relative;
}

.home-tow .left .news_list a .text h1 {
    font-size: var(--font18);
    color: #010101;
}

.home-tow .left .news_list a .text p {
    font-size: var(--font16);
    color: #666;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.home-tow .left .news_list .time {
    width: 100%;
    font-size: var(--font14);
    color: #ccc;
    position: absolute;
    bottom: 0px;
}

.home-tow .right {
    width: 48%;
    height: auto;
    padding-top: 27px;
    border-bottom: 1px solid #eaeaea;
}

.home-tow .right .news_list {
    margin-bottom: 20px;
    padding-left: 11px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    overflow: hidden;
}

.home-tow .right .news_list::before {
    content: '鈼�';
    font-size: 6px;
    color: #014199;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.home-tow .right .news_list p {
    width: 75%;
    font-size: var(--font16);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.home-tow .right .news_list .time {
    font-size: var(--font14);
    color: #ccc;
}

.home-three {
    width: var(--max);
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.home-three .left {
    width: 57%;
}

.home-three .left .big_title {
    border-bottom: 1px solid #eaeaea;
}

.home-three .left .news_list {
    height: 140px;
    padding: 20px 0px;
    border-bottom: 1px solid #eaeaea;
}

.home-three .left .news_list a {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.home-three .left .news_list a .text {
    position: relative;
    width: 75%;
}

.home-three .left .news_list a .text h1 {
    font-size: var(--font18);
    color: #010101;
}

.home-three .left .news_list a .text p {
    font-size: var(--font16);
    color: #666;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.home-three .left .news_list a .img {
    width: 150px;
    height: auto;
    margin-left: 9px;
}

.home-three .left .news_list .time {
    width: 100%;
    font-size: var(--font14);
    color: #ccc;
    position: absolute;
    bottom: 0px;
}

.home-three .right {
    width: 38%;
    height: auto;
    border-bottom: 1px solid #eaeaea;
}

.home-three .right .big_title {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 27px;
}

.home-three .right .news_list {
    margin-bottom: 20px;
    padding-left: 11px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.home-three .right .news_list::before {
    content: '鈼�';
    font-size: 6px;
    border-radius: 50%;
    color: #014199;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.home-three .right .news_list p {
    width: 75%;
    font-size: var(--font14);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.home-three .right .news_list .time {
    font-size: var(--font14);
    color: #ccc;
}

.home-four {
    width: var(--max);
    height: auto;
    margin: auto;
}

.home-four .img_list {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.home-five {
    width: var(--max);
    height: auto;
    margin: auto;
}

.home-five .img_list {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.home-five .img_list a .img {
    width: 100%;
    height: 160px;
}

.home-five .img_list a .img img {
    /*height: 100%;*/
}

.home-five .img_list a .text {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 8px #2b2b2b2b;
    padding: 16px 19px;
}

.home-five .img_list a:hover .text {
    background-color: #0085e3;
}

.home-five .img_list a .text .values {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.home-five .img_list a .text .values p:nth-child(1) {
    color: #ec1616;
    font-size: calc(var(--font14) - 1px);
}

.home-five .img_list a .text .values p:nth-child(1) span {
    font-size: calc(var(--font22) + 4px);
}

.home-five .img_list a .text .values p:nth-child(2) {
    color: #666;
    font-size: calc(var(--font14) - 1px);
    margin-top: auto;
}

.home-five .img_list a .text .title {
    font-size: var(--font16);
    margin-top: 16px;
}

.home-five .img_list a .text .details {
    font-size: calc(var(--font14) - 2px);
    color: #999;
    margin-top: 5px;
    line-height: 150%;
     overflow: hidden;/*鍐呭婧㈠嚭闅愯棌*/
    text-overflow: ellipsis; /*婧㈠嚭鐨勬枃鏈樉绀轰负...*/
    display:-webkit-box;/*灏哾iv杞崲涓虹洅瀛愭ā鍨�*/
    -webkit-line-clamp: 2;/*璁剧疆div鐨勬枃鏈负2琛�*/
    -webkit-box-orient: vertical;/*浠庨《閮ㄥ悜搴曢儴鍨傜洿甯冪疆瀛愬厓绱�*/
}

.home-five .img_list a:hover .text .values p:nth-child(1),
.home-five .img_list a:hover .text p:nth-child(2),
.home-five .img_list a:hover .title,
.home-five .img_list a:hover .details {
    color: #fff;
}

.home-six {
    width: var(--max);
    height: auto;
    margin: auto;
}

.home-six .img_list {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.home-six .img_list a .img {
    width: 100%;
    height: 160px;
}

.home-six .img_list a .img img {
    /*height: 100%;*/
}

.home-six .img_list a .text {
    width: 100%;
    height: 170px;
    box-shadow: 0px 0px 8px #2b2b2b2b;
    padding: 16px 19px;
}

.home-six .img_list a:hover .text {
    background-color: #0085e3;
}

.home-six .img_list a .text .values {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.home-six .img_list a .text .values p:nth-child(1) {
    color: #ec1616;
    font-size: calc(var(--font14) - 1px);
}

.home-six .img_list a .text .values p:nth-child(1) span {
    font-size: calc(var(--font22) + 4px);
}

.home-six .img_list a .text .values p:nth-child(2) {
    color: #666;
    font-size: calc(var(--font14) - 1px);
    margin-top: auto;
}

.home-six .img_list a .text .title {
    font-size: var(--font16);
    margin-top: 16px;
}

.home-six .img_list a .text .details {
    font-size: calc(var(--font16) - 2px);
    height: 40px;
    overflow: hidden;
    color: #999;
    margin-top: 5px;
    line-height: 150%;
}

.home-six .img_list a:hover .text .values p:nth-child(1),
.home-six .img_list a:hover .text p:nth-child(2),
.home-six .img_list a:hover .title,
.home-six .img_list a:hover .details {
    color: #fff;
}

.home-seven {
    width: var(--max);
    height: auto;
    margin: auto;
    margin-bottom: 170px;
}

.home-seven .big_title {
    margin-bottom: var(--top30);
}

.home-seven .coop_logo {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px 30px;
}

.home-seven .coop_logo .logo_list {
    width: 200px;
    height: 100px;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-seven .coop_logo .logo_list img{
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 90px;
}

@media screen and (max-width:992px) {
    .big_title p span {
        top: -15px;
        left: 25px;
    }
}

@media screen and (max-width:768px) {
    .home-one {
        flex-wrap: wrap;
        height: auto;
    }

    .home-one .img {
        width: 100%;
        height: auto;
    }

    .home-one .img img {
        height: auto;
    }

    .home-one .link {
        width: 100%;
        margin-left: 0px;
    }

    .home-one .link .link_list,
    .home-one .link h1 {
        padding: 10px 0;
    }

    .home-one .link .link_list a .ico {
        width: 30px;
        height: 30px;
        margin: 0px;
    }

    .home-tow .left {
        width: 100%;
    }

    .home-tow .right {
        width: 100%;
        padding-top: 13.5px;
    }

    .home-three {
        flex-wrap: wrap;
    }

    .home-three .left {
        width: 100%;
    }

    .home-three .right {
        width: 100%;
        padding-top: 13.5px;
    }

    .home-four .img_list,
    .home-five .img_list,
    .home-six .img_list {
        grid-template-columns: 1fr 1fr;
    }

    .home-seven {
        margin-bottom: 85px;
    }

    .home-seven .coop_logo {
        grid-gap: 10px 15px;
    }
}

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

    .home-four .img_list,
    .home-five .img_list,
    .home-six .img_list {
        grid-template-columns: 1fr;
    }
}</pre></body></html>