.leadertt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.leadertt .leadertit{padding:0 15px 0 45px;color:#666;background:#999999;border-radius:8px;line-height:53px;font-size:24px;position:relative;margin:0 20px;}
.leadertt .leadertit:nth-child(1){background:#fff url(../images/leadicon1-.png)no-repeat left 5px center/33px;border: 1px solid #999;}
.leadertt .leadertit:nth-child(2){background:#fff url(../images/leadicon2-.png)no-repeat left 11px center/22px;border: 1px solid #999;}
.leadertt .leadertit:nth-child(1).selected{background:#0c7eda url(../images/leadicon1.png)no-repeat left 5px center/33px; color:#fff}
.leadertt .leadertit:nth-child(2).selected{background:#0c7eda url(../images/leadicon2.png)no-repeat left 11px center/22px;color:#fff}
.leader .list-meta .column-title1{margin-bottom:50px;}
.leadercon .ml{float:left;width:calc(50% - 35px);}
.leadercon .mr{float:right;width:calc(50% - 35px);}
.leadercon ul.list1{padding:15px 0 50px;}
.leadercon ul.list1 li{background:none;padding:0;padding-left:46px;border-bottom: 0;position:relative;}
    .leadercon ul.list1 li:after{content:'';width:14px;height:14px;border:2px solid #cccccc;border-radius:50%;display:block;position:absolute;left: 14px;top: 11px;box-sizing:border-box;}
.leadercon ul.list1 li .list1_title{font-size:20px;line-height:1.5;color:#333333;}
.leadercon ul.list1 li .list1_text{
    color: #cc6666;
    font-size: 18px;
    line-height: 1.5;
}
.leadercon.leadercon2 ul.list1 li .list1_text{cursor: auto;}
.leadercon .tabtt{font-size:24px;line-height:1.5;color: #0c7eda;border-bottom: 1px solid #cccccc;padding: 9px 0;}

.leadercon .tabtt.hide-title {
    display: none;
}
.leadercon  .list1box_con{display:none;}
.leadercon .list1box{display:none;}
.leadcon{margin-top:70px;min-height:800px;}
/* 弹窗样式 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    backdrop-filter: blur(3px);
}

.modal-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    overflow: hidden;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;

}

.modal-header {
    padding: 20px 30px;
    background: #fff;
    color: #ababab;
    display: flex;
    justify-content: flex-end;
    align-items: center;
border-bottom: 0 !important;
    position: absolute;
    right: 0;
z-index: 1;
}

.modal-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: none;
}

.modal-close {
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.3s ease;
    padding: 0 10px;
}

.modal-close:hover {
    transform: scale(1.2);
    color: #ff6b6b;
}

.modal-body {
    padding: 0;
    overflow-y: auto;
    flex: 1;
    max-height: calc(90vh - 80px);
}

/* list1box在弹窗中的样式 */
.modal-list1box {
    padding: 30px;
}

.modal-list1box .list1box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.modal-list1box .list1box_img {
    flex-shrink: 0;
    width: 200px;
    position: relative;
    z-index:1;
    right:20px;bottom:20px;
}
    .modal-list1box .list1box_img:after{content:'';width:100%;height:100%;display:block;position:absolute;right:-20px;bottom:-20px;background:#dff0f8;z-index:-1;}
.modal-list1box .list1box_img img {
    width: 100%;
    height: 300px;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    aspect-ratio: 1;
}

.modal-list1box .list1box_wz {
    flex: 1;
    min-width: 0; /* 防止内容溢出 */
}

.modal-list1box .list1box_title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    /* padding-bottom: 15px; */
    border-bottom: 0;
}

.modal-list1box .list1box_text {
    color: #2a75b6;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    background: #dff0f8;
    padding: 10px;
    border-radius: 8px;
}

.modal-list1box .list1box_con {
    font-size: 16px;
    line-height: 1.8;
    color: #676767;
    padding: 10px;
}

.modal-list1box .list1box_con a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.modal-list1box .list1box_con a:hover {
    color: #2980b9;
    border-bottom-color: #3498db;
    transform: translateY(-1px);
}

/* 列表项文本样式 - 作为点击触发器 */
.list1 .list1_text {
    cursor: pointer;
    color: #3498db;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: inline-block;
    position: relative;
}

.list1 .list1_text:hover {
    color: #cc6666;
    transform: translateY(-2px);
}

.list1 .list1_text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #cc6666;
    transition: width 0.3s ease;
}

.list1 .list1_text:hover::after {
    width: 100%;
}
.contacts .wp-column-news .column-news-box{min-height:1000px;}
.contacts .list-meta h2.column-title1{margin-bottom:75px;margin-top:45px;font-size:48px;}
.contacts .contact_tt,.contacts .column-news-box h2{color:#0c7eda;font-size:24px;font-weight:bold;margin:10px 0 20px;}
.contacts .n2 .contact_tt{margin-top:48px;}
.contacts .contact_title,.contacts .column-news-box p{color:#333333;font-size:24px;font-weight:bold;margin-bottom:30px}
.contacts .ml{float:left;width:51.9%;}
.contacts .mr{float:right;width:31.13%;}
.contacts .ml .contact_img {max-width:310px;    margin-left: -18px;margin-top:20px;}
.contacts .contact_img img{width:100%;}

.leadercon.leadercon1 ul.list1 li .list1_text{color:#3498db;}
.leadercon.leadercon1 ul.list1{padding: 10px 25px 10px;}
.leadercon.leadercon1 .list1 .list1_text::after{background:#3498db;;}
.leadercon.leadercon1 ul.list1 li{padding-left:0;float: left;width: 50%;}
.leadercon.leadercon1 ul.list1 li:after{display:none;}
.leadercon.leadercon1 .tabtt{border:0;border-top:1px solid #cccccc;color: #333;padding: 9px 25px;}

.threeC .ml_list{margin:0 45px;}
.threeC .ml_list>li{display:flex;gap:10px;margin-bottom:100px;}
.threeC .ml_list>li .news_wz{flex:1;display: flex;justify-content: center;align-items: center;font-size: 28px;flex-direction: column;gap: 12px;}
.threeC .ml_list>li .news_wz .news_title a{color:#fff;}
.threeC .ml_list>li:nth-child(2){    flex-direction: row-reverse;}
.threeC .ml_list>li:nth-child(1) .news_wz {background:#0d7eda;}
.threeC .ml_list>li:nth-child(2) .news_wz {background:#fe9900;}
.threeC .ml_list>li:nth-child(3) .news_wz {background:#cc6667;}
.threeC .ml_list>li:nth-child(1) .news_wz .news_icon{width: 50%;min-height:50px;background: url(/_upload/tpl/00/36/54/template54/images/threeCicon1.png)no-repeat center/100px;}
.threeC .ml_list>li:nth-child(2) .news_wz .news_icon{width: 50%;min-height:50px;background:url(/_upload/tpl/00/36/54/template54/images/threeCicon2.png)no-repeat center/140px;}
.threeC .ml_list>li:nth-child(3) .news_wz .news_icon{width: 50%;min-height: 70px;background:url(/_upload/tpl/00/36/54/template54/images/threeCicon3.png)no-repeat center/190px;}
.threeC .ml_list>li .news_imgs{    display: block;    width: 40%;    overflow: hidden;    padding-top: 25%;    position: relative;}
.threeC .ml_list>li .news_imgs img{    display: block;    width: 100%;    height: 100%;    position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;    margin: auto;    object-fit: cover;transition: 1s}
/*.xyfg .wp-display-wrapper .cbtn li.hov{    background-size: 100%;}
.xyfg .wp-display-wrapper .cbtn ul li img{width:100%;height:100%;object-fit:cover;}
.xyfg .wp-display-wrapper .img,.xyfg .view-box-inner{    display: block;    width: 100%;    overflow: hidden;    padding-top: 50%;    position: relative;}
.xyfg .wp-display-wrapper .img img{    display: block;    width: 100%;    height: 100%;    position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;    margin: auto;    object-fit: cover;transition: 0.3s;max-width:90%;}
.xyfg .wp-display-wrapper .imgnav{width:95%;}
.xyfg .wp-display-wrapper .next{height:100%;}
.xyfg .wp-display-wrapper .front{height:100%;}
.xyfg .wp-display-wrapper .cSlideUl{width:80%;}*/
.xyfg .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.xyfg .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
.xyfg .mySwiper {
      margin-top:10px;
    }

.xyfg  .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.xyfg .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.xyfg .swiper-slide{    display: block;    width: 100%;    overflow: hidden;    padding-top: 50%;    position: relative;}
.xyfg .swiper-slide img{    display: block;    width: 100%;    height: 100%;    position: absolute;    left: 0;    right: 0;    top: 0;    bottom: 0;    margin: auto;    object-fit: cover;transition: 0.3s;}
.xyfg .mySwiper .swiper-slide{padding-top:16%;}
.xyfg .view-cnt{margin:0 45px;padding-bottom:100px;}

/* Vision */
.vis1{margin-bottom:80px}
.vis1 .news_imgs img{width:100%;margin-bottom:10px}
.vis1 .news_info {font-size:18px;line-height:2;text-align: justify;}
.vis2{margin-bottom:60px;}
.vis2 .vis_list{display:flex;}
.vis2 .vis_list li{width:33.33%;text-align:center;}
.vis2 .vis_list li .news_shorttitle{color:#cc6666;font-size:48px;line-height: 1.2;    font-family: 'ssr';}
.vis2 .vis_list li .news_title{font-size:24px;color:#666666;}
.vis2 .vis_list li .news_imgs{height:90px;}
.vis2 .vis_list li.n1 .news_imgs img{width:165px;height:80px;margin:0 auto;}
.vis2 .vis_list li.n2 .news_imgs img{width:90px;height:90px;margin:0 auto;}
.vis2 .vis_list li.n3 .news_imgs img{width:170px;height:60px;margin:0 auto;}
.vis3{margin-bottom:60px;}
.vis3 .tt,.vis4 .tt{color:#0c7eda;font-size:24px;font-weight:bold;font-family:VerdanaFont;margin-bottom: 20px;}
.vis_box{display:flex;flex-wrap:wrap;}
.vis_box .vis_box_l{width: 37.3%;}
.vis_box .vis_box_l .news_imgs{}
.vis_box .vis_box_l img{width:100%;height:100%;object-fit:cover;}
.vis_box .vis_box_r{flex: 1;padding:12px 45px;  display: flex;flex-wrap: wrap;    align-content: center;}
.vis3 .vis_box .vis_box_r{  background: #f1f1f1 url(img/vis3bg.png) no-repeat center right;}
.vis4 .vis_box .vis_box_r{  background: #f1f1f1 url(img/vis4bg.png) no-repeat center right;}
.vis_box .vis_box_r .news_wz{display:flex;align-items: center;}
.vis_box .vis_box_r .news_shorttitle{color:#cc6666;font-size:36px;width: 200px;    font-family: 'ssr';line-height:1.7em;}
.vis_box .vis_box_r .news_title{font-size:24px;width: calc(100% - 10px);}
.vis4{margin-bottom:120px;}
@media (max-width: 1400px){

.vis2 .vis_list li .news_shorttitle{font-size:60px;}
.vis_box .vis_box_r .news_shorttitle{font-size:48px;width:170px;}
.vis_box .vis_box_r .news_title{font-size:22px;width:calc(100% - 170px)}
}
@media (max-width: 1200px){
.vis1 .news_info{   /* text-align: justify;   */     text-align:left; padding: 10px 20px;hyphens: auto;
        word-break: break-all;}
.vis_box .vis_box_l{width:100%;}
}
@media (max-width: 999px) {
.vis3 .tt, .vis4 .tt{text-align:center;}
.vis4{margin-bottom:100px;}
.xyfg .view-cnt{margin:0;padding-bottom:50px;}
.leadcon{min-height:unset;padding-bottom:20px;}
.contacts .col-md-5 p:has(img) {text-align:left!important;}
    .leadercon.leadercon1 .ml{float:none;width:100%;}
.leadercon.leadercon1 .mr{float:none;width:100%;}
        .threeC .ml_list>li{margin-bottom:10px;}
}
@media (max-width: 767px) {
.xyfg .contacts .column-news-box p{font-size:20px;}
.threeC .ml_list{margin:0px;}
.modal-list1box .list1box_img img{height:200px;}
.leadercon.leadercon1 ul.list1 li .list1_text{font-size:18px;}
.leadercon.leadercon1 ul.list1 li{width:50%;}
.contacts .list-paddingleft-2{padding-left:0;}
.contacts .wp-column-news .column-news-box{padding-right:0;}
.contacts .ml li,.contacts .mr li{text-align:center;}
.contacts .mr .n1 .contact_img{max-width:80%;margin:0 auto;}
.contacts .ml .contact_img{margin:10px auto;}
.contacts .ml{float:none;width:100%;}
.contacts .mr{float:none;width:100%;}
.leadercon .ml{float:none;width:100%;}
.leadercon .mr{float:none;width:100%;}
    .modal-container {
        width: 95%;
        max-height: 85vh;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-title {
        font-size: 12px;
    }
    
    .modal-body {
        max-height: calc(85vh - 60px);
    }
    
    .modal-close {
        font-size: 18px;
    }
    
    .modal-list1box {
        padding: 20px;
    }
    
    .modal-list1box .list1box {
        flex-direction: column;
        gap: 20px;
    }
    
    .modal-list1box .list1box_img {
        width: 150px;
        margin: 0 auto;
    }
    
    .modal-list1box .list1box_title {
        font-size: 14px;
        text-align: center;
    }
    .threeC .ml_list>li{margin-bottom:10px;}
}
@media (max-width: 479px) {
.vis2 .vis_list li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.vis2 .vis_list{flex-wrap: wrap;}
.vis_box .vis_box_r{    padding: 12px 15px;}
    .vis_box .vis_box_r .news_shorttitle {
        font-size: 30px;
        width: 100px;
    }
    .vis_box .vis_box_r .news_title {
        font-size: 18px;
        width: calc(100% - 100px);
    }
.xyfg .contacts .column-news-box p{font-size:18px;}
    .threeC .ml_list>li,.threeC .ml_list>li:nth-child(2) {
    display: flex;
    gap: 10px;
    flex-direction: column; 
}
        .threeC .ml_list>li .news_imgs{width:100%;padding-top:50%;}
            .threeC .ml_list>li .news_wz{padding:20px 50px;}
.threeC .ml_list>li:nth-child(1) .news_wz .news_icon{width: 50%;min-height:50px;background: url(/_upload/tpl/00/36/54/template54/images/threeCicon1.png)no-repeat center/80px;}
.threeC .ml_list>li:nth-child(2) .news_wz .news_icon{width: 50%;min-height:50px;background:url(/_upload/tpl/00/36/54/template54/images/threeCicon2.png)no-repeat center/100px;}
.threeC .ml_list>li:nth-child(3) .news_wz .news_icon{width: 50%;min-height: 70px;background:url(/_upload/tpl/00/36/54/template54/images/threeCicon3.png)no-repeat center/140px;}
.leadertt .leadertit{font-size:20px;}
}
/* 滚动条样式 */
.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* 防止页面滚动 */
body.modal-open {
    overflow: hidden;
}
