* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-right-img {
    width: 831px;
    height: 60px;
    /* background: url(../public/images/header_footer/top-right.png); */
    position: absolute;
    right: 0;
}
/* .header-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 160px;
    margin-bottom: 160px;
    background: pink;
} */
.top-list {
    width: 100%;
    min-width: 1200px;
    /* position: relative; */
    background: #0069D0;
}

.top-box {
    /* width: 100%; */
    width: 1200px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding-bottom: 20px;
    /* background-color: red; */
}

.top-logo {
    background: url(../public/images/header_footer/logo.png) no-repeat center;
    width: 590px;
    height: 41px;
    padding-top: 30px;
}

.top-right {
    right: 0;
    position: absolute;
}

.top-message {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 60px;
}

.email {
    color: #ffffff;
    cursor: pointer;
}

.top-language {
    width: 60px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 13px;
    margin-top: 17px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #0069D0;
    font-size: 12px;
    padding-left: 5px;
}
.top-language option {
  background-color: #ffffff;
}
.top-language:focus-visible {
    outline: none;
    box-shadow: none;
}

.language-name {
    display: inline-block;
    position: absolute;
    top: -16px;
    left: 10px;
    font-size: 12px;
}

.language-icon {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}

.top-menu-box {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #DEECF9;
    background-color: #0069D0;
}

.recanalization-box {
    width: 1200px;
    margin: 0 auto;
}

.list-com {
    display: flex;
    /* justify-content: space-between; */
}

.menu-list {}

.list-item {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    padding: 30px 10px;
    vertical-align: middle;
}

/* 小方块样式 - 默认隐藏 */
.list-item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    /* 位于元素下方 */
    transform: translateX(-50%) scale(0);
    /* 初始缩放为0（隐藏） */
    width: 90px!important;
    height: 4px!important;
    background-color: #ffffff;
    /* 方块颜色 */
    transition: transform 0.3s ease;
    /* 过渡动画 */
}


.list-item:hover::after {
    transform: translateX(-50%) scale(1);
    /* 缩放为1（显示） */
}

.list-item:hover {
    font-size: 18px;
}

.active {
    font-size: 18px;
}

.active::after {
    transform: translateX(-50%) scale(1);
}

.footer-box {
    width: 100%;
    min-width: 1200px;
    height: 200px;
    /* background: #002243; */
    margin-top: -5px;
    border-top: 1px solid #e5e5e5;
}

.footer-content {
    width: 1200px;
    height: 175px;
    margin: 0 auto;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-left-message {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-left: 23px;
}

.footer-right-link {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
    margin-left: 30px;
}

.link-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.link-name {
    font-weight: 400;
    font-size: 14px;
    color: #0069D0;
    line-height: 26px;
}

.link-name>a {
    color: #0069D0;
}

.footer-bottom {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    /* background: #001931; */
}

.footer-bottom-content {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    /* background: #DEECF9; */
    display: flex;
    justify-content: space-between;
}

.bottom-left-message {
    font-weight: 400;
    line-height: 26px;
    padding-top: 15px;
    display: flex;
}

.bottom-left-message>span {
    color: #0069D0;
    font-size: 12px;
}

.beian-icon {
    /* margin-top: 10px; */
    display: inline-block;
}

.ml10 {
    margin-left: 10px;
}

.ml40 {
    margin-left: 40px;
}

.bottom-right-message {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    padding-top: 16px;
}

/* 二级菜单样式 */
.content-bar {
    display: none;
}

.content-bar.active {
    display: block;
}

a {
    text-decoration: none;
}

.pageinfo-box {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    margin-top: 20px;

}

.new-content {
    display: flex;
    position: relative;
    overflow-x: hidden;
    /* 可选：限制父容器最小宽度，避免内容挤压 */
    min-height: 550px;
}

.new-content-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 550px;
    margin-right: 40px;
    opacity: 1;
    /* 可选：添加淡入效果 */
    transform: translateX(-50%);
    /* 初始位置 */
    transition: transform 1s ease, opacity 1s ease;
    /* 改用transition更简单 */
}

.new-content-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 650px;
    height: 550px;
    opacity: 1;
    /* 可选：添加淡入效果 */
    transform: translateX(50%);
    /* 初始位置 */
    transition: transform 1s ease 0.3s, opacity 1s ease 0.3s;
    /* 延迟0.3s，错开动画 */

}

/* 动画触发类 */
.new-content-left.animate {
    transform: translateX(0);
    /* 滑入到最终位置 */
    opacity: 1;
}

.new-content-right.animate {
    transform: translateX(0);
    /* 滑入到最终位置 */
    opacity: 1;
}

/* 离开视口时的样式 */
.new-content-left.exit {
    transform: translateX(-50%);
    opacity: 0;
}

.new-content-right.exit {
    transform: translateX(50%);
    opacity: 0;
}



/* .culture-img:hover {
    transform: scale(1.1)
} */
.pageinfo-new:hover {
    transform: scale(1.1)
}

.new-content-left-img {
    width: 500px;
    height: 281px;
    position: relative;
    margin-top: 30px;
}

.new-content-left-time {
    position: absolute;
    bottom: 0;
    padding: 13px 12px;
    background: #0069D0;
    color: #FFFFFF;
    text-align: center;
}

.new-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.new-title>a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

/* .new-title>a:hover {
    color: #0069D0;
    font-weight: bold;
} */

/* .new-details>a:hover {
    color: #0069D0;
} */

.new-width {
    width: 500px;
}

.long-width {
    width: 961px;
}

.border {
    padding: 20px 0;
    border-bottom: 1px dashed #CDD3D9;
}

.new-details>a {
    font-size: 14px;
    color: #666666;
}

.new-details {
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制文本显示为3行 */
    overflow: hidden;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;

}

.a-new-details {
    color: #666666;
}

/* .a-new-details:hover {
    color: #0069D0;
    font-weight: bold;
    cursor: pointer;
} */

.new-dashed {
    border-bottom: 1px dashed #CDD3D9;
    padding-bottom: 23px;
}

.new-pic {
    position: absolute;
    right: 0;
}

.new-pic>img:hover {
    transform: scale(1.2)
}

.new-content-right-box {
    display: flex;
    padding-top: 30px;
}
.new-content-right-box:hover {
    background: #F5F7FA;

}
.new-right-time {
    color: #333333;
    font-family: Microsoft YaHei;
    margin-right: 20px;
    padding-left: 20px;
}

.time1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.time2 {
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.new-right-details {
    padding-left: 20px;
    border-left: 1px solid #CDD3D9;
}

.new-right-details:hover {
    cursor: pointer;
}

.details1 {
    margin: 20px 0 24px 0;
}

.details2 {
    margin: 20px 0 0 0;
}

.new-more {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #0069D0;
    display: inline-block;
    margin-top: -20px;
}




.enterchongtong {
    width: 100%;
    min-width: 1200px;
    /* height: 500px; */
    padding: 25px 0;
    background: url(../images/general/ctpage.png) no-repeat;
}

.enter-details {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 0 40px 0;
}

.enter-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 285px;
    margin: auto;
    overflow: hidden;
}

.enter-message {
    width: 570px;
    height: 177px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-right: 46px;
    margin-top: 20px;
    overflow: hidden;
    /* 初始状态：隐藏在下方且透明 */
    opacity: 0;
    transform: translateY(50px);
    /* 应用动画 */
    /* animation: fadeUp 1s ease forwards; */
}

.enter-picture {
    display: flex;
    position: relative;
    /* 初始状态：隐藏在下方且透明 */
    opacity: 0;
    transform: translateY(50px);
    /* 应用动画（延迟0.2s，与文字形成先后顺序） */
    /* animation: fadeUp 1s ease 0.2s forwards; */
}

/* 定义从下往上的动画 */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.imgs {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-right: 10px;
}

.mt1 {
    margin-top: 80px;
}

.pictures img:hover {
    cursor: pointer;
    width: 160px;
    height: 160px;
}

.mt2 {
    margin-top: 0px;
}

.mt3 {
    margin-top: 120px;
}

.mt4 {
    margin-top: -20px;
    margin-left: -50px;
}

.prodution {
    width: 100%;
    min-width: 1200px;
    height: 640px;
    background: #0A5FB3;
}

.colors {
    color: #FFFFFF;
}

.title-name2 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    /* margin-bottom: 10px; */
}

.prodution-list {
    width: 1200px;
    height: 491px;
    margin: 0 auto;
    margin-top: 33px;

    position: relative;
    /* 初始状态：隐藏在左侧 */
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
    visibility: hidden;
}

/* 显示状态：移动到正常位置 */
.prodution-list.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}


.prodution-carousel {
    display: flex;
    align-items: center;
}

.prodution-img {
    width: 250px;
    /* background: #fff; */
}

.prodution-img-name {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.gyfj-img:hover {
    transform: scale(1.1)
}

.prodution-module {
    width: 44px;
    height: 44px;
    border: 2px solid #679CD0;
    text-align: center;
    color: #679CD0;
    margin: 0 25px;
    cursor: pointer;
}





.prodution-big-img {
    width: 512px;
    height: 491px;
    background: #FFFFFF;
    /* padding-top: 22px; */

}

.prodution-mess {
    margin: 22px 31px 0 31px;
}

.prodution-mess-title {
    margin-bottom: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.prodution-mess-parameter {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.ms {
    height: 47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制文本显示为3行 */
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-box {
    display: flex;
    margin-top: 40px;
}

.contact-left {
    width: 300px;
    height: 400px;
}

.contact-big-box {
    border-bottom: 1px dashed #CDD3D9;
    margin-bottom: 23px;
}

.contact-big-box:last-child {
    border-bottom: none;
    margin-bottom: 23px;
}

.mt60 {
    margin-top: 60px;
}

.contact-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;

}

.contact-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ml10 {
    margin-left: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.contact-details {
    margin-top: 20px;
}

.contact-right {
    width: 850px;
    height: 400px;

    margin-left: 40px;
}