* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'microsoft Yahei', 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}


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

@media(min-width:1440px) {
    .container {
        width: 1400px;
        margin: 0 auto;
    }
}

@media(min-width:1680px) {
    .container {
        width: 1600px;
        margin: 0 auto;
    }
}

.c_blue {
    color: #002f78
}

.white {
    color: #fff;
}

.width50{width:50%}
.width60 {
    width: 60%
}

.width40 {
    width: 40%
}

.width30 {
    width: 30%
}

.width33 {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -o-calc(100% / 3);
}

.width55 {
    width: 55%
}

.width35 {
    width: 35%
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font32 {
    font-size: 32px;
    line-height: 40px;
}

.font60 {
    font-size: 60px;
    line-height: 80px;
}
.font48{font-size:48px;line-height: 60px;}
.font40 {
    font-size: 40px;
    line-height: 60px;
}

.bd {
    font-weight: bold;
}

.textCenter {
    text-align: center;
}

/* .marginB80{margin-bottom:80px} */

/* 主内容 */
.banner {
    width: 100%;
    height: auto;
    display: flex;
}

.banner video {
    width: 100%;
    object-fit: cover;
}
.banner .swiper-slide{
    display: flex;
    width: 100%;
    height: 100vh;
}
.banner .swiper-slide img{
    width: 100%;
    object-fit: cover;
}


.banner-c {
    width: 100%;
    /* height: 70vh; */
    overflow: hidden;
    position: relative;
}

.banner-c-pic {
    width: 100%;
    display: flex;
}

.banner-c-pic img {
    width: 100%;
    object-fit: cover;
    animation: scale 2s linear forwards;
}

.banner-c-txt {
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-left: 12%;
    padding-top: 20%;
    box-sizing: border-box;
}

.banner-c-en {
    font-size: 60px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    line-height: 80px;
    font-family: Arial, Helvetica, sans-serif;
}

.location {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 12%;
    color: #fff;
    line-height: 80px;
}

.location a {
    color: #fff;
}



.sub_nav {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    overflow: hidden;
}

.sub_nav ul {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.sub_nav li {
    display: inline-block;
}

.sub_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #777;
    position: relative;
    padding: 15px 30px;
}

.sub_nav li.cur a {
    color: #fff;
    background: #002f78;
}

.sub_nav li.cur a:after {
    left: 0;
    width: 100%;
}

.sub_nav li:hover a {
    color: #fff;
    background: #002f78;
}

.sub_nav li:hover a:after {
    left: 0;
    width: 100%;
}



.title {
    position: relative;
}

.title .title-en {
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
}

.title h1 {
    line-height: 40px;
}

.indexAbout {
    background: #f4f4f4;
    padding: 100px 0;
    overflow: hidden;
}

.indexAbout-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.indexAbout-left {
    background: #fff;
    padding: 100px 150px 80px 60px;
    box-sizing: border-box;
}

.indexAbout-left .title {
    padding-left: 60px;
}

.indexAbout-left .title .title-en::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    display: block;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: -30px;
    color: #ddd;
}

.indexVideo {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 45%;
    height: 400px;
    display: flex;
    z-index: 2;
}

.indexVideo video {
    width: 100%;
    object-fit: cover;
}


.indexAbout-right-txt {
    font-size: 120px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 120px;
    margin-top: 20px;
}


.indexAbout-desc {
    margin: 40px 0 40px;
    line-height: 40px;
    overflow: hidden;
    color: #555;
}

.indexAbout-btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #002f78;
    border-radius: 20px;
}

.indexAbout-btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #555;
}

.indexAbout-btn a img {
    margin-left: 10px;
}

.indexAbout-bottom {
    width: 100%;
    overflow: hidden;
    background: url(../../images/about.jpg) no-repeat center / cover;
}
.indexAbout-bottom a{
    display: grid;
    grid-template-columns: 25% 75%;
}

.indexAbout-T{
    background: #025198;
    display: grid;
    align-items: center;
    /* justify-content: center; */
    padding:60px;
}
.indexAbout-T h2{
    color:#fff;
    font-size: 40px;
}
.indexAbout-T .indexAbout-bottom-li-en{
    color:#fff;
}

.indexAbout-bottom-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    text-align: center;
    padding:60px 0;
}

.indexAbout-bottom-li {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -o-calc(100% / 3);
}

.indexAbout-bottom-li-en{
    text-transform: capitalize;
}
.indexAbout-bottom-li h1{font-size:20px}
.indexAbout-bottom-li-icon img{transition: all .5s ease-in-out;}
.indexAbout-bottom-li:hover .indexAbout-bottom-li-icon img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

@media(max-width:768px){
    .indexAbout-bottom a{
        grid-template-columns: 1fr;
    }
    .indexAbout-T{display: none;}
}



.about {
    position: relative;
    z-index: 1;
}

.about-content {
    overflow: hidden;
    padding: 80px 0;
}

.about-content:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../../images/about-bg.webp) no-repeat bottom / 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.about-content .about-video {
    width: 45%;
    overflow: hidden;
    margin-right: 60px;
    margin-bottom: 60px;
    border-radius: 20px;
    display: flex;
    float: left;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.about-video video {
    width: 100%;
    object-fit: cover;
}

.about-title {
    margin-bottom: 60px;
    position: relative;
}

.about-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #002f78;
    position: absolute;
    left: calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: -o-calc(50% - 30px);
    bottom: -20px;
}

.about-title-en {
    text-transform: uppercase;
}

.about-text-content {
    line-height: 40px;
}
.more{
    width:160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border:1px solid #002f78;
    border-radius: 24px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.more a{display: block;transition: all .3s ease-in-out;}
.more:hover{background-color: #002f78;}
.product .more:hover a{color:#fff}

.performance {
    padding: 80px 0;
    overflow: hidden;
}

.performance-box {
    width: 100%;
    margin: 0 auto;
}

.performance-map {
    width: 100%;
    position: relative;
    padding-top: 69.5%;
}

.performance-map img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.performance-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.performance-coordinates {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.performance-coordinates ul li .fa-map-marker:before {
    font-size: 30px;
    color: #002f78;
}

.performance-coordinates ul li {
    position: absolute;
    width:20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    z-index: 2;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
}
.performance-coordinates ul li i.fa{color:#ff0000;}

.performance-coordinates ul li::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    z-index: -1;
    animation: pulse-shadow 2s ease-in-out infinite alternate;
}

@keyframes pulse-shadow {
    0% {
        opacity: 0.4;
        transform: scale(0.85);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.1);
    }
}


.coor-1 {
    right: 31%;
    top: 47%;
}

.coor-2 {
    right: 32%;
    top: 58%;
}

.coor-3 {
    right: 24%;
    bottom: 18%;
}

.coor-4 {
    right: 33%;
    top: 40%;}

.coor-5 {
    right: 29%;
    top: 55%;
}

.coor-6 {
    right: 30%;
    bottom: 22%;
}

.coor-7 {
    right: 50%;
    top: 37%;
}

.coor-8 {
    right: 35%;
    top: 41%;
}

.coor-9 {
    right: 40%;
    bottom: 25%;
}

.coor-10 {
    right: 37%;
    bottom: 15%;
}

/* .coor-10 {
    right: 42%;
    bottom: 35%;
} */

.coor-11 {
    right: 40%;
    bottom: 35%;
}

.coor-12 {
    right: 27%;
    top: 64%;
}

.coor-13 {
    left: 45%;
    top: 60%;
}

.coor-14 {
    right: 25%;
    top: 32%;}

.coor-15 {
    left: 35%;
    top: 45%;
}

.coor-16 {
    right: 38%;
    bottom: 43%;
}

.coor-17 {
    right: 33%;
    bottom: 28%;}

.coor-18 {
    right: 52%;
    bottom: 10%;
}

.coor-19 {
    right: 5%;
    bottom: 3%;
}

.coor-20 {
    left: 32%;
    bottom: 10%;}

.coor-21 {
    right: 45%;
    top: 3%;}

.coor-22 {
    right: 12%;
    bottom: 17%;}

.coor-23 {
    right: 62%;
    bottom: 2%;}

.coor-24 {
    right: 22%;
    bottom: 2%;}

.honor{
    /* background: url(../../images/honor-bg.webp) no-repeat top center;
    background-size: cover;
    background-attachment: fixed; */
    background: linear-gradient(#ffffff 50%, #f0f0f0);
    background: -webkit-linear-gradient(#ffffff 50%, #ddd);
    overflow: hidden;
    padding:80px 0;
}

.white{color:#fff}
.honor-top{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
.honor-top-desc{
    color:#777;
    line-height: 30px;
}

.honor .about-title:after{background-color: #333;left:0;bottom:-20px;}
.honor-item{
    padding-top:120px;
    padding-bottom:30px;
    background: url(../../images/honorLine.webp) no-repeat bottom center;
    background-size: 100%;
}
/* 悬停提示 */
.hover-hint {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.9);
    color: #333;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    font-weight: 500;
}

.honorSwiper-box:hover .hover-hint {
    opacity: 1;
}

/* 弹出层遮罩 */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* 弹出图片容器 */
.lightbox-content {
    position: relative;
    max-width: 85vw;
    max-height: 85vh;
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lightbox-overlay.active .lightbox-content {
    transform: scale(1);
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: block;
}

/* 关闭按钮 */
.lightbox-close {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 24px;
    border: none;
}

.lightbox-close:hover {
    background: rgba(255,255,255,0.3);
    transform: rotate(90deg);
}

/* 图片标题 */
.lightbox-title {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: none;
}

/* 加载动画 */
.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.honorSwiper-box{
    overflow: hidden;
}
.honorSwiper-box .honorSwiper-pic{
    overflow: hidden;
    display: flex;
    height: 220px;
    position: relative;
}
.honorSwiper-box .honorSwiper-pic img{
    max-height:215px;
    display: block;
    margin: 0 auto;
    transition: all .5s ease-in-out;
            position: relative;
            z-index: 2;
}
.shadow-trapezoid {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%) perspective(100px) rotateX(60deg);
    width: 80%;
    height: 40px;
    /* background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, transparent 70%); */
    background:#000;
    filter: blur(20px);
    z-index: 1;
    transition: all 0.3s ease;
}




.honorSwiper-name{
    line-height: 80px;
    text-align: center;
}
/* .honor-item .swiper-slide:hover .honorSwiper-box .honorSwiper-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
} */

.honor-item .swiper-pagination{
    bottom:-10px;
}


/* 生产线 */
.indexLinene {
    padding: 100px 0;
    overflow: hidden;
}

.indexLinene-content {
    margin-top: 60px;
    overflow: hidden;
}




.indexLinene-content .tab-container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.indexLinene-content .tabs {
    width: 20%;
    background: url(../../images/indexLinene.jpg) no-repeat center / cover;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.indexLinene-content .tab {
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% / 3);
    height: -webkit-calc(100% / 3);
    height: -moz-calc(100% / 3);
    height: -o-calc(100% / 3);
}


.indexLinene-content .tab:nth-child(3) {
    border-bottom: unset;
}

.indexLinene-content .tab h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.indexLinene-content .tab:hover {
    background-color: #002f78;
    border-left-color: #3498db;
    padding-left: 30px;
}

.indexLinene-content .tab.active {
    background-color: #002f78;
    color: white;
}

.indexLinene-content .tab-content {
    flex: 1;
    display: none;
}

.indexLinene-content .tab-content {
    background: #f4f4f4;
    position: relative;
    height:100%
}

.indexLinene-content .tab-content img {
    width: 100%;
    object-fit: cover;
}

.indexLinene-content .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.indexLinene-content .tab-content .indexLinene-name-piont {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    position: absolute;
}

.indexLinene-num {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    color: #f08300;
}

.indexLinene-content .tab-content .indexLinene-name-piont::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: block;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: 0;
    top: 0;
    animation: scale1 3s infinite ease-in-out;
}

.indexLinene-content .tab-content .indexLinene-name-piont::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: block;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}

.indexLinene-name-piont-info {
    position: relative;
    opacity: 0;
    transition: all 1s;
}

.indexLinene-name-piont-info h4 {
    position: absolute;
    width: 200px;
    z-index: 3;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    left: -80px;
    top: -40px;
    line-height: 40px;
}

.indexLinene-content .tab-content .indexLinene-name-piont:hover .indexLinene-name-piont-info {
    opacity: 1;
}

.indexLinene-content .tab-content .track-1 {
    left: 62%;
    top: 50%;
}

.indexLinene-content .tab-content .track-2 {
    left: 61%;
    top: 24%;
}

.indexLinene-content .tab-content .track-3 {
    left: 47%;
    top: 24%;
}

.indexLinene-content .tab-content .track-4 {
    left: 37%;
    top: 24%;
}

.indexLinene-content .tab-content .track-5 {
    left: 48%;
    top: 10%;
}

.indexLinene-content .tab-content .track-6 {
    left: 30%;
    top: 10%;
}

.indexLinene-content .tab-content .track-7 {
    left: 27%;
    top: 10%;
}

.indexLinene-content .tab-content .track-8 {
    left: 26%;
    top: 25%;
}

.indexLinene-content .tab-content .track-9 {
    left: 20%;
    top: 48%;
}

.indexLinene-content .tab-content .track-10 {
    left: 12%;
    top: 48%;
}

.indexLinene-content .tab-content .track-11 {
    left: 19%;
    top: 59%;
}

.indexLinene-content .tab-content .track-12 {
    left: 22%;
    top: 65%;
}

.indexLinene-content .tab-content .track-13 {
    left: 15%;
    top: 39%;
}

.indexLinene-content .tab-content .track-14 {
    left: 18%;
    top: 39%;
}

.indexLinene-content .tab-content .track-15 {
    left: 16%;
    top: 70%;
}

.indexLinene-content .tab-content .track-16 {
    left: 15%;
    top: 80%;
}

.indexLinene-content .tab-content .track-17 {
    left: 17%;
    bottom: 2%;
}

.indexLinene-content .tab-content .track-18 {
    left: 20%;
    bottom: 2%;
}

.indexLinene-content .tab-content .track-19 {
    left: 27%;
    top: 68%;
}

.indexLinene-content .tab-content .track-20 {
    left: 50%;
    top: 70%;
}

.indexLinene-content .tab-content .track-21 {
    left: 60%;
    top: 70%;
}

.indexLinene-content .tab-content .track-22 {
    left: 73%;
    top: 70%;
}

/* 环轨 */
.annular-1{
    right:6%;
    top:30%
}
.annular-2{
    right:9%;
    top:38%

}
.annular-3{
    right:38%;
    top:40%
}
.annular-4{
    right: 16%;
    top: 38%;
}
.annular-5{
    right: 28%;
    top: 30%;
}
.annular-6{
    right: 34%;
    top: 35%;
}
.annular-7{
    right: 21%;
    top: 46%;
}
.annular-8{
    right: 30%;
    top: 48%;
}
.annular-9{
    right: 38%;
    top: 50%;
}
.annular-10{
    right: 45%;
    top: 42%;
}
.annular-11{
    right: 25%;
    top: 18%;
}
.annular-12{
    right: 18%;
    top: 18%;
}
.annular-13{
    left: 30%;
    top: 38%;
}
.annular-14{
    left: 30%;
    top: 48%;
}
.annular-15{
    left: 20%;
    top: 50%;
}
.annular-16{
    left: 25%;
    top: 50%;
}
.annular-17{
    left: 27%;
    top: 54%;
}
.annular-18{
    left: 45%;
    top: 52%;
}
.annular-19{
    left: 5%;
    top: 35%;
}
.annular-20{
    left: 10%;
    top: 30%;
}
.annular-21{
    left: 10%;
    bottom: 35%;
}
.annular-22{
    left: 15%;
    bottom: 33%;
}
.annular-23{
    right: 44%;
    top: 23%;
}

/* 一字型 */
.linear-1{
    right: 9%;
    bottom: 35%;
}
.linear-2{
    right: 7%;
    top: 35%;
}
.linear-3{
    right: 10%;
    top: 35%;
}
.linear-4{
    right: 25%;
    top: 37%;
}
.linear-5{
    right: 34%;
    top: 24%;
}
.linear-6{
    right: 30%;
    top: 20%;
}
.linear-7{
    right: 15%;
    top: 20%;
}
.linear-8{
    right: 49%;
    top: 24%;
}
.linear-9{
    right: 48%;
    top: 36%;
}
.linear-10{
    left: 31%;
    top: 42%;
}
.linear-11{
    left: 29%;
    top: 38%;
}
.linear-12{
    left: 36%;
    top: 23%;
}
.linear-13{
    left: 32%;
    top: 34%;
}
.linear-14{
    left: 21%;
    top: 19%;
}
.linear-15{
    left: 26%;
    top: 38%;
}
.linear-16{
    left: 28%;
    top: 19%;
}
.linear-17{
    left: 20%;
    top: 38%;
}
.linear-18{
    left: 10%;
    top: 35%;
}
.linear-19{
    left: 15%;
    top: 20%;
}
.linear-20{
    left: 30%;
    top: 22%;
}
.linear-21{
    left: 23%;
    bottom: 36%;
}
.linear-22{
    left: 49%;
    bottom: 40%;
}

/* 设备 */
.indexEqu {
    background: url(../../images/indexEqu.jpg) no-repeat center / cover;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

.indexEqu-top {
    margin-bottom: 60px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.indexEqu-title {
    background: url(../../images/about.jpg) no-repeat center / cover;
    padding: 60px;
    overflow: hidden;
    box-sizing: border-box;
}

.title-en.white {
    color: #fff;
}

.indexEqu-more {
    text-align: right;
    margin-top: 80px
}

.indexEqu-more a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    justify-content: right;
}

.indexEqu-more a img {
    margin-left: 10px;
}

.indexEqu-li-box {
    padding: 20px;
    overflow: hidden;
}

.indexEqu-li-name {
    line-height: 60px;
}

.indexEqu-li:nth-child(2),
.indexEqu-li:nth-child(4),
.indexEqu-li:nth-child(6) {
    background: #eee;
}

.indexEqu-li:nth-child(3),
.indexEqu-li:nth-child(5) {
    background: #fff;
}

.indexEqu-li-pic {
    overflow: hidden;
    display: flex;
}

.indexEqu-li-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.indexEqu-li:hover .indexEqu-li-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.indexEqu-bottom .indexEqu-box {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

.indexEqu-bottom .indexEqu-box .indexEqu-pic {
    overflow: hidden;
    display: flex;
    height: 340px;
}

.indexEqu-bottom .indexEqu-box .indexEqu-pic img {
    width: 100%;
    display: flex;
    transition: all .3s;
}

.indexEqu-bottom .swiper-slide .indexEqu-box:hover .indexEqu-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.indexEqu-bottom .indexEqu-box .indexEqu-name {
    line-height: 60px;
    position: relative;
}

.indexEqu-bottom .indexEqu-box .indexEqu-name:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #002f78;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.indexTech {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
}

.indexTech-box {
    position: relative;
    width: 100%;
}
.indexTech .title {
    margin-bottom: 60px;
}


.indexTech-content {
    width: 100%;
    overflow: hidden;
}

.indexTech-content .tabTech-content {
    width: 85%
}

.indexTech-content .tabTech img {
    width: auto;
    height: 60px;
    margin: 0 auto;
    transition: all .5s;
}

.indexTech-content .tabTech h2 {
    font-size: 24px;
    margin-top: 20px;
}

.indexTech-content .tab-container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.indexTech-content .tabs {
    width: 15%;
    background: url(../../images/indexLinene.jpg) no-repeat center / cover;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.indexTech-content .tabTech {
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 25%;
}

.indexTech-content .tabTech:nth-child(4) {
    border-bottom: unset
}

.indexTech-content .tabTech:hover {
    background-color: #002f78;
    border-left-color: #3498db;
    padding-left: 30px;
}

.indexTech-content .tabTech.active {
    background-color: #002f78;
    color: white;
}
.indexTech-content .tabTech.active img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.indexTech-content .tabTech-content {
    flex: 1;
    display: none;
}

.indexTech-content .tabTech-content {
    background: #f4f4f4;
    position: relative;
    height: 100%;
}

.indexTech-content .tabTech-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.indexTech-content .indexLinene-pic {
    width: 100%;
    overflow: hidden;
    display: flex;
}
.indexTech-content .indexLinene-pic img{
    width: 100%;
    object-fit: cover;
}
.indexLinene-img{
    position: relative;
    width: 100%;
    padding-top:56%;
}
.indexLinene-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}



/* 新闻 */
.indexNews {
    padding: 80px 0;
    overflow: hidden;
}

.newstabs-container {
    background-color: white;
}

.tabs-header {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    width: 35%;
    float: right;
    transform: translateY(-110px);
}

.newstab-btn {
    padding: 18px 30px;
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #ddd;
}

.newstab-btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.newstab-btn.active {
    background-color: #002f78;
}

.newstab-btn.active a {
    color: #fff;
}


.newstabs-content {
    min-height: 500px;
    position: relative;
}

.newstab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}


.newstab-content.active {
    display: block;
    opacity: 1;
    position: relative;
}

.newstab-content-box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.indexNews-left {
    border-top: 2px solid #002f78;
    padding-top: 30px;
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    position: relative;
}

.carousel-pic{
    width:100%;
    display: flex;
    height: 557px;
}

.carousel-img {
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    width: 100%;
    position: unset !important;
    padding:0;
    margin:0;
    color: unset;
    text-align: unset;
    text-shadow: none;
}


.carousel-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.carousel-desc {
    font-size: 16px;
    color: #777;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-dot.active {
    background-color: #002f78;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #2c3e50;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    z-index: 10;
}

.carousel-btn:hover {
    background-color: white;
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn.prev {
    left: 20px;
}

.carousel-btn.next {
    right: 20px;
}

.indexNews-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f4f4f4;
}

.indexNews-list ul {
    height: 100%;
}

.indexNews-list ul li {
    height: 20%;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}

.indexNews-list ul li:last-child {
    border-bottom: unset
}

.indexNews-list ul li .indexNews-date {
    color: #999;
}

.indexNews-list ul li h4 {
    font-size: 18px;
    transition: all .3s;
}

.indexNews-list ul li:hover {
    transform: translateX(20px);
}

.indexNews-list ul li:hover h4 {
    color: #002f78;
}

.news-inner {
    overflow: hidden;
    padding: 80px 0;
}

.news-item ul {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.news-item ul li {
    background-color: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .5s;
}


.news-pic {
    height: 250px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.news-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.news-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    color: #fff;
    line-height: 40px;
    display: flex;
    align-items: end;
    box-sizing: border-box;
}

.news-cover i {
    margin-right: 10px;
}
.news-cover i.fa::before{line-height: 40px;}

.news-text {
    padding: 20px;
    overflow: hidden;
    transition: all ease-in-out .5s;
}

.news-text h3 {
    height: 60px;
    overflow: hidden;
    margin-bottom: 60px;
}

.news-btn {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 24px;
    overflow: hidden;
    color: #999;
    transition: all ease-in-out .5s;
}

.news-item ul li:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.news-item ul li:hover .news-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news-item ul li:hover .news-text {
    background-color: #002f78;
    color: #fff;
}

.news-item ul li:hover .news-btn {
    border: 1px solid #fff;
    color: #fff;
}

.news-left h2 {
    line-height: 60px;
}
.news-left hr{
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.news-row {
    color: #999;
    line-height: 60px;
}

.news-row>span {
    margin-right: 30px;
}

.news-row>span:nth-child(2) {
    margin-left: 30px;
}

.news-content {
    padding-top: 60px;
}


.news-right h3 {
    margin-bottom: 40px;
}

.news-right h3 i.fa-tags:before {
    font-size: 24px;
}

.news-right-item ul li {
    padding: 20px 30px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    transition: all .5s ease-in-out;
}

.news-right-item ul li a {
    display: block;
}

.news-right-item ul li h4 {
    overflow: hidden;
    margin-bottom: 20px;
    transition: all ease-in-out .5s;
}

.news-right-date {
    font-size: 14px;
    color: #999;
}

.news-right-item ul li:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.news-right-item ul li:hover h4 {
    color: #002f78;
}


.text-c{text-align: center;width: 100%;}
.text-c a{padding:0 10px;}
.text-c span{background-color: #002f78;padding:0 10px; color:#fff;}




@media (max-width: 768px) {

    .newstab-btn {
        min-width: 120px;
        padding: 15px 20px;
        font-size: 1rem;
    }

    .carousel-img {
        height: 300px;
    }

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

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .tabs-header {
        flex-direction: column;
    }

    .newstab-btn {
        width:32%;
        min-width: unset;
    }

    .carousel-img {
        height: auto;
    }

    .newstabs-content {
        min-height: 450px;
    }
}






.indexContact {
    background: url(../../images/indexContact.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.indexContact h1 {
    font-size: 48px;
    text-align: center;
}

.contact{
    padding:80px 0;
    overflow: hidden;
}
.contact-content{
    border-radius: 20px;
    overflow: hidden;
    padding:60px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.contact-content h1{
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    margin-bottom:40px;
}
.contact-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-li{
    width: 33.333%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: 1px solid #ddd;
    border-bottom:1px solid #ddd;
    box-sizing: border-box;
    padding:40px 60px;

}
.contact-li:nth-child(3),.contact-li:nth-child(6){border-right: unset;}
.contact-li:nth-child(4),.contact-li:nth-child(5),.contact-li:nth-child(6){border-bottom:unset}
.contact-li-icon{width: 15%;line-height: 60px;}
.contact-li-icon em.fa::before{
    font-size: 30px;
    color:#002f78
}
.contact-li-text{width:85%}
.contact-li-tit{
    font-size: 18px;
    line-height: 40px;
}
.contact-li-desc{
    font-size: 24px;
    margin-top:20px;
    line-height: 30px;
}

/* 视频 */
.video{
    padding:80px 0;
}
.video-content ul{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
}
.video-content li{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.video-pic{
    height: 262px;
    overflow: hidden;
    display: flex;
}
.video-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.video-text{
    padding:30px 20px;
    overflow: hidden;
}
.video-text .video-title{
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom:10px;
    margin-bottom:20px;
}
.video-row{color:#999;display: flex;flex-wrap: wrap;justify-content: space-between;}
.video-content li:hover{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.video-content li:hover .video-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.video-con-con{
    background-color: #fff;
    padding:40px;
    border-radius: 20px;
    overflow: hidden;
}
.video-con-con h2{color:#002f78}
.video-content-con{
    margin:40px 0;
    padding:40px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.case-inner{
    width: 100%;
    height: 100%;
    background-image: url(../../images/case_pic.webp);
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center top;
    background-size:100%;
    background-attachment: fixed;
    padding-top:12%;
    padding-bottom:80px
}
.case-inner .banner-c-txt,.case-inner .location{
    position: unset;
}
.case-inner .banner-c-txt{padding-top:0;border-bottom:unset}

.case-content{margin-top:100px;background-color: #fff;border-radius: 20px;overflow: hidden;padding:60px;}
.case-content ul{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3,1fr);
}
.case-content ul li{overflow: hidden;transition: all .5s ease-in-out;}
.case-pic{
    height:350px;
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
}
.case-pic img{
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: all .5s ease-in-out;
}
.case-title{
    text-align: center;
    line-height: 60px;
}

.case-content ul li:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.case-content ul li:hover .case-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 产品 */
.product{
    padding:80px 0;
    overflow: hidden;
}
.product .about-title:after{left:0;}

.product .about-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .more a{
    color:#002f78
}
.product .text{
    width:70%;
    color:#777;
    margin-bottom:60px;
}
.product-top-swiper{
    background: #f4f4f4;
    padding:80px 0;
}
.product .scxSwiper-pic{
    width: 100%;
    height: 265px;
    display: flex;
    overflow: hidden;
}
.product .scxSwiper-pic img{
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.scxSwiper-txt{
    height: 80px;
    background-color:#fff;
    padding:0 20px;
    transition: all .5s ease-in-out;
}
.scxSwiper-txt h3{
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.product .swiper-slide:hover .scxSwiper-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product .swiper-slide:hover .scxSwiper-txt{
    background-color: #002f78;
}
.product .swiper-slide:hover .scxSwiper-txt h3{color:#fff}

.product .swiper-pagination{bottom:0;}

 /* Tab标题区域 */
 .tab-header {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.pro-tab-title {
    padding: 18px 24px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pro-tab-title:hover {
    background-color: rgba(52, 152, 219, 0.08);
    color: #3498db;
}
.pro-tab-title:hover a{color:#fff}
.pro-tab-title.active {
    background-color: #025198;
}
.pro-tab-title.active a{
        color: #fff;
}

.pro-tab-title.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f08300;
}

/* Tab内容区域 */

.pro-tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.pro-tab-pane.active {
    display: block;
}


.pro-tab-pane li {
    position:absolute;
}
.scx-box{position:relative}
.scx-box-pic{width:80%;margin:0 auto}
.scx-box-pic-img{
    width: 100%;
    position:relative;
    padding-top:56%;
}
.scx-box-pic-img img{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.scx-box-point{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.scx-box-point-num{
    font-size:18px;
    color:#f08300;
}
.dg-txt{
    display: none;
    width:1000%;
    background-color:rgba(255,255,255,.8);
    border-radius:10px;
    overflow: hidden;
    padding:20px;
    position: absolute;
    margin-top:10px;
    transition: all .5s ease-in-out;
    left:30px;
    bottom:0;
    z-index: 2;
}
.dg-5 .dg-txt,.dg-6 .dg-txt,.dg-7 .dg-txt{
    bottom:auto;
    top:0;
}
.dg-txt h4{font-size:18px;color:#025198;font-weight:bold}
.scx-box-point-num{
    width:24px;
    height:24px;
    border-radius:12px;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    background: rgba(255,255,255,.6);
}
.scx-box-point-num:after{
content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to top, rgba(240, 131, 0, 1), transparent);
    border-radius: 50%;
    z-index: 1;
    animation: pulse-shadow 2s ease-in-out infinite alternate;
}
.pro-tab-pane li:hover .dg-txt{
    display: block;
}
.dg-1{
    left: 63%;
    bottom: 45%;
}
.dg-2{
    left: 60%;
    top: 25%;
}
.dg-3{
    left: 49%;
    top: 25%;
}
.dg-4{
    left: 38%;
    top: 25%;
}
.dg-5{
    left: 48%;
    top: 6%;
}
.dg-6{
    left: 30%;
    top: 10%;
}
.dg-7{
    left: 28%;
    top: 10%;
}
.dg-8{
    left: 25%;
    top: 25%;
}
.dg-9{
    left: 20%;
    top: 45%;
}
.dg-10{
    left: 13%;
    top: 45%;
}
.dg-11{
    left: 24%;
    top: 45%;
}
.dg-12{
    left: 21%;
    top: 65%;
}
.dg-13{
    left: 15%;
    top: 38%;
}
.dg-14{
    left: 19%;
    top: 40%;
}
.dg-15{
    left: 16%;
    bottom: 24%;
}
.dg-16{
    left: 15%;
    bottom: 15%;
}
.dg-17{
    left: 16%;
    bottom: 2%;
}
.dg-18{
    left: 20%;
    bottom: 2%;
}
.dg-19{
    left: 26%;
    bottom: 26%;
}
.dg-20{
    left: 50%;
    bottom: 25%;
}
.dg-21{
    left: 59%;
    bottom: 25%;
}
.dg-22{
    right: 24%;
    bottom: 25%;
}


.hg-1{
    right: 7%;
    top: 28%;
}
.hg-2{
right: 9%;
    top: 38%;
    
}
.hg-3{
right: 36%;
    top: 42%;}
.hg-4{
    right: 17%;
    top: 37%;
}
.hg-5{
    right: 27%;
    top: 28%;
}
.hg-6{
right: 35%;
    top: 35%;
}
.hg-7{
    right: 22%;
    top: 45%;
}
    
.hg-8{
right: 30%;
    top: 48%;
    
}
.hg-9{
        right: 38%;
    top: 51%;
}
.hg-10{
    right: 44%;
    top: 45%;
}
.hg-11{
right: 27%;
    top: 20%;
}
.hg-12{
    right: 18%;
    top: 20%;
}
.hg-13{
    left: 30%;
    top: 38%;
}
.hg-14{
left: 32%;
    top: 52%;
    
}
.hg-15{
    left: 20%;
    top: 55%;
}
.hg-16{
left: 25%;
    top: 55%;
}
.hg-17{
left: 27%;
    top: 60%;
}
.hg-18{
left: 48%;
    top: 56%;
}
.hg-19{
left: 7%;
    top: 40%;
}
.hg-20{
    left: 12%;
    top: 28%;
}
.hg-21{
left: 10%;
    top: 62%;
}
.hg-22{
left: 16%;
    bottom: 31%;
}
.hg-23{
top: 25%;
    left: 54%;
}

/* 一字型 */
.yzx-1{
    right: 10%;
    bottom: 35%;
}
.yzx-2{
right: 8%;
    top: 35%;
}
.yzx-3{
    right: 12%;
    top: 33%;
}
.yzx-4{
    right: 25%;
    top: 35%;
}
.yzx-5{
    right: 34%;
    top: 26%;
}
.yzx-6{
    right: 30%;
    top: 18%;
}
.yzx-7{
    right: 15%;
    top: 20%;
}
.yzx-8{
    right: 49%;
    top: 24%;
}
.yzx-9{
    right: 49%;
    top: 36%;
}
.yzx-10{
    left: 32%;
    top: 42%;
}
.yzx-11{
    left: 29%;
    top: 38%;
}
.yzx-12{
    left: 35%;
    top: 20%;
}
.yzx-13{
    left: 32%;
    top: 36%;
}
.yzx-14{
    left: 20%;
    top: 20%;
}
.yzx-15{
    left: 25%;
    top: 38%;
}
.yzx-16{
    left: 28%;
    top: 20%;
}
.yzx-17{
    left: 20%;
    top: 38%;
}
.yzx-18{
    left: 11%;
    top: 32%;
}
.yzx-19{
    left: 16%;
    top: 22%;
}
.yzx-20{
    left: 32%;
    top: 20%;
}
.yzx-21{
    left: 24%;
    bottom: 36%;
}
.yzx-22{
    left: 49%;
    bottom: 40%;
}


.product-scx-item{
    padding:80px 0;
    overflow: hidden;
}
.product-scx-item ul,.pro-item ul{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2,1fr);
    margin-bottom:40px;
}
.pro-sb ul{
    grid-template-columns: repeat(3,1fr);
}
.product-scx-item ul li{
    background: #fff;
}
.pro-item ul li{
    background-color: #f4f4f4;
}
.product-scx-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: all .5s ease-in-out;
}
.product-scx-txt{
    width: 40%;
    padding:40px;
    box-sizing: border-box;
    overflow: hidden;
}
.product-scx-txt .product-scx-title{
    font-size: 20px;
    font-weight: bold;
    color:#002f78
}
.product-scx-btn{
    width:120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    margin-top: 80px;
    transition: all .5s ease-in-out;
}

.product-scx-pic{
    width:60%;
    overflow: hidden;
    display: flex;
    height: 318px;
}
.product-scx-pic img{
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.pro-sb ul li{
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.pro-sb .product-scx-pic{height: 360px;}

.pro-sb .product-scx-box{
    display: block;
}
.pro-sb .product-scx-txt,.pro-sb .product-scx-pic{
    width: 100%;
}
.pro-sb .product-scx-txt{
    padding:30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-sb .product-scx-btn{margin-top: 0;}

.pro-sb ul li:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.product-scx-item ul li:hover .product-scx-box,.pro-item ul li:hover .product-scx-box{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.product-scx-item ul li:hover .product-scx-pic img,.pro-item ul li:hover .product-scx-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-scx-item ul li:hover .product-scx-btn,.pro-item ul li:hover .product-scx-btn{
    background: #002f78;
    color:#fff;
}



.product-t{
    background: #f4f4f4;
    padding:160px 0 80px;
    overflow: hidden;
}
.product-t .location{
    position: unset;
    padding-left:0;
    color:#777
}
.product-t .location a{color:#777}
.p-c-t{
    padding:40px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
.p-c-left{
    padding-right:60px;
    border-right:1px solid #ddd;
    box-sizing: border-box;
}
.p-c-pic{
    width: 100%;
    align-items: center;
    position: relative;
}

.p-c-pic .picSwiper2{
    height: 450px;
    margin-bottom:20px;
}
.p-c-pic .picSwiper2 img{
    display: block;
    max-height: 450px;
    margin: 0 auto;
}
.p-c-pic .picSwiper{
    height: 140px;
}
.p-c-pic .picSwiper .swiper-slide{
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-c-pic .picSwiper img{
    display: block;
    margin: 0 auto;
    max-height: 140px;
}
/*
.p-c-pic .picSwiper .swiper-slide{
    border:1px solid #ddd;
    padding:5px;
    overflow: hidden;
    display: flex;
}
.p-c-pic .picSwiper .swiper-slide img{
    object-fit: cover;
    display: block;
    margin: 0 auto;
} */
/* .p-c-pic img{
    display: block;
    margin: 0 auto;
    max-height: 500px;
    transition: all .5s ease-in-out;
} */
/* .p-c-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
} */
.p-c-right{
    padding-left:60px;
    box-sizing: border-box;
}
.p-c-txt h2{font-size: 30px;line-height: 80px;position: relative;color:#002f78}
.p-c-txt h2:after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #002f78;
    position: absolute;
    left:0px;
    bottom:0;
}
.p-c-desc{
    padding:40px 0;
    border-bottom:1px solid #ddd;
    color:#777;
}
.p-c-zx{
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #002f78;
    margin-top:60px;
    transition: all .5s ease-in-out;
}
.p-c-zx a{
    display: block;
    color:#fff;
}
.p-c-zx:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.product-b{
    padding:80px 0;
    overflow: hidden;
}
.p-c-b-title{
border-bottom: 1px solid #002f78;
}
.p-c-b-title h3{
    font-size: 24px;
    line-height: 48px;
    width: 160px;
    height: 48px;
    text-align: center;
    position: relative;
    background-color: #002f78;
    color: #fff;
}
.p-c-b-txt{
    padding:30px 0;
    overflow: hidden;
    color:#555;
    line-height:30px
}
.p-c-b-txt table{width: 100%;}
.p-c-b-txt table td{
    border: 1px solid #ddd;
}

.pro-item{width: 100%;overflow: hidden;}

.product-contact{
    background-color: #f4f4f4;
    background-image: url(../../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    padding:80px 0;
    overflow: hidden;
}
.product-contact-inner h2,.relate-product h2{position: relative;line-height: 60px;}
.product-contact-inner h2:before,.product-contact-inner h2:after,.relate-product h2:before,.relate-product h2:after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #002f78;
    position: absolute;
    top:29px;
}
.product-contact-inner h2:before,.relate-product h2:before{
    left:40%
}
.product-contact-inner h2:after,.relate-product h2:after{
    right: 40%;
}
.product-form{
    margin-top:60px;
}
.product-form input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding:0 20px;
    background: #f4f4f4;
    border: 1px solid #ddd;
}
.product-form .form-group{
    margin-bottom:30px;
}
.product-form textarea{
    width: 100%;
    padding:20px;
    line-height: 30px;
    background: #f4f4f4;
    border: 1px solid #ddd;
}
.product-form button{
    width:300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #002f78;
    border-radius: 0;
    margin: 0 auto;
    padding:0;
    border:unset;
    transition: all .3s ease-in-out;
    display: block;
}
.product-form button:hover,.product-form button:active,.product-form button:focus{
    background: #f08300;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border:unset;
    border-radius: unset;
}
.product-form .btn.active.focus, .product-form .btn.active:focus, .product-form .btn.focus, .product-form .btn:active.focus, .product-form .btn:active:focus, .product-form .btn:focus{
    outline:unset;
    outline-offset:unset;
}

.relate-product{
    margin-top:60px;
    background:#fff;
    padding:80px 40px;
    overflow:hidden;
}

.relate-product-item{
    margin-top:60px;
}
.relateSwiper{
    padding-bottom:20px;
}
.relate-product-pic{
    width:100%;
    height: 250px;
    display: flex;
    overflow:hidden
}
.relate-product-pic img{
    height:100%;
    margin: 0 auto;
    display:block;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.relate-product-box{
    border:1px solid #ddd;
}
.relate-product-name{
    line-height:60px;
    height:60px;
    overflow:hidden;
    text-align:center;
    border-top:1px solid #ddd;
}
.relate-product .swiper-pagination{bottom:0;}
.relate-product .swiper-slide:hover .relate-product-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.p-c-pic .swiper-button-prev, .p-c-pic .swiper-rtl .swiper-button-next,.p-c-pic .swiper-button-next, .p-c-pic .swiper-rtl .swiper-button-prev{color:#002f78}



/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .pro-tab-header {
        flex-direction: column;
    }
    
    .pro-tab-title {
        text-align: left;
        justify-content: flex-start;
        padding: 15px 10px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
    }
    .pro-tab-title a{display: block;}
    .pro-tab-title.active::after {
        width: 3px;
        height: 100%;
        left: 0;
        top: 0;
    }
    
}

@media (max-width: 480px) {
    
    .tab-content {
        padding: 20px;
    }
    

}




.fanye{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:#999
}
.fanye a{color:#999}
.prev,.next{
    width: 48%;
}



footer {
    background: #333;
    padding-top: 60px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.footer-nav ul li {
    display: inline-block;
    margin-right: 40px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul li a {
    display: block;
    color: #fff;
}

.footer-middle {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    color: #fff;
}

.footer-contact-left {
    margin-right: 120px;
}

.copyright {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 60px;
}

.copyright span {
    margin-right: 60px
}
.copyright a{color:#fff}
.copyright .yyzz {
    margin-top: 10px;
}


.marginT40{margin-top:40px;}
.marginT60{margin-top:60px}
.noPadB{padding-bottom:0;}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


@keyframes scale1 {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }
}


@media(max-width:1440px) and (min-width:1199px){
    .indexEqu-bottom .indexEqu-box .indexEqu-pic{height:215px}
    .newstab-btn{min-width:100px}
    .banner-c{height: auto;}
    .performance-box{width:100%}
    /* .honor{height: 60vh;} */
    .honorSwiper-box .honorSwiper-pic{height: 180px;}
    .product .scxSwiper-pic{height: 170px;}
    .product-scx-pic{height: 245px;}
    .case-pic{height: 200px;}
    .contact-li{padding:30px}
    .banner .swiper-slide{height:auto;}

    .news-text h3{margin-bottom: 40px;}
    .relate-product-pic{height: 200px;}
    .product-contact-inner h2:after, .relate-product h2:after{
        right: 35%;
    }
    .product-contact-inner h2:before, .relate-product h2:before {
        left: 35%;
    }
    .indexVideo{height:300px}
    .banner{
        height:125vh;
    }
    .contact-content h1.font40{font-size: 30px;}
    .contact-li-desc{font-size: 20px;}
    .indexAbout-T h2{font-size: 32px;}
    .indexAbout-T .indexAbout-bottom-li-en{font-size: 12px;}
}
@media(max-width:1366px) and (min-width:1199px){
    .banner .swiper-slide{height:auto;}
}

@media(max-width:1199px) and (min-width:993px){
    .font60{font-size: 40px;}
    .font40{font-size:32px;}
    .indexAbout-left{padding: 100px 100px 80px 60px;}
    .indexLinene-content-en{font-size: 14px;line-height: 24px;}
	.indexLinene-content .tab h2{font-size:20px}
    .indexEqu-title{padding:30px;}
    .indexEqu-bottom .indexEqu-box .indexEqu-pic{height: 160px;}
    .indexTech-content .tabTech img{height: 40px;}
    .indexTech-content .tabTech h2{font-size: 20px;}
    .title .title-en{margin-bottom:0;}
    .newstab-btn{min-width:unset}
    .indexNews-list ul li h4{font-size: 16px;}
    .carousel-pic{height:400px;}
    .banner{height:auto}
    .banner-c{height: auto;}
    .performance-box{width: 100%;}
    /* .honor{height: 60vh} */
    .honorSwiper-box .honorSwiper-pic{height: 150px;}
    .font48{font-size: 40px;}
    .banner-c-en{font-size: 48px;line-height: 60px;}
    .product .scxSwiper-pic{height: 150px;}
    .case-pic{height: 200px;}
    .contact-li{padding:20px;}
    .contact-li-desc{font-size: 20px;}
    .video-text .video-title{height:60px}
    .news-text h3{margin-bottom: 30px;}
    .indexVideo{height: auto;}
    .product-scx-pic{height: 220px;}
    .p-c-pic .picSwiper2{height:350px}
    .p-c-pic .picSwiper2 img{max-height: 350px;}
    .p-c-pic .picSwiper{height: 90px;}
    .p-c-pic .picSwiper img{max-height: 90px;}
    .product-contact-inner h2:before, .relate-product h2:before{left: 35%;}
    .product-contact-inner h2:after, .relate-product h2:after{right: 35%;}
    .relate-product-pic{height:160px}
}


@media (max-width: 992px) {
    .tab-container {
        flex-direction: column;
    }

    .tabs {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tab {
        flex: 1;
        min-width: 150px;
        justify-content: center;
        border-left: none;
        border-bottom: 5px solid transparent;
        text-align: center;
        padding: 18px 10px;
    }

    .tab:hover {
        border-left-color: transparent;
        border-bottom-color: #3498db;
        padding-left: 10px;
    }

    .tab.active {
        border-left-color: transparent;
        border-bottom-color: #e74c3c;
    }
    .banner-c{height:auto;}
    .banner-c-pic{height: 100%;}
    .location{font-size: 14px;padding-left:10px;}
    .banner-c-txt{
        top: 0px;
        padding-left: 10px;
        padding-top: 120px;
        width: auto;
        height: auto;
    }
    .font48{font-size: 32px;line-height: 40px;}
    .font40{font-size: 24px;line-height: 30px;}
    .banner-c-en{font-size: 40px;line-height: 60px;}
    .contact{padding:30px 10px;}
    .contact-content{padding:30px 15px;}
    .contact-li{width: 100%;padding:20px;}
    .contact-content h1{margin-bottom:20px;}
    .contact-li-tit{
        font-size: 16px;
        line-height: 30px;
    }
    .contact-li-desc{
        margin-top:0;
        font-size: 18px;
    }
    .contact-li:nth-child(4), .contact-li:nth-child(5), .contact-li:nth-child(6){border-bottom:1px solid #ddd}
    .contact-li-icon{line-height: normal;}
    .contact-li:nth-child(6){border-bottom:unset}
    footer{
        padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    }
    .footer-top,.footer-nav{display: none;}
    .footer-logo{
        width: 100%;
    }
    .footer-logo img{
        display: block;
        margin: 0 auto;
    }
    .footer-middle,.footer-contact{display: block;}
    .footer-contact-left,.footer-contact-right{
        width: 100%;
        text-align: center;
    }
    .footer-middle{
        padding: 0px 0 20px;
        margin: 0;
        border-top: unset;
    }
    .footer-contact{
    font-size: 14px;
    line-height: 24px;
    }
    .footer-ewm img{
        display: block;
        margin: 0 auto;
        margin-top:20px;
    }
    .copyright{font-size: 14px;line-height: 24px; text-align: center;}
    .copyright span{display: block;width: 100%;margin-right:0;}
    .copyright-left,.yyzz{width: 100%;}
    .video{padding:30px 10px}
    .video-content ul{
        display: block;
    }
    .video-content li{margin-bottom:20px;}
    .video-con-con{padding:15px;}
    .font32{font-size: 24px;}
    .video-content-con video{
        height: 200px !important;
    }
    .video-content-con{margin:20px 0;padding:20px 0;}
    .fanye{font-size: 14px;display: block;}
    .news-inner{padding:30px 10px;}
    .news-item ul{display: block;}
    .news-item ul li{margin-bottom:20px;}
    .news-text h3{height:auto;margin-bottom:30px;}
    .news-left{width: 100%;}
    .news-content{padding-top:20px;}
    .prev, .next{width: 100%;}
    .marginT40{margin-top:20px;}
    .news-right{display: none;}
    .case{padding:0 10px;}
    .case-inner{background-size:auto;}
    .case-inner .banner-c-txt{padding-top:100px}
    .case-content{
        margin-top:0;
        padding: 30px 10px;
    }
    .case-content ul{
        display: block;
    }
    .case-content ul li{
        margin-bottom:10px;
    }
    .product{padding:30px 10px;}
    .product .about-text{display: block;}
    .about-title{margin-bottom: 30px;}
    .product .text{margin-top:10px;width: 100%;}
    .product-top-swiper{padding:30px 0;}
    .tab-header{width: 100%; text-align: center;}
    .scx-box-point-num{
        width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    }
    .dg-txt{padding:10px;left:20px;}
    .dg-txt-desc{display: none;}
    .dg-txt h4{font-size: 14px;}
    .product-scx-item{padding:30px 10px;}
    .product-scx-item ul, .pro-item ul{display: block;}
    .product-scx-item ul li{margin-bottom:20px;}
    .product-scx-txt{padding:30px 10px}
    .product-scx-btn{margin-top:30px;font-size: 14px;width: 80px; height: 32px;line-height: 32px;}
    .product-scx-pic{height:150px;}
    .product-scx-txt .product-scx-title{font-size: 16px;}
    .product-t{padding:60px 10px 30px}
    .p-c-t{padding:0;display: block;}
    .width50{width: 100%;}
    .p-c-left {
        padding-right: 0px;
        border-right: unset;
    }
    .p-c-pic{
        height: auto;
        max-height: 500px;
    }
    .p-c-pic .picSwiper2{height:265px}
    .p-c-pic img{max-height: 265px;}
    .p-c-right{padding-left: 0px;}
    .p-c-txt h2{font-size: 24px;}
    .product-b{padding: 30px 0;}
    .p-c-b-title h3{font-size: 18px;}
    .p-c-b-txt{padding: 30px 10px;}
    .pro-item ul li{margin-bottom:20px;}
    .about-content{
        padding:30px 10px;
    }
    .about-content .about-video{width: 100%;}
    .about-title:after{left:0;}
    .performance{padding:30px 0;}
    .performance .about-title:after,.honor .about-title:after{left:calc(50% - 30px)}
    .performance-box{width: 100%;}
    .performance-coordinates ul li .fa-map-marker:before{font-size:14px;}
    .honor{padding:40px 10px;height: auto;}
    .banner{height: auto;margin-top:44px}
    .banner .swiper-slide{height: 45vh;}
    .indexAbout{padding:30px 0px;}
    .indexAbout-top{display: block;}
    .indexAbout-left{width: 100%;padding:20px;}
    .title .title-en{line-height: 40px;margin-bottom:0;}
    .title .title-en.font60{font-size: 30px;letter-spacing: -1px;}
    .indexVideo{position:unset;width: 100%;height: auto;margin-top:20px}
    .indexAbout-desc{margin:20px 0;line-height: 30px;}
    .indexAbout-right-txt{display: none;}
    .indexAbout-bottom-li-icon img{height: 40px;}
    .indexAbout-bottom-li-en {font-size: 12px;}
    .indexAbout-bottom-li h1{font-size: 18px;}
    .indexLinene{padding: 30px 10px;}
    .indexLinene-content{margin-top:20px;}
    .indexLinene-content .tab-container{display: block;}
    .indexLinene-content .tabs{width: 100%;}
    .indexLinene-content .tab h2{font-size: 20px;margin-bottom:10px;}
    .indexLinene-content-en{font-size: 14px;}
    .indexLinene-num{font-size: 10px;line-height: 26px;}
    .indexLinene-content .tab-content .indexLinene-name-piont{
        font-size: 14px;
        width: 18px;
    height: 18px;
    border-radius: 9px;
    line-height: 18px;
    }

    .indexLinene-content .tab-content .indexLinene-name-piont::before{
        width:26px;
        height: 26px;
        border-radius: 13px;
    }
    .indexLinene-content .tab-content .indexLinene-name-piont::after{
        width: 18px;
    height: 18px;
    border-radius: 9px;
    left:4px;
    top:4px;
    }
    .indexEqu{padding:30px 10px;}
    .indexEqu-top{display: block;margin-bottom:30px;}
    .width40{width: 100%;}
    .indexEqu-title{padding:20px 10px;}
    .indexEqu-more{margin-top:30px}
    .width30,.width33{width: 100%;}
    .indexEqu-bottom .indexEqu-box .indexEqu-pic{height: 230px;}
    .indexTech{padding:30px 10px 0 10px}
    .indexTech .title{margin-bottom:30px;}
    .indexTech-content .tab-container{display: block;}
    .indexTech-content .tabTech-content,.indexTech-content .tabs{width: 100%;}
    .indexTech-content .tabTech{width: 50%;padding: 20px 0;}
    .indexTech-content .tabs{flex-direction: unset;}
    .indexTech-content .tabTech img{height: 40px;}
    .indexTech-content .tabTech h2{font-size: 20px;}
    .indexNews{padding:30px 10px;}
    .tabs-header{display: block;float: unset;transform: translateY(0);width: 100%;margin:20px 0 30px;}
    .newstab-content-box{display: block;}
    .indexNews-left.width60,.indexNews-right.width35{width: 100%;}
    .carousel-pic{height: 250px;margin-bottom:20px;}
    .indexNews-list ul li{padding:20px 10px;height:auto;}
    .indexNews-list ul li h4{font-size: 16px;}
    .indexContact h1{font-size:24px;width: 80%;margin: 0 auto;line-height: 40px;}
    .indexContact{height: 300px;}
    .product-contact-inner h2:before, .relate-product h2:before{left:15%}
    .product-contact-inner h2:after, .relate-product h2:after{right:15%}
    .indexLinene-num{left:4px;}
    .coor-4 {
        right: 31%;
        top: 39%;
    }
}
.s{display: none;}
@media(max-width:767px){
    .b{display: none;}
    .s{display: block;}
    .banner-c{height:40vh;}
    .performance-coordinates ul li{
        width: 10px;
    height: 10px;
    line-height: 10px;
    }
    .performance-coordinates ul li .fa-circle:before{font-size: 8px;}
    .performance-coordinates ul li::after{
        width: 16px;
        height: 16px;
        bottom: -7px;
    left: -3.5px;
    }
    .scx-box-point-num{
        font-size: 10px;
        width: 14px;
        height: 14px;
        line-height: 14px;
    }
    .dg-7{
        left:24%
    }
    .dg-13 {
        top: 36%;
    }
    .dg-14 {
        top: 37%;
    }
    .yzx-12{
        left: 37%;
    }
    .yzx-16 {
        left: 27%;
    }
    .yzx-10 {
        top: 45%;
    }
    .yzx-13 {
        left: 33%;
        top: 33%;
    }
    .scx-box-point-num:after{display: none;}
    .p-c-pic .picSwiper2{height: auto;}
    .p-c-pic img{max-height: unset;}
    .p-c-pic .picSwiper{height:62px}
    .p-c-pic .picSwiper img{max-height:62px}
    .product-contact{padding:40px 0;}
    .product-form{margin-top: 30px;}
    .case-pic img{height:auto;object-fit: cover;}
    .text-c{font-size: 12px;}
}