﻿/*banner*/
.none{display:none;}

.banner_show{width:100%;text-align:center;overflow:hidden;position:relative;height:630px;}

@media screen and (max-width: 1680px) {
 .banner_show{height:551px;}
}
@media screen and (max-width: 1600px) {
 .banner_show{height:525px;}
}

@media screen and (max-width: 1440px) {
 .banner_show{height:473px;}
}
@media screen and (max-width: 1366px) {
 .banner_show{height:448px;}
}





.bannger_inbox{position:absolute;left:0%;top:0;}


    /* 首页Banner条按比例显示 */
        .img-container {
            width: 100%; /* 容器宽度占满屏幕 */
            
            margin: 0 auto; /* 水平居中 */
           
        }

        /* 核心：让图片按比例完整显示 */
        .responsive-img {
            width: 100%; /* 图片宽度适配容器 */
            height: auto; /* 高度自动，保持原始宽高比 */
            object-fit: contain; /* 确保图片完整显示，不裁切，会自动留空（如果有） */
            display: block; /* 消除图片默认的行内空白 */
        }

/*翻页*/
.banner_pre_next{position:relative;z-index:105;top:300px;width: 100%; margin:0 auto;height:37px; }
.banner_pre_next a{width:37px;height:37px;background:url(../image/btn.png) no-repeat;text-indent:-999em;}
.banner_pre_next .banner_btn_left{position:absolute;left:3%;background-position:0px 0px;}
.banner_pre_next .banner_btn_right{position:absolute;right:3%;background-position:-37px 0px;}

@media screen and (max-width: 1680px) {
.banner_pre_next{ top:250px;}
}
@media screen and (max-width: 1600px) {
 
}

@media screen and (max-width: 1440px) {
.banner_pre_next{ top:200px;}
}
@media screen and (max-width: 1366px) {

}
