.indexa {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding: 20px 0;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.indexa_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
}

.indexa_left {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.indexa_left_title {
    text-align: center;
    font-size: 22px;
    font-weight: 700x;
    font-weight: bold;
}

.indexa_left_subtitle {
    width: 100%;
    height: auto;
    color: #EC1F25;
    font-size: 18px;
    text-align: center;
}

.indexa_left_content {
    width: 100%;
    height: auto;
    text-indent: 2em;
    font-size: 12px;
}

.indexa_left_button {
    width: 242.4px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #ccc;

}

.indexa_left_button a {
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: black;
}

.indexa_left_button:hover {
    background-color: #005288;
}

.indexa_left_button a:hover {
    color: white;
    text-decoration: none;
}

.indexa_left_button span {
    padding: 0 10px;
}

.indexa_right {
    padding-top: 20px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.indexa_right img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.indexa_bottom {
    width: 100%;
    padding-top: 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.indexa_bottom_item {
    width: 50%;
    height: auto;
    padding-top: 20px;
}

.indexa_bottom_top {
    width: 100%;
    height: auto;
    border-left: 1px solid #EC1F25;
    display: flex;
    padding-left: 5px;
    padding-left: 5px;
    align-items: flex-end
}

.indexa_bottom_bottom {
    width: 100%;
    height: auto;
    border-left: 1px solid #ccc;
    font-size: 10px;
    padding-left: 5px;
}

.inabout_numbers {
    font-size: 24px;
    color: #EC1F25;
}

.indexa_bottom_top span {
    padding-left: 5px;
    color: #EC1F25;
    font-size: 8px;
}

.indexb {
    width: 90%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.indexb_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexb_top_title {
    font-size: 22px;
    font-weight: 700;
}

.indexb_lear {
    width: 120px;
    height: 40px;
    border: 1px solid #ccc;
}

.indexb_lear span {
    padding: 0 10px;
}

.indexb_lear a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: black;
}

.indexb_lear:hover {
    background: #005288;
}

.indexb_lear:hover a {
    color: white;
}

.indexb_box {
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.indexb_box_item {
    width: 45%;
    height: auto;
    margin-top: 10px;
    border: 1px solid #ccc;
}

#indexa_left_button a {
    color: white;
}

#indexa_left_button:hover {
    color: white;
    background-color: #005288;
    border: 0;
}

.indexb_box_item a {
    display: block;
    width: 100%;
    height: auto;
}

.indexb_item_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.indexb_item_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-bottom: 1px solid #ccc;
    transition: transform 0.5s ease;
    /* 平滑过渡效果 */
}

.indexb_item_title {
    width: 100%;
    padding-top: 5px;
    color: black;
    text-align: center;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 省略号 */
    background-color: white;
}

.prevBtn {
    cursor: not-allowed;
    /* 鼠标指针变为禁止状态 */
    opacity: 0.5;
    /* 可选：使元素看起来更淡，以表示不可用 */
}

.xiaotubiao_box {
    width: 100%;
    height: 20px;
    position: relative;
    background-color: white;
}

.xiaotubiao {
    position: absolute;
    width: 33px;
    height: 100%;
    right: 0;
    bottom: 0;
}

.xiaotubiao img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.indexb_red {
    display: none;
}

.indexb_baise {
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: 999;
}



.indexc_box {
    width: 90%;
    height: auto;
    max-width: 1440px;
    margin: 0 auto;
}

.indexc_title {
    width: 100%;
    height: auto;
    text-align: center;
    color: white;
    font-size: 22px;
}

.indexc_subtitle {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: white;
    text-align: center;
}

.indexc_cont_box {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1440px;
    opacity: 0;
    /* 初始状态不透明 */
    transform: translateY(40%);
    transition: opacity 1s ease, transform 1s ease;
}

.indexc_jiantou {
    width: 25px;
    height: 25px;
    border: 1px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexc_cont_kuang {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.indexc_item_box {
    display: flex;
    transform: translateX(0px);
    transition: transform 0.3s ease;
}

.indexc_item_img {
    overflow: hidden;
}

.indexc_item_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.indexc_item_img img {
    transition: transform 0.5s ease;
    /* 设置过渡效果 */
}

.indexc_item_img:hover img {
    transform: scale(1.1);
    /* 鼠标经过时放大图片 */
}

.indexc_item_bottom {
    width: 100%;
    height: auto;
    background-color: white;
    border-top: 1px solid #ccc;
}

.indexc_item_title {
    width: 90%;
    height: auto;
    word-break: break-all;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}

.indexc_item_content {
    width: 90%;
    height: auto;
    word-break: break-all;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

.indexc_item_kuang {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

#inedxd_item {
    display: none;
}

.inedxd_box {
    padding: 20px 0;
}

.indexd_item {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 12px;
}

.indexd_item a {
    color: black;
    display: block;
}

.indexd_item:hover {
    border: 1px solid #005288;
}

.indexd_item a:hover {
    color: #005288;
    text-decoration: none;
}

.indexd_item_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.indexd_item_title {
    font-size: 10px;
    padding: 10px 0;
}

.indexd_item_content {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
}

.indexd_item_jiantou {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banner_title {
    position: absolute;
    width: 90%;
    max-width: 1440px;
    color: white;
    font-weight: 700;
    top: 50%;
    /* 设置为视口的中心 */
    left: 50%;
    /* 设置为视口的中心 */
    transform: translate(-50%, -50%);
    /* 使元素完全居中 */
    color: white;
    font-weight: 700;
}

.aboutyr {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    position: relative;
}

.aboutyr img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.aboutyr_box {
    width: 90%;
    height: auto;
    max-width: 1440px;
    position: absolute;
    top: 50%;
    /* 垂直居中 */
    left: 50%;
    /* 水平居中 */
    transform: translate(-50%, -50%);
    /* 通过偏移50%元素的宽高来确保完全居中 */
}


.aboutyr_box_kuang {
    width: 50%;
}

.aboutyr_title {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.aboutyr_content {
    font-size: 14px;
    display: none;
}

.mibx {
    width: 100%;
    height: 75px;
    background-color: white;
}

.mibx_box {
    width: 90%;
    height: 100%;
    max-width: 1440px;
    display: flex;
    margin: 0 auto;
}

.mibx_box img {
    max-width: 15px;
    object-fit: contain;
}

.mibx_box span {
    display: flex;
    align-items: center;
    padding-right: 15px;
    color: black;
    max-width: 50%;
}

.mibx_box span a {
    color: initial;
}

.mibx_kedian:hover a {
    color: #00479D;
}
#mibx_kedian:hover a{
    color: black;
}
.news_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
    padding: 20px 0;
}

.news_box_item {
    width: 100%;
    height: auto;
    display: flex;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    align-items: stretch;
}

.news_box_item_a {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
    color: black;
    align-items: stretch;
}

.news_box_item_a:hover {
    color: black;
    text-decoration: none;
}

.news_box_item_left {
    width: 30%;
    height: auto;
}

.news_box_item_left img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.news_box_item_right {
    width: 65%;
    height: 100%;
}

.news_box_item_right_title {
    width: 90%;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 使用省略号表示超出部分 */
    font-size: 14px;
    font-weight: 700;
}

.news_box_item_right_content {
    font-size: 10px;
    display: -webkit-box;
    /* 使用弹性盒布局 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制显示三行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    width: 100%;
}

.news_fanye {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.news_fanye ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: center;
}

.news_fanye ul li {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.qdfenye {
    color: white;
    background-color: rgb(10, 41, 145);
}

.denews {
    width: 90%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
}

.denews_title {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
}

.denews_date {
    width: 100%;
    height: auto;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.denews_date span {
    padding: 0 10px;
}

.denews_content {
    padding: 10px 0;
    text-indent: 2em;
}

.produ {
    width: 90%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
    padding: 10px 0;
}

.produnav {
    width: 100%;
    height: auto;
    height: max-content;
    background-color: white;
}

.produnav_top {
    width: 100%;
    height: 50px;
    color: white;
    background-color: #005288;
    display: flex;
    align-items: center;
    font-size: 22px;
    padding: 0 10px;
    font-weight: 700;
}

.produnav_item {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.produnav_item a,
.produnav_item_erji_item a {
    color: black;
}

.produnav_item_erji {
    width: 100%;
    height: auto;
    max-height: 1000px;
    transition: opacity 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
    opacity: 1;
    visibility: visible;
}

.produnav_item_erji.hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.produnav_item_erji_item {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 省略号 */

}

.arrow {
    display: inline-block;
    transition: transform 0.3s;
    cursor: pointer;
}

.arrow.rotated {
    transform: rotate(90deg);
}

.producont {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.producont_box {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content1_box {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    border-left: 2px solid #005288;
    background-color: white;
}

.conta_title {
    padding: 10px 0;
    width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    justify-content:center;
    
}

.conta_title_left {
    padding-right: 10px;
}

.conta_title_right {
    position: relative;
    height: 100%;
    color: #000000;
    font-size: 50px;
    font-weight: bold;
}

.conta_title_right img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.content1_title {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 100;
    padding: 0px 0 40px 0;
}

.content2 {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.content2_box {
    width: 100%;
    height: 150px;
    padding-top: 10px;
}

.content2_box iframe {
    width: 100%;
    height: 100%;
}

.conta_mess {
    width: 100%;
    height: auto;
    border: 1px solid #005288;
    padding: 20px 0;
    border-radius: 5px;
    background-color: white;
}

.conta_mess_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.conta_mess_top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.conta_mess_top span {
    width: 45%;
    height: auto;
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.conta_mess_top span input {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    background-color: rgb(245, 247, 248);
    border: 1px solid #ccc;
}

.conta_mess_cont {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.conta_mess_cont_item {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.conta_mess_cont_item input {
    width: 100%;
    height: 35px;
    background-color: rgb(245, 247, 248);
    border: 1px solid #ccc;
    padding-left: 5px;
}

.conta_mess_cont_item textarea {
    width: 100%;
    height: 35px;
    background-color: rgb(245, 247, 248);
    border: 1px solid #ccc;
    padding-left: 5px;
}

.conta_button {
    width: 100px;
    height: 35px;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
    line-height: 35px;
}


.product_frame {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
}

#gallery {

    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.zhutu {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhutu img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #ccc;
    user-select: none;
    /* 禁止用户选择图片 */
    -webkit-user-drag: none;
    /* 禁止在 WebKit 浏览器中拖动图片 */
    -webkit-user-select: none;
    /* 禁止在 WebKit 浏览器中选择图片 */
    -moz-user-select: none;
    /* 禁止在 Firefox 中选择图片 */
    -ms-user-select: none;
    /* 禁止在 IE/Edge 中选择图片 */
}

.chanpin_box_Kuang {
    width: 100%;
    height: auto;
    position: relative;
}

.chanpin_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}

#product_you {
    display: none;
}

#product_zuo {
    display: none;
}

#product_zuo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#product_you img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#thumbnails {
    width: auto;
    display: flex;
    transition: all .4s;
    transform: translateX(0px);
}

.tupian_bbox {
    height: auto;
    width: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #ccc;
}
/*#content_img{*/
/*    display: none;*/
/*}*/
.aboutry{
    position: absolute;
    width: 100%;
    height: auto;
    padding: 10px 0;
    top: 0;
    left: 0;
}
.aboutry_title{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: white;

}
.aboutry_content{
    display: none;
}
.tupian_bbox img {
    width: 98%;
    height: 98%;
    object-fit: contain;
    user-select: none;
    /* 禁止用户选择图片 */
    -webkit-user-drag: none;
    /* 禁止在 WebKit 浏览器中拖动图片 */
    -webkit-user-select: none;
    /* 禁止在 WebKit 浏览器中选择图片 */
    -moz-user-select: none;
    /* 禁止在 Firefox 中选择图片 */
    -ms-user-select: none;
    /* 禁止在 IE/Edge 中选择图片 */
}

.producont_right {
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.producont_right_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.producont_right_content {
    width: 100%;
    height: auto;
    font-size: 16px;
}

.producont_message {
    width: 120px;
    height: 40px;
    background-color: #005288;
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 10px;
}

.producont_bottom {
    width: 100%;
    height: auto;
}

.chanpin_zz {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
}

.zong_big {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#chanpin_left,
#chanpin_right {
    width: 15px;
    height: 15px;

}

.chanpin_boxss {
    width: 95%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.chanpin_item {
    width: 33%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}




.anshi_content_content_bigtit {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 39px
}

.anshi_content_content_subtit {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}

.chaninyongtu {
    width: 75%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
}

.chanpincanshu {
    width: 75%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
}


#hezuohuoban_title {
    width: 75%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
    text-transform: uppercase;
}

.chanpinyunshu {
    width: 100%;
    height: auto;
}

.chanpinyunshu img {
    width: 100%;
    height: auto;
}

.hezuohuoban {
    display: none;
}

#rongyui_zi {
    display: none;
}

.faq_box {
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-color: rgb(237, 236, 237);
}

.youjian_fasong {
    height: 100%;
}

.youjian_fasong a {
    width: 100%;
    color: white;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgb(8, 62, 133);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.changzhanshi_img {
    height: auto;
    width: 100%;
    transition: all .4s;
    object-fit: contain;
    overflow: hidden;
}

.changzhanshi_img img {
    width: 100%;
    height: auto;
    transition: all .4s;
    border: 1px solid #ccc;
}

.changzhanshi_img img:hover {
    transform: scale(1.2);
    overflow: hidden;
}

#cs_gongchangzhanshi_content {
    justify-content: flex-start;
    transform: translateX(0px);
    transition: all .4s;
    display: flex;
    align-items: center;
}

.yingyong_title {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: rgb(245, 245, 245);
    border: 1px solid #ccc;
    min-height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product_qiehuan {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.product_qiehuan_top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product_qiehuan_top div {
    padding: 5px 5px 5px 5px;
    cursor: pointer
}

.product_qiehuan_top_item {
    color: #005288;
    border-bottom: 1px solid #005288;
}

.product_qiehuan_content {
    padding: 20px 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.product_qiehuan_content img {
    max-width: 50%;
    height: auto;
    object-fit: contain;
}

.appnavber {
    width: 90%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
}

.appnavber_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.appnavber_box_item {
    padding: 5px 0;
    cursor: pointer;
}

.appdq {
    color: #005288;
    border-bottom: 1px solid #005288;
}

.app_content_box_kuang {
    width: 90%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
}

.app_content_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0;
}

.app_content_item_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.app_content_item {
    width: 95%;
    height: auto;
    border: 1px solid #ccc;
    position: relative;
}

.app_content_item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.team_box_kuang{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.team_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

.team_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.team_content_box {
    padding-top: 10px;
}

.team_subtitle {
    font-size: 10px;
    text-align: center;
}

.team_content_left {
    width: 100%;
    margin: 0 auto;
    height: auto;
    transform: translateX(-100%);
    opacity:0;
    transition: opacity 1s ease, transform 1s ease;
    background-color: rgb(247, 248, 248);
}

.team_content_left_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 20px 20px;
}

.team_content_left_box img {
    width: 40px;
    height: auto;
    object-fit: contain;
    padding-bottom: 20px;
}

.tetent_leftbor {
    width: 40%;
    height: 2px;
    background-color: rgb(30, 44, 87);
}

.tetent_left_content {
    font-size: 12px;
    padding-top: 10px;
}

.team_content_right {
    width: 100%;
    margin: 0 auto;
    height: auto;
    transform: translateX(100%);
    opacity:0;
    transition: opacity 1s ease, transform 1s ease;
    background-color: rgb(30, 44, 87);
}

.team_content_right_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 20px 20px;
}

.team_content_right_box img {
    width: 40px;
    height: auto;
    object-fit: contain;
    padding-bottom: 20px;
}

.tetent_rightbor {
    width: 40%;
    height: 2px;
    background-color: white;
}

.tetent_right_content {
    font-size: 12px;
    padding-top: 10px;
    color: white;
}



.teambox_box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    /* 初始状态不透明 */
    transform: translateY(40%);
    transition: opacity 1s ease, transform 1s ease;
}

.teambox_box_item {
    width: 48%;
    height: auto;
    margin-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    min-height: 200px;
}

.teambox_title {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.teambox_subtitle {
    font-size: 14px;
    color: white;
}

.teamboxxh_title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #005288;
    font-size: 16px;
    padding: 10px 0;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #005288;
}

.teamboxxh_conttent {
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.hkms_cont_box{
    width: 90%;
    height: auto;
    margin: 0 auto;
    max-width: 1440px;
}
.hkms_cont_top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}
.hkms_conttop_item{
    /* min-width: 30%; */
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
}
.red{
    color: #005288;
    border-bottom: 1px solid #005288;
}
.hkms_conttop_item_content{
    display: none;
    width: 100%;
    height: auto;
}
.eqtitle span{
    font-size: 18px;
    font-weight: 700;
    padding: 5px 20px;
    border-left: 5px solid #005288;
}
.hkms_cont_bottom{
    width: 100%;
    padding: 20px 0;

}
.xianshi{
    display: block;
}
.qualtop{
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
.qualtop_box{
    width: 100%;
    height: auto;
    position: relative;
}
.qualtop_content{
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    font-size: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.qualtop_content p{
    margin-bottom: 0px;
}
.qualtop_box img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (min-width:768px) {
    .eqiopment{
        font-size: 18px;
    }
    .app_content_item {
        width: 100%;
        overflow: hidden;
    }

    .app_content_item img {
        transition: transform 0.3s ease;
        /* 设置过渡效果 */
    }

    .app_content_item:hover img {
        transform: scale(1.2);
        /* 鼠标经过时放大图片 */
    }

    .app_content_item_title {
        padding: 20px;
    }

    .app_content_title {
        padding-top: 80px;
        padding-bottom: 50px;
        font-size: 28px;
    }

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

    .app_content_item_box {
        width: 49%;
        padding: 30px;
        margin-bottom: 30px;
    }

    .appnavber_box {
        padding-top: 30px;
        padding-bottom: 0;
        justify-content: space-between;
        font-size: 18px;
        border-bottom: 2px solid #ccc;
    }

    .appnavber_box_item {
        padding-bottom: 30px;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        font-weight: 700;
    }

    .appnavber_box_item:hover {
        color: #005288;
    }

    .appdq .yuanqiu {
        border: 2px solid #005288;
    }

    .appdq .yuanqiu span {
        background-color: #005288;
    }

    .yuanqiu {
        position: absolute;
        width: 16px;
        height: 16px;
        border: 2px solid #ccc;
        border-radius: 50%;
        bottom: -8px;
        /* 底部对齐 */
        left: 50%;
        /* 左侧居中 */
        background-color: rgb(242, 244, 246);
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yuanqiu span {
        width: 8px;
        height: 8px;
        background-color: #ccc;
        border-radius: 50%;
    }

    .product_qiehuan {
        width: 100%;
        height: auto;
        padding-top: 40px;
        margin: 0 auto;
    }

    .appdq {
        color: #005288;
        border-bottom: 2px solid #005288;
    }

    .product_qiehuan_top div {
        margin-right: 40px;
        font-size: 18px;
    }

    .product_qiehuan_top div:hover {
        color: #005288;
    }

    .product_qiehuan_top_item {
        color: #005288;
        border-bottom: 3px solid #005288;
    }

    .product_qiehuan_top {
        justify-content: normal
    }

    .product_qiehuan_content p {
        max-width: 90%;
    }

    .product_qiehuan_content img {
        max-width: 100%;
        height: auto;
        padding-top: 3%;
        object-fit: contain;
    }

    .banner_title {
        font-size: 36px;
    }

    #product_you {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: calc(50% - 15px);
        right: -50px;
    }

    #product_zuo {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: calc(50% - 15px);
        left: -50px;
    }


    .conta_mess_top span {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .conta_mess_cont_item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .conta_mess_cont {
        padding-bottom: 30px;
    }

    .content2 {
        padding-top: 40px;
    }

    .content2_box {
        padding-top: 30px;
        height: 420px;
    }

    .conta_mess {
        margin-top: 30px;
    }

    .content1_title {
        padding: 0px 0 40px 0;
    }

    .conta_title_right {
        font-size: 50px;
    }

    .denews_title {
        width: 100%;
        height: auto;
        font-size: 28px;
        font-weight: 700;
        padding: 10px 0;
        padding-top: 30px;
        text-align: center;
    }

    .denews_content {
        padding: 20px 0;
    }

    .news_box_item_a:hover .indexa_left_button {
        background-color: rgb(5, 39, 147);
        color: white;
    }

    .news_box_item {
        margin-bottom: 30px;
    }

    .news_box_item_left {
        width: 25%;
    }

    .news_box_item_right {
        width: 72%;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        min-height: 100%;
        align-content: space-around
    }

    .news_box_item_right_title {
        font-size: 28px;
        display: flex;
        align-items: center;
    }

    .news_box_item_right_content {
        font-size: 18px;
    }

    .mibx_box img {
        max-width: 20px;
        margin-right: 3px;
    }

    .mibx_box span {
        display: flex;
        align-items: center;
        color: black;
        font-weight: 500;
    }
    .aboutyr_title {
        font-size: 48px;
    }

    .aboutyr_content {
        font-size: 24px;
        display: block;
    }

    .indexb_box_item:hover {
        border: 1px solid #005288;
    }

    .indexb_box_item:hover .indexb_item_img img {
        transform: scale(1.2);
        /* 鼠标经过时放大1.1倍 */
    }

    .indexb_box_item:hover .indexb_ccc {
        display: none;
    }

    .indexb_box_item:hover .indexb_red {
        display: block;
    }

    .indexa_box {
        padding-top: 50px;
        align-items: center
    }

    .indexa_left {
        width: 45%;
        opacity: 0;
        /* 初始状态不透明 */
        transform: translateX(-100%);
        transition: opacity 1s ease, transform 1s ease;
    }

    .indexa_left_title {
        text-align: left;
        font-size: 48px;
        min-height: 72px;
        line-height: 72px;
    }

    .indexa_right {
        width: 50%;
        opacity: 0;
        /* 初始状态不透明 */
        transform: translateX(100%);
        transition: opacity 1s ease, transform 1s ease;
    }

    .indexa_bottom_item {
        width: 25%;
    }

    .indexa_left_subtitle {
        min-height: 52px;
        line-height: 52px;
        font-size: 28px;
        text-align: left;
        font-weight: 700;
    }

    .indexa_left_content {
        font-size: 16px;
    }

    .indexa_left_button {
        margin: 0;
        font-size: 16px;
    }

    .inabout_numbers {
        font-size: 50px;
        font-weight: 700;
    }

    .indexa_bottom_top span {
        font-size: 18px;
    }

    .indexa_bottom_bottom {
        font-size: 16px;
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .indexb_top_title {
        font-size: 48px;
    }

    .indexb_lear {
        width: 242.4px;
        height: 50px;
    }

    .indexb {
        width: 90%;
        margin: 0 auto;
        padding: 70px 0;
    }

    .xiaotubiao_box {
        height: 30px;
        background-color: white;
    }

    .xiaotubiao {
        width: 50px;
    }

    .indexb_item_title {
        font-size: 18px;
        background-color: white;
    }

    .indexb_box {
        justify-content: space-between;
        opacity: 0;
        /* 初始状态不透明 */
        transform: translateY(40%);
        transition: opacity 1s ease, transform 1s ease;
    }

    .indexc_jiantou {
        height: 40px;
        width: 40px;
    }

    .indexc_box {
        padding: 30px 0;
    }

    .indexc_title {
        font-size: 48px;
        font-weight: 700;
    }

    .indexc_subtitle {
        padding-top: 10px;
        font-size: 18px;
    }

    .indexd_item_title {
        font-size: 14px;
    }

    .indexd_item a {
        padding-bottom: 30px;
    }

    .indexd_item_content {
        min-height: 120px;
        font-size: 22px;
    }

    .indexc_cont_box {
        padding-bottom: 50px;
    }

    .indexc_item_title {
        font-size: 18px;
    }

    .indexc_item_content {
        font-size: 16px;
    }


    .inedxd_box {
        padding: 50px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        opacity: 0;
        /* 初始状态不透明 */
        transform: translateX(50%);
        transition: opacity 1s ease, transform 1s ease;
    }

    .indexd_item {
        width: 32%;
    }

    #inedxd_item {
        width: 100%;
        height: auto;
        display: block;
        padding-bottom: 40px;
    }

    #inedxd_item a {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        display: flex;
        color: black;
        justify-content: space-between;
    }

    #inedxd_item:hover a {
        color: #005288;
        border: 1px solid #005288;
        text-decoration: none;
    }

    #inedxd_item_letf {
        width: 32%;
        height: auto;
    }

    #inedxd_item_letf img {
        width: 100%;
        object-fit: contain;
        height: auto;
    }

    #inedxd_item_right {
        width: 65%;
        min-height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center
    }

    #inedxd_item_name {
        max-width: 510px;
        width: 100%;
        font-size: 28px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    #inedxd_item_brief,
    #inedxd_item_date {
        width: 100%;
        font-size: 18px;
        padding-top: 10px;
    }

    .produ {
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
    }

    .produnav {
        width: 24%;
        min-width: 320px;
    }

    .producont {

        align-content: flex-start;
    }

    .producont_box {
        width: 33%;
    }

    .produnav_top{
        min-height: 70px;
    }
    .produnav_item_erji_item{
        max-height: 40px;
        height: 40px;
        line-height: 40px;
    }
    .produnav_item {
        line-height: 60px;
        font-size: 18px;
        max-height: 60px;
    }

    .produnav_item:hover {
        background-color: rgb(222, 222, 222);
    }

    .produnav_item:hover a {
        color: #005288;
    }

    .produnav_item_erji_item:hover {
        background-color: rgb(222, 222, 222);
    }

    .produnav_item_erji_item:hover a {
        color: #005288;
    }

    .conta_title_left {
        font-size: 24px;
    }

    .conta_title_left img {
        padding-right: 20px;
    }

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

    .product_frame {
        width: 47%;
    }

    .producont_right {
        width: 47%;
        padding: 0;
    }

    .producont_bottom {
        width: 100%;
    }

    .producont_right_title {
        font-size: 32px;
        text-align: left;
        padding-bottom: 15px;
        border-bottom: 2px solid black;
    }

    .foot_get_item a {
        font-size: 18px;
    }

    .producont_right_content {
        font-size: 22px;
        font-weight: 600;
        border-top: 1px solid black;
        padding-top: 10px;
        margin-top: 15px;
    }

    .product_frame {
        margin: 0;
        padding: 0;
    }

    #chanpin_left {
        width: 50px;
        height: 50px;
        position: absolute;
        top: calc(50% - 25px);
        left: -50px;
    }

    #chanpin_right {
        width: 50px;
        height: 50px;
        position: absolute;
        top: calc(50% - 25px);
        right: -50px;
    }

    .producont_bottom {
        padding: 30px 0;
    }
    .eqiopment_box{
        padding: 20px 0;
    }
    .eqiopment{
        font-size: 20px;
        width: 80%;
        padding: 30px;
    }
    .hkms_cont_box{
        width: 80%;
    }
    .hkms_cont_top{
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
    }
    .hkms_conttop_item {
        position: relative;
        padding: 20px 20px;
    }
    .hkms_cont_bottom{
        padding: 40px 0;
    }
    .hkms_conttop_item::after {
        content: "";
        position: absolute;
        background-color: white;
        bottom: -7px; /* 根据实际情况调整垂直位置，让圆在合适的地方位于下划线中间 */
        left: 50%; /* 水平居中 */
        transform: translateX(-50%); /* 精确水平居中调整 */
        width: 14px; /* 圆的直径，可按需调整 */
        height: 14px;
        border: 1px solid #ccc; /* 圆的边框，和下划线颜色一致形成整体感 */
        border-radius: 50%; /* 让其呈现圆形 */
        z-index: 1; /* 提高 z-index 以防被其他元素覆盖 */
    }

    .hkms_conttop_item:before {
        content: "";
        position: absolute;
        width: 6px; /* 实心圆直径，小于外面空心圆直径，可按需调整 */
        height: 6px;
        background-color: #ccc; /* 实心圆颜色，可按需设置 */
        border-radius: 50%;
        bottom: -3px; /* 垂直居中 */
        left: 50%; /* 水平居中 */
        transform: translate(-50%, 0); /* 精确居中调整 */
        z-index: 2; /* 确保实心圆在空心圆之上 */
    }
    .hkms_conttop_item.red::after {
        border: 1px solid #005288;; /* 圆的边框，和下划线颜色一致形成整体感 */
    }
    .hkms_conttop_item.red:before{
        background-color: #005288;
    }
    .eqtitle{
        padding: 20px 0;
    }
    .eqtitle span{
        font-size: 36px;
        padding: 0px 20px;
        border-left: 10px solid #005288;
    }
    .qualtop{
        width: 80%;
        max-width: 1440px;
        height: auto;
        margin: 0 auto;
        padding: 30px 0;
    }
    .qualtop_content{
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .qualtop_content{
        font-size: 24px;
    }
    .hkms_cont_bottom{
        padding: 60px 0;
    }
    .eqiopment_box{
        padding: 30px 0;
    }
    .eqiopment{
        font-size: 24px;
        padding: 50px;
    }
    .banner_title {
        font-size: 50px;
    }

    .produ {
        padding: 50px 0;
    }

    .producont_bottom {
        padding: 40px 0;
    }

    .indexa_left_content {
        padding-top: 20px;
        font-size: 18px;
        padding-bottom: 50px;
    }

    .indexb_box_item {
        width: 23%;
    }

    .news_fanye ul li {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .indexb {
        width: 90%;
        margin: 0 auto;
        padding: 90px 0;
    }

    .banner img {
        min-height: 500px;
        object-fit: cover;
    }

    .team_title {
        font-size: 48px;
    }
    .team_subtitle{
        width: 80%;
        margin:  0 auto;
        font-size: 18px;
        padding: 20px 0;
    }
    .team_content_box{
        display: flex;
    }
    .team_box{
        width: 80%;
    }
    .team_content_left_box img,
    .team_content_right_box img{
        width: 60px;
        padding-bottom: 30px;
    }
    .team_content_left,
    .team_content_right{
        min-height: 400px;
        padding-top: 30px;
    }
    .tetent_left_content,
    .tetent_right_content{
        font-size: 24px;
        margin-top: 25px;
    }
    .team_content_right_box{
        padding-bottom: 30px;
    }
    .team_box {
        padding-bottom: 50px;
    }
    .teambox_box_item {
        width: 19%;
        min-height: 260px;
    }
    .teamboxxh_title {
        padding: 20px 0;
    }
    .teamboxxh_conttent {
        padding-top: 20px;
        font-size: 16px;
        -webkit-line-clamp: 30;
    }
    .teambox_box_item {
        margin-top: 20px;
    }
    .teambox_box{
        padding: 40px 0;
    }
    .teambox_title{
        font-size: 48px;
    }
    .teambox_subtitle{
        font-size: 24px;
    }
    .tetent_leftbor{
        height: 4px;
    }
    .teamboxxh_title{
        font-size: 18px;
        font-weight: 700;
    }
    .aboutry{
        padding: 30px 0;
    }
    .aboutry_title{
        font-size: 48px;
        font-weight: 700;
        padding: 20px 0;
    }
    .aboutry_content{
        display: block;
        color: white;
        font-size: 24px;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

.visible {
    opacity: 1;
    /* 添加 visible 类时，变为可见 */
    transform: translateX(0);
}
