img{max-width: 100%;}
.top{height: 60px;margin-top: 10px;}
.top-right{float: right;margin-top: 30px;}
.top-right a{display: block;float: left;margin-left: 15px;padding-left: 13px;}
.top-right a:hover{color: #ce000b;}
.top-home{background: url(../images/home.png) no-repeat left;}
.top-contact{background: url(../images/contact.png) no-repeat left;}
.top-english{background: url(../images/english.png) no-repeat left;}
.top-right a:hover.top-home{background: url(../images/home-red.png) no-repeat left;}
.top-right a:hover.top-contact{background: url(../images/contact-red.png) no-repeat left;}
.top-right a:hover.top-english{background: url(../images/english-red.png) no-repeat left;}
.nav{background: #ce000b;width: 100%;height: 45px;margin: 5px 0 0 0;}
.nav ul{margin: 0;padding: 0;}
.nav>ul>li{width: calc((100% / 7) - 1px);float: left;padding: 4.5px 0;height: 36px;border-right: 1px solid #333;position: relative;}
.nav>ul>li:last-child{width: calc(100% / 7);border-right: 0;}
.nav>ul>li>a{display: block;width: 100%;height: 100%;font-weight: bold;line-height:18px;position: relative;overflow: hidden;}
.nav>ul>li>a>span{display: block;text-align: center;color: #fff;width: 100%;}
.nav>ul>li>a>.nav1{transform: scale(0.8);opacity: 0;position: relative;margin-top: -18px;transition: all 0.5s;}
.nav>ul>li>a>.nav2{}
.nav>ul>li>a>.nav3{transform: scale(0.8);position: relative;opacity: 1;transition: all 0.5s;}
.nav>ul>li:hover>a>.nav1{opacity: 1;margin-top: 0;}
.nav>ul>li:hover>a>.nav3{opacity: 0;}
.nav>ul>li>ul{opacity: 0;width: 100%;background: rgba(255,255,255,0.6);margin-top: 5px;transition: all 0.5s;}
.nav>ul>li:hover>ul{opacity: 1;}
.nav>ul>li>ul>li{width: 100%;text-indent: 12px;}
.nav>ul>li>ul>li>a{color: #000;line-height: 30px;font-weight: bold;display: block;text-align: center;}
.nav>ul>li>ul>li:hover{background: rgba(206,0,11,1);}
.nav>ul>li>ul>li:hover>a{color: #fff;}
.banner{margin-bottom: -20px;}
.cfzs{width: 452px;height: 205px;}
.mySwiper1{width: 452px;height: 185px;overflow:hidden;position: relative;}
.mySwiper1-btn-next{width: 50px;height: 50px;background: url(../images/rightbtn.png);position: absolute;z-index: 1;right: 5px;top: 50%;transform: translate(0, -50%);}
.mySwiper1-btn-prev{width: 50px;height: 50px;background: url(../images/leftbtn.png);position: absolute;z-index: 1;left: 5px;top: 50%;transform: translate(0, -50%);}
.mySwiper2{width: 262px;height: 190px;overflow:hidden;position: relative;}
.mySwiper2 .swiper-slide{border: 1px solid rgb(204,204,204);width: calc(100% - 2px)!important;height: calc(100% - 2px) !important;}
.mySwiper2 .swiper-slide img{width: 100%;height: 100%;}
.mySwiper2-btn{position: absolute;z-index: 1;text-align: right;bottom: 5px!important;}
.mySwiper2-btn .swiper-pagination-bullet{width: 16px;height: 16px;border-radius: initial;text-align: center;background: #333;opacity: 1;color: #fff;margin: 0 2px!important;line-height: 16px;}
.mySwiper2-btn .swiper-pagination-bullet:last-child{margin-right: 5px!important;}
.page-status,.page-index,.page-pre,.page-next,.page-num,.page-last{margin: 0 5px;}
.xyxclear::after{clear: both;content: ' ';display: block;}
.xyxproduct{line-height:404px;overflow:hidden;position:relative;background:url(../images/pro_border1.gif) center top no-repeat;text-align:center;width: 554px;height: 404px;margin: auto;padding-top: 7px;}
.xyxproduct p{margin: 0;}
/* 弹窗遮罩层 */
    .login-modal-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        display: none;
    }
    
    /* 弹窗内容 - 登录框 */
    .login-modal-content {
        width: 360px;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }
    
    /* 登录框头部 */
    .login-header {
        padding: 20px 24px 0 24px;
        text-align: center;
    }
    
    .login-header h3 {
        margin: 0 0 8px 0;
        font-size: 20px;
        color: #333;
    }
    
    .login-header p {
        margin: 0;
        font-size: 13px;
        color: #999;
    }
    
    /* 表单区域 */
    .login-form {
        padding: 20px 24px 24px 24px;
    }
    
    .form-group {
        margin-bottom: 16px;
    }
    
    .form-group label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }
    
    .form-group input {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        box-sizing: border-box;
        transition: border-color 0.2s;
    }
    
    .form-group input:focus {
        outline: none;
        border-color: #1890ff;
    }
    
    /* 验证码行 */
    .captcha-row {
        display: flex;
        gap: 10px;
    }
    
    .captcha-row input {
        flex: 1;
    }
    
    .captcha-img {
        width: 100px;
        height: 38px;
        background-color: #f0f0f0;
        border: 1px solid #ddd;
        border-radius: 6px;
        cursor: pointer;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: monospace;
    }
    
    /* 登录按钮 */
    .login-btn {
        width: 100%;
        padding: 10px;
        background-color: #1890ff;
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
        margin-top: 8px;
        transition: background-color 0.2s;
    }
    
    .login-btn:hover {
        background-color: #40a9ff;
    }
    
    /* 额外链接 */
    .login-extra {
        display: flex;
        justify-content: space-between;
        margin-top: 16px;
        font-size: 13px;
    }
    
    .login-extra a {
        color: #1890ff;
        text-decoration: none;
    }
    
    .login-extra a:hover {
        text-decoration: underline;
    }
    
    /* 错误提示 */
    .error-msg {
        background-color: #fff2f0;
        border: 1px solid #ffccc7;
        color: #ff4d4f;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 13px;
        margin-bottom: 16px;
        display: none;
    }
    
    /* 关闭按钮 */
    .close-modal {
        position: absolute;
        right: 16px;
        top: 12px;
        font-size: 24px;
        cursor: pointer;
        color: #999;
    }
    
    .login-modal-content {
        position: relative;
    }


.xyxtop-right a{margin-left: 5px;padding-left: 5px;}





