body {
    color: #666;
    font-size: 14px;
    font-family: '微软雅黑';
    font-weight: 400;
}

a {
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 500;
}

@keyframes move {
    0% {
        margin-top: 250px;
        opacity: 0;
    }
    100% {
        margin-top: 150px;
        opacity: 1;
    }
}

@keyframes opac {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.6)
    }
}

.con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 10;
    width: 1200px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0px 5px 50px 3px #d3d4d7;
    margin: 0 auto;
}

.logo {
    width: 155px;
    float: left;
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-click {
    display: none;
}

.nav li {
    height: 100%;
    float: left;
    padding: 0 18px;
    cursor: pointer;
    margin-left: 16px;
}

.logo a {
    display: inline-block;
    height: 50px;
    width: 150px;
    margin-top: 10px;
    background: url("../image/huihuo-1.svg") no-repeat;
}

.header-mobil {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-mobil li {
    font-size: 14px;
    font-weight: 600;
    color: #0092ee;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.header-mobil li:hover {
    opacity: 0.8;
}

.name {
    background-color: #0092ee;
    color: white !important;
    padding: 0 15px;
    border-radius: 4px;
}

.imgBox {
    margin-top: 65px;
    height: 400px;
    width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-width: 1200px;
}
  
@media (max-width: 1200px) {
    .imgBox {
      min-width: 100%;
    }
    .imgBox img {
      min-width: 1200px;
      margin-left: calc((1200px - 100vw)/2);
    }
}
  
@media (max-width: 768px) {
    .imgBox {
      height: 280px;
    }
}

.fontsCon, .fontsCon1, .fontsCon2 {
    position: absolute;
    left: 35.5%;
    top: 24%;
    width: 600px;
}

.fontsCon1 {
    top: 37%;
    color: #05446f;
    font-weight: 200;
    margin-top: 10px;
}

.fontsCon1 li:nth-child(1) {
    font-size: 28px;
}

.fontsCon1 li:nth-child(2) {
    font-size: 16px;
}

.fontsCon2 {
    top: 53%;
    margin-top: 10px;
}

.fontsCon li {
    display: inline-block;
    font-size: 41px;
    opacity: 0;
    margin-left: 20px;
    font-weight: 200;
}

.fontsCon2 li {
    display: inline-block;
    font-size: 28px;
    color: #fc7826;
    opacity: 0;
    font-weight: 200;
}

.fontsCon li:nth-child(1) {
    margin-left: 0;
}

.fontsCon li span {
    color: #05446f;
}

.fontsCon li b {
    color: #fc7826;
    font-weight: 300;
}

.service {
    height: 300px;
    background-color: #fff;
}

.service ul {
    height: 100%;
    padding: 10px;
}

.service ul li {
    float: left;
    width: 31%;
    height: 215px;
    margin-left: 3%;
    margin-top: 30px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    transition: all 0.3s;
}

.service ul li:hover {
    transform: translate(-4px, -4px);
    box-shadow: 5px 5px 50px 5px #ebebeb;
}

.service ul li:nth-child(1) {
    margin-left: 0px;
}

.service ul li .iconfont1 {
    background: url("../image/new1.svg") no-repeat;
}

.service ul li .iconfont2 {
    background: url("../image/new2.svg") no-repeat;
}

.service ul li .iconfont {
    width: 130px;
    height: 130px;
    margin: 14px auto 0px;
    background-size: 100%;
}

.service ul li .iconfont3 {
    width: 236px;
    border-left: 13px solid #fff;
    background: url("../image/new3.svg") no-repeat;
}

.service ul li h4, .service ul li p {
    text-align: center;
}

.service ul li p {
    color: #989aa3;
}

.service ul li h4 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    font-weight: 400;
}

#twoPage {
    height: 600px;
    background-color: #f9fbfe;
    padding: 40px 0;
}

#twoPage .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#twoPage .newLeft {
    width: 50%;
    height: 100%;
    position: relative;
    margin-right: 50px;
}

#twoPage .aiSystems {
    width: 45%;
    height: 420px;
    padding: 30px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(211, 210, 210, 0.1);
    overflow: auto;
}

#twoPage .systemRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#twoPage .systemRow h5 {
    width: 48%;
    margin: 0;
}

.back {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../image/new1-1.svg") no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    z-index: 5;
}

.back img {
    display: block;
    margin: 0 auto;
}

h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 5px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #0092ee;
}

.firstCircle, .midCircle, .lastCircle {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px #0097e7 solid;
    border-radius: 50%;
    z-index: 1;
    width: 200px;
    height: 200px;
    transform: translate(-50%,-50%);
    animation: opac 3s linear infinite;
}

.firstCircle {
    animation-delay: 1s;
}

.midCircle {
    animation-delay: 2s;
}

.pageRight {
    float: left;
    list-style: none;
    padding-left: 0;
}

.pageRight > li {
    padding-left: 15px;
}

.pageRight li {
    margin-bottom: 15px;
}

.pageRight li:nth-child(1) {
    padding-left: 0;
}

.pageRight h5 {
    position: relative;
    color: #2b2b2b;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
}

.title {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color: #0092ee;
}

.title a {
    transition: all .5s linear;
}

.title a:hover {
    color: #0092ee;
}

.newText {
    width: 310px;
    text-align: justify;
    font-weight: 400;
}

.dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0092ee;
    left: -10px;
    top: 13px;
    display: inline-block;
    margin-right: 10px;
}

#fivePage {
    height: 600px;
    background-color: #fff;
    padding: 40px 0;
}

#fivePage .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#fivePage .commSystems {
    width: 45%;
    padding: 30px;
    background: rgba(249,251,254,0.9);
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(211, 210, 210, 0.1);
    margin-right: 50px;
}

#fivePage .pageLeft {
    width: 50%;
    height: 100%;
    position: relative;
}

#fivePage .after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../image/air_star.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#fivePage .after > div {
    position: absolute;
    border: 1px #0092ee solid;
    color: #0092ee;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    animation: p5 5s linear 0.5s infinite;
}

@keyframes p5 {
    50% {
        margin: 0;
        transform: scale(1);
    }
}

#fivePage .after>div:nth-child(1) {
    left: 15%;
    top: 10%;
    transform: translate(0px,10px);
}

#fivePage .after>div:nth-child(2) {
    left: 35%;
    top: 5%;
    transform: translate(-5px,15px);
}

#fivePage .after>div:nth-child(3) {
    left: 38%;
    top: 20%;
    transform: translate(-5px,5px);
}

#fivePage .after>div:nth-child(4) {
    left: 40%;
    top: 60%;
    transform: translate(-5px,-5px);
}

#fivePage .after>div:nth-child(5) {
    left: 10%;
    top: 60%;
    transform: translate(5px,-5px);
}

#fivePage .after>div:nth-child(6) {
    left: 5%;
    top: 45%;
    transform: translate(5px,0px);
}

#fivePage .after>div:nth-child(7) {
    left: 0%;
    top: 35%;
    transform: translate(5px,0px);
}

#threePage {
    height: 600px;
    background-color: #f9fbfe;
    padding: 40px 0;
}

#threePage .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#threePage .pageLeft {
    width: 50%;
    height: 100%;
    position: relative;
    margin-right: 50px;
}

#threePage .products {
    width: 45%;
    padding: 30px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(211, 210, 210, 0.1);
}

#threePage .productRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#threePage .productRow h5 {
    width: 48%;
    margin: 0;
}

#threePage .products > li:not(.productRow) h5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

#threePage .pageLeft {
    width: 430px;
    background: url("../image/moreWork.svg") no-repeat;
    height: 430px;
    margin-top: 82px;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(3deg); }
    100% { transform: rotate(0deg); }
}

.in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../image/moreWork1.svg") no-repeat;
    animation: rotate 8s linear infinite;
}

.title-container {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

/*sixpage轮播*/
#sixPage .con {
    background: url("../image/map.png") no-repeat;
    height: 100%;
    position: relative;
    background-size: 900px 450px;
    background-position: center 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.suc {
    padding-top: 20px;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #0092ee;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto 30px; /* 将原来的60px减小到30px */
    position: relative;
}

div.swiper-container {
    height: 230px;
    width: 1000px; /* 调整为与整体布局相同的宽度 */
    margin: 0 auto;
    padding: 0 100px; /* 添加内边距使内容与上方对齐 */
    overflow: hidden;
    position: relative;
}

/* 单张幻灯片 - 保持原有尺寸不变 */
.swiper-slide {
    flex-shrink: 0;
    width: 280px !important;
    margin-right: 20px !important;
}


.swiper-slide img {
    width: 100%;
    height: 173px;
    object-fit: cover;
}


.swiper-slide p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.footer {
    background-color: #515151;
    height: 200px;
    color: #fff;
}

.footer ul {
    width: 450px;
    margin: 0 auto;
    padding-top: 50px;
}

.footer ul li {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.footer ul li img {
    vertical-align: -1px;
}

.footer ul a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}