/**

 @Name: layuiNetCompany - 大气风格的网络公司企业模版
 @Author: xuxingyu
 @Copyright: layui.com

 */


body {
    background: #fff;
}

/** 首页 */

/*导航部分*/
.nav {
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 3px 0 #CCC;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: 0.3s
}

.nav.index {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
}

.nav.scroll {
    background: #FFF !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s
}

.nav.newIndex {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.05);
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.102);*/
}

.nav.newIndex.scroll {
    background: #FFF;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s
}

.nav .layui-container {
    position: relative;
    transition: all 400ms ease-out;
}

.nav .nav-logo {
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 60px;
}

.nav .nav-list {
    display: inline-block
}

/*.nav .nav-list button{width: 25px; height: 30px; position: absolute; top: 30px; right: 15px; background-color: transparent; border: none; outline: none; cursor: pointer;}*/
/*.nav .nav-list button span{display: block; width: 25px; height: 2px; background: #2db5a3; margin-bottom: 6px; transition: 0.5s;}*/
/*.nav .nav-list button span.spa1{transform: rotate(45deg);}*/
/*.nav .nav-list button span.spa3{transform: rotate(-45deg) translate(5px,-5px);}*/
.nav .layui-nav {
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    color: #000;
    background: transparent;
}

.nav .layui-nav .layui-nav-item {
    display: block;
    line-height: 60px;
}

.nav .layui-nav * {
    font-size: 18px;
}

.nav .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #000;
}

.newIndex .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #fff;
}

.newIndex .layui-nav .layui-nav-item .chooseLogin {
    padding: 0 0;
    color: #000;
}

.newIndex.scroll .layui-nav .layui-nav-item a {
    padding: 0 0;
    color: #000;
}

.nav .layui-nav-bar,
.nav .layui-nav .layui-this:after {
    height: 2px;
    background-color: #2db5a3;
}

.newIndex .layui-nav-bar,
.newIndex .layui-nav .layui-this:after {
    height: 2px;
    background-color: #d0b787;
}

.nav .layui-nav .layui-this a, .nav .layui-nav .layui-nav-item a:hover {
    color: #2db5a3;
}

.newIndex .layui-nav .layui-this a, .newIndex .layui-nav .layui-nav-item a:hover {
    color: #d0b787;
}

.nav .login {
    float: right;
    right: 27px;
    margin-top: -74px;
    cursor: pointer;
}

#banner img {
    width: 100vw;
    height: 100vh !important;
}

#banner .panel {
    width: 400px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -200px;
    text-align: center;
}

#banner .panel p {
    color: #8c8c8c;
    font-size: 44px;
    line-height: 80px;
    letter-spacing: 15px;
}

#banner .panel p.title {
    color: #4a4a4a;
    font-size: 54px;
    letter-spacing: 10px;
}

/*主体—产品*/
.main-product {
    padding-top: 90px;
    padding-bottom: 130px;
}

.main-product p {
    font-size: 16px;
    color: #ababab;
    line-height: 28px;
}

.main-product p.title, .main-service p.title {
    color: #484848;
    font-size: 24px;
    text-align: center;
    line-height: 160px;
}

.main-product p.title span, .main-service p.title span {
    color: #2db5a3;
}

.main-product .content {
    border: 1px solid #DEDEDE;
    padding: 30px 36px 0 36px;
    text-align: center;
    transition: 0.3s;
}

.main-product .content p.label {
    font-size: 18px;
    color: #939393;
    line-height: 46px;
    padding-top: 6px;
}

.main-product .content a {
    font-size: 18px;
    color: #a1d8cb;
    line-height: 68px;
}

.main-product .content:hover {
    box-shadow: 0 0 3px 3px #EEE;
    transition: 0.3s;
}

.main-product .content img {
    transition: 2s;
}

.main-product .content img:hover {
    transform: rotateY(180deg);
}

/*主体-服务*/
.main-service {
    background: #f8f8f8;
}

.main-service .content {
    position: relative;
}

.main-service .content .content-left {
    width: 50%;
}

.main-service .content .content-left img {
    width: 100%;
}

.main-service .content .content-right {
    box-sizing: border-box;
    background: #FFF;
    padding: 58px 40px 0 48px;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
    overflow: hidden;
}

.main-service .content .content-right p {
    color: #adadad;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-service .content .content-right p.label {
    font-size: 16px;
    color: #4a4a4a;
}

.main-service .content .content-right span {
    display: block;
    width: 50px;
    height: 2px;
    background: #2cb6a1;
    margin-bottom: 23px;
}

.main-service .content .content-right:hover {
    box-shadow: 2px 2px 2px #EEE;
    transition: 0.3s;
}

.main-service .service-more {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.main-service .service-more a {
    padding: 10px 62px;
    font-size: 23px;
    line-height: 46px;
    color: #FFF;
    background: #7fd3c6;
    border-radius: 3px;
}
/** 产品 */
.banner {
    height: 320px;
    margin-top: 80px;
}

.banner.product {
    background: url(../img/nav_img1.jpg) no-repeat center top;
    background-size: cover;
}

.main.product {
    padding: 30px 0 75px 0;
}

.main.product .content {
    padding: 50px 0;
    border-bottom: 1px solid #e8e8e8;
}

.main.product .content .content-img {
    text-align: center;
}

.main.product .content .content-img img {
    max-width: 100%;
}

.main.product .content .label {
    color: #565656;
    font-size: 30px;
    line-height: 78px;
    margin-top: 32px;
}

.main.product .content .detail {
    font-size: 16px;
    line-height: 28px;
    color: #d7d7d7;
    padding-bottom: 30px;
}

.main.product .content a {
    color: #a0d2cc;
    font-size: 16px;
    line-height: 38px;
    padding: 10px 11px 10px 23px;
    border: 1px solid #a0d2cc;
    border-radius: 3px;
}


/** 动态 */
.banner.news {
    background: url(../img/nav_img3.jpg) no-repeat center top;
    background-size: cover;
}

.banner .title {
    padding-top: 170px;
}

.banner .title.active {
    padding-top: 120px;
    transition: 1.5s;
}

.banner .title p {
    color: #606060;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 5px;
}

.banner .title p.en {
    font-size: 20px;
    letter-spacing: 3px;
}

.main-news {
    padding: 70px 0 80px 0;
}

.main-news .content > div {
    padding-bottom: 40px;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
}

.main-news .content .news-img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.main-news .content .news-img img {
    max-width: 90%;
}

.main-news .content .news-panel {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    padding-left: 5px;
    box-sizing: border-box;
}

.main-news .content .news-panel strong a {
    display: block;
    color: #555;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news .content .news-panel p.detail {
    color: #777;
    line-height: 24px;
}

.main-news .content .news-panel p.read-push {
    color: #AAA;
    padding-top: 5px;
}

.main-news #newsPage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 70px;
}

.main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}

/*动态详情页*/
.main-newsdate {
    margin-top: 80px;
    text-align: center;
}

.main-newsdate .news {
    text-align: left;
    line-height: 104px;
}

.main-newsdate h1 {
    padding-top: 6px;
}

.main-newsdate .pushtime {
    color: #686868;
    font-size: 18px;
    line-height: 82px;
}

.main-newsdate .introTop {
    padding-bottom: 28px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.main-newsdate .introBott {
    font-size: 18px;
    line-height: 42px;
    text-align: justify;
    padding: 40px 0 102px 0;
}

.main-newsdate img {
    max-width: 100%;
}


/** 案例 */
.banner.case {
    background: url(../img/nav_img2.jpg) no-repeat center top;
    background-size: cover;
}

.main-case {
    padding: 30px 0 75px;
}

.main-case .content {
    width: 48%;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c9c9c9;
}

.main-case .content.even {
    margin-left: 2%;
}

.main-case .content .case-img {
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.main-case .content .case-img img {
    width: 100%;
    transition: 2s;
}

.main-case .content .case-img img:hover {
    transform: scale(1.2, 1.2);
    transition: 2s;
}

.main-case .content p.lable {
    padding-top: 13px;
    font-size: 30px;
    line-height: 76px;
}

.main-case .content p {
    font-size: 18px;
    line-height: 32px;
    color: #505050;
}

.main-case #casePage .layui-laypage {
    display: block;
    text-align: center;
    margin-top: 100px;
}

.main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 3px;
    color: #e3e3e3;
}


/** 关于 */
.banner.about {
    background: url(../img/nav_img4.jpg) no-repeat center top;
    background-size: cover;
}

.main-about {
    padding-bottom: 130px;
}

.main-about ul.aboutab {
    padding: 100px 0;
    text-align: center;
}

.main-about ul.aboutab li {
    display: inline-block;
    padding: 0 22px;
    margin-left: 15px;
    font-size: 20px;
    line-height: 46px;
    color: #b5b5b5;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}

.main-about ul.aboutab li:first-child {
    margin-left: 0;
}

.main-about ul.aboutab li.layui-this, .main-about ul.aboutab li:hover {
    color: #2ab5a3;
    border-color: #afddd7;
    transition: 0.3s;
}

.main-about .tabJob, .main-about .tabCour {
    display: none;
}

/*公司简介*/
.main-about .tabIntro {
    padding-bottom: 15px;
}

.main-about .tabIntro .content {
    vertical-align: middle;
}

.main-about .tabIntro .content .img {
    width: 50%;
}

.main-about .tabIntro .content .img img {
    width: 100%;
}

.main-about .tabIntro .content .panel {
    width: 50%;
}

.main-about .tabIntro .content p {
    padding: 0 20px;
    line-height: 24px;
    text-align: justify;
}

.main-about .tabIntro .p_hidden {
    padding: 0 20px;
    display: none;
}

/*招贤纳士*/
.main-about .tabJob .content {
    padding: 0 0 40px 20px;
    border: 1px solid #e2e2e2;
    border-top: 4px solid #65d0c5;
    margin-top: 90px;
}

.main-about .tabJob .content:first-child {
    margin-top: 10px;
}

.main-about .tabJob .content p {
    font-size: 18px;
    line-height: 40px;
}

.main-about .tabJob .content p.title {
    font-size: 24px;
    color: #545454;
    line-height: 60px;
}

.main-about .tabJob .content ol {
    padding-left: 20px;
    list-style-type: none;
    counter-reset: sectioncounter;
}

.main-about .tabJob .content ol li {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 30px;
}

.main-about .tabJob .content ol li:before {
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}

/*发展历程*/
.main-about .tabCour p.title {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

.main-about .tabCour .timeline {
    position: relative;
    margin-top: 75px;
}

.main-about .tabCour .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 2px;
    background-color: #e2e2e2;
    left: 50px;
}

.main-about .tabCour .timeline li {
    position: relative;
    padding-top: 70px;
}

.main-about .tabCour .timeline li:first-child {
    padding-top: 0;
}

.main-about .tabCour .timeline li .cour-img {
    position: absolute;
    left: 0;
    width: 100px;
    border-radius: 50%;
}

.main-about .tabCour .timeline li .cour-img img {
    width: 100%;
}

.main-about .tabCour .timeline li .cour-panel {
    padding-top: 20px;
    padding-left: 120px;
    text-align: left;
}

.main-about .tabCour .timeline li .cour-panel p.label {
    font-size: 18px;
    color: #000;
}

.main-about .tabCour .timeline li .cour-panel p {
    color: #949494;
    line-height: 30px;
}


@media screen and (max-width: 480px) {
    .main-service .content .content-right {
        padding: 10px 10px 0 10px;
    }

    .main-service .content .content-right p {
        line-height: 24px;
    }

    .main-news .content .news-panel p.read-push {
        font-size: 12px;
    }

    .main-case .content {
        padding-top: 60px;
    }

    .main-case .content p.lable {
        padding-top: 10px;
        font-size: 18px;
        line-height: 48px;
    }

    .main-case .content p {
        font-size: 12px;
        line-height: 20px;
        color: #505050;
    }

    .main-about ul.aboutab {
        padding: 70px 0;
    }

    .main-about ul.aboutab li {
        padding: 0 15px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .main-about .tabIntro .content .img {
        width: 100%;
    }

    .main-about .tabIntro .content .panel {
        width: 100%;
    }

    .main-about .tabIntro .content .panel.p_block {
        display: none;
    }

    .main-about .tabIntro .p_hidden {
        display: block;
    }

    .main-news #newsPage .layui-laypage a, .main-news #newsPage .layui-laypage span, .main-case #casePage .layui-laypage a, .main-case #casePage .layui-laypage span {
        padding: 0 12px;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        margin-right: 4px;
    }
}

/*小屏幕*/
@media screen and (min-width: 768px) {
    .nav {
        max-height: 60px;
    }

    .nav.index {
        background: rgba(255, 255, 255, 0);
    }

    .nav .nav-list button {
        display: none;
    }

    .nav .layui-nav {
        width: auto;
        position: absolute;
        top: 0;
        padding: 0 5px;
        border-radius: 0;
        margin: 0;
    }

    .nav .layui-nav .layui-nav-item {
        display: inline-block;
        margin: 0 21px;
        line-height: 60px;
    }

    .main-product p.title, .main-service p.title {
        font-size: 36px;
        line-height: 216px;
    }

    .main.product .content .content-img {
        text-align: left;
    }

    .main-news .content .news-panel strong a {
        font-size: 20px;
        line-height: 30px;
    }

    .main-news .content .news-panel p.read-push {
        padding-top: 0;
        position: absolute;
        bottom: 40px;
    }

    .main-newsdate .pushtime {
        line-height: 142px;
    }

    .main-case .content {
        width: 45%;
    }

    .main-case .content.even {
        margin-left: 9%;
    }

    .main-about ul.aboutab li {
        padding: 0 32px;
        font-size: 24px;
        margin-left: 30px;
        line-height: 50px;
    }

    .main-about .tabIntro .content p {
        padding: 0 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .main-about .tabJob .content p {
        font-size: 24px;
        line-height: 50px;
    }

    .main-about .tabJob .content p.title {
        font-size: 30px;
        line-height: 90px;
    }

    .main-about .tabJob .content ol li {
        font-size: 20px;
        line-height: 60px;
    }

    .main-about .tabCour .timeline:before {
        left: 50%;
    }

    .main-about .tabCour .timeline li {
        min-height: 195px;
        padding-top: 95px;
    }

    .main-about .tabCour .timeline li .cour-img {
        left: 50%;
        margin-left: -97.5px;
        width: 195px;
    }

    .main-about .tabCour .timeline li .cour-panel {
        padding-top: 55px;
        padding-left: 0;
    }

    .main-about .tabCour .timeline li.odd .cour-panel {
        text-align: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .main.product .content div.right {
        padding-left: 20px;
    }

    .nav .layui-nav .layui-nav-item {
        margin: 0 33px;
    }

    .main-service .content .content-right {
        padding: 10px 10px 0 15px;
    }

    .main-service .content .content-right span {
        margin-bottom: 20px;
    }

    .main-service .content .content-right p {
        line-height: 28px;
    }

    .main.product .content .label {
        line-height: 40px;
        margin-top: 0;
    }

    .main.product .content .detail {
        padding-bottom: 10px;
    }
}

/*大屏幕*/
@media screen and (min-width: 992px) {
    .main.product .content {
        padding: 100px 0;
    }

    .main.product .content div.right {
        padding-left: 0;
    }

    .main-news .content .news-img {
        width: 20%;
    }

    .main-news .content .news-panel {
        width: 80%;
    }

    .main-case .content {
        width: 31%;
    }

    .main-case .content.even {
        margin-left: 0;
    }

    .main-case .content.center {
        margin-right: 3%;
        margin-left: 3%;
    }

    .main-about .tabIntro .content p {
        padding: 0 50px;
        font-size: 20px;
        line-height: 40px;
    }
}

/*超大屏幕*/
@media screen and (min-width: 1200px) {
    .main-news .content .news-img {
        width: 35%;
    }

    .main-news .content .news-panel {
        width: 65%;
    }

    .main-news .content:nth-child(odd) {
        padding-right: 20px;
    }

    .main-news .content:nth-child(even) {
        padding-left: 20px;
    }

    .main-about .tabCour .timeline li .cour-panel {
        padding-left: 50px;
    }

    .main-about .tabCour .timeline li.odd .cour-panel {
        padding-left: 0;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1300px) {
    .layui-container {
        width: 1200px;
        padding: 0;
    }

    .main-about .tabJob .content:last-child {
        margin-bottom: 180px;
    }

    .nav .nav-logo {
        position: absolute;
        top: 0;
        left: 0;
    }

    .layui-col-space80 {
        margin: -40px;
    }

    .layui-col-space80 > * {
        padding: 40px;
    }
}

.nav-logo img {
    height: 60px;
}

.nav-logo .hover {
    display: none;
}

.scroll .nav-logo .hover {
    display: block;
    margin-top: 10px;
}

.scroll .nav-logo .show {
    display: none;;
}

.txt {
    position: absolute;
    left: 0;
    top: 30%;
}

.container {
    margin: 0 auto;
    width: 100%;
}

.layui-this .txt .cn {
    transform: translateY(0%);
    opacity: 1;
    transition-duration: 1s;
}

@font-face {
    font-family: 'HYYakuHei';
    src: url('../font/HYYakuHei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.txt .cn {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(254, 119, 41, 1) 50%, rgba(255, 255, 255, 1) 77%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 10px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    font-family: 'HYYakuHei', sans-serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    text-align: center;
    letter-spacing: 24px;
    -webkit-box-reflect: below -2px linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}

.LoginNow {
    width: 207px;
    height: 56px;
    border-radius: 10px;
    background: rgba(254, 119, 41, 1);
    color: rgba(255, 255, 255, 1);
    font-family: 'HYYakuHei', sans-serif;
    font-size: 24px;
    margin: 119px auto 0 auto;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moduleTitle {
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-family: "PingFang SC";
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 6px;
    margin: 80px 0 40px 0;
}

.product-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.product-section div:nth-child(2n-1){
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    cursor: pointer;
}
.product-section div:nth-child(2){
    width: 1px;
    height: 34px;
    border-left: 1px solid rgba(0, 0, 0, 1);
    margin: 0 130px;
}
.txt .content {
    font-size: 45px;
    color: #ffffff;
    text-shadow: 0px 10px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(4px);
    opacity: 1;
    line-height: 80px;
}

.layui-this .txt .en {
    transform: translateY(0%);
    opacity: 1;
    transition-duration: 1s;
    transition-delay: 0.5s;
}

.txt .en {
    color: #ffffff;
    font-size: 1.125em;
    text-shadow: 0px 10px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(4px);
    opacity: 0;
}

.ind-certificate {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;

}

.ind-certificate .container {
    background-color: rgba(1, 44, 118, 0.6);
    padding: 0 35px;
    height: 75px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.ind-certificate .ind-goods {
    display: flex;
    align-items: center;
    line-height: 1.2;
    align-self: stretch;
    flex: 1;
    position: relative;
}

.ind-certificate .ind-goods div {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1.5px;
}

.ind-certificate .ind-goods h3 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.549);
    font-weight: normal;
}

.ind-goods img {
    min-width: 34px !important;
    height: 34px !important;
    margin-right: 22.5px;
}

.ind-certificate .stock {
    margin-right: 127.5px;
}

.stock .label {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 0.2rem;
}

.ind-certificate .stock .num.up {
    color: #a00000;
}

.stock .num {
    line-height: 30px;
    font-family: "HarmonyOS Sans SC";
}

.stock .num .price {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.ind-certificate .ind-goods::before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #f5f5f5;
    position: absolute;
    left: 60px;
    bottom: 0;
    transform: scaleX(0.8);
}

.ind-search {
    height: 74px;
    margin-bottom: 50px;
}

.ind-search .container {
    background-color: #f5f5f5;
    padding: 20px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.ind-search .input {
    flex: 1;
    margin: 0 10px;
    display: flex;
    align-items: center;
    height: 37.5px;
    padding: 0 15px;
    border: 1px solid #dddddd;
    border-radius: calc(37.5px / 2);
    background-color: #fff;
    color: #333333;
}

.ind-search .input .text {
    border: 0;
    flex: 1;
    width: 0;
    background-color: transparent;
}

.ind-search .btn a {
    line-height: 37.5px;
    width: 120px;
    text-align: center;
    border-radius: calc(37.5px / 2);
    background-color: #002d74;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.ind-news {
    margin-bottom: 50px;
    padding: 0 8.3%;
}

.ind-news .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.ind-news .btn-wrap {
    --height: 0.4rem;
    display: flex;
    align-items: center;
}

.ind-news .btn-wrap a.active, .ind-news .btn-wrap a:hover {
    color: #fff;
    background-color: #002d74;
}

.ind-news .btn-wrap a {
    min-width: 89px;
    padding: 0 3px;
    text-align: center;
    line-height: 30px;
    border-radius: calc(30px / 2);
    background-color: #f5f5f5;
    color: #002d74;
    transition: 0.3s;
}

.ind-news .box .box-inner {
    display: flex;
}

.ind-news .pic-list {
    width: 50%;
    margin-right: 40px;
}

.ind-news .txt-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ind-news .txt-list a {
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
}

.ind-news .txt-list .time-wrap {
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    border: 0;
    border-right: 1px solid #eee;
    padding: 0 25px;
}

.time-wrap {
    font-family: "HarmonyOS Sans SC";
    font-weight: bold;
    color: rgba(2, 44, 115, 1);
    line-height: 20px;
    transition: 0.3s;
}

.time-wrap .day {
    font-size: 20px;
}

.ind-news .txt-list .newstxt {
    padding: 0 25px;
    color: #333333;
    line-height: 23px;
    font-size: 14px;
}

.pic-list .layui-carousel {
    margin-top: 0;
    height: 368px !important;
}

.ind-news .txt-list .item + .item {
    margin-top: 24px;
}

.ind-serve {
    background-color: #f8f9fa;
    padding: 40px 0 60px;
}

.ind-serve .ind-title {
    margin-bottom: 30px;
}

.ind-title.center {
    text-align: center;
}

.ind-serve .list {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.ind-serve .item {
    margin: 0 5px;
    position: relative;
    padding-top: 2px;
    overflow: hidden;
    width: 33%;
    height: 225px;
    transition: 0.3s;
    box-sizing: border-box;
}

.ind-about .anyliseWrap {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 30px;
}

.ind-about .anyliseWrap .anyliseitem {
    margin: 10px 35px;
    position: relative;
    padding-top: 2px;
    overflow: hidden;
    width: 23%;
    height: 117px;
    transition: 0.3s;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgb(233, 235, 236);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.anyliseitem img {
    width: 60px;
    height: 60px;
}

.anyliseitem .anyInfo {
    margin-left: 10px;
    display: block;
    text-align: left;
}

.anyliseitem .number {
    font-size: 40px;
    font-family: "Eurasia-Regular";
}

.anyliseitem .comment {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-family: "PingFang SC";
}

.ind-about .anyliseWrap .blue {
    background-color: rgba(248, 252, 255, 1);
    color: rgba(101, 158, 255, 1);

}

.ind-about .anyliseWrap .red {
    background-color: rgba(255, 247, 247, 1);
    color: rgba(255, 114, 114, 1);
}

.ind-about .anyliseWrap .green {
    background-color: rgba(248, 255, 252, 1);
    color: rgba(96, 216, 164, 1);
}

.ind-news .content-wrap {
    margin-top: 30px;
}

.ind-news .chatcontainer {
    display: flex;
    margin-top: 80px;
}

.ind-news .chatcontainer .chatitem {
    margin: 0 5px;
    position: relative;
    padding-top: 2px;
    overflow: hidden;
    width: 49%;
    height: 340px;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/*鼠标悬停*/
.ind-serve .item:hover {
    width: 39.58333333%;
    flex-shrink: 0;
}

.ind-serve .inner {
    width: 30px;
}

.ind-serve .item:hover .pic img {
    opacity: 0.5;
}

.ind-serve .item:hover .txt h2 {
    margin-bottom: 15px;
}

.ind-serve .item:hover .txt .des {
    min-height: 60px;
}

.ind-serve .item:hover .txt .des pre {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

/*----*/

.ind-serve .inner {
    width: 450px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 225px;
}

.ind-serve .pic {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.ind-serve .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    opacity: 0.7;
}

.ind-serve .txt {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.ind-serve .txt h2 {
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 0;
    transition: 0.5s;
}

.ind-serve .txt .des {
    line-height: 1.875;
    position: relative;
    min-height: 0;
    transition: 0.5s;
}

.ind-serve .txt .des pre {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(0.15rem);
}

pre {
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
    display: block;
    width: 60%;
    word-break: break-word;
    white-space: pre-line;
}

.ind-about {
    padding: 40px 0 45px 0;
}

.ind-about .ind-title {
    margin-bottom: 25px;
}

.ind-about .ind-des {
    margin-top: 15px;

}

.ind-des {
    text-align: center;
    color: #666666;
    line-height: 33px;
    margin-bottom: 10px;
}

.ind-about .count-box {
    max-width: 810px;
    margin: 0 auto 45px;
}

.count-box {
    display: flex;
    justify-content: space-around;
}

.count-box .count-wrap {
    font-size: 30px;
    color: #d0b787;
    font-weight: bold;
}

.count-box .des {
    color: #999999;
    line-height: 1.5;
}

.ind-about .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.ind-about .list .item {
    position: relative;
}

.ind-about .list .col {
    width: 33%;
    margin: 0 0.1rem;
}

.ind-about .list .pic {
    position: relative;
    padding-top: 44.1%;
    overflow: hidden;
}

.ind-about .list .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: 0.3s;
}

.ind-about .list img {
    transform: scale(1) !important;
    opacity: 0.7;
}

.ind-about .list .aboutTxt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.ind-about .list .pic {
    background-color: #000;
}

.fadeInLeft {
    animation: fadeInLeft 1s ease forwards;
}

.fadeInRight {
    animation: fadeInRight 1s ease forwards;
}

.fadeInUp {
    animation: fadeInUp 2s ease forwards;
}

.hidden {
    opacity: 0; /* 初始透明度为0，用于淡入效果 */
    transform: translateY(100%); /* 初始位置在视口外下方 */
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.newIndex .logo-black {
    height: 60px;
    display: flex;
    background-image: url(/images/login/HDZW-logo2.png);
    width: 66px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 160% auto; /* 放大图片，裁剪掉上下左右空白 */
    overflow: hidden;
}

.newIndex.scroll .logo-black {
    height: 60px;
    display: flex;
    background-image: url(/images/login/HDZW-logo2.png);
    width: 66px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 160% auto; /* 放大图片，裁剪掉上下左右空白 */
    overflow: hidden;
}

.floating-window {
    width: 10%;
    position: fixed;
    top: 160px;
    right: 43px;
    z-index: 99999;
    cursor: pointer;
    transition: top 0.5s ease-in-out; /* 设置过渡效果 */
}

.floating-window.move-up {
    top: 180px; /* 滑动鼠标滚轮时的新位置 */
}

.floating-window.move-down {
    top: 130px; /* 滑动鼠标滚轮时的新位置 */
}

.ind-about .more {
    text-align: right;
}

.announcement {
    width: 100%;
    height: 108px;
    padding: 0 27px;
    box-sizing: border-box;
    background: rgba(243, 247, 254, 1);
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.announcement img {
    width: 45px;
    height: 41px;
}

.announcement .bidingtitle {
    font-size: 30px;
    font-weight: 500;
    margin-left: 15px;
    height: 36px;
    overflow: hidden;
}

.anyliseWrapContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pic img {
    height: 370px;
    width: 100%;
}

.ind-news .txt-list .newstxt:hover {
    color: rgba(2, 44, 115, 1);
}

.layui-this {

}

.bidingtitle span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.bidingtitle span.action {
    animation: smoke 2s linear forwards;
    transform-origin: bottom;
}

.bidingtitle ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    animation: scroll 6s linear infinite;
    height: 42px;
    position: relative;
}

.bidingtitle ul .layui-this {
    animation: smoke 6s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-38px);
    }
}

@keyframes smoke {
    0% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0) translateY(0) rotate(0deg) scale(1);
    }
    50% {
        opacity: 1;
        pointer-events: none;
    }
    100% {
        opacity: 0;
        filter: blur(20px);
        transform: translateX(300px) translateY(-300px) rotate(720deg) scale(4);
    }


}
.product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-product{
    width: 44.68%;
    border-radius: 6px;
}
.productInfor{
    width: 45.43%;
    height: 225px;
}
.productInfor div{
    color: rgba(0, 0, 0, 1);
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
}
.productInfor a{
    width: 167px;
    height: 41px;
    border-radius: 10px;
    border: 1px solid rgba(254, 119, 41, 1);
    box-sizing: border-box;
    margin-top: 33px;
    color: rgba(254, 119, 41, 1);
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solveProblemImg{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.solveProblemImgT{
    width: 100%;
}
.img-VS{
    width: 102.4%;
}

.layout-footer{
    width: 100%;
    height: 307px;
    background: url(/images/BGI-foot.png);
    background-size: 100% auto;
}
.footer-logo{
    width: 110px;
}
.footer-tit{
    display: flex;
    justify-content: space-between;
    padding: 98px 7.78% 0 7.78%;
    box-sizing: border-box;
}
.footer-tit div{
    text-align: left;
    color: rgba(0, 0, 0, 1);
    font-family: "PingFang SC";
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.footer-tit li{
    text-align: left;
    color: rgba(0, 0, 0, 1);
    font-family: "PingFang SC";
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.footer-num{
    color: rgba(254, 111, 43, 1) !important;
    margin-top: 11px;
}
.Line12 {
    width: 1440px;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 27px 0 22px 0;
}
.record{
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.solveProblemImgbox{
    position: relative;
    width: 31.16%;
}
.solveProblemImgbox2{
    position: relative;
    width: 48.3%;
}
.describe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.describe div{
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: "PingFang SC";
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
    white-space: nowrap;
}
.describe2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-120%, -50%);
}
.describe2 div{
    text-align: center;
    color: rgb(246, 111, 50);
    font-family: "PingFang SC";
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 2px;
}