* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    padding: 0;
    list-style-type: none;
}

ul[style] {
    padding-left: 40px;
}

table {
    width: 100%;
}

/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 15px/30px 'Microsoft YaHei', arial, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    /*color: #e69f0b;*/
    color: #e50112;
    text-decoration: underline;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10;
    /*background-color: #323232;*/
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid #e50112;
}

.header>.container.flex {
    align-items: center;
}

.header .logo {
    height: 70px;
    margin-right: 50px;
    max-width: 120px;
    flex-shrink: 0;
}

.header .logo img{
    max-width: 100%;
    max-height: 100%;
}

.header .nav>li {
    /* padding: 5px 8px; */
    padding: 0px 8px;
    /* line-height: 2; */
    line-height: 1.5;
}

.header .nav li ul li {
    line-height: 1.4;
}

.header .nav li.cur>a {
    color: #e50112;
}

.header-tool {
    /*text-align: right;*/
    /*margin-top: 10px;*/
    background: #000;
    padding: 5px 0;
    color: #ffffff;
}

.header-tool .container::after {
    content: "";
    display: block;
    clear: both;
}

.header-tool .t-left{
    float: left;
}

.header-tool .t-right{
    float: right;
}

.header-tool a {
    /*color: #323232;*/
    /*color: #e50112;*/
    color: #ffffff;
    margin-right: 20px;
}

.lang {
    background: url(../images/lang.png)no-repeat left center;
    padding-left: 30px;
    /*color: #323232;*/
    /*color: #e50112;*/
    
}

.nav {
    position: relative;
    /*margin-top: 20px;*/
}

.nav a {
    color: #323232;
    /* color: #e50112; */
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}

.nav a:hover {
    color: #e50112;
    text-decoration: none;
}

.nav li ul li a {
    text-transform: capitalize;
    padding: 5px 10px;
    display: block;
}

.nav a:hover,
.header .tool a:hover {
    text-decoration: underline;
}

.banner {
    overflow: hidden;
}
.banner .swiper-container{
    width: 100%;
    height: 500px;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pub-title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
}

.pro {
    padding-top: 60px;
    background-color: #fbfbfb;
    overflow: hidden;
    padding-bottom: 60px;
}

.pro .pub-title,
.who .pub-title {
    margin-bottom: 20px;
    margin-top: 0;
}

.who .cate{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #469689;
    color: #ffffff;
    padding: 10px ;
    margin-bottom: 20px;
}

.who .cate a{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.more a {
    /*color: #23c2be;*/
    color: #e50112;
    font-size: 16px;
}

.pro .tit {
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 0;
}

.pro .pic {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin-top: 40px;
}

.pro .pic img {
    max-width: 100%;
    max-height: 100%;
}

.pro .swiper-container {
    margin-top: 60px;
}

.pro .swiper-button-next,
.pro .swiper-button-prev {
    /*margin-top: 30px;*/
    /*background-size: 20px;*/
    background-size: 20px;
    transform: translateY(-50%);
}

.pro .swiper-button-prev {
    left: -40px;
}

.pro .swiper-button-next {
    right: -40px;
}

.who {
    margin-top: 40px;
}

.who .text-content {
    padding: 30px;
    background-color: #fbfbfb;
    margin-top: 40px;
}

.who .item {
    width: 570px;
    /*margin-top: 40px;*/
}

.who .item .pic {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.who .item .pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who .item .pic .msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: left;
    display: flex;
    align-items: center;
    background: rgb(44,85,137,.8);
    padding-left: 10px;
    transition: all .5s;
    transform: translateY(100%);
}

.who .item .pic:hover .msg {
    transform: translateY(0);
}

.who .item .text-content {
    /*height: 230px;*/
}

.who .item:first-child .text-content {
    /*background-image: url(../images/icon1.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .item:last-child .text-content {
    /*background-image: url(../images/icon2.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .us {
    background-image: url(../images/icon3.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.who .us p {
    padding-right: 50px;
}

.who .tit {
    font-size: 26px;
    font-weight: bold;
}

.who .text {
    color: #555;
    line-height: 1.6;
    margin-top: 20px;
}

.who .more {
    display: block;
    font-size: 16px;
    color: #e50112;
    text-align: right;
}

.who .more span{
    background: red;
    color: #ffffff;
    border-radius: 13px;
    padding: 2px 12px;
}

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

.categories {
    margin-top: 60px;
}

.categories ul {
    margin-top: 40px;
}

.categories li {
    width: 375px;
    /*height: 455px;*/
    background-color: #fbfbfb;
    margin-top: 30px;
    margin-right: 35px;
}

.categories li:nth-of-type(3n) {
    margin-right: 0;
}

.categories .pic {
    position: relative;
    height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .pic::before,
.categories .pic::after{
    position: absolute;
    content: '';
    width: 0%;
    height: 0%;
    background-color: rgba(6,86,173,.5);
    transition: all .3s;
}
.categories .pic::before{
    top: 0;
    left: 0;
}
.categories .pic::after{
    bottom: 0;
    right: 0;
}

.categories .pic .more {
    position: absolute;
    background: rgba(6,86,173,.9);
    font-size: 14px;
    color: #ffffff;
    width: 84px;
    height: 84px;
    line-height: 80px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.4);
    box-sizing: border-box;
    opacity: 0;
    transition: all .3s;
    z-index: 1;
}

.categories .pic:hover::before,
.categories .pic:hover::after{
    width: 100%;
    height: 100%;
}

.categories .pic:hover .more {
    opacity: .9;
}

.categories .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.categories .con {
    padding: 20px;
}

.categories .con h2{
    margin: 0;
}

.categories .tit {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.categories .txt {
    text-align: center;
    line-height: 1.2;
    padding-top: 8px;
}

.categories .more {
    margin-top: 10px;
}

.idx-con {
    background-color: #323232;
    overflow: hidden;
    margin-top: 30px;
    padding: 50px 0;
}

.idx-con .item {
    width: 365px;
}

.idx-con .item .icon img {
    max-width: 100%;
    height: 300px;
}

.idx-con .tit {
    /*color: #23c2be;*/
    color: #e50112;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 35px;
}

.idx-con .tit a{
    color: #e50112;
}

.idx-con .text {
    color: #FFF;
    line-height: 1.5;
    margin-top: 30px;
}

.idx-con p {
    margin: 0;
}

.copyright {
    border-top: 1px #000 solid;
    margin-bottom: -20px;
    /*line-height: 60px;*/
    line-height: 1.4;
    padding: 20px 0 10px 0;
    justify-content: center;
    /* 【关键】添加以下样式，使其铺满全宽 */
    width: 100vw; /* 强制占据视口全部宽度 */
    position: relative; /* 确保定位上下文正确，防止某些浏览器问题 */
    /* 使用 calc 函数，让元素向左/右移动，抵消父元素的居中效果 */
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%);

    /* 如果 .copyright 本身没有背景色，它会显示下方元素的背景色。
       如果您希望它有自己的背景色，可以明确添加： */
}

.copyright>div:first-child {
    /*margin-right: 140px;*/
}

.footer {
    margin-top: -40px;
    background-color: #E0FFFF;
    /* 关键的调整 */
    width: 100vw; /* 强制占据视口全部宽度 */
    position: relative; /* 确保定位上下文正确，防止某些浏览器出现问题 */
    margin-left: calc(-50vw + 50%); /* 将元素向左移动，抵消其父元素的居中 */
    margin-right: calc(-50vw + 50%); /* 将元素向右移动，抵消其父元素的居中 */
    
    /* 确保内容不会贴边，可以添加 padding 或在内部加一个限制宽度的容器 */
    padding: 0 25px;
    padding-top: 30px;
    padding-bottom: 10px; /* 示例：在 footer 顶部和底部增加内边距 */
}

.footer ul li {
    width: 200px;
}

.footer .info {
    width: 400px;
    margin-right: 20px;
}

.footer .info .title {
    font-size: 26px;
    font-weight: bold;
    background: url(../images/icon7.png)no-repeat left center;
    padding-left: 50px;
}

.footer .info button {
    /*background-color: #23c2be;*/
    background-color: #e50112;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 20px;
    border: 0;
    height: 45px;
    font-size: 15px;
    margin-top: 30px;
}

.footer .info .txt {
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px #000 solid;
    padding-bottom: 20px;
}

.footer .info .tit {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #e50112;
}

.footer .info .sns {
    margin-top: 20px;
}

.footer .info .sns a {
    margin-right: 10px;
}

.footer .f-nav .tit {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.footer .f-nav a {
    line-height: 2;
    padding-left: 24px;
}

.footer .f-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px #222 solid;
    border-left: 1px #222 solid;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.img-hover{
    transition: all .5s;
}
.img-hover:hover{
    transform: scale(1.2);
}

/* why choose us */
.advantage {
    margin-top: 46px;
    background: #26394a;
}
.advantage .pub-title {
    margin-bottom: 30px;
    padding-top: 30px;
    color: #ffffff;
}
.advantage .cont{
    display: flex;
}
.advantage .img-box {
    width: 400px;
}
.advantage .img-box img{
    width: 100%;
    height: 100%;
}
.advantage .list {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    /*background: #fbfbfb;*/
    background: #26394a;
}
.advantage .list .li{
    width: 50%;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    border-right: 2px solid #e1e1e1;
    border-top: 2px solid #e1e1e1;
}
.advantage .list .li:hover{
    color: #ffffff;
    background: #2981de;
}
.advantage .list .li:nth-of-type(2n + 2){
    border-right: 0;
}
.advantage .list .li:nth-of-type(1),
.advantage .list .li:nth-of-type(2){
    border-top: 0;
}
.advantage .list .li .icon {
    width: 102px;
    height: 102px;
    display: block;
    margin: 0 auto;
}
.advantage .list .li .title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 30px 0;
}
.advantage .list .li .title::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 103px;
    height: 3px;
    /*background: #23c2be;*/
    background: #e50112;
}
.advantage .list .li .txt {
    font-size: 15px;
    line-height: 24px;
}
#floatAd1 input[type="image"] {
    width: 100px;
}
.links_ship{text-align:center;}
.links_ship>ul{display:inline-block;}
.links_ship>ul>li{float:left;margin-right:18px;}

.idx-con .head .title {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
}
.idx-con .head .title span {
    color: #e50112;
    background: #323232;
    padding: 0 20px;
    position: relative;
    max-width: 76%;
    display: inline-block;
}
.idx-con .head .title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 2px;
    background: #e50112;
}

.idx-con .head .txt {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 26px 36px;
    line-height: 1.6;
}

.idx-con .img-list{
    padding-bottom: 20px;
}

.idx-con .img-list::after {
    content: "";
    display: block;
    clear: both;
}

.idx-con .img-list .item {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.idx-con .img-list .item:last-of-type{
    margin-right: 0;
}

.idx-con .img-list .item img {
    width: 100%;
}

.pro .cont {
    display: flex;
    margin-top: 60px;
}

.pro .cont .img-left {
    width: 360px;
    flex-shrink: 0;
}

.pro .cont .img-left img{
    width: 100%;
    height: 590px;
    display: block;
}

.pro .cont .list-right {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
}

.pro .cont .list-right .li {
    width: 30%;
    margin-right: 5%;
}

.pro .cont .list-right .li:nth-of-type(3n+3){
    margin-right: 0;
}

.pro .cont .list-right .li img{
    width: 100%;
    height: 228px;
}

.pro .cont .list-right .li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    font-size: 14px;
    margin: 0;
    font-weight: normal;
}

.nav-children{
    display: none;
    position: absolute;
    background: #ffffff;
    min-width: 100%;
    left: -120px;
    width: 480px;
    top: 18px;
    /* padding: 14px 21px 10px 10px; */
    padding: 14px 15px 10px 15px;
    z-index: 10;
}

.nav-children>ul{
    /* float: left; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.nav-children>ul li {
    /* width: 50%; */
    width: 100%;
    margin-top: 7px;
}


.nav-children.small {
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 10px;
}

.nav-children.small ul {
    width: 100%;
    flex-direction: column;
}

.nav-children.small ul li {
    width: 100%;
}

.nav-children.big {
    left: 0;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
}

.nav-children.big>ul>li {
    width: 25%;
    /* border: 1px solid #eeeeee; */
    margin-bottom: 20px;
}

.nav-children.big li ul li {
    width: 100%;
    padding-left: 15px;
}

.nav-children.big li ul li a {
    font-weight: normal;
    color: #666;
    font-size: 15px;
    /* 关键设置：让链接成为定位上下文，并给圆点留出空间 */
    position: relative; /* 确保 ::before 伪元素能相对定位 */
    padding-left: 15px; /* <--- 给圆点留出左侧空间，根据圆点大小调整 */
    display: block; /* 确保链接占据足够的空间，通常 a 标签是行内元素，需设置为块级 */
    text-decoration: none; /* 如果有下划线可以去除 */
}
.nav-children.big li ul li a::before {
    content: ''; /* 伪元素必须有 content 属性 */
    position: absolute; /* 绝对定位，方便精确控制圆点位置 */
    left: 0; /* 圆点距离链接左侧 0 */
    top: 50%; /* 垂直居中圆点 */
    transform: translateY(-50%); /* 精确垂直居中 */
    
    width: 6px; /* <--- 圆点的宽度 */
    height: 6px; /* <--- 圆点的高度 */
    border-radius: 50%; /* <--- 将其变成圆形 */
    background-color: #999; /* <--- 圆点的颜色，可以和字体颜色一致或选择其他颜色 */
}
.nav-children.big li ul li a:hover {
    color: red; /* 例如，悬停时变回白色 */
    text-decoration: underline;
}
/* .nav>li:nth-of-type(5) .nav-children {
    left: -90px;
    width: 300px;
    padding: 14px 10px 10px 10px;
}

.nav>li:nth-of-type(5) .nav-children ul{
    width: 100%;
    float: none;
} */

.nav>li:hover .nav-children {
    display: block;
}

.view-more{
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0;
}
.view-more::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e75612;
}
.view-more span {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    padding: 4px 10px;
    background: #e75612;
}

.pro .view-more {
    margin: 40px 0 0 0;
}

.footer .info button:hover,
.more span:hover,
.view-more span:hover {
    text-decoration: underline;
}


/* 2024-07-05新增 */
.pub-banner {
    background: url(../images/pub-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
}
/*.pro-video .title, */
.pub-banner .title{
    font-size: 32px;
    color: #FFF;
    line-height: 1.6;
    font-weight: bold;
     text-align: center;
    margin: 0 auto;
}
.pro-video .title{
    font-size: 32px;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
     text-align: center;
    margin: 0 auto;
}
/*.pro-video .txt, */
.pub-banner .txt {
    font-size: 16px;
    color: #FFF;
    line-height: 1.6;
    padding: 0 10%;
    margin-top: 30px;
}
.pro-video {
    padding: 20px 0 40px 0;
    
}
.pro-intro {
    padding: 10px 0 30px 0;
    /* background: #f4f4f4; */
}
.pro-video .txt {
    text-align: center;
    padding: 0;
    margin: 20px 0;
}
.pro-video .video-box {
    position: relative;
    display: block;
    /* width: 960px; */
    width: 1100px;
    /* height: 430px; */
    height: 550px;
    margin: 0 auto;
    background: #000;
}
.pro-video .video-box .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.pro-video .video-box .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-video .video-box .cover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 65px;
    background: url(../images/icon-play.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.pro-video video,
.pro-video iframe {
    width: 100%;
    height: 100%;
}
.pro-video .video-box.on .cover {
    display: none;
}
.pro-video button {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 30px;
    margin: 0 auto;
    background: #000;
}
.pro-video button a {
    color: #ffffff;
}
.pro-intro .cont,
.pro-video .cont {
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    padding: 10px 40px;
    margin-top: 30px;
}
.pro-intro .cont::before,
.pro-intro .cont::after,
.pro-video .cont::before,
.pro-video .cont::after {
    display: none;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/icon-flag.png) no-repeat center;
    background-size: contain;
}
.pro-intro .cont::before,
.pro-video .cont::before {
    top: 0;
    left: 0;
}
.pro-intro .cont::after,
.pro-video .cont::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.cate-box {
    padding: 60px 0 80px 0;
    background: #f4f4f4;
}
.cate-list {
    display: flex;
    flex-wrap: wrap;
}
.cate-list .item {
    width: 370px;
    margin-right: 45px;
    margin-bottom: 30px;
    background: #000000;
}
.cate-list .item:nth-of-type(3n + 3){
    margin-right: 0;
}

/* 修改 .cate-list .item 下的 <a> 链接，使其成为一个块级容器 */
/* 确保它能够包含图片框和标题，并为内部元素提供空间 */
.cate-list .item a {
    display: block; /* 将行内元素 <a> 转换为块级元素 */
    /* text-decoration: none; /* 移除默认下划线 */
    color: inherit; /* 继承父元素颜色 */
    /* 这里不设置固定高度和 overflow: hidden; 因为那样会导致标题也被裁剪 */
}

/* --- 核心修改：新增的图片包裹 div (.img-frame) 的样式 --- */
/* 这是图片的“固定框”，负责定义大小和裁剪 */
.cate-list .item a .img-frame { /* 选择器针对 <a> 内部的 .img-frame */
    width: 100%; /* 宽度填充其父 <a> 标签 */
    height: 370px; /* <--- 关键：图片显示区域的固定高度 */
    overflow: hidden; /* <--- 关键：可靠地隐藏超出这个框的内容 */
    position: relative; /* 建议添加，为将来可能有的定位目的 */
    background: #f4f4f4; /* 占位背景色 */
}

/* --- 修改 img 标签的样式，使其填充其父 .img-frame，并应用过渡 --- */
/* img 标签本身现在只负责显示图片和动画 */
.cate-list .item a .img-frame .img-hover { /* 选择器更具体，针对 .img-frame 内部的 img */
    display: block;
    width: 100%; /* 宽度填充其父 .img-frame */
    height: 100%; /* <--- 关键：高度填充其父 .img-frame 的固定高度 */
    
    object-fit: cover; /* 推荐：图片在框内填充并裁剪，放大效果更自然 */
    
    /* 应用平滑过渡效果，类似 .home-pro 的写法，包含浏览器前缀 */
    transition: transform .5s ease-in-out; 
    -webkit-transition: transform .5s ease-in-out; /* WebKit (Chrome, Safari, 旧Edge) */
    -moz-transition: transform .5s ease-in-out;    /* Mozilla (Firefox) */
    -ms-transition: transform .5s ease-in-out;     /* Microsoft (IE10+, Edge) */
    -o-transition: transform .5s ease-in-out;      /* Opera (旧版) */
}

/* --- 鼠标悬停时触发放大效果 --- */
/* 当鼠标悬停在 .img-frame 容器上时，放大其内部的 .img-hover 元素 */
.cate-list .item a .img-frame:hover .img-hover {
    transform: scale(1.2); /* 放大倍数，可调整 */
    -webkit-transform: scale(1.2); /* 浏览器前缀 */
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.cate-list .item img {
    display: block;
    width: 100%;
    height: 370px;
    background: #f4f4f4;
    object-fit: contain;
}
/* .cate-list .item .title {
    font-size: 18px;
    color: white;
    line-height: 1.6;
    margin: 10px 10px;
    text-align: center;
} */
/* 通用标题默认样式：现在适用于任何带有 .title 类的元素 */
.cate-list .item a .title { /* <--- 这里修改了选择器，移除了 h3 */
    font-size: 18px;
    color: white; /* 标题默认颜色 */
    line-height: 1.6;
    margin: 10px 10px;
    text-align: center;
    
    text-decoration: none; /* 确保默认状态下没有下划线 */
    
    /* 可选：为标题的变色和下划线效果添加过渡，使其更平滑 */
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

/* 通用标题悬停样式：当鼠标悬停在任何带有 .title 类的元素上时 */
.cate-list .item a .title:hover { /* <--- 这里修改了选择器，移除了 h3 */
    text-decoration: underline; /* 鼠标悬停时显示下划线 */
    color: #FFD700; /* 鼠标悬停时标题变为金色（您可以替换为您喜欢的颜色） */
} /* 分类标题下面的 title 下划线变颜色结束*/
.cate-list .item.s2 {
    height: 370px;
    background: #f4f4f4;
}
.cate-list .item.s2 .title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.2;
    padding: 20px;
    margin: 0;
    background: #e4012b;
    text-transform: uppercase;
}
.cate-list .item.s2 ul li a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #010101;
    padding: 18px 36px;
    /* border-bottom: 1px solid #eeeeee; */
}
.pageination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #333333;
    line-height: 1.2;
    margin-top: 30px;
}
.pageination .total {
    margin-right: 20px;
}
.pageination ul  a {
    display: inline-block;
    padding: 4px 6px;
    min-width: 25px;
/*    border: 1px solid #cfcfcf; */
    border: 0px;
    margin: 0 3px;
}
.pageination ul a.on {
    color: #ffffff;
    background: #e4012b;
    border-color: #e4012b;
}
.intro-list {
    padding: 30px 0 70px 0;
    background: #f4f4f4;
}
.intro-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.intro-list .item .info {
    width: 540px;
}
.intro-list .item .title {
    font-size: 32px;
    font-weight: bold;
    color: #010101;
    line-height: 1.4;
    margin: 0 auto;
}
.intro-list .item .title .txt {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
}
.intro-list .item .img-frame {
    width: 100%; /* 图片框占据父元素 .item 的完整宽度 */
    /* 【重要】请根据 .intro-list 图片的实际显示需求调整高度 */
    /* 您原先的图片宽度是 565px，如果设置为 370px 高度可能会裁剪很多。 */
    /* 建议根据您的设计选择一个合适的高度，例如 400px，甚至 565px 如果想保持方形 */
    height: auto; /* 示例高度，请您根据实际效果调整 */
    width: 565px;
    overflow: hidden; /* 关键：超出部分裁剪 */
    position: relative; /* 关键：为内部 img 的 transform 提供参考 */
    background: #f4f4f4; /* 占位背景色 */
}

/* .intro-list 内部的 img 标签 (img-hover) */
.intro-list .item .img-frame .img-hover {
    display: block; /* 确保图片是块级元素 */
    width: 100%; /* 图片填充其父容器 .img-frame 的宽度 */
    height: 100%; /* 图片填充其父容器 .img-frame 的高度 */
    object-fit: cover; /* 确保图片在框内填充并裁剪，保持比例 */
    
    /* 添加过渡效果，使放大更平滑 */
    transition: transform .5s ease-in-out; 
    -webkit-transition: transform .5s ease-in-out; 
    -moz-transition: transform .5s ease-in-out;    
    -ms-transition: transform .5s ease-in-out;     
    -o-transition: transform .5s ease-in-out;      
}

/* 鼠标悬停在 .intro-list 的 .img-frame 上时，其内部的 .img-hover 放大 */
.intro-list .item .img-frame:hover .img-hover {
    transform: scale(1.15); /* 放大 1.05 倍，您可以调整 */
    -webkit-transform: scale(1.15); 
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}
/* .intro-list .item img {
    display: block;
    width: 565px;
    height: auto;
} 图文列表部分原代码*/
.intro-list .item:nth-of-type(even) {
    flex-direction: row-reverse;
}
.intro-list .item.wow {
    animation-duration: 1s !important; /* 图文弹窗时间，您可以根据需要调整这个时间 */
}
.tip-box {
    margin: 30px 0;
}
.tip-box .cont{
    font-size: 16px;
    /* color: #777777; */
    line-height: 1.6;
    padding-bottom: 10px;
    margin: 0 80px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.contact-box {
    /*padding-top: 30px;*/
    padding-bottom: 54px;
    margin-top: 30px;
}
.contact-box .tip {
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
    padding-bottom: 30px;
    margin: 0 80px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.contact-box .title {
    font-size: 32px;
    font-weight: bold;
    color: #010101;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
}
.contact-box .content {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    padding-bottom: 20px;
}
.contact-box .content .title {
    font-size: 20px;
    text-align: left;
}
.contact-box .lbox {
    width: 520px;
}
.contact-box .rbox {
    width: 614px;
}
.contact-box .lbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 24px;
    padding-bottom: 0;
}
.contact-box .lbox ul li {
    width: 100px;
    margin: 20px 0;
    margin-right: 60px;
}
.contact-box .lbox ul li:nth-of-type(3n + 3) {
    width: 130px;
    margin-right: 0;
    text-align: center;
}
.contact-box .lbox ul li:nth-of-type(3n + 3) img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.contact-box .lbox ul li img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
.contact-box .lbox ul li span {
    font-size: 15px;
    color: #333333;
    line-height: 2;
}
.contact-box .rbox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}
.contact-box .rbox ul li {
    position: relative;
    margin-bottom: 18px;
}
.contact-box .rbox ul li.big {
    width: 100%;
}
.contact-box .rbox ul li.require::before {
    content: "*";
    position: absolute;
    top: 18px;
    left: 25px;
    color: #eb2424;
    line-height: 1;
}
.contact-box .rbox ul li input,
.contact-box .rbox ul li textarea {
    width: 300px;
    height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    padding: 15px 20px 15px 40px;
    background: #f4f4f4;
}
.contact-box .rbox ul li textarea {
    width: 100%;
    height: 120px;
}
.contact-box .rbox ul li.img-code {
    display: flex;
}
.contact-box .rbox ul li.img-code input {
    width: 210px;
}
.contact-box .rbox ul li.img-code img {
    width: 90px;
    cursor: pointer;
}
.contact-box button {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 8px 40px;
    margin: 0 auto;
    background: #000;
}
.comment-box {
    padding: 40px 0;
    background: #f4f4f4;
}
.comment-box .title {
    font-size: 32px;
    font-weight: bold;
    color: #010101;
    line-height: 1.4;
    text-align: center;
    margin: 10px 0 50px 0;
}
.comment-box ul {
    display: flex;
    flex-wrap: wrap;
}
.comment-box ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    width: 277px;
    font-size: 16px;
    color: #333333;
    padding: 40px 20px 30px 20px;
    background: #ffffff;
    margin-right: auto;
    box-shadow: 0 0 10px #afaeae;
    margin-bottom: 30px;
    margin-right: 30px;
}
.comment-box ul li:nth-of-type(4n + 4) {
    margin-right: 0px;
}
.comment-box li .txt {
    word-break: break-word;
}
.comment-box li .name {
    position: relative;
    color: #888888;
    text-align: right;
    margin-top: 30px;
    margin-left: auto;
}
.comment-box li .name::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-100%,-50%);
    width: 30px;
    height: 1px;
    background: #888888;
}
.pro-hot {
    padding: 40px 0 0 0;
    margin-bottom: 40px;
    background: url(../images/bg1.jpg)no-repeat center;
}
.pro-hot .title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
}
.pro-hot ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.pro-hot ul li {
    width: 275px;
    margin-right: 32px;
    margin-bottom: 40px;
    background: #000000;
}
.pro-hot ul li:nth-of-type(4n + 4) {
    margin-right: 0;
}
.pro-hot ul li a {
    display: block;
}
/* 图片外层容器 (.img-frame) 实现当前框框放大*/
.pro-hot ul li .img-frame {
    width: 100%; /* 图片框占据父元素 <li> 的完整宽度 */
    height: 275px; /* <--- 保持您原有图片的高度，以确保裁剪效果 */
    
    overflow: hidden; /* 关键：裁剪超出部分 */
    position: relative; /* 关键：为内部 img 的 transform 提供参考 */
    background: #000000; /* 与 li 背景色保持一致，或者根据设计调整 */
    /* 注意：您原来的 img 设置了 object-fit: contain; 这可能会让图片周围留白。
       如果希望放大时填满框，可能需要改为 object-fit: cover; */
}

/* 内部的 img 标签 (.img-hover) */
.pro-hot ul li .img-frame .img-hover {
    display: block; /* 确保图片是块级元素 */
    width: 100%; /* 图片填充其父容器 .img-frame 的宽度 */
    height: 100%; /* 图片填充其父容器 .img-frame 的高度 */
    object-fit: contain; /* <--- 保持您原有的 object-fit 属性。如果希望放大后充满容器并裁剪，请改为 'cover' */
    
    /* 添加过渡效果，使放大更平滑 */
    transition: transform .5s ease-in-out; 
    -webkit-transition: transform .5s ease-in-out; 
    -moz-transition: transform .5s ease-in-out;    
    -ms-transition: transform .5s ease-in-out;     
    -o-transition: transform .5s ease-in-out;      
}

/* 鼠标悬停在 .pro-hot 的 .img-frame 上时，其内部的 .img-hover 放大 */
.pro-hot ul li .img-frame:hover .img-hover {
    transform: scale(1.15); /* 放大 1.05 倍，您可以调整 */
    -webkit-transform: scale(1.15); 
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}
/* .pro-hot ul li img {
    display: block;
    width: 100%;
    height: 275px;
    object-fit: contain; 原来代码
} 原来代码 */
.pro-hot ul li .name {
    font-size: 14px;
    color: white;
    line-height: 30px;
    margin-top: 15px;
    /* 添加过渡效果，让颜色变化更平滑 */
    text-align: center;
    transition: color 0.3s ease;
}
/* 鼠标悬停时改变标题颜色 */
.pro-hot ul li .name:hover {
    color: #FFD700; /* <--- 鼠标悬停时标题变为金色，您可以选择任何颜色 */
    text-decoration: underline; /* <--- 鼠标悬停时添加下划线，如果需要 */
}
.pro-pub-title {
    font-size: 32px;
    font-weight: bold;
    color: #010101;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 30px 0;
}
.breadcrumb {
    margin: 10px 0;
}
.breadcrumb a {
    position: relative;
    color: #e50112;
    padding-right: 30px;
}
.breadcrumb a::after {
    position: absolute;
    top: 40%;
    right: 12px;
    content: " ";
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url(../images/modular_bg.png) no-repeat 100% -21px;
    transform: translateY(-50%);
}
.breadcrumb a:last-of-type{
    padding-right: 0;
}
.breadcrumb a:last-of-type::after{
    display: none;
}
.news-page .cate-box {
    background: #ffffff;
}
.news-page .pro-video {
    padding-top: 40px;
    background: #f4f4f4;
}


.news-list-page .cate-box {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
}
.news-list-page .pro-video {
    background: #f4f4f4;
}