.public-head{position:relative;top: 0;z-index: 99999;background-color: rgba(0,0,0,1);color: #ccc;transition: 300ms all;height: 120px;}
.public-head a{color: #ccc;}
.public-head .white{color: #fff;}

.public-head-cont{width:90%;margin: auto;display: flex;align-items: flex-end;height: 100px;justify-content:space-between;min-width: 1500px}
.public-head-cont .left{display: flex;align-items: flex-end;}

.public-head-logo{width: 220px;}
.public-head-logo img{width: 100%;}

.public-head-tab{padding-bottom: 10px}
.public-head-tab ul{display: flex;}
.public-head-tab ul li{font-size: 18px;margin-left: 40px;cursor: pointer}
.public-head-tab ul li a:hover{color: #fff;}

.public-head-search{display: flex;align-items: flex-end;padding-bottom: 10px;}
.public-head-search div{margin: 0 10px;}
.public-head-search .tel{font-size: 28px;}
.public-head-search div:nth-child(2){border: 1px solid #fff;background-color: unset;height: 38px;}
.public-head-search div:nth-child(3){width: 38px;margin-left: 40px;position: relative;}
.public-head-search div:nth-child(3) img{width: 38px;position: absolute;bottom: -8px;}
.public-head{position: fixed;background-color: rgba(0,0,0,0.7);}

.index-header{background-color: #F0F0FA;}
.index-header .swiper-slide{width: 100%;height: 100%;}
.index-header .swiper-slide img{width: 100%;height: 100%;}
.index-header-pagination{display: flex;bottom:7px !important;}
.index-header-pagination>div{background-color: rgba(255, 255, 255, 0.1);margin:0!important;width: 25%;opacity: 1;height: 100px;border-radius: unset;font-size: 16px;line-height: 100px;color: #fff;}
.index-header-pagination .swiper-pagination-bullet-active{background-color: rgba(0, 68, 230, 0.5);}
.index-news {
    padding: 100px 0;
    background-color: #F0F0FA;
}

.index-news .box-shadow {
    transition: all 0.15s ease-out;
}

.index-news .box-shadow:hover {
    box-shadow: #999 5px 3px 6px
}

.index-news .unfull-box .p {
    text-align: center;
    color: #232323;
    font-size: 24px;
    line-height: 1.8;
    padding-bottom: 20px;
}

.index-news .unfull-box .yi-btn {
    margin: 60px auto;
    font-size: 16px;
}

.index-news .header .progress {
    background-color: #050505;
    height: 16px;
}

.index-news .header .progress div {
    height: 100%;
    width: 30%;
    background-color: #0145E6;
}

.index-news .header .list {
    display: flex;
    padding: 40px;
    background-color: #fff;
}

.index-news .header .list .item {
    width: 20%;
    text-align: center;
}

.index-news .header .list .item .item-icon {
    margin-bottom: 20px;
    height: 70px;
}

.index-news .header .list .item .item-icon img {
    line-height: 70px;
}

.index-news .header .list .item .nums {
    font-size: 12px;
    color: #5e5e5e
}

.index-news .header .list .item .nums span {
    font-size: 20px;
    color: #222;
    margin-right: 3px;
}

.index-news .header .list .item .title {
    font-size: 16px;
    color: #5e5e5e
}

.index-news .cont {
    height: 380px;
    background-color: #fff;
    margin-top: 40px;
    display: flex;
}

.index-news .cont .img {
    width: 510px;
    height: 100%;
    padding: 35px 0;
    padding-left: 25px;
}

.index-news .cont .img .swiper-container {
    height: 100%;
    width: 100%;
}

.index-news .cont .img .swiper-slide {
    width: 100%;
    height: 100%;
}

.index-news .cont .img .swiper-slide img {
    width: 100%;
    height: 286px;
}

.index-news-img-pagination {
    position: absolute;
    bottom:27px!important;
    z-index: 11;
    padding: 0 20px;
}

/*.index-news-img-pagination>div{height: 2px;width: 36px;border-radius: 0;}*/
.index-news-img-pagination > .swiper-pagination-bullet-active {
    background: white
}

.index-news .cont .list {
    width: calc(100% - 510px);
    height: calc(100% - 60px);
    padding: 30px 50px;
}

.index-news .cont .list h4 {
    color: #232323;
    margin: 0 10px
}

.index-news .cont .list .item {
    position: relative;
    padding-left: 28px;
    margin-top: 15px;
}

.index-news .cont .list .item a {
    display: block;
    font-size: 18px;
    color: #777;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.index-news .cont .list .item .dian {
    left: 5px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0044E5;
    position: absolute;
}

.index-news .cont .list .item .date {
    font-size: 12px;
    color: #999;
}

.index-news .cont .list .swiper-slide .item:last-child {
    margin-bottom: 40px;
}



.index-news-list-pagination > div {
    height: 2px;
    width: 36px;
    border-radius: 0;
}

.index-news .footer {
    display: flex;
    height: 192px;
    margin-top: 12px
}

.index-news .footer a {
    width: 49.5%;
    cursor: pointer;
}

.index-news .footer a:last-child {
    margin-left: 1%;
}

.index-news .footer .item {
    width: 100%;
    height: 201px;
    padding: 20px;
}

.index-news .footer .item {
    display: flex;
    background-color: #fff;
}

.index-news .footer .item .footer-cont {
    width: calc(100% - 268px);
    position: relative;
}

.index-news .footer .item .footer-cont .describe {
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-news .footer .item .footer-cont span {
    color: #0046E6;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
}

.index-news .footer .item .img {
    width: 268px;
    height: 100%;
}

.index-news .footer .item .img img {
    height: 100%;
    width: 100%;
}

.index-news .footer .item h1 {
    font-size: 18px;
    color: #777;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-chain{background-image: url("../../../../public/index/img/industry-chain/b1.jpg");background-size: 100% 100%;height: auto;}
.index-chain .header{text-align: center;color: #fff;padding-top: 80px;padding-bottom: 60px;}
.index-chain .header .title {font-size: 36px;}
.index-chain .header .sub-title {font-size: 16px;margin-top: 10px;margin-bottom: 50px;letter-spacing: 3px;}

.index-chain .index-chain-pagination{display: flex;bottom:auto;top: 0;}
.index-chain .index-chain-pagination>div{width: 292px;padding-right:10px;margin: 0 3px; border-radius:0;text-align: center;opacity: 1; background-color:#fff;height: 78px;font-size: 24px;line-height: 78px;color: #6d6d6d;}
.index-chain .index-chain-pagination>div img{position: relative;top: 46px;width: 30px;height: 30px;left:57px;opacity: 0;}
.index-chain .index-chain-pagination .swiper-pagination-bullet-active{background-color: #0046E6;color: #fff;}
.index-chain .index-chain-pagination .swiper-pagination-bullet-active>img{opacity: 1;}


.index-chain .index-chain-swiper .box-item{display: flex;height: 600px}
.index-chain .index-chain-swiper .box-item > div{width: 50%;}
.index-chain .index-chain-swiper .box-item > .right{height: 100%;}
.index-chain .index-chain-swiper .box-item > .right img{height: 100%;width: 100%;}

.index-chain .cont-item{color: #fff;padding: 130px 15px;}
.index-chain .cont-item .title {font-size: 32px;margin-bottom: 25px;}
.index-chain .cont-item .sub-title {font-size: 18px;margin-bottom: 50px;font-weight: normal;}

.index-chain-boxItem-pagination>div{height: 4px;width: 36px;border-radius: 0;background-color: #696D79;}
.index-chain-boxItem-pagination .swiper-pagination-bullet-active{background-color: #0046E6;}
.index-chain-slide-swiper {
    width: 100%;
    height: 100%;
}

.industry-field {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.industry-field .title {
    font-size: 36px;
    color: #232323;
}

.industry-field .sub-title {
    font-size: 16px;
    color: #6d6d6d;
    margin-top: 10px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}

.industry-field .industries {
    display: grid;
    grid-template-columns: 295px 295px 295px 295px;
    grid-template-rows: 295px 295px;
    justify-content: space-around;
    grid-auto-flow: column dense;
    grid-gap: 10px;

}


.industry-field .industries >div {
    background-color: #F9F9F9;
}
.industry-field .industries div .content{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 145px 145px;
    justify-items: center;
    align-items: center;
}

/* .industry-field .industries div:nth-child(4) {
    grid-column: 2 / 2;
    grid-row: 3 / 1;
} */



.industry-field .industries .l-1.check,.industry-field .industries .l-1.check .content,.industry-field .industries .l-2 .content.check {
    grid-row-start: 1; 
    grid-row-end: 3; 
    height: 600px;
    background-color: #0046E6;
    color: white;
    grid-template-rows: auto auto;
}
.industry-field .industries .l-1.check img {
    width: 216px; 
}
@keyframes scale-img {
    0% { 
        width: 150px; 
    }
    100% { 
        width: 216px; 
    }
}
@keyframes scale-div {
    0% { 
        grid-row-start: 1; 
        grid-row-end: 2; 
        height: 295px;
        background-color: #F9F9F9;
        color: black;
        grid-template-rows: 145px auto;
    }
    100% { 
        grid-row-start: 1; 
        grid-row-end: 3; 
        height: 600px;
        background-color: #0046E6;
        color: white;
        grid-template-rows: auto auto;
    }
}
.industry-field .industries .l-2.c-1.check {
    height: 600px;

    display: grid;
    grid-column: 1 / 2;
    grid-row: 3 / 1;
    align-items: flex-end;
}
.industry-field .industries .l-2.c-2.check {
    height: 600px;

    display: grid;
    grid-column: 2 / 3;
    grid-row: 3 / 1;
    align-items: flex-end;
}
.industry-field .industries .l-2.c-3.check {
    height: 600px;

    display: grid;
    grid-column: 3 / 4;
    grid-row: 3 / 1;
    align-items: flex-end;
}

.industry-field .industries div:is(.l-2):hover .content {
    animation: 1s scale-div forwards;
}

@keyframes scale-div-line-2-1 {
    0% { 
        grid-column: 1 / 1;
        grid-row: 1 / 3;
    }
    100% { 
        grid-column: 1 / 2;
        grid-row: 3 / 1;
    }

}


.industry-field .industries div p{
    font-size: 24px;
    margin: 0;
    width: 100%;
}
.industry-field .industries div img{
    width: 150px;
}.index-map {
    padding:  20px 0;
    background-image: url('../../../../public/index/img/map/background.jpg');
    background-size: cover;
    position: relative;
    height: 867px;
}
.index-map-main {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.index-map-main-map {
    width: calc( 100% -  400px );
    margin-top: 40px;
    height: 570px;
}

.index-map-main-fun {
    width: 385px;
    height: 560px;
    background-color: #EDF0F9;
    margin-top: 50px;
    padding: 40px;
    box-sizing: border-box;
}

.map-main-fun-title {
    font-size: 36px;
    color: #232323;
    font-weight: 300;
    margin: 0;
}
.map-main-fun-title span {font-weight: 500;}
.map-main-fun-search {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #78797B;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.map-main-fun-search input {
    border: none;
    margin: 7px 0;
    font-size: 14px;
    color: #6d6d6d;
    padding: 0 15px;
    background-color: initial;
    outline:none;
    width: 80%;
    box-sizing: border-box;
    border-right: 1px solid #78797B;
}
.map-main-fun-search img {
    margin-left: 17px;
    height: 20px;
}
.map-main-fun-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.map-main-fun-list span:first-child {
    color: #0046e6;
}
.map-main-fun-list span {
    width: calc(100% / 6);
    font-size: 16px;
    color: #828282;
    border-right:1px solid #828282;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}
/*.map-main-fun-list span:last-child {*/
/*    border: none;*/
/*}*/
.map-main-fun-conditions {
    margin:  10px 0;
}
.map-main-fun-conditions-title {font-size: 14px;color: #232323;font-weight: bold;}
.map-main-fun-conditions-box {
    display: flex;
    justify-content: space-between;
}
.map-main-fun-conditions-box-item {
    width: 46%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    border: 1px solid #78797B;
    border-radius: 5px;
    padding: 5px 15px;
    color: #828282;
}

.map-main-fun-conditions-box-item img{
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

.map-main-fun-btn {
    width: 100%;
    border-radius: 5px;
    background-color: #0046E6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 10px 0;
    cursor: pointer;
}

.index-map-swiper-box{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color:rgba(20,47,115, 0.5);
}

.index-map-swiper {
    height: 200px;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}
.index-map-swiper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.index-map-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 32, 34, 0.5);
    z-index: 1;
}

.index-map-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#service {
    background-color: #F9F9F9;
}
.service {
    display: flex;
    height: 800px;
    padding: 150px 0;
    justify-content: space-between;
}

.service .left {
    width: 30%;
}
.service .left .hr{
    text-align: left;
}
.service .left .hr img{
    margin: 0px;
    padding: 0px;
}
.service .left .hr .title{
    font-size: 36px;
    color: black;
    margin: 20px 0px 30px 0px;
    font-weight: 400;
}
.service .left .hr ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.service .left .hr ul li{
    background-color: #E0E7F7;
    padding: 5px 15px;
    color: #1352E8;
    border-radius: 10px;
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.service .left .hr h2{
    font-size: 12px;
    color: #828282;
    margin-bottom: 80px;
}
.service .left .hr .introduce {
    width: 100%;
    font-weight: normal;
    animation: serviceHrIntroduce 1s;
    font-size: 14px;
    color: #828282;
    margin-bottom: 80px;
}
@keyframes serviceHrIntroduce  {
    from {
        margin-left: -100px;
    }
    to {margin-left: 0;}
}
.service .left .hr .btn-detail{
    width: 150px;
    text-align: center;
    padding: 10px;
    color: white;
    background-color: #0046E6;
    border-radius: 5px;
}
.service .left .hr .btn-detail:hover{
    cursor: pointer;
}



.service .right {
    width: 65%;
    height: 500px;
    text-align: center;
    position: relative;
}
.service .right >img{
    position: absolute;
    bottom: 0px;
    transform: translate(-50%);
}
.service .right .service-icons {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.service .right .service-icons img{
    width: 80%;
}
.service .right .service-icons .icon{
    width: 100px;
    height: 100px;
    background-color: white;
    box-shadow: 0px 0px 10px #0000003d;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    color: #7f7f7f;
    position: absolute;
    top: 100px;
    font-size: 12px;
    transition: 200ms all ease-out;
}
.service .right .service-icons .icon:hover{
    cursor: pointer;
    background-color: #87a3e5;
    color: white;
}
.service .right .service-icons .checked:hover {
    background-color: #2D66EB;
}
.service .right .service-icons p {
    margin-bottom: 10px;
}

.service .right .service-icons .checked {
    background-color: #2D66EB;
    color: white;
    box-shadow: 0px 0px 20px #0e328586;
}

.service .right .service-icons .hideImg {display: none;}
.index-power{background-image: url("../../../../public/index/img/power/b1.jpg");background-size:cover;padding:80px 0;}
.index-power .unfull-box .title{color: #fff;font-size: 36px;width: 100%;text-align: center;}

/* 顶部logo选项 */
.index-power .power-cont .tab{height: 180px;width: 100%;display: flex;justify-content: center;align-items: center;}
.index-power .power-cont .tab .tab-item{margin: 0 18px; position: relative; background-color: #fff;border-radius: 50%;width: 85px;height: 85px;transition: all 0.2s ease-out;}
.index-power .power-cont .tab .tab-item:hover{transform:scale(1.3,1.3);cursor: pointer;}
.index-power .power-cont .tab .tab-item img{height: 90%;width: 90%;margin: 5%;}
.index-power .power-cont .tab .tab-item .dian{ transition: all 0.2s ease-out;opacity: 0;position: absolute;left: 40px;top:95px; width: 6px;height: 6px;border-radius: 50%;background-color: #0046E6;}
.index-power .power-cont .tab .tab-item:hover .dian{opacity: 1;}
.index-power .power-cont .tab .swiper-pagination-bullet{opacity: 1!important;}
.index-power .power-cont .tab .swiper-pagination-bullet-active{transform:scale(1.3,1.3);}
.index-power .power-cont .tab .swiper-pagination-bullet-active .dian{opacity: 1;}

/* 底部内容轮播 */
.index-power .power-cont .tab-content-swiper{height: auto;}
.index-power .power-cont .tab-content-swiper .swiper-wrapper{margin-top: 20px;}
.index-power .power-cont .tab-content{display: flex;width: 100%;height: 375px;color:#fff;overflow: hidden;justify-content: space-between}
.index-power .power-cont .tab-content >div{background-color: rgba(44, 49, 68, 0.7);border-radius: 10px;}

/* 左侧内容 */
.index-power .power-cont .tab-content .left{width: 510px;display: flex;position: relative;height: 300px;flex-wrap: wrap}
.index-power .power-cont .tab-content .left div:first-child{
    padding: 20px 20px 0 20px;
    height: 85%;
    overflow: hidden;
}
.index-power .power-cont .tab-content .left .jiao {
    position: absolute;
    top: 50px;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent rgba(44, 49, 68,0.8);
}
.index-power .power-cont .tab-content .left div:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.index-power .power-cont .tab-content .left div:nth-child(2) {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22293b;
}


/* 右侧内容 */
.index-power .power-cont .tab-content .right{margin-left: 40px; width: calc(100% - 560px);height: 300px;padding: 30px 30px 20px 50px}
.index-power .power-cont .tab-content .right .right-img{
    display: block;
    width: 100%;
    height: 35%;
    overflow: hidden;
}
.index-power .power-cont .tab-content .right p:first-child {
    width: 100%;
    color: white;
    font-size: 17px;
    margin-top: 20px;
}
.index-power .power-cont .tab-content .right p:last-child {
    width: 100%;
    color: white;
    font-size: 17px;
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}

.logo-wall {
    width: 1380px;
    margin: auto;
    height: auto;
}
.logo-wall .title h1{
    font-size: 30px;
    font-style: italic;
    text-align: center;
    font-weight: 600;
    margin-top: 72px;
    line-height: 20px;
    padding: 30px 0px;
}

.logo-wall .logos{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
}
.logo-wall .logos .logo{
    width: 195px;
    height: 70px;
    /* border: solid 2px #C8C8C8; */
    /* overflow: hidden; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}

.logo-wall .btn-join {
    width: 320px;
    height: 40px;
    color: white;
    background-color: #0046E6;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    line-height: 40px;
    letter-spacing: 3px;

    margin-top: 30px;
    margin-bottom: 80px;
}

.logo-wall .btn-join:hover {
    animation: 1s rainbow infinite alternate;
    cursor: pointer;
}

@keyframes rainbow {
    0% { background: #0046E6; }
    100% { background: #2466ff; }
}
.honor {
    background-color: #F8F9FB;
}
.honor .content{
    padding: 50px 0px;
    width: 1380px;
    margin: auto;
    height: auto;
}

.honor .title {
    font-size: 30px;
    font-weight: 600;
    font-style: oblique 10deg;
    text-align: center;
}
.honor .sub-title {
    font-size: 16px;
    color: #6d6d6d;
    margin-top: 10px;
    margin-bottom: 50px;
    letter-spacing: 3px;
    text-align: center;
}

.honor .logos {
    display: flex;
    justify-content: space-between;
}.footer .help {
    background-color: #20273A;
    color: white;
    overflow: hidden;
}

.footer .help .content {
    margin-top: 100px;
    margin-bottom: 100px;
    letter-spacing: 3px;
    display: flex;
    justify-content: space-between;
}

.footer .help .content .links{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    color: #585B6C;
}

.footer .help .content .logo {
    width: 200px;
}
.footer .help .content .contact li:nth-child(2) {
    margin-top: 45px;
    margin-bottom: 45px;
}
.footer .help .content .contact li:nth-child(2) .phone {
    margin: 15px 0px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}
.footer .help .content .contact .more-contact div{
    margin: 15px 0px;
}
.footer .help .content .contact .more-contact img{
    margin-right:  30px;
}
.footer .help .content .list .title{
    color: white;
    font-size: 22px;
    padding: 20px 0px;
    border-bottom: 1px solid #595C6B;

}
.footer .help .content .list li{
    margin-bottom: 21px;
}
.footer .help .content .list{
    margin-right: 80px;
    font-size: 14px;
}

.footer .help .content .list:first{
    margin-left: 0px;

}
.footer .help .content .list:last-child{
    margin-right: 0px;

}
.footer .help .content .list li span:hover{
    margin-bottom: 20px;
    border-bottom: 1px solid #595C6B;
    cursor: pointer;
}


.footer .help .content .slogan{
    color: #585B6C;
    text-align: right;
    border-bottom: solid 1px #585B6C;
    padding-bottom: 10px;
}
.footer .help .content .qrcode{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
}


.footer .copyright {
    background-color: #0B0B0B;
    text-align: center;
    color: #606060;
    overflow: hidden;
    padding: 20px;
    font-size: 12px;
}
.footer .copyright div{
    margin: 15px;
}
.footer .copyright div:last-child{
    color: #3d3d3d;
}